From 916275415b78f21ae59d3315812ee8a5aabd9691 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 15 Apr 2019 12:23:10 +0200 Subject: [PATCH] Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] --- .eslintrc.js | 2 +- src/enter.js | 2 +- src/entercommand.js | 2 +- src/enterobserver.js | 2 +- src/shiftenter.js | 2 +- src/shiftentercommand.js | 2 +- tests/enter.js | 2 +- tests/entercommand.js | 2 +- tests/enterobserver.js | 2 +- tests/manual/enter.js | 2 +- tests/shiftenter-integration.js | 2 +- tests/shiftenter.js | 2 +- tests/shiftentercommand.js | 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/enter.js b/src/enter.js index 7fb6c02..b741616 100644 --- a/src/enter.js +++ b/src/enter.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/entercommand.js b/src/entercommand.js index 4999766..db5478b 100644 --- a/src/entercommand.js +++ b/src/entercommand.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/enterobserver.js b/src/enterobserver.js index 7836186..ebfbe24 100644 --- a/src/enterobserver.js +++ b/src/enterobserver.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/shiftenter.js b/src/shiftenter.js index 21e552e..688c06a 100644 --- a/src/shiftenter.js +++ b/src/shiftenter.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/shiftentercommand.js b/src/shiftentercommand.js index 16fdb97..5944238 100644 --- a/src/shiftentercommand.js +++ b/src/shiftentercommand.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/enter.js b/tests/enter.js index 61216df..b45ab55 100644 --- a/tests/enter.js +++ b/tests/enter.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 VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/entercommand.js b/tests/entercommand.js index 1240fad..d8e7217 100644 --- a/tests/entercommand.js +++ b/tests/entercommand.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 ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor'; diff --git a/tests/enterobserver.js b/tests/enterobserver.js index 753b6f8..11889a0 100644 --- a/tests/enterobserver.js +++ b/tests/enterobserver.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/enter.js b/tests/manual/enter.js index 6f380c2..682d0b3 100644 --- a/tests/manual/enter.js +++ b/tests/manual/enter.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/shiftenter-integration.js b/tests/shiftenter-integration.js index 31dc93a..d97aba8 100644 --- a/tests/shiftenter-integration.js +++ b/tests/shiftenter-integration.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 document */ diff --git a/tests/shiftenter.js b/tests/shiftenter.js index 252ec93..62a7c07 100644 --- a/tests/shiftenter.js +++ b/tests/shiftenter.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 VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/shiftentercommand.js b/tests/shiftentercommand.js index 6174c3a..ca12217 100644 --- a/tests/shiftentercommand.js +++ b/tests/shiftentercommand.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 ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor';