From 5491d15c2f6142c41f78b4f3e6a940e940af566a Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 15 Apr 2019 12:22:52 +0200 Subject: [PATCH] Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] --- .eslintrc.js | 2 +- src/ckeditor.js | 2 +- tests/ckeditor.js | 2 +- tests/manual/ckeditor-cjs-version.js | 2 +- tests/manual/ckeditor.js | 2 +- webpack.config.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index e82e66c..4a0a88f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* eslint-env node */ diff --git a/src/ckeditor.js b/src/ckeditor.js index 1923dfe..6c06f30 100644 --- a/src/ckeditor.js +++ b/src/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ // The editor creator to use. diff --git a/tests/ckeditor.js b/tests/ckeditor.js index bec297f..d2acd7b 100644 --- a/tests/ckeditor.js +++ b/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals document */ diff --git a/tests/manual/ckeditor-cjs-version.js b/tests/manual/ckeditor-cjs-version.js index 0036bd2..6a224dc 100644 --- a/tests/manual/ckeditor-cjs-version.js +++ b/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* eslint-env commonjs */ diff --git a/tests/manual/ckeditor.js b/tests/manual/ckeditor.js index 0041952..bbeb477 100644 --- a/tests/manual/ckeditor.js +++ b/tests/manual/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals window, document, console */ diff --git a/webpack.config.js b/webpack.config.js index 3a446bc..0f15a86 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ 'use strict';