Skip to content

Commit

Permalink
Update license text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 8, 2017
1 parent ea8dbbd commit 75b91c6
Show file tree
Hide file tree
Showing 62 changed files with 146 additions and 29 deletions.
1 change: 1 addition & 0 deletions src/Buffer.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Buffer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/BufferSet.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/BufferSet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Charsets.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/CompositionHelper.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/CompositionHelper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/EscapeSequences.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/EventEmitter.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/EventEmitter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/InputHandler.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
2 changes: 2 additions & 0 deletions src/InputHandler.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Linkifier.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Linkifier.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
2 changes: 2 additions & 0 deletions src/Parser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/SelectionManager.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/SelectionManager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/SelectionModel.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/SelectionModel.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Terminal.integration.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*
* This file contains integration tests for xterm.js.
Expand Down
7 changes: 6 additions & 1 deletion src/Terminal.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { assert, expect } from 'chai';
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { assert, expect } from 'chai';
import { Terminal } from './Terminal';
import { MockViewport, MockCompositionHelper, MockRenderer } from './utils/TestUtils.test';
import { CHAR_DATA_CHAR_INDEX, CHAR_DATA_WIDTH_INDEX } from './Buffer';
Expand Down
6 changes: 4 additions & 2 deletions src/Terminal.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
/**
* xterm.js: xterm, in the browser
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* @license MIT
*
* Originally forked from (with the author's permission):
* Fabrice Bellard's javascript vt100 for jslinux:
* http://bellard.org/jslinux/
* Copyright (c) 2011 Fabrice Bellard
* The original design remains. The terminal itself
* has been extended to include xterm CSI codes, among
* other features.
* @license MIT
*
* Terminal Emulation References:
* http://vt100.net/
Expand Down
1 change: 1 addition & 0 deletions src/Types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Viewport.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/Viewport.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
5 changes: 3 additions & 2 deletions src/addons/attach/attach.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* Implements the attach method, that attaches the terminal to a WebSocket stream.
* @module xterm/addons/attach/attach
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* @license MIT
*
* Implements the attach method, that attaches the terminal to a WebSocket stream.
*/

(function (attach) {
Expand Down
14 changes: 8 additions & 6 deletions src/addons/fit/fit.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* @license MIT
*
* Fit terminal columns and rows to the dimensions of its DOM element.
*
* ## Approach
* - Rows: Truncate the division of the terminal parent element height by the terminal row height.
*
* - Columns: Truncate the division of the terminal parent element width by the terminal character
* width (apply display: inline at the terminal row and truncate its width with the current
* number of columns).
* @module xterm/addons/fit/fit
* @license MIT
* Rows: Truncate the division of the terminal parent element height by the
* terminal row height.
* Columns: Truncate the division of the terminal parent element width by the
* terminal character width (apply display: inline at the terminal
* row and truncate its width with the current number of columns).
*/

(function (fit) {
Expand Down
4 changes: 2 additions & 2 deletions src/addons/fullscreen/fullscreen.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Fullscreen addon for xterm.js
* @module xterm/addons/fullscreen/fullscreen
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* @license MIT
*/

(function (fullscreen) {
if (typeof exports === 'object' && typeof module === 'object') {
/*
Expand Down
1 change: 1 addition & 0 deletions src/addons/search/SearchHelper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
1 change: 1 addition & 0 deletions src/addons/search/search.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
7 changes: 4 additions & 3 deletions src/addons/terminado/terminado.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* This module provides methods for attaching a terminal to a terminado WebSocket stream.
*
* @module xterm/addons/terminado/terminado
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*
* This module provides methods for attaching a terminal to a terminado
* WebSocket stream.
*/

(function (attach) {
Expand Down
5 changes: 5 additions & 0 deletions src/handlers/Clipboard.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { assert } from 'chai';
import * as Terminal from '../Terminal';
import * as Clipboard from './Clipboard';
Expand Down
4 changes: 1 addition & 3 deletions src/handlers/Clipboard.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* Clipboard handler module: exports methods for handling all clipboard-related events in the
* terminal.
* @module xterm/handlers/Clipboard
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
5 changes: 5 additions & 0 deletions src/input/Interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

export interface IMouseZoneManager {
add(zone: IMouseZone): void;
clearAll(): void;
Expand Down
5 changes: 5 additions & 0 deletions src/input/MouseZoneManager.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IMouseZoneManager, IMouseZone } from './Interfaces';
import { ITerminal } from '../Interfaces';
import { getCoords } from '../utils/Mouse';
Expand Down
5 changes: 5 additions & 0 deletions src/renderer/BackgroundRenderLayer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IColorSet } from './Interfaces';
import { IBuffer, ICharMeasure, ITerminal } from '../Interfaces';
import { CHAR_DATA_ATTR_INDEX } from '../Buffer';
Expand Down
5 changes: 5 additions & 0 deletions src/renderer/BaseRenderLayer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IRenderLayer, IColorSet } from './Interfaces';
import { ITerminal, ITerminalOptions } from '../Interfaces';
import { acquireCharAtlas, CHAR_ATLAS_CELL_SPACING } from './CharAtlas';
Expand Down
5 changes: 5 additions & 0 deletions src/renderer/CharAtlas.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { ITerminal, ITheme } from '../Interfaces';
import { IColorSet } from '../renderer/Interfaces';
import { isFirefox } from '../utils/Browser';
Expand Down
1 change: 1 addition & 0 deletions src/renderer/ColorManager.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
5 changes: 5 additions & 0 deletions src/renderer/ColorManager.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IColorSet } from './Interfaces';
import { ITheme } from '../Interfaces';

Expand Down
5 changes: 5 additions & 0 deletions src/renderer/CursorRenderLayer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IColorSet } from './Interfaces';
import { IBuffer, ICharMeasure, ITerminal, ITerminalOptions } from '../Interfaces';
import { CHAR_DATA_WIDTH_INDEX, CHAR_DATA_CODE_INDEX, CHAR_DATA_CHAR_INDEX } from '../Buffer';
Expand Down
5 changes: 5 additions & 0 deletions src/renderer/ForegroundRenderLayer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IColorSet } from './Interfaces';
import { IBuffer, ICharMeasure, ITerminal } from '../Interfaces';
import { CHAR_DATA_ATTR_INDEX, CHAR_DATA_CODE_INDEX, CHAR_DATA_CHAR_INDEX, CHAR_DATA_WIDTH_INDEX } from '../Buffer';
Expand Down
1 change: 1 addition & 0 deletions src/renderer/GridCache.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
5 changes: 5 additions & 0 deletions src/renderer/GridCache.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

export class GridCache<T> {
public cache: T[][];

Expand Down
5 changes: 5 additions & 0 deletions src/renderer/Interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { ITerminal, ITerminalOptions, ITheme } from '../Interfaces';

export interface IRenderer {
Expand Down
5 changes: 5 additions & 0 deletions src/renderer/LinkRenderLayer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IColorSet } from './Interfaces';
import { IBuffer, ICharMeasure, ITerminal, ILinkifierAccessor } from '../Interfaces';
import { CHAR_DATA_ATTR_INDEX } from '../Buffer';
Expand Down
1 change: 1 addition & 0 deletions src/renderer/Renderer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

Expand Down
5 changes: 5 additions & 0 deletions src/renderer/SelectionRenderLayer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

import { IColorSet } from './Interfaces';
import { IBuffer, ICharMeasure, ITerminal } from '../Interfaces';
import { CHAR_DATA_ATTR_INDEX } from '../Buffer';
Expand Down
5 changes: 5 additions & 0 deletions src/renderer/Types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*/

/**
* Flags used to render terminal text properly.
*/
export enum FLAGS {
Expand Down
Loading

0 comments on commit 75b91c6

Please sign in to comment.