diff --git a/LICENSE b/LICENSE index 1ed6f2a5..648a90ec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014, sourceLair Limited (https://github.com/sourcelair/) +Copyright (c) 2014-2016, SourceLair Private Company (https://www.sourcelair.com) Copyright (c) 2012-2013, Christopher Jeffrey (https://github.com/chjj/) Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/CompositionHelper.js b/src/CompositionHelper.js index eeadd83a..76399494 100644 --- a/src/CompositionHelper.js +++ b/src/CompositionHelper.js @@ -1,6 +1,6 @@ /** * xterm.js: xterm, in the browser - * Copyright (c) 2016, SourceLair Limited (MIT License) + * Copyright (c) 2014-2016, SourceLair Private Company (www.sourcelair.com (MIT License) */ /** diff --git a/src/EventEmitter.js b/src/EventEmitter.js index b17fbc77..cb43818e 100644 --- a/src/EventEmitter.js +++ b/src/EventEmitter.js @@ -1,5 +1,6 @@ /** - * EventEmitter + * xterm.js: xterm, in the browser + * Copyright (c) 2014-2016, SourceLair Private Company (www.sourcelair.com (MIT License) */ function EventEmitter() { diff --git a/src/Viewport.js b/src/Viewport.js index 05f04f85..b47e8053 100644 --- a/src/Viewport.js +++ b/src/Viewport.js @@ -1,6 +1,6 @@ /** * xterm.js: xterm, in the browser - * Copyright (c) 2016, SourceLair Limited (MIT License) + * Copyright (c) 2014-2016, SourceLair Private Company (www.sourcelair.com (MIT License) */ /** diff --git a/src/xterm.css b/src/xterm.css index 8295eb65..bbf54582 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -1,6 +1,6 @@ /** * xterm.js: xterm, in the browser - * Copyright (c) 2014, sourceLair Limited (www.sourcelair.com (MIT License) + * Copyright (c) 2014-2016, SourceLair Private Company (www.sourcelair.com (MIT License) * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License) * https://github.com/chjj/term.js * diff --git a/src/xterm.js b/src/xterm.js index 3ccc99e5..c49e9a70 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -1,6 +1,6 @@ /** * xterm.js: xterm, in the browser - * Copyright (c) 2014, SourceLair Limited (MIT License) + * Copyright (c) 2014-2014, SourceLair Private Company (MIT License) * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License) * https://github.com/chjj/term.js *