From 3d1f4823db5a72c377cebb7e3ecc523663a43048 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 15 Apr 2019 12:23:05 +0200 Subject: [PATCH] Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] --- .eslintrc.js | 2 +- src/classiceditor.js | 2 +- src/classiceditorui.js | 2 +- src/classiceditoruiview.js | 2 +- tests/classiceditor.js | 2 +- tests/classiceditorui.js | 2 +- tests/classiceditoruiview.js | 2 +- tests/manual/classiceditor-data.js | 2 +- tests/manual/classiceditor.js | 2 +- tests/manual/memory.js | 2 +- tests/manual/placeholder.js | 2 +- tests/manual/tickets/60/1.js | 2 +- theme/classiceditor.css | 2 +- 13 files changed, 13 insertions(+), 13 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/classiceditor.js b/src/classiceditor.js index c7cf869..cfef272 100644 --- a/src/classiceditor.js +++ b/src/classiceditor.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/classiceditorui.js b/src/classiceditorui.js index e3ceae0..1d59c97 100644 --- a/src/classiceditorui.js +++ b/src/classiceditorui.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/classiceditoruiview.js b/src/classiceditoruiview.js index dea8b14..d80f0f1 100644 --- a/src/classiceditoruiview.js +++ b/src/classiceditoruiview.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/classiceditor.js b/tests/classiceditor.js index 48c3ca5..6ad4efb 100644 --- a/tests/classiceditor.js +++ b/tests/classiceditor.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, Event */ diff --git a/tests/classiceditorui.js b/tests/classiceditorui.js index 8f7d195..388e484 100644 --- a/tests/classiceditorui.js +++ b/tests/classiceditorui.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, Event */ diff --git a/tests/classiceditoruiview.js b/tests/classiceditoruiview.js index 6939407..9fc597c 100644 --- a/tests/classiceditoruiview.js +++ b/tests/classiceditoruiview.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 ClassicEditorUIView from '../src/classiceditoruiview'; diff --git a/tests/manual/classiceditor-data.js b/tests/manual/classiceditor-data.js index ea040ab..c18e448 100644 --- a/tests/manual/classiceditor-data.js +++ b/tests/manual/classiceditor-data.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:false, document, window */ diff --git a/tests/manual/classiceditor.js b/tests/manual/classiceditor.js index 9c5ba09..86443cb 100644 --- a/tests/manual/classiceditor.js +++ b/tests/manual/classiceditor.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:false, document, window */ diff --git a/tests/manual/memory.js b/tests/manual/memory.js index 728d7d9..b40e0f8 100644 --- a/tests/manual/memory.js +++ b/tests/manual/memory.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:false, document, window */ diff --git a/tests/manual/placeholder.js b/tests/manual/placeholder.js index 7c87976..525c740 100644 --- a/tests/manual/placeholder.js +++ b/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2018, 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:false, document, window */ diff --git a/tests/manual/tickets/60/1.js b/tests/manual/tickets/60/1.js index 27b7f6b..d16a445 100644 --- a/tests/manual/tickets/60/1.js +++ b/tests/manual/tickets/60/1.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:false, document, window */ diff --git a/theme/classiceditor.css b/theme/classiceditor.css index 955749d..dc26e0d 100644 --- a/theme/classiceditor.css +++ b/theme/classiceditor.css @@ -1,6 +1,6 @@ /* * 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 */ .ck.ck-editor {