From a7acee726d3f876bd0d2753908b51d4da34b50f4 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Fri, 30 Sep 2016 13:52:55 +0300 Subject: [PATCH] Update copyright text in all files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sourceLair Limited → SourceLair Private Company --- LICENSE | 2 +- src/CompositionHelper.js | 2 +- src/EventEmitter.js | 3 ++- src/Viewport.js | 2 +- src/xterm.css | 2 +- src/xterm.js | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 1ed6f2a..648a90e 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 eeadd83..7639949 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 b17fbc7..cb43818 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 05f04f8..b47e805 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 8295eb6..bbf5458 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 3ccc99e..c49e9a7 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 *