From a4091a1e0f321cb93ebe036cd476969e328660cc Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 15 Apr 2019 12:22:58 +0200 Subject: [PATCH] Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] --- .eslintrc.js | 2 +- docs/_snippets/features/build-ckfinder-source.js | 2 +- docs/_snippets/features/ckfinder-options.js | 2 +- docs/_snippets/features/ckfinder-upload-only.js | 2 +- docs/_snippets/features/ckfinder.js | 2 +- src/ckfinder.js | 2 +- src/ckfindercommand.js | 2 +- src/ckfinderediting.js | 2 +- src/ckfinderui.js | 2 +- tests/ckfinder.js | 2 +- tests/ckfindercommand.js | 2 +- tests/ckfinderediting.js | 2 +- tests/ckfinderui.js | 2 +- tests/manual/ckfinder.js | 2 +- 14 files changed, 14 insertions(+), 14 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/docs/_snippets/features/build-ckfinder-source.js b/docs/_snippets/features/build-ckfinder-source.js index 14bcd3c..b982d74 100644 --- a/docs/_snippets/features/build-ckfinder-source.js +++ b/docs/_snippets/features/build-ckfinder-source.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 */ diff --git a/docs/_snippets/features/ckfinder-options.js b/docs/_snippets/features/ckfinder-options.js index e416ca0..66e753c 100644 --- a/docs/_snippets/features/ckfinder-options.js +++ b/docs/_snippets/features/ckfinder-options.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 ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/ckfinder-upload-only.js b/docs/_snippets/features/ckfinder-upload-only.js index 4b3fc07..16fc3b7 100644 --- a/docs/_snippets/features/ckfinder-upload-only.js +++ b/docs/_snippets/features/ckfinder-upload-only.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 ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/ckfinder.js b/docs/_snippets/features/ckfinder.js index c0a2c6e..f184b7b 100644 --- a/docs/_snippets/features/ckfinder.js +++ b/docs/_snippets/features/ckfinder.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 ClassicEditor, console, window, document */ diff --git a/src/ckfinder.js b/src/ckfinder.js index dfa131b..f0f9f96 100644 --- a/src/ckfinder.js +++ b/src/ckfinder.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 */ /** diff --git a/src/ckfindercommand.js b/src/ckfindercommand.js index 65bc3ab..4446a76 100644 --- a/src/ckfindercommand.js +++ b/src/ckfindercommand.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 */ /* global window */ diff --git a/src/ckfinderediting.js b/src/ckfinderediting.js index 095e76a..af7ce5c 100644 --- a/src/ckfinderediting.js +++ b/src/ckfinderediting.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 */ /** diff --git a/src/ckfinderui.js b/src/ckfinderui.js index ea4e4d9..a237192 100644 --- a/src/ckfinderui.js +++ b/src/ckfinderui.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 */ /** diff --git a/tests/ckfinder.js b/tests/ckfinder.js index 34ddcbb..c19565d 100644 --- a/tests/ckfinder.js +++ b/tests/ckfinder.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 */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; diff --git a/tests/ckfindercommand.js b/tests/ckfindercommand.js index 9d978e1..42c1347 100644 --- a/tests/ckfindercommand.js +++ b/tests/ckfindercommand.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 */ /* global window */ diff --git a/tests/ckfinderediting.js b/tests/ckfinderediting.js index 599a641..bd2518f 100644 --- a/tests/ckfinderediting.js +++ b/tests/ckfinderediting.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 */ import Command from '@ckeditor/ckeditor5-core/src/command'; diff --git a/tests/ckfinderui.js b/tests/ckfinderui.js index f1df4e9..244e04a 100644 --- a/tests/ckfinderui.js +++ b/tests/ckfinderui.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 */ /* global window */ diff --git a/tests/manual/ckfinder.js b/tests/manual/ckfinder.js index a92c482..51bc737 100644 --- a/tests/manual/ckfinder.js +++ b/tests/manual/ckfinder.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 console, window, document */