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/basic-styles.js b/docs/_snippets/features/basic-styles.js index 079f619..a2620a3 100644 --- a/docs/_snippets/features/basic-styles.js +++ b/docs/_snippets/features/basic-styles.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/build-basic-styles-source.js b/docs/_snippets/features/build-basic-styles-source.js index b2480f5..565b4d5 100644 --- a/docs/_snippets/features/build-basic-styles-source.js +++ b/docs/_snippets/features/build-basic-styles-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/src/attributecommand.js b/src/attributecommand.js index fcae173..7ae21d6 100644 --- a/src/attributecommand.js +++ b/src/attributecommand.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/bold.js b/src/bold.js index 063c105..ca8eab5 100644 --- a/src/bold.js +++ b/src/bold.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/bold/boldediting.js b/src/bold/boldediting.js index ee1438e..50f61e1 100644 --- a/src/bold/boldediting.js +++ b/src/bold/boldediting.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/bold/boldui.js b/src/bold/boldui.js index 375db73..55d7d61 100644 --- a/src/bold/boldui.js +++ b/src/bold/boldui.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/code.js b/src/code.js index 6ef0a36..57d8346 100644 --- a/src/code.js +++ b/src/code.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/code/codeediting.js b/src/code/codeediting.js index 04a6132..ecda4ed 100644 --- a/src/code/codeediting.js +++ b/src/code/codeediting.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/code/codeui.js b/src/code/codeui.js index c90c551..530815c 100644 --- a/src/code/codeui.js +++ b/src/code/codeui.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/italic.js b/src/italic.js index 60e118c..da04321 100644 --- a/src/italic.js +++ b/src/italic.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/italic/italicediting.js b/src/italic/italicediting.js index cb37870..1092bcd 100644 --- a/src/italic/italicediting.js +++ b/src/italic/italicediting.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/italic/italicui.js b/src/italic/italicui.js index 95e2194..c6f7bd3 100644 --- a/src/italic/italicui.js +++ b/src/italic/italicui.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/strikethrough.js b/src/strikethrough.js index b6197b0..9028ba8 100644 --- a/src/strikethrough.js +++ b/src/strikethrough.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/strikethrough/strikethroughediting.js b/src/strikethrough/strikethroughediting.js index d03a419..d398d48 100644 --- a/src/strikethrough/strikethroughediting.js +++ b/src/strikethrough/strikethroughediting.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/strikethrough/strikethroughui.js b/src/strikethrough/strikethroughui.js index cdcea7f..616283f 100644 --- a/src/strikethrough/strikethroughui.js +++ b/src/strikethrough/strikethroughui.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/subscript.js b/src/subscript.js index 8e341c0..764ac80 100644 --- a/src/subscript.js +++ b/src/subscript.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/subscript/subscriptediting.js b/src/subscript/subscriptediting.js index a965432..21ffab8 100644 --- a/src/subscript/subscriptediting.js +++ b/src/subscript/subscriptediting.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/subscript/subscriptui.js b/src/subscript/subscriptui.js index 5a3201a..69e2e20 100644 --- a/src/subscript/subscriptui.js +++ b/src/subscript/subscriptui.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/superscript.js b/src/superscript.js index f54c6d1..10b67e9 100644 --- a/src/superscript.js +++ b/src/superscript.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/superscript/superscriptediting.js b/src/superscript/superscriptediting.js index 60218c6..7e6c02e 100644 --- a/src/superscript/superscriptediting.js +++ b/src/superscript/superscriptediting.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/superscript/superscriptui.js b/src/superscript/superscriptui.js index 022da5c..5965116 100644 --- a/src/superscript/superscriptui.js +++ b/src/superscript/superscriptui.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/underline.js b/src/underline.js index edf8cad..689a5c4 100644 --- a/src/underline.js +++ b/src/underline.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/underline/underlineediting.js b/src/underline/underlineediting.js index e16c624..c8e8aef 100644 --- a/src/underline/underlineediting.js +++ b/src/underline/underlineediting.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/underline/underlineui.js b/src/underline/underlineui.js index 6c10541..0d5bb6c 100644 --- a/src/underline/underlineui.js +++ b/src/underline/underlineui.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/attributecommand.js b/tests/attributecommand.js index cd96e98..72ff461 100644 --- a/tests/attributecommand.js +++ b/tests/attributecommand.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 AttributeCommand from '../src/attributecommand'; diff --git a/tests/bold.js b/tests/bold.js index 4b88f91..b74c5db 100644 --- a/tests/bold.js +++ b/tests/bold.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 Bold from '../src/bold'; diff --git a/tests/bold/boldediting.js b/tests/bold/boldediting.js index 06212db..5e5bb5a 100644 --- a/tests/bold/boldediting.js +++ b/tests/bold/boldediting.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 BoldEditing from '../../src/bold/boldediting'; diff --git a/tests/bold/boldui.js b/tests/bold/boldui.js index 36ae62d..bb6c21b 100644 --- a/tests/bold/boldui.js +++ b/tests/bold/boldui.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/code.js b/tests/code.js index 27fe4b0..a4b7281 100644 --- a/tests/code.js +++ b/tests/code.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 Code from '../src/code'; diff --git a/tests/code/codeediting.js b/tests/code/codeediting.js index 1a06954..33b968d 100644 --- a/tests/code/codeediting.js +++ b/tests/code/codeediting.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 CodeEditing from '../../src/code/codeediting'; diff --git a/tests/code/codeui.js b/tests/code/codeui.js index ec83f1d..89a1e06 100644 --- a/tests/code/codeui.js +++ b/tests/code/codeui.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/italic.js b/tests/italic.js index 8116367..aa09bbd 100644 --- a/tests/italic.js +++ b/tests/italic.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 Italic from '../src/italic'; diff --git a/tests/italic/italicediting.js b/tests/italic/italicediting.js index 9b97dac..5b9f1a5 100644 --- a/tests/italic/italicediting.js +++ b/tests/italic/italicediting.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 ItalicEditing from '../../src/italic/italicediting'; diff --git a/tests/italic/italicui.js b/tests/italic/italicui.js index bfaa6ae..33fd5c4 100644 --- a/tests/italic/italicui.js +++ b/tests/italic/italicui.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/basic-styles.js b/tests/manual/basic-styles.js index 828518e..f7c1cda 100644 --- a/tests/manual/basic-styles.js +++ b/tests/manual/basic-styles.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, window, document */ diff --git a/tests/strikethrough.js b/tests/strikethrough.js index de32b55..8e7f33a 100644 --- a/tests/strikethrough.js +++ b/tests/strikethrough.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 Strikethrough from '../src/strikethrough'; diff --git a/tests/strikethrough/strikethroughediting.js b/tests/strikethrough/strikethroughediting.js index a7f2f00..c2d39a9 100644 --- a/tests/strikethrough/strikethroughediting.js +++ b/tests/strikethrough/strikethroughediting.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 StrikethroughEditing from '../../src/strikethrough/strikethroughediting'; diff --git a/tests/strikethrough/strikethroughui.js b/tests/strikethrough/strikethroughui.js index af7d992..759d034 100644 --- a/tests/strikethrough/strikethroughui.js +++ b/tests/strikethrough/strikethroughui.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/subscript.js b/tests/subscript.js index 3525479..1f7fbca 100644 --- a/tests/subscript.js +++ b/tests/subscript.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 Subscript from '../src/subscript'; diff --git a/tests/subscript/subscriptediting.js b/tests/subscript/subscriptediting.js index 2ff9c77..86a58f7 100644 --- a/tests/subscript/subscriptediting.js +++ b/tests/subscript/subscriptediting.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 SubEditing from '../../src/subscript/subscriptediting'; diff --git a/tests/subscript/subscriptui.js b/tests/subscript/subscriptui.js index 0a4296c..e077386 100644 --- a/tests/subscript/subscriptui.js +++ b/tests/subscript/subscriptui.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/superscript.js b/tests/superscript.js index 7ff0309..d82e3c7 100644 --- a/tests/superscript.js +++ b/tests/superscript.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 Superscript from '../src/superscript'; diff --git a/tests/superscript/superscriptediting.js b/tests/superscript/superscriptediting.js index 058ef37..e0da6ba 100644 --- a/tests/superscript/superscriptediting.js +++ b/tests/superscript/superscriptediting.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 SuperEditing from '../../src/superscript/superscriptediting'; diff --git a/tests/superscript/superscriptui.js b/tests/superscript/superscriptui.js index 18a6452..28b4cc9 100644 --- a/tests/superscript/superscriptui.js +++ b/tests/superscript/superscriptui.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/underline.js b/tests/underline.js index 975a4ad..8eaf14a 100644 --- a/tests/underline.js +++ b/tests/underline.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 Underline from '../src/underline'; diff --git a/tests/underline/underlineediting.js b/tests/underline/underlineediting.js index 1722456..548c5ce 100644 --- a/tests/underline/underlineediting.js +++ b/tests/underline/underlineediting.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 UnderlineEditing from '../../src/underline/underlineediting'; diff --git a/tests/underline/underlineui.js b/tests/underline/underlineui.js index 186a264..9e4dc4b 100644 --- a/tests/underline/underlineui.js +++ b/tests/underline/underlineui.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/theme/code.css b/theme/code.css index c862fa1..9375d0c 100644 --- a/theme/code.css +++ b/theme/code.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-content code {