-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Beautify license/module header comment #366
Copy link
Copy link
Closed
Labels
type/proposalA proposal that needs some discussion before proceedingA proposal that needs some discussion before proceeding
Milestone
Description
@parisk how about we change this:
/**
* xterm.js: xterm, in the browser
* Copyright (c) 2016, SourceLair Private Company <www.sourcelair.com> (MIT License)
*/
/**
* Generic utilities module. This module contains generic methods that can be helpful at
* different parts of the code base.
* @module xterm/utils/Generic
*/To this:
/**
* @license
* xterm.js: xterm, in the browser
* Copyright (c) 2016, SourceLair Private Company <www.sourcelair.com> (MIT License)
*
* @module xterm/utils/Generic
* Generic utilities module. This module contains generic methods that can be helpful at
* different parts of the code base.
*/Looks a lot nicer imo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/proposalA proposal that needs some discussion before proceedingA proposal that needs some discussion before proceeding