diff --git a/.eslintrc.js b/.eslintrc.js index 8c0a96656d0..79cf6dfb9a4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ @@ -26,7 +26,7 @@ module.exports = { headerLines: [ '/**', ' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.', - ' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license', + ' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options', ' */' ] } ], diff --git a/.stylelintrc b/.stylelintrc index 1d745a7e289..92ef01f400a 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -16,7 +16,7 @@ "headerLines": [ "/*", " * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.", - " * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license", + " * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options", " */" ] } diff --git a/docs/_snippets/assets.js b/docs/_snippets/assets.js index 23edcf1db97..eb0df98cd95 100644 --- a/docs/_snippets/assets.js +++ b/docs/_snippets/assets.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window, document */ diff --git a/docs/_snippets/build-classic-source.js b/docs/_snippets/build-classic-source.js index e26b296dbbc..84268791849 100644 --- a/docs/_snippets/build-classic-source.js +++ b/docs/_snippets/build-classic-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/build-classic.js b/docs/_snippets/build-classic.js index 04a8ecbbdd7..2238a7c2b7d 100644 --- a/docs/_snippets/build-classic.js +++ b/docs/_snippets/build-classic.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/docs/_snippets/build-decoupled-document.js b/docs/_snippets/build-decoupled-document.js index b0dee4a4c5c..62452e14081 100644 --- a/docs/_snippets/build-decoupled-document.js +++ b/docs/_snippets/build-decoupled-document.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/docs/_snippets/examples/balloon-block-editor.js b/docs/_snippets/examples/balloon-block-editor.js index 23e20128dd6..77bdb0751e7 100644 --- a/docs/_snippets/examples/balloon-block-editor.js +++ b/docs/_snippets/examples/balloon-block-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/examples/balloon-editor.js b/docs/_snippets/examples/balloon-editor.js index 6797b2fe070..d5b466d9eda 100644 --- a/docs/_snippets/examples/balloon-editor.js +++ b/docs/_snippets/examples/balloon-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/examples/bottom-toolbar-editor.js b/docs/_snippets/examples/bottom-toolbar-editor.js index 66ddac4b825..0e5ed6ab6fa 100644 --- a/docs/_snippets/examples/bottom-toolbar-editor.js +++ b/docs/_snippets/examples/bottom-toolbar-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/examples/classic-editor-short.js b/docs/_snippets/examples/classic-editor-short.js index 38b57b927cc..7537ae3b008 100644 --- a/docs/_snippets/examples/classic-editor-short.js +++ b/docs/_snippets/examples/classic-editor-short.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/examples/classic-editor.js b/docs/_snippets/examples/classic-editor.js index afd6cd264fb..f02bf911823 100644 --- a/docs/_snippets/examples/classic-editor.js +++ b/docs/_snippets/examples/classic-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/examples/document-editor.js b/docs/_snippets/examples/document-editor.js index 6c4c754266d..0aa09130ced 100644 --- a/docs/_snippets/examples/document-editor.js +++ b/docs/_snippets/examples/document-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/examples/inline-editor.js b/docs/_snippets/examples/inline-editor.js index 2abccb3c687..effda5e3972 100644 --- a/docs/_snippets/examples/inline-editor.js +++ b/docs/_snippets/examples/inline-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/examples/multi-root-editor.js b/docs/_snippets/examples/multi-root-editor.js index 23597faf1db..ebf28b09d81 100644 --- a/docs/_snippets/examples/multi-root-editor.js +++ b/docs/_snippets/examples/multi-root-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/features/build-image-upload-source.js b/docs/_snippets/features/build-image-upload-source.js index f32e2bdf002..32c7ecddf3f 100644 --- a/docs/_snippets/features/build-image-upload-source.js +++ b/docs/_snippets/features/build-image-upload-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/features/build-ui-language-source.js b/docs/_snippets/features/build-ui-language-source.js index b92f2988b42..d168440fd43 100644 --- a/docs/_snippets/features/build-ui-language-source.js +++ b/docs/_snippets/features/build-ui-language-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/features/feature-digest.js b/docs/_snippets/features/feature-digest.js index 273e4c9b82d..999d5b32855 100644 --- a/docs/_snippets/features/feature-digest.js +++ b/docs/_snippets/features/feature-digest.js @@ -1,4 +1,4 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/docs/_snippets/features/image-upload.js b/docs/_snippets/features/image-upload.js index f6d47761cee..4dff96f2ea2 100644 --- a/docs/_snippets/features/image-upload.js +++ b/docs/_snippets/features/image-upload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/keyboard-support.js b/docs/_snippets/features/keyboard-support.js index 90d304ffcc7..ba07bf19ad2 100644 --- a/docs/_snippets/features/keyboard-support.js +++ b/docs/_snippets/features/keyboard-support.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, LICENSE_KEY */ diff --git a/docs/_snippets/features/mathtype.js b/docs/_snippets/features/mathtype.js index 64eca6f9eba..b0c088dfd9a 100644 --- a/docs/_snippets/features/mathtype.js +++ b/docs/_snippets/features/mathtype.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/docs/_snippets/features/mermaid.js b/docs/_snippets/features/mermaid.js index 2b5dbe0f3d2..03c7ba9e45d 100644 --- a/docs/_snippets/features/mermaid.js +++ b/docs/_snippets/features/mermaid.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/features/placeholder-build.js b/docs/_snippets/features/placeholder-build.js index feab71c110b..b42863c20b5 100644 --- a/docs/_snippets/features/placeholder-build.js +++ b/docs/_snippets/features/placeholder-build.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/features/placeholder-custom.js b/docs/_snippets/features/placeholder-custom.js index 0787b9ac505..9ceff53e301 100644 --- a/docs/_snippets/features/placeholder-custom.js +++ b/docs/_snippets/features/placeholder-custom.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor */ diff --git a/docs/_snippets/features/placeholder.js b/docs/_snippets/features/placeholder.js index a8e2a3e1e3e..52974417f7f 100644 --- a/docs/_snippets/features/placeholder.js +++ b/docs/_snippets/features/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor */ diff --git a/docs/_snippets/features/read-only-build.js b/docs/_snippets/features/read-only-build.js index 32c43a77bad..bd8eb8bf638 100644 --- a/docs/_snippets/features/read-only-build.js +++ b/docs/_snippets/features/read-only-build.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/features/read-only-hide-toolbar.js b/docs/_snippets/features/read-only-hide-toolbar.js index 483475ad291..60364b0cd28 100644 --- a/docs/_snippets/features/read-only-hide-toolbar.js +++ b/docs/_snippets/features/read-only-hide-toolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/read-only.js b/docs/_snippets/features/read-only.js index 37abee60596..d7f519c40df 100644 --- a/docs/_snippets/features/read-only.js +++ b/docs/_snippets/features/read-only.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/ui-language-content.js b/docs/_snippets/features/ui-language-content.js index e2f38daf155..3fa2e10daa0 100644 --- a/docs/_snippets/features/ui-language-content.js +++ b/docs/_snippets/features/ui-language-content.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/ui-language-rtl.js b/docs/_snippets/features/ui-language-rtl.js index 4eea51d3f90..fed3471962c 100644 --- a/docs/_snippets/features/ui-language-rtl.js +++ b/docs/_snippets/features/ui-language-rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/ui-language.js b/docs/_snippets/features/ui-language.js index edd7f8f26c9..132d0e9c056 100644 --- a/docs/_snippets/features/ui-language.js +++ b/docs/_snippets/features/ui-language.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/update-placeholder.js b/docs/_snippets/features/update-placeholder.js index 5c5c19a348e..8e662f81801 100644 --- a/docs/_snippets/features/update-placeholder.js +++ b/docs/_snippets/features/update-placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor */ diff --git a/docs/_snippets/features/wproofreader.js b/docs/_snippets/features/wproofreader.js index 0b30c5a929f..9836c4ed926 100644 --- a/docs/_snippets/features/wproofreader.js +++ b/docs/_snippets/features/wproofreader.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/framework/development-tools/inspector.js b/docs/_snippets/framework/development-tools/inspector.js index 2d4d93575bf..ee0b05ce25a 100644 --- a/docs/_snippets/framework/development-tools/inspector.js +++ b/docs/_snippets/framework/development-tools/inspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/framework/tutorials/block-widget.js b/docs/_snippets/framework/tutorials/block-widget.js index e84ab66aff8..2938fb684fa 100644 --- a/docs/_snippets/framework/tutorials/block-widget.js +++ b/docs/_snippets/framework/tutorials/block-widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/framework/tutorials/external-data-widget.js b/docs/_snippets/framework/tutorials/external-data-widget.js index 178e8eaf1d4..da8247688c6 100644 --- a/docs/_snippets/framework/tutorials/external-data-widget.js +++ b/docs/_snippets/framework/tutorials/external-data-widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, fetch, setInterval, setTimeout, clearInterval */ diff --git a/docs/_snippets/framework/tutorials/inline-widget.js b/docs/_snippets/framework/tutorials/inline-widget.js index 52615ad3648..78b1f5b8128 100644 --- a/docs/_snippets/framework/tutorials/inline-widget.js +++ b/docs/_snippets/framework/tutorials/inline-widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/framework/tutorials/using-react-in-widget.js b/docs/_snippets/framework/tutorials/using-react-in-widget.js index 318e180186f..4741a16814c 100644 --- a/docs/_snippets/framework/tutorials/using-react-in-widget.js +++ b/docs/_snippets/framework/tutorials/using-react-in-widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/docs/_snippets/framework/ui/ui-balloon.js b/docs/_snippets/framework/ui/ui-balloon.js index 9039074c127..63a14e881da 100644 --- a/docs/_snippets/framework/ui/ui-balloon.js +++ b/docs/_snippets/framework/ui/ui-balloon.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/docs/_snippets/framework/ui/ui-button-states.js b/docs/_snippets/framework/ui/ui-button-states.js index 67453081073..b0538e23aa5 100644 --- a/docs/_snippets/framework/ui/ui-button-states.js +++ b/docs/_snippets/framework/ui/ui-button-states.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-button.js b/docs/_snippets/framework/ui/ui-button.js index df644dfadf1..ff6c23dfb22 100644 --- a/docs/_snippets/framework/ui/ui-button.js +++ b/docs/_snippets/framework/ui/ui-button.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console, Locale, ButtonView, checkIcon, ToolbarView, ClassicEditor, TooltipManager, Essentials */ diff --git a/docs/_snippets/framework/ui/ui-dialog.js b/docs/_snippets/framework/ui/ui-dialog.js index 8b990b5dc51..93256afe8e4 100644 --- a/docs/_snippets/framework/ui/ui-dialog.js +++ b/docs/_snippets/framework/ui/ui-dialog.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ButtonView, View, document, ClassicEditor, Essentials, Bold, Italic, Underline, Dialog, Paragraph, Plugin, console, window */ diff --git a/docs/_snippets/framework/ui/ui-dropdown-states.js b/docs/_snippets/framework/ui/ui-dropdown-states.js index b82b0d8ff7c..4fe0167d682 100644 --- a/docs/_snippets/framework/ui/ui-dropdown-states.js +++ b/docs/_snippets/framework/ui/ui-dropdown-states.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, createDropdown,addToolbarToDropdown, createDropdown, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-dropdown.js b/docs/_snippets/framework/ui/ui-dropdown.js index ec0b309eb9f..76d73b8f4ca 100644 --- a/docs/_snippets/framework/ui/ui-dropdown.js +++ b/docs/_snippets/framework/ui/ui-dropdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, Collection, Model, createDropdown, addListToDropdown, ButtonView, diff --git a/docs/_snippets/framework/ui/ui-icons.js b/docs/_snippets/framework/ui/ui-icons.js index 07a5957d201..8b7553f8a62 100644 --- a/docs/_snippets/framework/ui/ui-icons.js +++ b/docs/_snippets/framework/ui/ui-icons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ToolbarView, coreIcons, IconView, document */ diff --git a/docs/_snippets/framework/ui/ui-input-states.js b/docs/_snippets/framework/ui/ui-input-states.js index b0fc1e80157..4b0b378b606 100644 --- a/docs/_snippets/framework/ui/ui-input-states.js +++ b/docs/_snippets/framework/ui/ui-input-states.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, LabeledFieldView, createLabeledInputText, LabeledFieldView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-input.js b/docs/_snippets/framework/ui/ui-input.js index 8fd0493a473..04f9ef0e4dd 100644 --- a/docs/_snippets/framework/ui/ui-input.js +++ b/docs/_snippets/framework/ui/ui-input.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, LabeledFieldView, createLabeledInputText, createLabeledInputNumber, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-modal.js b/docs/_snippets/framework/ui/ui-modal.js index 097212c956a..f390bda8c25 100644 --- a/docs/_snippets/framework/ui/ui-modal.js +++ b/docs/_snippets/framework/ui/ui-modal.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ButtonView, View, document, ClassicEditor, Essentials, Bold, Italic, Underline, Dialog, Paragraph, Plugin, console, window */ diff --git a/docs/_snippets/framework/ui/ui-search.js b/docs/_snippets/framework/ui/ui-search.js index 48e01afb4e9..8faea87ed12 100644 --- a/docs/_snippets/framework/ui/ui-search.js +++ b/docs/_snippets/framework/ui/ui-search.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, ListView, Locale, SearchTextView */ diff --git a/docs/_snippets/framework/ui/ui-spinner.js b/docs/_snippets/framework/ui/ui-spinner.js index a82de41adce..e9c3ff0a98b 100644 --- a/docs/_snippets/framework/ui/ui-spinner.js +++ b/docs/_snippets/framework/ui/ui-spinner.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, SpinnerView */ diff --git a/docs/_snippets/framework/ui/ui-switch.js b/docs/_snippets/framework/ui/ui-switch.js index 85d4c15fd31..c74c34bf844 100644 --- a/docs/_snippets/framework/ui/ui-switch.js +++ b/docs/_snippets/framework/ui/ui-switch.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, SwitchButtonView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-textarea.js b/docs/_snippets/framework/ui/ui-textarea.js index 773b3ea3fde..c1506009773 100644 --- a/docs/_snippets/framework/ui/ui-textarea.js +++ b/docs/_snippets/framework/ui/ui-textarea.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, TextareaView */ diff --git a/docs/_snippets/framework/ui/ui-toolbar-button.js b/docs/_snippets/framework/ui/ui-toolbar-button.js index 4309f236492..3605f5233c6 100644 --- a/docs/_snippets/framework/ui/ui-toolbar-button.js +++ b/docs/_snippets/framework/ui/ui-toolbar-button.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-toolbar-compact.js b/docs/_snippets/framework/ui/ui-toolbar-compact.js index 723b5044bcb..370ea0774e1 100644 --- a/docs/_snippets/framework/ui/ui-toolbar-compact.js +++ b/docs/_snippets/framework/ui/ui-toolbar-compact.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-toolbar-multirow.js b/docs/_snippets/framework/ui/ui-toolbar-multirow.js index 64f5dc5bad4..0db57f8d25a 100644 --- a/docs/_snippets/framework/ui/ui-toolbar-multirow.js +++ b/docs/_snippets/framework/ui/ui-toolbar-multirow.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, ToolbarLineBreakView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-toolbar-separator.js b/docs/_snippets/framework/ui/ui-toolbar-separator.js index fa2051b5f52..937290eb576 100644 --- a/docs/_snippets/framework/ui/ui-toolbar-separator.js +++ b/docs/_snippets/framework/ui/ui-toolbar-separator.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, ToolbarSeparatorView, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-toolbar-text.js b/docs/_snippets/framework/ui/ui-toolbar-text.js index 15e386084ae..95731bbd669 100644 --- a/docs/_snippets/framework/ui/ui-toolbar-text.js +++ b/docs/_snippets/framework/ui/ui-toolbar-text.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, View, ToolbarView, document */ diff --git a/docs/_snippets/framework/ui/ui-toolbar-wrap.js b/docs/_snippets/framework/ui/ui-toolbar-wrap.js index e1385d619b2..4d2e491976c 100644 --- a/docs/_snippets/framework/ui/ui-toolbar-wrap.js +++ b/docs/_snippets/framework/ui/ui-toolbar-wrap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Locale, ButtonView, ToolbarView, document */ diff --git a/docs/_snippets/getting-started/use-builder.js b/docs/_snippets/getting-started/use-builder.js index 273e4c9b82d..999d5b32855 100644 --- a/docs/_snippets/getting-started/use-builder.js +++ b/docs/_snippets/getting-started/use-builder.js @@ -1,4 +1,4 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/docs/_snippets/installation/advanced/dll-builds.js b/docs/_snippets/installation/advanced/dll-builds.js index e87e9a9dfda..d9ae8849a10 100644 --- a/docs/_snippets/installation/advanced/dll-builds.js +++ b/docs/_snippets/installation/advanced/dll-builds.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/docs/_snippets/installation/getting-and-setting-data/build-autosave-source.js b/docs/_snippets/installation/getting-and-setting-data/build-autosave-source.js index 4082b52dbb1..cc6a7e31fd2 100644 --- a/docs/_snippets/installation/getting-and-setting-data/build-autosave-source.js +++ b/docs/_snippets/installation/getting-and-setting-data/build-autosave-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/installation/getting-and-setting-data/manualsave.js b/docs/_snippets/installation/getting-and-setting-data/manualsave.js index bb516d89869..d5e55d412b0 100644 --- a/docs/_snippets/installation/getting-and-setting-data/manualsave.js +++ b/docs/_snippets/installation/getting-and-setting-data/manualsave.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document, setTimeout */ diff --git a/docs/_snippets/installation/integrations/framework-integration.js b/docs/_snippets/installation/integrations/framework-integration.js index 9eb3a178498..670921c8981 100644 --- a/docs/_snippets/installation/integrations/framework-integration.js +++ b/docs/_snippets/installation/integrations/framework-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/docs/_snippets/installation/setup/blocktoolbar.js b/docs/_snippets/installation/setup/blocktoolbar.js index a8b15715e04..bfa9fecc382 100644 --- a/docs/_snippets/installation/setup/blocktoolbar.js +++ b/docs/_snippets/installation/setup/blocktoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor diff --git a/docs/_snippets/installation/setup/build-toolbar-source.js b/docs/_snippets/installation/setup/build-toolbar-source.js index 8166a6cf99e..416653b5871 100644 --- a/docs/_snippets/installation/setup/build-toolbar-source.js +++ b/docs/_snippets/installation/setup/build-toolbar-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/_snippets/installation/setup/toolbar-basic.js b/docs/_snippets/installation/setup/toolbar-basic.js index 203826bf0aa..cc9d309f95e 100644 --- a/docs/_snippets/installation/setup/toolbar-basic.js +++ b/docs/_snippets/installation/setup/toolbar-basic.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-breakpoint.js b/docs/_snippets/installation/setup/toolbar-breakpoint.js index 3c09e4f6559..18890a9436e 100644 --- a/docs/_snippets/installation/setup/toolbar-breakpoint.js +++ b/docs/_snippets/installation/setup/toolbar-breakpoint.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-grouping.js b/docs/_snippets/installation/setup/toolbar-grouping.js index a4021f32e33..a9b8091bec6 100644 --- a/docs/_snippets/installation/setup/toolbar-grouping.js +++ b/docs/_snippets/installation/setup/toolbar-grouping.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-nested-icon.js b/docs/_snippets/installation/setup/toolbar-nested-icon.js index 6bf5d274f46..96ba02c5551 100644 --- a/docs/_snippets/installation/setup/toolbar-nested-icon.js +++ b/docs/_snippets/installation/setup/toolbar-nested-icon.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-nested-label.js b/docs/_snippets/installation/setup/toolbar-nested-label.js index 6749e6284d9..324d85c4c3f 100644 --- a/docs/_snippets/installation/setup/toolbar-nested-label.js +++ b/docs/_snippets/installation/setup/toolbar-nested-label.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-nested-simple.js b/docs/_snippets/installation/setup/toolbar-nested-simple.js index a09f9e843aa..628acebf7b5 100644 --- a/docs/_snippets/installation/setup/toolbar-nested-simple.js +++ b/docs/_snippets/installation/setup/toolbar-nested-simple.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-nested-tooltip.js b/docs/_snippets/installation/setup/toolbar-nested-tooltip.js index 1a853bbcb16..ffc15c3d9bd 100644 --- a/docs/_snippets/installation/setup/toolbar-nested-tooltip.js +++ b/docs/_snippets/installation/setup/toolbar-nested-tooltip.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-separator.js b/docs/_snippets/installation/setup/toolbar-separator.js index 7f405613511..cc138495c6c 100644 --- a/docs/_snippets/installation/setup/toolbar-separator.js +++ b/docs/_snippets/installation/setup/toolbar-separator.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/installation/setup/toolbar-wrapping.js b/docs/_snippets/installation/setup/toolbar-wrapping.js index 75d083eba36..db2bbc9e9f4 100644 --- a/docs/_snippets/installation/setup/toolbar-wrapping.js +++ b/docs/_snippets/installation/setup/toolbar-wrapping.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/support/managing-ckeditor-logo-position.js b/docs/_snippets/support/managing-ckeditor-logo-position.js index c816c079335..db265cc6066 100644 --- a/docs/_snippets/support/managing-ckeditor-logo-position.js +++ b/docs/_snippets/support/managing-ckeditor-logo-position.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/support/managing-ckeditor-logo-styling.js b/docs/_snippets/support/managing-ckeditor-logo-styling.js index 33501bb14ef..1f0ca6ee04c 100644 --- a/docs/_snippets/support/managing-ckeditor-logo-styling.js +++ b/docs/_snippets/support/managing-ckeditor-logo-styling.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/tour-balloon.css b/docs/_snippets/tour-balloon.css index 5ad218411f3..b8485a62d13 100644 --- a/docs/_snippets/tour-balloon.css +++ b/docs/_snippets/tour-balloon.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .tippy-content { diff --git a/docs/_snippets/tutorials/abbreviation-level-1.js b/docs/_snippets/tutorials/abbreviation-level-1.js index f00957ce03d..b038c2bb42d 100644 --- a/docs/_snippets/tutorials/abbreviation-level-1.js +++ b/docs/_snippets/tutorials/abbreviation-level-1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/tutorials/abbreviation-level-2.js b/docs/_snippets/tutorials/abbreviation-level-2.js index 668157c08cc..cb594d9f9e0 100644 --- a/docs/_snippets/tutorials/abbreviation-level-2.js +++ b/docs/_snippets/tutorials/abbreviation-level-2.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/tutorials/abbreviation-level-3.js b/docs/_snippets/tutorials/abbreviation-level-3.js index fe09f88d837..b70cda629a6 100644 --- a/docs/_snippets/tutorials/abbreviation-level-3.js +++ b/docs/_snippets/tutorials/abbreviation-level-3.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/tutorials/abbreviationView-level-2.js b/docs/_snippets/tutorials/abbreviationView-level-2.js index 9f83f626088..e98b87ee4f7 100644 --- a/docs/_snippets/tutorials/abbreviationView-level-2.js +++ b/docs/_snippets/tutorials/abbreviationView-level-2.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/docs/_snippets/tutorials/abbreviationView-level-3.js b/docs/_snippets/tutorials/abbreviationView-level-3.js index a1e6692d6b2..a65d02923fe 100644 --- a/docs/_snippets/tutorials/abbreviationView-level-3.js +++ b/docs/_snippets/tutorials/abbreviationView-level-3.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/docs/_snippets/tutorials/mini-inspector-basic-styles.js b/docs/_snippets/tutorials/mini-inspector-basic-styles.js index 9fd2232e8af..b3bd09f039b 100644 --- a/docs/_snippets/tutorials/mini-inspector-basic-styles.js +++ b/docs/_snippets/tutorials/mini-inspector-basic-styles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, console, window, document */ diff --git a/docs/_snippets/tutorials/timestamp-plugin.js b/docs/_snippets/tutorials/timestamp-plugin.js index 84234415428..9161142d52c 100644 --- a/docs/_snippets/tutorials/timestamp-plugin.js +++ b/docs/_snippets/tutorials/timestamp-plugin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/docs/_snippets/updating/plugins-mapping/plugins-mapping.js b/docs/_snippets/updating/plugins-mapping/plugins-mapping.js index 273e4c9b82d..999d5b32855 100644 --- a/docs/_snippets/updating/plugins-mapping/plugins-mapping.js +++ b/docs/_snippets/updating/plugins-mapping/plugins-mapping.js @@ -1,4 +1,4 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/docs/assets/buildwarningbanner.js b/docs/assets/buildwarningbanner.js index f406b25f796..6bb6a8e8e8e 100644 --- a/docs/assets/buildwarningbanner.js +++ b/docs/assets/buildwarningbanner.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/docs/assets/img/CKEditor-5.png b/docs/assets/img/CKEditor-5.png index af6da675349..178d26bbf6c 100644 Binary files a/docs/assets/img/CKEditor-5.png and b/docs/assets/img/CKEditor-5.png differ diff --git a/docs/assets/read-only-export-pdf.css b/docs/assets/read-only-export-pdf.css index 15bac44f359..5cdaa8cc638 100644 --- a/docs/assets/read-only-export-pdf.css +++ b/docs/assets/read-only-export-pdf.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ * { diff --git a/docs/assets/snippet-styles.css b/docs/assets/snippet-styles.css index da22805410d..402860310df 100644 --- a/docs/assets/snippet-styles.css +++ b/docs/assets/snippet-styles.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/docs/assets/snippet.js b/docs/assets/snippet.js index 896e93d4147..9d64f3d5475 100644 --- a/docs/assets/snippet.js +++ b/docs/assets/snippet.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, setTimeout */ diff --git a/docs/assets/styles.css b/docs/assets/styles.css index 8739071f1e6..2527e02e61c 100644 --- a/docs/assets/styles.css +++ b/docs/assets/styles.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* https://github.com/ckeditor/ckeditor5/issues/5598. */ diff --git a/docs/getting-started/licensing/license-key-and-activation.md b/docs/getting-started/licensing/license-key-and-activation.md index 05160988d6e..72db1cf12dd 100644 --- a/docs/getting-started/licensing/license-key-and-activation.md +++ b/docs/getting-started/licensing/license-key-and-activation.md @@ -45,7 +45,8 @@ Trial allows testing both self-hosted and cloud distributions. When the trial fi CKEditor 5 (without the premium features listed above) can be used in an open-source, GPL-compliant setup with: -* a [free account using the Cloud distribution](https://ckeditor.com/pricing). You will be granted a license key and free editor loads. +* a [free account using the Cloud distribution](https://ckeditor.com/pricing). You will be granted a unique license key and free editor loads. +* legacy GPL accounts in our Customer Portal. Use the `'GPL'` value in the `licenseKey` field in your configuration. * without account setup as open-source software under the GPL. Use the `'GPL'` value in the `licenseKey` field in your configuration. In both cases, the editor will {@link getting-started/licensing/managing-ckeditor-logo display a small “Powered by CKEditor” logo} in the editor area. diff --git a/docs/getting-started/licensing/usage-based-billing.md b/docs/getting-started/licensing/usage-based-billing.md index 2bc9eaf00fc..b7b8d37379e 100644 --- a/docs/getting-started/licensing/usage-based-billing.md +++ b/docs/getting-started/licensing/usage-based-billing.md @@ -59,6 +59,8 @@ When the editor is ready, a license check request is sent to our server, along w The server’s response confirms whether the license is valid. If invalid, the editor will switch to read-only mode. +**Note:** Remember to set correct {@link getting-started/setup/csp Content Security Policy (CSP)} rules to enable usage metering. + ## How usage-based billing works Each pricing plan includes a specific number of editor loads. If you exceed this limit, you can either upgrade to a higher plan or pay for additional editor loads in blocks of 1,000. diff --git a/docs/getting-started/setup/csp.md b/docs/getting-started/setup/csp.md index 087555ce840..c6c53832fd7 100644 --- a/docs/getting-started/setup/csp.md +++ b/docs/getting-started/setup/csp.md @@ -1,7 +1,8 @@ --- category: setup meta-title: Content Security Policy | CKEditor 5 Documentation -meta-description: Learn about the CKEditor 5 Content Security Policy. +meta-description: Learn about the CKEditor 5 Content Security Policy (CSP). +menu-title: Content Security Policy (CSP) order: 110 --- diff --git a/docs/updating/update-to-44.md b/docs/updating/update-to-44.md index ce480bd1023..5dc7b359ca9 100644 --- a/docs/updating/update-to-44.md +++ b/docs/updating/update-to-44.md @@ -51,6 +51,8 @@ Read more in our guides about {@link getting-started/licensing/license-key-and-a A new license key format has been introduced. Previous license keys **will no longer work** after updating the editor to version 44.0.0 and above. +We also changed the way the development license key works. To prevent it from accidental usage on production it is limited only to development domains, shows informational label, and has operational limit. {@link getting-started/licensing/license-key-and-activation#development-license-key Read more about the details}. + Acquiring new keys: 1. **Access the Customer Portal**: Log in to the [Customer Portal](https://portal.ckeditor.com/) to obtain your new license key. diff --git a/packages/ckeditor5-adapter-ckfinder/src/augmentation.ts b/packages/ckeditor5-adapter-ckfinder/src/augmentation.ts index 4f1820ee807..762cea54e40 100644 --- a/packages/ckeditor5-adapter-ckfinder/src/augmentation.ts +++ b/packages/ckeditor5-adapter-ckfinder/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { CKFinderUploadAdapter } from './index.js'; diff --git a/packages/ckeditor5-adapter-ckfinder/src/index.ts b/packages/ckeditor5-adapter-ckfinder/src/index.ts index c8561bd1933..5a03e8fc082 100644 --- a/packages/ckeditor5-adapter-ckfinder/src/index.ts +++ b/packages/ckeditor5-adapter-ckfinder/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-adapter-ckfinder/src/uploadadapter.ts b/packages/ckeditor5-adapter-ckfinder/src/uploadadapter.ts index e96ab1fd937..7abfbc82476 100644 --- a/packages/ckeditor5-adapter-ckfinder/src/uploadadapter.ts +++ b/packages/ckeditor5-adapter-ckfinder/src/uploadadapter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals XMLHttpRequest, FormData */ diff --git a/packages/ckeditor5-adapter-ckfinder/src/utils.ts b/packages/ckeditor5-adapter-ckfinder/src/utils.ts index 4ac95b5d907..4968b96b961 100644 --- a/packages/ckeditor5-adapter-ckfinder/src/utils.ts +++ b/packages/ckeditor5-adapter-ckfinder/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-adapter-ckfinder/tests/manual/uploadadapter.js b/packages/ckeditor5-adapter-ckfinder/tests/manual/uploadadapter.js index 302335d4f3f..22f84da84ae 100644 --- a/packages/ckeditor5-adapter-ckfinder/tests/manual/uploadadapter.js +++ b/packages/ckeditor5-adapter-ckfinder/tests/manual/uploadadapter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-adapter-ckfinder/tests/uploadadapter.js b/packages/ckeditor5-adapter-ckfinder/tests/uploadadapter.js index bb4e973ed8c..7a9db868d4d 100644 --- a/packages/ckeditor5-adapter-ckfinder/tests/uploadadapter.js +++ b/packages/ckeditor5-adapter-ckfinder/tests/uploadadapter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-adapter-ckfinder/tests/utils.js b/packages/ckeditor5-adapter-ckfinder/tests/utils.js index a2ddc8285ae..dc54b29d59e 100644 --- a/packages/ckeditor5-adapter-ckfinder/tests/utils.js +++ b/packages/ckeditor5-adapter-ckfinder/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-adapter-ckfinder/webpack.config.js b/packages/ckeditor5-adapter-ckfinder/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-adapter-ckfinder/webpack.config.js +++ b/packages/ckeditor5-adapter-ckfinder/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-alignment/docs/_snippets/features/build-text-alignment-source.js b/packages/ckeditor5-alignment/docs/_snippets/features/build-text-alignment-source.js index 616d106b32d..1f15df7ec20 100644 --- a/packages/ckeditor5-alignment/docs/_snippets/features/build-text-alignment-source.js +++ b/packages/ckeditor5-alignment/docs/_snippets/features/build-text-alignment-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-options.js b/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-options.js index c37942d410f..642a8a2863c 100644 --- a/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-options.js +++ b/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-toolbar.js b/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-toolbar.js index 5beb4e8e40a..6c6aaa5b8b0 100644 --- a/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-toolbar.js +++ b/packages/ckeditor5-alignment/docs/_snippets/features/custom-text-alignment-toolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-alignment/docs/_snippets/features/text-alignment.js b/packages/ckeditor5-alignment/docs/_snippets/features/text-alignment.js index 7790e2e2516..3816e8e87b8 100644 --- a/packages/ckeditor5-alignment/docs/_snippets/features/text-alignment.js +++ b/packages/ckeditor5-alignment/docs/_snippets/features/text-alignment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-alignment/src/alignment.ts b/packages/ckeditor5-alignment/src/alignment.ts index 206e41ad284..bb98b14d269 100644 --- a/packages/ckeditor5-alignment/src/alignment.ts +++ b/packages/ckeditor5-alignment/src/alignment.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-alignment/src/alignmentcommand.ts b/packages/ckeditor5-alignment/src/alignmentcommand.ts index 807f4ec8ed5..a53f9ba6192 100644 --- a/packages/ckeditor5-alignment/src/alignmentcommand.ts +++ b/packages/ckeditor5-alignment/src/alignmentcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-alignment/src/alignmentconfig.ts b/packages/ckeditor5-alignment/src/alignmentconfig.ts index fbabbbb5420..1ef62629ea9 100644 --- a/packages/ckeditor5-alignment/src/alignmentconfig.ts +++ b/packages/ckeditor5-alignment/src/alignmentconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-alignment/src/alignmentediting.ts b/packages/ckeditor5-alignment/src/alignmentediting.ts index e2f2c610e38..8858c56cc14 100644 --- a/packages/ckeditor5-alignment/src/alignmentediting.ts +++ b/packages/ckeditor5-alignment/src/alignmentediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-alignment/src/alignmentui.ts b/packages/ckeditor5-alignment/src/alignmentui.ts index 7b9cd6d5401..c09b243db15 100644 --- a/packages/ckeditor5-alignment/src/alignmentui.ts +++ b/packages/ckeditor5-alignment/src/alignmentui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-alignment/src/augmentation.ts b/packages/ckeditor5-alignment/src/augmentation.ts index a08328a6c84..9d2f1e60a7c 100644 --- a/packages/ckeditor5-alignment/src/augmentation.ts +++ b/packages/ckeditor5-alignment/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-alignment/src/index.ts b/packages/ckeditor5-alignment/src/index.ts index 0d4ffe71668..3e315f5537d 100644 --- a/packages/ckeditor5-alignment/src/index.ts +++ b/packages/ckeditor5-alignment/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-alignment/src/utils.ts b/packages/ckeditor5-alignment/src/utils.ts index 0d2b536d08a..5aec567ea50 100644 --- a/packages/ckeditor5-alignment/src/utils.ts +++ b/packages/ckeditor5-alignment/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { CKEditorError, logWarning, type Locale } from 'ckeditor5/src/utils.js'; diff --git a/packages/ckeditor5-alignment/tests/alignment.js b/packages/ckeditor5-alignment/tests/alignment.js index e89ac9057d3..292f1f3c1ff 100644 --- a/packages/ckeditor5-alignment/tests/alignment.js +++ b/packages/ckeditor5-alignment/tests/alignment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Alignment from '../src/alignment.js'; diff --git a/packages/ckeditor5-alignment/tests/alignmentcommand.js b/packages/ckeditor5-alignment/tests/alignmentcommand.js index 598093e4006..d36ef857b57 100644 --- a/packages/ckeditor5-alignment/tests/alignmentcommand.js +++ b/packages/ckeditor5-alignment/tests/alignmentcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import AlignmentCommand from '../src/alignmentcommand.js'; diff --git a/packages/ckeditor5-alignment/tests/alignmentediting.js b/packages/ckeditor5-alignment/tests/alignmentediting.js index 67c8c1f86ce..7cf478b7657 100644 --- a/packages/ckeditor5-alignment/tests/alignmentediting.js +++ b/packages/ckeditor5-alignment/tests/alignmentediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import AlignmentEditing from '../src/alignmentediting.js'; diff --git a/packages/ckeditor5-alignment/tests/alignmentui.js b/packages/ckeditor5-alignment/tests/alignmentui.js index 55c9d972c2c..987ef36bd95 100644 --- a/packages/ckeditor5-alignment/tests/alignmentui.js +++ b/packages/ckeditor5-alignment/tests/alignmentui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-alignment/tests/integration.js b/packages/ckeditor5-alignment/tests/integration.js index 8aebee53676..4d529e49f1b 100644 --- a/packages/ckeditor5-alignment/tests/integration.js +++ b/packages/ckeditor5-alignment/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-alignment/tests/manual/alignment.js b/packages/ckeditor5-alignment/tests/manual/alignment.js index b1e9877ec0f..9cdf7dcd0bb 100644 --- a/packages/ckeditor5-alignment/tests/manual/alignment.js +++ b/packages/ckeditor5-alignment/tests/manual/alignment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-alignment/tests/manual/alignmentbuttons.js b/packages/ckeditor5-alignment/tests/manual/alignmentbuttons.js index 729d7ffc72a..1b3b54b156e 100644 --- a/packages/ckeditor5-alignment/tests/manual/alignmentbuttons.js +++ b/packages/ckeditor5-alignment/tests/manual/alignmentbuttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-alignment/tests/manual/alignmentconfig.js b/packages/ckeditor5-alignment/tests/manual/alignmentconfig.js index bf8ecc1ee7d..efc3d168375 100644 --- a/packages/ckeditor5-alignment/tests/manual/alignmentconfig.js +++ b/packages/ckeditor5-alignment/tests/manual/alignmentconfig.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-alignment/tests/manual/rtl.js b/packages/ckeditor5-alignment/tests/manual/rtl.js index 664ccc74f0f..99d6160db3e 100644 --- a/packages/ckeditor5-alignment/tests/manual/rtl.js +++ b/packages/ckeditor5-alignment/tests/manual/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-alignment/tests/utils.js b/packages/ckeditor5-alignment/tests/utils.js index 5c98a8e4b16..6c3e0ce56dd 100644 --- a/packages/ckeditor5-alignment/tests/utils.js +++ b/packages/ckeditor5-alignment/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-alignment/webpack.config.js b/packages/ckeditor5-alignment/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-alignment/webpack.config.js +++ b/packages/ckeditor5-alignment/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js b/packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js index 12a04b405b8..6e330d4aba1 100644 --- a/packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js +++ b/packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-autoformat/src/augmentation.ts b/packages/ckeditor5-autoformat/src/augmentation.ts index 55d28c50b97..b1df19d7e6d 100644 --- a/packages/ckeditor5-autoformat/src/augmentation.ts +++ b/packages/ckeditor5-autoformat/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { Autoformat } from './index.js'; diff --git a/packages/ckeditor5-autoformat/src/autoformat.ts b/packages/ckeditor5-autoformat/src/autoformat.ts index c2e0755a24f..16292569134 100644 --- a/packages/ckeditor5-autoformat/src/autoformat.ts +++ b/packages/ckeditor5-autoformat/src/autoformat.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-autoformat/src/blockautoformatediting.ts b/packages/ckeditor5-autoformat/src/blockautoformatediting.ts index 84d2388f566..e17b27dda9b 100644 --- a/packages/ckeditor5-autoformat/src/blockautoformatediting.ts +++ b/packages/ckeditor5-autoformat/src/blockautoformatediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { Command, Editor } from 'ckeditor5/src/core.js'; diff --git a/packages/ckeditor5-autoformat/src/index.ts b/packages/ckeditor5-autoformat/src/index.ts index 89b3d46f53e..f85392ea413 100644 --- a/packages/ckeditor5-autoformat/src/index.ts +++ b/packages/ckeditor5-autoformat/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-autoformat/src/inlineautoformatediting.ts b/packages/ckeditor5-autoformat/src/inlineautoformatediting.ts index dbffd5e3328..758ae2700a4 100644 --- a/packages/ckeditor5-autoformat/src/inlineautoformatediting.ts +++ b/packages/ckeditor5-autoformat/src/inlineautoformatediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-autoformat/tests/autoformat.js b/packages/ckeditor5-autoformat/tests/autoformat.js index c55039af099..72fa3cd2970 100644 --- a/packages/ckeditor5-autoformat/tests/autoformat.js +++ b/packages/ckeditor5-autoformat/tests/autoformat.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Autoformat from '../src/autoformat.js'; diff --git a/packages/ckeditor5-autoformat/tests/blockautoformatediting.js b/packages/ckeditor5-autoformat/tests/blockautoformatediting.js index f9e47f52e09..52aeb936460 100644 --- a/packages/ckeditor5-autoformat/tests/blockautoformatediting.js +++ b/packages/ckeditor5-autoformat/tests/blockautoformatediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Autoformat from '../src/autoformat.js'; diff --git a/packages/ckeditor5-autoformat/tests/inlineautoformatediting.js b/packages/ckeditor5-autoformat/tests/inlineautoformatediting.js index 6b967b57504..10b1d458737 100644 --- a/packages/ckeditor5-autoformat/tests/inlineautoformatediting.js +++ b/packages/ckeditor5-autoformat/tests/inlineautoformatediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Autoformat from '../src/autoformat.js'; diff --git a/packages/ckeditor5-autoformat/tests/manual/autoformat.js b/packages/ckeditor5-autoformat/tests/manual/autoformat.js index ee9e92a0b41..359d8d6987a 100644 --- a/packages/ckeditor5-autoformat/tests/manual/autoformat.js +++ b/packages/ckeditor5-autoformat/tests/manual/autoformat.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-autoformat/tests/undointegration.js b/packages/ckeditor5-autoformat/tests/undointegration.js index 55b019f09c7..387e308c11f 100644 --- a/packages/ckeditor5-autoformat/tests/undointegration.js +++ b/packages/ckeditor5-autoformat/tests/undointegration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Autoformat from '../src/autoformat.js'; diff --git a/packages/ckeditor5-autoformat/webpack.config.js b/packages/ckeditor5-autoformat/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-autoformat/webpack.config.js +++ b/packages/ckeditor5-autoformat/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-autosave/docs/_snippets/features/autosave.js b/packages/ckeditor5-autosave/docs/_snippets/features/autosave.js index 354b569a6d1..68e7933a503 100644 --- a/packages/ckeditor5-autosave/docs/_snippets/features/autosave.js +++ b/packages/ckeditor5-autosave/docs/_snippets/features/autosave.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-autosave/src/augmentation.ts b/packages/ckeditor5-autosave/src/augmentation.ts index c6691189f8c..b54f636fcb3 100644 --- a/packages/ckeditor5-autosave/src/augmentation.ts +++ b/packages/ckeditor5-autosave/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { Autosave, AutosaveConfig } from './index.js'; diff --git a/packages/ckeditor5-autosave/src/autosave.ts b/packages/ckeditor5-autosave/src/autosave.ts index 2c3bae29726..09b30dfad3b 100644 --- a/packages/ckeditor5-autosave/src/autosave.ts +++ b/packages/ckeditor5-autosave/src/autosave.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-autosave/src/index.ts b/packages/ckeditor5-autosave/src/index.ts index 9a8353dd65e..234b470d977 100644 --- a/packages/ckeditor5-autosave/src/index.ts +++ b/packages/ckeditor5-autosave/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-autosave/tests/autosave.js b/packages/ckeditor5-autosave/tests/autosave.js index 35162625d5e..61ad6535308 100644 --- a/packages/ckeditor5-autosave/tests/autosave.js +++ b/packages/ckeditor5-autosave/tests/autosave.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window */ diff --git a/packages/ckeditor5-autosave/tests/manual/autosave.js b/packages/ckeditor5-autosave/tests/manual/autosave.js index dbec22772b1..38944ea996f 100644 --- a/packages/ckeditor5-autosave/tests/manual/autosave.js +++ b/packages/ckeditor5-autosave/tests/manual/autosave.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, console */ diff --git a/packages/ckeditor5-autosave/webpack.config.js b/packages/ckeditor5-autosave/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-autosave/webpack.config.js +++ b/packages/ckeditor5-autosave/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-basic-styles/docs/_snippets/features/basic-styles.js b/packages/ckeditor5-basic-styles/docs/_snippets/features/basic-styles.js index 347a661910c..8a4e686ed22 100644 --- a/packages/ckeditor5-basic-styles/docs/_snippets/features/basic-styles.js +++ b/packages/ckeditor5-basic-styles/docs/_snippets/features/basic-styles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-basic-styles/docs/_snippets/features/build-basic-styles-source.js b/packages/ckeditor5-basic-styles/docs/_snippets/features/build-basic-styles-source.js index 3e437f5650b..17ebe0454ab 100644 --- a/packages/ckeditor5-basic-styles/docs/_snippets/features/build-basic-styles-source.js +++ b/packages/ckeditor5-basic-styles/docs/_snippets/features/build-basic-styles-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-basic-styles/src/attributecommand.ts b/packages/ckeditor5-basic-styles/src/attributecommand.ts index 6c6bdff6266..4c1d36e4fb3 100644 --- a/packages/ckeditor5-basic-styles/src/attributecommand.ts +++ b/packages/ckeditor5-basic-styles/src/attributecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/augmentation.ts b/packages/ckeditor5-basic-styles/src/augmentation.ts index d4e82e1d469..e1a56e51782 100644 --- a/packages/ckeditor5-basic-styles/src/augmentation.ts +++ b/packages/ckeditor5-basic-styles/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-basic-styles/src/bold.ts b/packages/ckeditor5-basic-styles/src/bold.ts index 9c17daa58c0..bd2e4991736 100644 --- a/packages/ckeditor5-basic-styles/src/bold.ts +++ b/packages/ckeditor5-basic-styles/src/bold.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/bold/boldediting.ts b/packages/ckeditor5-basic-styles/src/bold/boldediting.ts index 0ef9c61c2af..c0da0b65bec 100644 --- a/packages/ckeditor5-basic-styles/src/bold/boldediting.ts +++ b/packages/ckeditor5-basic-styles/src/bold/boldediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/bold/boldui.ts b/packages/ckeditor5-basic-styles/src/bold/boldui.ts index a3e9f31b64c..2cd5b2123de 100644 --- a/packages/ckeditor5-basic-styles/src/bold/boldui.ts +++ b/packages/ckeditor5-basic-styles/src/bold/boldui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/code.ts b/packages/ckeditor5-basic-styles/src/code.ts index 6c58ceeb0a2..061959bb724 100644 --- a/packages/ckeditor5-basic-styles/src/code.ts +++ b/packages/ckeditor5-basic-styles/src/code.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/code/codeediting.ts b/packages/ckeditor5-basic-styles/src/code/codeediting.ts index 22ffdde3a4d..6c1852227c8 100644 --- a/packages/ckeditor5-basic-styles/src/code/codeediting.ts +++ b/packages/ckeditor5-basic-styles/src/code/codeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/code/codeui.ts b/packages/ckeditor5-basic-styles/src/code/codeui.ts index c35362bddbc..ca7a5da04b0 100644 --- a/packages/ckeditor5-basic-styles/src/code/codeui.ts +++ b/packages/ckeditor5-basic-styles/src/code/codeui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/index.ts b/packages/ckeditor5-basic-styles/src/index.ts index 61c79ef37c4..b5b07b446b8 100644 --- a/packages/ckeditor5-basic-styles/src/index.ts +++ b/packages/ckeditor5-basic-styles/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/italic.ts b/packages/ckeditor5-basic-styles/src/italic.ts index 642e0da0787..4411d44ec16 100644 --- a/packages/ckeditor5-basic-styles/src/italic.ts +++ b/packages/ckeditor5-basic-styles/src/italic.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/italic/italicediting.ts b/packages/ckeditor5-basic-styles/src/italic/italicediting.ts index 6894a4620dc..89ce7cc7713 100644 --- a/packages/ckeditor5-basic-styles/src/italic/italicediting.ts +++ b/packages/ckeditor5-basic-styles/src/italic/italicediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/italic/italicui.ts b/packages/ckeditor5-basic-styles/src/italic/italicui.ts index 572093c70cb..543ca956f06 100644 --- a/packages/ckeditor5-basic-styles/src/italic/italicui.ts +++ b/packages/ckeditor5-basic-styles/src/italic/italicui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/strikethrough.ts b/packages/ckeditor5-basic-styles/src/strikethrough.ts index 5d218093d27..1b86a89d1ee 100644 --- a/packages/ckeditor5-basic-styles/src/strikethrough.ts +++ b/packages/ckeditor5-basic-styles/src/strikethrough.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.ts b/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.ts index 61918c77736..64aaa220ba2 100644 --- a/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.ts +++ b/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughui.ts b/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughui.ts index 7ec0c74d18d..ca773f9caf9 100644 --- a/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughui.ts +++ b/packages/ckeditor5-basic-styles/src/strikethrough/strikethroughui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/subscript.ts b/packages/ckeditor5-basic-styles/src/subscript.ts index 1f9513ec0ec..a5f123c5dbe 100644 --- a/packages/ckeditor5-basic-styles/src/subscript.ts +++ b/packages/ckeditor5-basic-styles/src/subscript.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/subscript/subscriptediting.ts b/packages/ckeditor5-basic-styles/src/subscript/subscriptediting.ts index 314b2512dbb..003fccd26d7 100644 --- a/packages/ckeditor5-basic-styles/src/subscript/subscriptediting.ts +++ b/packages/ckeditor5-basic-styles/src/subscript/subscriptediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/subscript/subscriptui.ts b/packages/ckeditor5-basic-styles/src/subscript/subscriptui.ts index 2a01bfbfdb8..47a4cc0188f 100644 --- a/packages/ckeditor5-basic-styles/src/subscript/subscriptui.ts +++ b/packages/ckeditor5-basic-styles/src/subscript/subscriptui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/superscript.ts b/packages/ckeditor5-basic-styles/src/superscript.ts index 023f39101a2..063f448c8bc 100644 --- a/packages/ckeditor5-basic-styles/src/superscript.ts +++ b/packages/ckeditor5-basic-styles/src/superscript.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/superscript/superscriptediting.ts b/packages/ckeditor5-basic-styles/src/superscript/superscriptediting.ts index bf69d09fcac..4e4a31dce1b 100644 --- a/packages/ckeditor5-basic-styles/src/superscript/superscriptediting.ts +++ b/packages/ckeditor5-basic-styles/src/superscript/superscriptediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/superscript/superscriptui.ts b/packages/ckeditor5-basic-styles/src/superscript/superscriptui.ts index d9f505b4aa0..0560276fb00 100644 --- a/packages/ckeditor5-basic-styles/src/superscript/superscriptui.ts +++ b/packages/ckeditor5-basic-styles/src/superscript/superscriptui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/underline.ts b/packages/ckeditor5-basic-styles/src/underline.ts index 08f8512c596..39bdb5f136e 100644 --- a/packages/ckeditor5-basic-styles/src/underline.ts +++ b/packages/ckeditor5-basic-styles/src/underline.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/underline/underlineediting.ts b/packages/ckeditor5-basic-styles/src/underline/underlineediting.ts index 2f24bfef8b1..7a919b14b50 100644 --- a/packages/ckeditor5-basic-styles/src/underline/underlineediting.ts +++ b/packages/ckeditor5-basic-styles/src/underline/underlineediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/underline/underlineui.ts b/packages/ckeditor5-basic-styles/src/underline/underlineui.ts index 8119b94360a..b0a8de645df 100644 --- a/packages/ckeditor5-basic-styles/src/underline/underlineui.ts +++ b/packages/ckeditor5-basic-styles/src/underline/underlineui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/src/utils.ts b/packages/ckeditor5-basic-styles/src/utils.ts index 03299ffb456..2ca571650be 100644 --- a/packages/ckeditor5-basic-styles/src/utils.ts +++ b/packages/ckeditor5-basic-styles/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-basic-styles/tests/attributecommand.js b/packages/ckeditor5-basic-styles/tests/attributecommand.js index ad3884c61dc..b342ed8ce6e 100644 --- a/packages/ckeditor5-basic-styles/tests/attributecommand.js +++ b/packages/ckeditor5-basic-styles/tests/attributecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import AttributeCommand from '../src/attributecommand.js'; diff --git a/packages/ckeditor5-basic-styles/tests/bold.js b/packages/ckeditor5-basic-styles/tests/bold.js index 5947f2e4db5..368d1e18502 100644 --- a/packages/ckeditor5-basic-styles/tests/bold.js +++ b/packages/ckeditor5-basic-styles/tests/bold.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Bold from '../src/bold.js'; diff --git a/packages/ckeditor5-basic-styles/tests/bold/boldediting.js b/packages/ckeditor5-basic-styles/tests/bold/boldediting.js index 5f9a7add8e8..47b91a83045 100644 --- a/packages/ckeditor5-basic-styles/tests/bold/boldediting.js +++ b/packages/ckeditor5-basic-styles/tests/bold/boldediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BoldEditing from '../../src/bold/boldediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/bold/boldui.js b/packages/ckeditor5-basic-styles/tests/bold/boldui.js index e69b166ad1c..450055b0e1f 100644 --- a/packages/ckeditor5-basic-styles/tests/bold/boldui.js +++ b/packages/ckeditor5-basic-styles/tests/bold/boldui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/tests/code.js b/packages/ckeditor5-basic-styles/tests/code.js index 849caca3ff7..11d91b23c75 100644 --- a/packages/ckeditor5-basic-styles/tests/code.js +++ b/packages/ckeditor5-basic-styles/tests/code.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Code from '../src/code.js'; diff --git a/packages/ckeditor5-basic-styles/tests/code/codeediting.js b/packages/ckeditor5-basic-styles/tests/code/codeediting.js index f0ce01a5f63..89e81e6a848 100644 --- a/packages/ckeditor5-basic-styles/tests/code/codeediting.js +++ b/packages/ckeditor5-basic-styles/tests/code/codeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CodeEditing from '../../src/code/codeediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/code/codeui.js b/packages/ckeditor5-basic-styles/tests/code/codeui.js index 149c7320765..7347cd6ee32 100644 --- a/packages/ckeditor5-basic-styles/tests/code/codeui.js +++ b/packages/ckeditor5-basic-styles/tests/code/codeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/tests/italic.js b/packages/ckeditor5-basic-styles/tests/italic.js index 2316073e38c..1f835e55cb4 100644 --- a/packages/ckeditor5-basic-styles/tests/italic.js +++ b/packages/ckeditor5-basic-styles/tests/italic.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Italic from '../src/italic.js'; diff --git a/packages/ckeditor5-basic-styles/tests/italic/italicediting.js b/packages/ckeditor5-basic-styles/tests/italic/italicediting.js index 3ad56bc05c2..047876256ca 100644 --- a/packages/ckeditor5-basic-styles/tests/italic/italicediting.js +++ b/packages/ckeditor5-basic-styles/tests/italic/italicediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ItalicEditing from '../../src/italic/italicediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/italic/italicui.js b/packages/ckeditor5-basic-styles/tests/italic/italicui.js index 3542b39e63d..e8892271a31 100644 --- a/packages/ckeditor5-basic-styles/tests/italic/italicui.js +++ b/packages/ckeditor5-basic-styles/tests/italic/italicui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/tests/manual/basic-styles.js b/packages/ckeditor5-basic-styles/tests/manual/basic-styles.js index 71bb35027b6..28e5854d42d 100644 --- a/packages/ckeditor5-basic-styles/tests/manual/basic-styles.js +++ b/packages/ckeditor5-basic-styles/tests/manual/basic-styles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-basic-styles/tests/strikethrough.js b/packages/ckeditor5-basic-styles/tests/strikethrough.js index a14eddaffd9..67c1e2e52dc 100644 --- a/packages/ckeditor5-basic-styles/tests/strikethrough.js +++ b/packages/ckeditor5-basic-styles/tests/strikethrough.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Strikethrough from '../src/strikethrough.js'; diff --git a/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughediting.js b/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughediting.js index 7f808b14c9c..f7dc6cb0ae7 100644 --- a/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughediting.js +++ b/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import StrikethroughEditing from '../../src/strikethrough/strikethroughediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughui.js b/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughui.js index 12ec943c8d1..4f68e84624d 100644 --- a/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughui.js +++ b/packages/ckeditor5-basic-styles/tests/strikethrough/strikethroughui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/tests/subscript.js b/packages/ckeditor5-basic-styles/tests/subscript.js index cfb189e0ca6..1f4222988f2 100644 --- a/packages/ckeditor5-basic-styles/tests/subscript.js +++ b/packages/ckeditor5-basic-styles/tests/subscript.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Subscript from '../src/subscript.js'; diff --git a/packages/ckeditor5-basic-styles/tests/subscript/subscriptediting.js b/packages/ckeditor5-basic-styles/tests/subscript/subscriptediting.js index 06f10775807..ea2f7cddb7e 100644 --- a/packages/ckeditor5-basic-styles/tests/subscript/subscriptediting.js +++ b/packages/ckeditor5-basic-styles/tests/subscript/subscriptediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SubEditing from '../../src/subscript/subscriptediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/subscript/subscriptui.js b/packages/ckeditor5-basic-styles/tests/subscript/subscriptui.js index 98e35ffea13..417c2b12731 100644 --- a/packages/ckeditor5-basic-styles/tests/subscript/subscriptui.js +++ b/packages/ckeditor5-basic-styles/tests/subscript/subscriptui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/tests/superscript.js b/packages/ckeditor5-basic-styles/tests/superscript.js index d0c85e29fa2..3aeb895bd28 100644 --- a/packages/ckeditor5-basic-styles/tests/superscript.js +++ b/packages/ckeditor5-basic-styles/tests/superscript.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Superscript from '../src/superscript.js'; diff --git a/packages/ckeditor5-basic-styles/tests/superscript/superscriptediting.js b/packages/ckeditor5-basic-styles/tests/superscript/superscriptediting.js index c93ef3b480e..e86370f0037 100644 --- a/packages/ckeditor5-basic-styles/tests/superscript/superscriptediting.js +++ b/packages/ckeditor5-basic-styles/tests/superscript/superscriptediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SuperEditing from '../../src/superscript/superscriptediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/superscript/superscriptui.js b/packages/ckeditor5-basic-styles/tests/superscript/superscriptui.js index 6debd453f26..a03764412d2 100644 --- a/packages/ckeditor5-basic-styles/tests/superscript/superscriptui.js +++ b/packages/ckeditor5-basic-styles/tests/superscript/superscriptui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/tests/underline.js b/packages/ckeditor5-basic-styles/tests/underline.js index 3c08c77b644..9897856b659 100644 --- a/packages/ckeditor5-basic-styles/tests/underline.js +++ b/packages/ckeditor5-basic-styles/tests/underline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Underline from '../src/underline.js'; diff --git a/packages/ckeditor5-basic-styles/tests/underline/underlineediting.js b/packages/ckeditor5-basic-styles/tests/underline/underlineediting.js index 49da9dbc9a1..6d270057cd1 100644 --- a/packages/ckeditor5-basic-styles/tests/underline/underlineediting.js +++ b/packages/ckeditor5-basic-styles/tests/underline/underlineediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import UnderlineEditing from '../../src/underline/underlineediting.js'; diff --git a/packages/ckeditor5-basic-styles/tests/underline/underlineui.js b/packages/ckeditor5-basic-styles/tests/underline/underlineui.js index 195a54733cd..e85aed899c5 100644 --- a/packages/ckeditor5-basic-styles/tests/underline/underlineui.js +++ b/packages/ckeditor5-basic-styles/tests/underline/underlineui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-basic-styles/theme/code.css b/packages/ckeditor5-basic-styles/theme/code.css index 5fa2d8a40b0..c1f9e1347ed 100644 --- a/packages/ckeditor5-basic-styles/theme/code.css +++ b/packages/ckeditor5-basic-styles/theme/code.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content code { diff --git a/packages/ckeditor5-basic-styles/webpack.config.js b/packages/ckeditor5-basic-styles/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-basic-styles/webpack.config.js +++ b/packages/ckeditor5-basic-styles/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote-source.js b/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote-source.js index 0cf4ad97c44..ed4172b0b43 100644 --- a/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote-source.js +++ b/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote.js b/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote.js index 2b81ac2da67..0ffadc7d0aa 100644 --- a/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote.js +++ b/packages/ckeditor5-block-quote/docs/_snippets/features/block-quote.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, window, document, console */ diff --git a/packages/ckeditor5-block-quote/docs/_snippets/features/nested-block-quote.js b/packages/ckeditor5-block-quote/docs/_snippets/features/nested-block-quote.js index 892ff9db50b..3c45da31c5e 100644 --- a/packages/ckeditor5-block-quote/docs/_snippets/features/nested-block-quote.js +++ b/packages/ckeditor5-block-quote/docs/_snippets/features/nested-block-quote.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, window, document, console */ diff --git a/packages/ckeditor5-block-quote/src/augmentation.ts b/packages/ckeditor5-block-quote/src/augmentation.ts index 733bc2b28be..e33d02dff3f 100644 --- a/packages/ckeditor5-block-quote/src/augmentation.ts +++ b/packages/ckeditor5-block-quote/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-block-quote/src/blockquote.ts b/packages/ckeditor5-block-quote/src/blockquote.ts index 2973a34ab53..537117b0405 100644 --- a/packages/ckeditor5-block-quote/src/blockquote.ts +++ b/packages/ckeditor5-block-quote/src/blockquote.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-block-quote/src/blockquotecommand.ts b/packages/ckeditor5-block-quote/src/blockquotecommand.ts index 46c2afd5391..a97d5c05ea1 100644 --- a/packages/ckeditor5-block-quote/src/blockquotecommand.ts +++ b/packages/ckeditor5-block-quote/src/blockquotecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-block-quote/src/blockquoteediting.ts b/packages/ckeditor5-block-quote/src/blockquoteediting.ts index 056fdd70da3..6ef68399a60 100644 --- a/packages/ckeditor5-block-quote/src/blockquoteediting.ts +++ b/packages/ckeditor5-block-quote/src/blockquoteediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-block-quote/src/blockquoteui.ts b/packages/ckeditor5-block-quote/src/blockquoteui.ts index fe56efd2cfa..247b6e9d332 100644 --- a/packages/ckeditor5-block-quote/src/blockquoteui.ts +++ b/packages/ckeditor5-block-quote/src/blockquoteui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-block-quote/src/index.ts b/packages/ckeditor5-block-quote/src/index.ts index 21e08e52d15..88a659ec99e 100644 --- a/packages/ckeditor5-block-quote/src/index.ts +++ b/packages/ckeditor5-block-quote/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-block-quote/tests/blockquote.js b/packages/ckeditor5-block-quote/tests/blockquote.js index aaee1d61170..ba68ceb8ef8 100644 --- a/packages/ckeditor5-block-quote/tests/blockquote.js +++ b/packages/ckeditor5-block-quote/tests/blockquote.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BlockQuote from '../src/blockquote.js'; diff --git a/packages/ckeditor5-block-quote/tests/blockquotecommand.js b/packages/ckeditor5-block-quote/tests/blockquotecommand.js index 08a8197bc8d..c930ecfb525 100644 --- a/packages/ckeditor5-block-quote/tests/blockquotecommand.js +++ b/packages/ckeditor5-block-quote/tests/blockquotecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BlockQuoteEditing from '../src/blockquoteediting.js'; diff --git a/packages/ckeditor5-block-quote/tests/blockquoteediting.js b/packages/ckeditor5-block-quote/tests/blockquoteediting.js index f3396914bad..a0760eff50a 100644 --- a/packages/ckeditor5-block-quote/tests/blockquoteediting.js +++ b/packages/ckeditor5-block-quote/tests/blockquoteediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BlockQuoteEditing from '../src/blockquoteediting.js'; diff --git a/packages/ckeditor5-block-quote/tests/blockquoteui.js b/packages/ckeditor5-block-quote/tests/blockquoteui.js index 1f1fa5581ac..54f66d39ab8 100644 --- a/packages/ckeditor5-block-quote/tests/blockquoteui.js +++ b/packages/ckeditor5-block-quote/tests/blockquoteui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-block-quote/tests/integration.js b/packages/ckeditor5-block-quote/tests/integration.js index 1146dedc365..0c7bd5ba65b 100644 --- a/packages/ckeditor5-block-quote/tests/integration.js +++ b/packages/ckeditor5-block-quote/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-block-quote/tests/manual/blockquote.js b/packages/ckeditor5-block-quote/tests/manual/blockquote.js index f993ca729c8..54513f55ee9 100644 --- a/packages/ckeditor5-block-quote/tests/manual/blockquote.js +++ b/packages/ckeditor5-block-quote/tests/manual/blockquote.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-block-quote/tests/manual/blockquotenonesting.js b/packages/ckeditor5-block-quote/tests/manual/blockquotenonesting.js index 7b819167bd7..a271930daea 100644 --- a/packages/ckeditor5-block-quote/tests/manual/blockquotenonesting.js +++ b/packages/ckeditor5-block-quote/tests/manual/blockquotenonesting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-block-quote/theme/blockquote.css b/packages/ckeditor5-block-quote/theme/blockquote.css index e456acb12a6..0818ec6926f 100644 --- a/packages/ckeditor5-block-quote/theme/blockquote.css +++ b/packages/ckeditor5-block-quote/theme/blockquote.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content blockquote { diff --git a/packages/ckeditor5-block-quote/webpack.config.js b/packages/ckeditor5-block-quote/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-block-quote/webpack.config.js +++ b/packages/ckeditor5-block-quote/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-bookmark/docs/_snippets/features/bookmark.js b/packages/ckeditor5-bookmark/docs/_snippets/features/bookmark.js index 8b1bd507b52..813eb6b5670 100644 --- a/packages/ckeditor5-bookmark/docs/_snippets/features/bookmark.js +++ b/packages/ckeditor5-bookmark/docs/_snippets/features/bookmark.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-bookmark/src/augmentation.ts b/packages/ckeditor5-bookmark/src/augmentation.ts index b1683aa5315..293a77c2268 100644 --- a/packages/ckeditor5-bookmark/src/augmentation.ts +++ b/packages/ckeditor5-bookmark/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-bookmark/src/bookmark.ts b/packages/ckeditor5-bookmark/src/bookmark.ts index a483c018042..7d9db203d7b 100644 --- a/packages/ckeditor5-bookmark/src/bookmark.ts +++ b/packages/ckeditor5-bookmark/src/bookmark.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/bookmarkconfig.ts b/packages/ckeditor5-bookmark/src/bookmarkconfig.ts index c0a2c3f22e0..69e45b88ad9 100644 --- a/packages/ckeditor5-bookmark/src/bookmarkconfig.ts +++ b/packages/ckeditor5-bookmark/src/bookmarkconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/bookmarkediting.ts b/packages/ckeditor5-bookmark/src/bookmarkediting.ts index 2b0d5609b87..61d7aad0e45 100644 --- a/packages/ckeditor5-bookmark/src/bookmarkediting.ts +++ b/packages/ckeditor5-bookmark/src/bookmarkediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/bookmarkui.ts b/packages/ckeditor5-bookmark/src/bookmarkui.ts index 0f7ce8302d9..4d2601cbd7f 100644 --- a/packages/ckeditor5-bookmark/src/bookmarkui.ts +++ b/packages/ckeditor5-bookmark/src/bookmarkui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/index.ts b/packages/ckeditor5-bookmark/src/index.ts index c92d2f11297..959e8aa1fdb 100644 --- a/packages/ckeditor5-bookmark/src/index.ts +++ b/packages/ckeditor5-bookmark/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/insertbookmarkcommand.ts b/packages/ckeditor5-bookmark/src/insertbookmarkcommand.ts index 3ac920b149b..0ed804a6ee2 100644 --- a/packages/ckeditor5-bookmark/src/insertbookmarkcommand.ts +++ b/packages/ckeditor5-bookmark/src/insertbookmarkcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/ui/bookmarkactionsview.ts b/packages/ckeditor5-bookmark/src/ui/bookmarkactionsview.ts index 36a3fe15a27..68d1d802020 100644 --- a/packages/ckeditor5-bookmark/src/ui/bookmarkactionsview.ts +++ b/packages/ckeditor5-bookmark/src/ui/bookmarkactionsview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/ui/bookmarkformview.ts b/packages/ckeditor5-bookmark/src/ui/bookmarkformview.ts index fe1fb7b82c1..cbbcb6bc437 100644 --- a/packages/ckeditor5-bookmark/src/ui/bookmarkformview.ts +++ b/packages/ckeditor5-bookmark/src/ui/bookmarkformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/updatebookmarkcommand.ts b/packages/ckeditor5-bookmark/src/updatebookmarkcommand.ts index 1ba6296d400..f3ae8036389 100644 --- a/packages/ckeditor5-bookmark/src/updatebookmarkcommand.ts +++ b/packages/ckeditor5-bookmark/src/updatebookmarkcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/src/utils.ts b/packages/ckeditor5-bookmark/src/utils.ts index 2574f8e446b..351eb8200f0 100644 --- a/packages/ckeditor5-bookmark/src/utils.ts +++ b/packages/ckeditor5-bookmark/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-bookmark/tests/bookmark.js b/packages/ckeditor5-bookmark/tests/bookmark.js index cff78b24698..a40137117fe 100644 --- a/packages/ckeditor5-bookmark/tests/bookmark.js +++ b/packages/ckeditor5-bookmark/tests/bookmark.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Bookmark from '../src/bookmark.js'; diff --git a/packages/ckeditor5-bookmark/tests/bookmarkediting.js b/packages/ckeditor5-bookmark/tests/bookmarkediting.js index df2f89e9539..7073c39d3fd 100644 --- a/packages/ckeditor5-bookmark/tests/bookmarkediting.js +++ b/packages/ckeditor5-bookmark/tests/bookmarkediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ @@ -33,7 +33,7 @@ import { isWidget, getLabel } from '@ckeditor/ckeditor5-widget'; describe( 'BookmarkEditing', () => { // eslint-disable-next-line max-len - const domUIElement = ''; + const domUIElement = ''; let editor, element, model, view, converter; diff --git a/packages/ckeditor5-bookmark/tests/bookmarkui.js b/packages/ckeditor5-bookmark/tests/bookmarkui.js index 6ba7b2a67fc..b594a19a488 100644 --- a/packages/ckeditor5-bookmark/tests/bookmarkui.js +++ b/packages/ckeditor5-bookmark/tests/bookmarkui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-bookmark/tests/index.js b/packages/ckeditor5-bookmark/tests/index.js index 67eb56a21e5..af7575e61cc 100644 --- a/packages/ckeditor5-bookmark/tests/index.js +++ b/packages/ckeditor5-bookmark/tests/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Bookmark as BookmarkDLL } from '../src/index.js'; diff --git a/packages/ckeditor5-bookmark/tests/insertbookmarkcommand.js b/packages/ckeditor5-bookmark/tests/insertbookmarkcommand.js index def9cd4477a..66bebb3a5b8 100644 --- a/packages/ckeditor5-bookmark/tests/insertbookmarkcommand.js +++ b/packages/ckeditor5-bookmark/tests/insertbookmarkcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-bookmark/tests/manual/bookmark-with-output.js b/packages/ckeditor5-bookmark/tests/manual/bookmark-with-output.js index 523844bc716..4a220c0ab69 100644 --- a/packages/ckeditor5-bookmark/tests/manual/bookmark-with-output.js +++ b/packages/ckeditor5-bookmark/tests/manual/bookmark-with-output.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document, setTimeout */ diff --git a/packages/ckeditor5-bookmark/tests/manual/bookmark.js b/packages/ckeditor5-bookmark/tests/manual/bookmark.js index 409ae6dbc17..9240fe68af5 100644 --- a/packages/ckeditor5-bookmark/tests/manual/bookmark.js +++ b/packages/ckeditor5-bookmark/tests/manual/bookmark.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-bookmark/tests/manual/multiroot.js b/packages/ckeditor5-bookmark/tests/manual/multiroot.js index 9fe9297d87c..0c443e715a7 100644 --- a/packages/ckeditor5-bookmark/tests/manual/multiroot.js +++ b/packages/ckeditor5-bookmark/tests/manual/multiroot.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-bookmark/tests/manual/paste-from-office.js b/packages/ckeditor5-bookmark/tests/manual/paste-from-office.js index a0615ede83f..ba6d61aaebc 100644 --- a/packages/ckeditor5-bookmark/tests/manual/paste-from-office.js +++ b/packages/ckeditor5-bookmark/tests/manual/paste-from-office.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-bookmark/tests/ui/bookmarkactionsview.js b/packages/ckeditor5-bookmark/tests/ui/bookmarkactionsview.js index ec62f6dd45c..f46281fe9d9 100644 --- a/packages/ckeditor5-bookmark/tests/ui/bookmarkactionsview.js +++ b/packages/ckeditor5-bookmark/tests/ui/bookmarkactionsview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-bookmark/tests/ui/bookmarkformview.js b/packages/ckeditor5-bookmark/tests/ui/bookmarkformview.js index f87de6b7d57..8e8d236d78e 100644 --- a/packages/ckeditor5-bookmark/tests/ui/bookmarkformview.js +++ b/packages/ckeditor5-bookmark/tests/ui/bookmarkformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-bookmark/tests/updatebookmarkcommand.js b/packages/ckeditor5-bookmark/tests/updatebookmarkcommand.js index 0516eb9fea7..136d5a09d25 100644 --- a/packages/ckeditor5-bookmark/tests/updatebookmarkcommand.js +++ b/packages/ckeditor5-bookmark/tests/updatebookmarkcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-bookmark/theme/bookmark.css b/packages/ckeditor5-bookmark/theme/bookmark.css index d3371094044..dc81ee53785 100644 --- a/packages/ckeditor5-bookmark/theme/bookmark.css +++ b/packages/ckeditor5-bookmark/theme/bookmark.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-bookmark/theme/bookmarkactions.css b/packages/ckeditor5-bookmark/theme/bookmarkactions.css index 8ea45669b20..1998bb9538a 100644 --- a/packages/ckeditor5-bookmark/theme/bookmarkactions.css +++ b/packages/ckeditor5-bookmark/theme/bookmarkactions.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-bookmark/theme/bookmarkform.css b/packages/ckeditor5-bookmark/theme/bookmarkform.css index e7492f875aa..9d725157ecf 100644 --- a/packages/ckeditor5-bookmark/theme/bookmarkform.css +++ b/packages/ckeditor5-bookmark/theme/bookmarkform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-bookmark/webpack.config.js b/packages/ckeditor5-bookmark/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-bookmark/webpack.config.js +++ b/packages/ckeditor5-bookmark/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-balloon-block/.eslintrc.js b/packages/ckeditor5-build-balloon-block/.eslintrc.js index 370d06cb110..b879142d1b7 100644 --- a/packages/ckeditor5-build-balloon-block/.eslintrc.js +++ b/packages/ckeditor5-build-balloon-block/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-balloon-block/src/ckeditor.ts b/packages/ckeditor5-build-balloon-block/src/ckeditor.ts index 1c8bda5c9e2..988ad8224c9 100644 --- a/packages/ckeditor5-build-balloon-block/src/ckeditor.ts +++ b/packages/ckeditor5-build-balloon-block/src/ckeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // The editor creator to use. diff --git a/packages/ckeditor5-build-balloon-block/tests/ckeditor.js b/packages/ckeditor5-build-balloon-block/tests/ckeditor.js index 57fae5a3787..7c82f39fcd8 100644 --- a/packages/ckeditor5-build-balloon-block/tests/ckeditor.js +++ b/packages/ckeditor5-build-balloon-block/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.js b/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.js index 3899291e03b..ac9cf027a8f 100644 --- a/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.js +++ b/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs */ diff --git a/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.js b/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.js index a26145ed93c..208784e7cd4 100644 --- a/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.js +++ b/packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-build-balloon-block/theme/theme.css b/packages/ckeditor5-build-balloon-block/theme/theme.css index 18ea360bc4c..bd5b2f25eb6 100644 --- a/packages/ckeditor5-build-balloon-block/theme/theme.css +++ b/packages/ckeditor5-build-balloon-block/theme/theme.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* Give the block toolbar button some space, moving it a few pixels away from the editable area. */ diff --git a/packages/ckeditor5-build-balloon-block/webpack.config.mjs b/packages/ckeditor5-build-balloon-block/webpack.config.mjs index 6b954153dd9..aed33753e06 100644 --- a/packages/ckeditor5-build-balloon-block/webpack.config.mjs +++ b/packages/ckeditor5-build-balloon-block/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-balloon/.eslintrc.js b/packages/ckeditor5-build-balloon/.eslintrc.js index 370d06cb110..b879142d1b7 100644 --- a/packages/ckeditor5-build-balloon/.eslintrc.js +++ b/packages/ckeditor5-build-balloon/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-balloon/src/ckeditor.ts b/packages/ckeditor5-build-balloon/src/ckeditor.ts index bd330f53a20..7a7196d4323 100644 --- a/packages/ckeditor5-build-balloon/src/ckeditor.ts +++ b/packages/ckeditor5-build-balloon/src/ckeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // The editor creator to use. diff --git a/packages/ckeditor5-build-balloon/tests/ckeditor.js b/packages/ckeditor5-build-balloon/tests/ckeditor.js index 68e8e6f3048..5fc6e45dff2 100644 --- a/packages/ckeditor5-build-balloon/tests/ckeditor.js +++ b/packages/ckeditor5-build-balloon/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-build-balloon/tests/manual/ckeditor-cjs-version.js b/packages/ckeditor5-build-balloon/tests/manual/ckeditor-cjs-version.js index 3899291e03b..ac9cf027a8f 100644 --- a/packages/ckeditor5-build-balloon/tests/manual/ckeditor-cjs-version.js +++ b/packages/ckeditor5-build-balloon/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs */ diff --git a/packages/ckeditor5-build-balloon/tests/manual/ckeditor.js b/packages/ckeditor5-build-balloon/tests/manual/ckeditor.js index a26145ed93c..208784e7cd4 100644 --- a/packages/ckeditor5-build-balloon/tests/manual/ckeditor.js +++ b/packages/ckeditor5-build-balloon/tests/manual/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-build-balloon/webpack.config.mjs b/packages/ckeditor5-build-balloon/webpack.config.mjs index 6b954153dd9..aed33753e06 100644 --- a/packages/ckeditor5-build-balloon/webpack.config.mjs +++ b/packages/ckeditor5-build-balloon/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-classic/.eslintrc.js b/packages/ckeditor5-build-classic/.eslintrc.js index 370d06cb110..b879142d1b7 100644 --- a/packages/ckeditor5-build-classic/.eslintrc.js +++ b/packages/ckeditor5-build-classic/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-classic/src/ckeditor.ts b/packages/ckeditor5-build-classic/src/ckeditor.ts index f8b7afe1494..69fc1cd13ab 100644 --- a/packages/ckeditor5-build-classic/src/ckeditor.ts +++ b/packages/ckeditor5-build-classic/src/ckeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // The editor creator to use. diff --git a/packages/ckeditor5-build-classic/tests/ckeditor.js b/packages/ckeditor5-build-classic/tests/ckeditor.js index e43d543c8d0..870f204e830 100644 --- a/packages/ckeditor5-build-classic/tests/ckeditor.js +++ b/packages/ckeditor5-build-classic/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-build-classic/tests/manual/ckeditor-cjs-version.js b/packages/ckeditor5-build-classic/tests/manual/ckeditor-cjs-version.js index 3ac561aecc8..9d169f31930 100644 --- a/packages/ckeditor5-build-classic/tests/manual/ckeditor-cjs-version.js +++ b/packages/ckeditor5-build-classic/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs */ diff --git a/packages/ckeditor5-build-classic/tests/manual/ckeditor.js b/packages/ckeditor5-build-classic/tests/manual/ckeditor.js index d5ddad8929f..2aa390c54c4 100644 --- a/packages/ckeditor5-build-classic/tests/manual/ckeditor.js +++ b/packages/ckeditor5-build-classic/tests/manual/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-build-classic/webpack.config.mjs b/packages/ckeditor5-build-classic/webpack.config.mjs index fe66ddfe0ef..f48c19b6043 100644 --- a/packages/ckeditor5-build-classic/webpack.config.mjs +++ b/packages/ckeditor5-build-classic/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-decoupled-document/.eslintrc.js b/packages/ckeditor5-build-decoupled-document/.eslintrc.js index 370d06cb110..b879142d1b7 100644 --- a/packages/ckeditor5-build-decoupled-document/.eslintrc.js +++ b/packages/ckeditor5-build-decoupled-document/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-decoupled-document/src/ckeditor.ts b/packages/ckeditor5-build-decoupled-document/src/ckeditor.ts index e5eb61d0dbd..4a848b09e6c 100644 --- a/packages/ckeditor5-build-decoupled-document/src/ckeditor.ts +++ b/packages/ckeditor5-build-decoupled-document/src/ckeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // The editor creator to use. diff --git a/packages/ckeditor5-build-decoupled-document/tests/ckeditor.js b/packages/ckeditor5-build-decoupled-document/tests/ckeditor.js index e5cbe8af9f3..cc2f15d43ef 100644 --- a/packages/ckeditor5-build-decoupled-document/tests/ckeditor.js +++ b/packages/ckeditor5-build-decoupled-document/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor-cjs-version.js b/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor-cjs-version.js index 1203501a218..65876179229 100644 --- a/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor-cjs-version.js +++ b/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs */ diff --git a/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor.js b/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor.js index 4f65f36ee73..cb32e34e395 100644 --- a/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor.js +++ b/packages/ckeditor5-build-decoupled-document/tests/manual/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-build-decoupled-document/webpack.config.mjs b/packages/ckeditor5-build-decoupled-document/webpack.config.mjs index ffe2def2655..5128754f71f 100644 --- a/packages/ckeditor5-build-decoupled-document/webpack.config.mjs +++ b/packages/ckeditor5-build-decoupled-document/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-inline/.eslintrc.js b/packages/ckeditor5-build-inline/.eslintrc.js index 370d06cb110..b879142d1b7 100644 --- a/packages/ckeditor5-build-inline/.eslintrc.js +++ b/packages/ckeditor5-build-inline/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-inline/src/ckeditor.ts b/packages/ckeditor5-build-inline/src/ckeditor.ts index a0f146c4023..f3db6343e1c 100644 --- a/packages/ckeditor5-build-inline/src/ckeditor.ts +++ b/packages/ckeditor5-build-inline/src/ckeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // The editor creator to use. diff --git a/packages/ckeditor5-build-inline/tests/ckeditor.js b/packages/ckeditor5-build-inline/tests/ckeditor.js index 665f471d7ca..9e5473772ae 100644 --- a/packages/ckeditor5-build-inline/tests/ckeditor.js +++ b/packages/ckeditor5-build-inline/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js b/packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js index 7b5399e3cc5..6c38dfa7b11 100644 --- a/packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js +++ b/packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs */ diff --git a/packages/ckeditor5-build-inline/tests/manual/ckeditor.js b/packages/ckeditor5-build-inline/tests/manual/ckeditor.js index 9057c1d2e03..4ad59c29370 100644 --- a/packages/ckeditor5-build-inline/tests/manual/ckeditor.js +++ b/packages/ckeditor5-build-inline/tests/manual/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-build-inline/webpack.config.mjs b/packages/ckeditor5-build-inline/webpack.config.mjs index 01cc5c4fec7..9609d11e1b4 100644 --- a/packages/ckeditor5-build-inline/webpack.config.mjs +++ b/packages/ckeditor5-build-inline/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-multi-root/.eslintrc.js b/packages/ckeditor5-build-multi-root/.eslintrc.js index 370d06cb110..b879142d1b7 100644 --- a/packages/ckeditor5-build-multi-root/.eslintrc.js +++ b/packages/ckeditor5-build-multi-root/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-build-multi-root/src/ckeditor.ts b/packages/ckeditor5-build-multi-root/src/ckeditor.ts index 687ef62d3ed..705840b2ed9 100644 --- a/packages/ckeditor5-build-multi-root/src/ckeditor.ts +++ b/packages/ckeditor5-build-multi-root/src/ckeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // The editor creator to use. diff --git a/packages/ckeditor5-build-multi-root/tests/ckeditor.js b/packages/ckeditor5-build-multi-root/tests/ckeditor.js index 378d13220da..55dc33d967e 100644 --- a/packages/ckeditor5-build-multi-root/tests/ckeditor.js +++ b/packages/ckeditor5-build-multi-root/tests/ckeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-build-multi-root/tests/manual/ckeditor-cjs-version.js b/packages/ckeditor5-build-multi-root/tests/manual/ckeditor-cjs-version.js index 3e8de2fab34..8c9faad0d20 100644 --- a/packages/ckeditor5-build-multi-root/tests/manual/ckeditor-cjs-version.js +++ b/packages/ckeditor5-build-multi-root/tests/manual/ckeditor-cjs-version.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs */ diff --git a/packages/ckeditor5-build-multi-root/webpack.config.mjs b/packages/ckeditor5-build-multi-root/webpack.config.mjs index b373f4f6911..b0432c59f90 100644 --- a/packages/ckeditor5-build-multi-root/webpack.config.mjs +++ b/packages/ckeditor5-build-multi-root/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-ckbox/docs/_snippets/features/build-ckbox-source.js b/packages/ckeditor5-ckbox/docs/_snippets/features/build-ckbox-source.js index f32e2bdf002..32c7ecddf3f 100644 --- a/packages/ckeditor5-ckbox/docs/_snippets/features/build-ckbox-source.js +++ b/packages/ckeditor5-ckbox/docs/_snippets/features/build-ckbox-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-ckbox/docs/_snippets/features/ckbox.js b/packages/ckeditor5-ckbox/docs/_snippets/features/ckbox.js index d27c9be1f64..be12bb2ce16 100644 --- a/packages/ckeditor5-ckbox/docs/_snippets/features/ckbox.js +++ b/packages/ckeditor5-ckbox/docs/_snippets/features/ckbox.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-ckbox/src/augmentation.ts b/packages/ckeditor5-ckbox/src/augmentation.ts index 1bd7429c841..e38cdc44ff1 100644 --- a/packages/ckeditor5-ckbox/src/augmentation.ts +++ b/packages/ckeditor5-ckbox/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-ckbox/src/ckbox.ts b/packages/ckeditor5-ckbox/src/ckbox.ts index 20f05a57d04..c0790f5f9fa 100644 --- a/packages/ckeditor5-ckbox/src/ckbox.ts +++ b/packages/ckeditor5-ckbox/src/ckbox.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboxcommand.ts b/packages/ckeditor5-ckbox/src/ckboxcommand.ts index ad1ab39834a..d63613c0711 100644 --- a/packages/ckeditor5-ckbox/src/ckboxcommand.ts +++ b/packages/ckeditor5-ckbox/src/ckboxcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, setTimeout, URL */ diff --git a/packages/ckeditor5-ckbox/src/ckboxconfig.ts b/packages/ckeditor5-ckbox/src/ckboxconfig.ts index 871df5acbd9..f53cd9c363a 100644 --- a/packages/ckeditor5-ckbox/src/ckboxconfig.ts +++ b/packages/ckeditor5-ckbox/src/ckboxconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboxediting.ts b/packages/ckeditor5-ckbox/src/ckboxediting.ts index f0db9a26389..6281684a30e 100644 --- a/packages/ckeditor5-ckbox/src/ckboxediting.ts +++ b/packages/ckeditor5-ckbox/src/ckboxediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-ckbox/src/ckboximageedit.ts b/packages/ckeditor5-ckbox/src/ckboximageedit.ts index 9b3b5ec0e51..c4b329d424e 100644 --- a/packages/ckeditor5-ckbox/src/ckboximageedit.ts +++ b/packages/ckeditor5-ckbox/src/ckboximageedit.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditcommand.ts b/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditcommand.ts index fa5e86ccd69..9419a78a5f2 100644 --- a/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditcommand.ts +++ b/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console, AbortController, URL, window */ diff --git a/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditediting.ts b/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditediting.ts index 3ab7fb64e28..a438d4f7894 100644 --- a/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditediting.ts +++ b/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditui.ts b/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditui.ts index b874c041720..6fe13dfccb1 100644 --- a/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditui.ts +++ b/packages/ckeditor5-ckbox/src/ckboximageedit/ckboximageeditui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboximageedit/utils.ts b/packages/ckeditor5-ckbox/src/ckboximageedit/utils.ts index 0d544750fdf..2da30b75fc7 100644 --- a/packages/ckeditor5-ckbox/src/ckboximageedit/utils.ts +++ b/packages/ckeditor5-ckbox/src/ckboximageedit/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboxui.ts b/packages/ckeditor5-ckbox/src/ckboxui.ts index 634d02f65ea..a5e6be2bc99 100644 --- a/packages/ckeditor5-ckbox/src/ckboxui.ts +++ b/packages/ckeditor5-ckbox/src/ckboxui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/ckboxuploadadapter.ts b/packages/ckeditor5-ckbox/src/ckboxuploadadapter.ts index 0927381bec6..c36f0c163c5 100644 --- a/packages/ckeditor5-ckbox/src/ckboxuploadadapter.ts +++ b/packages/ckeditor5-ckbox/src/ckboxuploadadapter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals AbortController, FormData, URL, window */ diff --git a/packages/ckeditor5-ckbox/src/ckboxutils.ts b/packages/ckeditor5-ckbox/src/ckboxutils.ts index 982515768a4..e2ee420a68a 100644 --- a/packages/ckeditor5-ckbox/src/ckboxutils.ts +++ b/packages/ckeditor5-ckbox/src/ckboxutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-ckbox/src/index.ts b/packages/ckeditor5-ckbox/src/index.ts index 42b2c16f94b..580e8e0f746 100644 --- a/packages/ckeditor5-ckbox/src/index.ts +++ b/packages/ckeditor5-ckbox/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckbox/src/utils.ts b/packages/ckeditor5-ckbox/src/utils.ts index 87bdad6b886..f70f2a3f492 100644 --- a/packages/ckeditor5-ckbox/src/utils.ts +++ b/packages/ckeditor5-ckbox/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global atob */ diff --git a/packages/ckeditor5-ckbox/tests/_utils/ckbox-config.js b/packages/ckeditor5-ckbox/tests/_utils/ckbox-config.js index 0bc748d7e7a..424581cb19c 100644 --- a/packages/ckeditor5-ckbox/tests/_utils/ckbox-config.js +++ b/packages/ckeditor5-ckbox/tests/_utils/ckbox-config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // WARNING: The URLs below should not be used for any other purpose than CKBox plugin development. diff --git a/packages/ckeditor5-ckbox/tests/_utils/cloudservicescoremock.js b/packages/ckeditor5-ckbox/tests/_utils/cloudservicescoremock.js index 6873d09482d..e3d93e5e38f 100644 --- a/packages/ckeditor5-ckbox/tests/_utils/cloudservicescoremock.js +++ b/packages/ckeditor5-ckbox/tests/_utils/cloudservicescoremock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CloudServicesCore from '@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js'; diff --git a/packages/ckeditor5-ckbox/tests/ckbox.js b/packages/ckeditor5-ckbox/tests/ckbox.js index 076f0104465..79996add13e 100644 --- a/packages/ckeditor5-ckbox/tests/ckbox.js +++ b/packages/ckeditor5-ckbox/tests/ckbox.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ckbox/tests/ckboxcommand.js b/packages/ckeditor5-ckbox/tests/ckboxcommand.js index eee90642418..caa378a16c0 100644 --- a/packages/ckeditor5-ckbox/tests/ckboxcommand.js +++ b/packages/ckeditor5-ckbox/tests/ckboxcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, btoa */ diff --git a/packages/ckeditor5-ckbox/tests/ckboxediting.js b/packages/ckeditor5-ckbox/tests/ckboxediting.js index c09eea724a9..9edcbd9c76c 100644 --- a/packages/ckeditor5-ckbox/tests/ckboxediting.js +++ b/packages/ckeditor5-ckbox/tests/ckboxediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-ckbox/tests/ckboximageedit.js b/packages/ckeditor5-ckbox/tests/ckboximageedit.js index 22bab1d4f87..ee00f7d243e 100644 --- a/packages/ckeditor5-ckbox/tests/ckboximageedit.js +++ b/packages/ckeditor5-ckbox/tests/ckboximageedit.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Essentials from '@ckeditor/ckeditor5-essentials/src/essentials.js'; diff --git a/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditcommand.js b/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditcommand.js index 39b94370bb0..62e4a701151 100644 --- a/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditcommand.js +++ b/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, console, btoa, setTimeout, AbortController */ @@ -951,7 +951,8 @@ describe( 'CKBoxImageEditCommand', () => { 'while waiting for the processed image', async () => { expect( getViewData( editor.editing.view, { withoutSelection: true } ) ).to.equal( '
' + - 'alt text' + + 'alt text' + + '' + '
' + '
' ); @@ -961,7 +962,9 @@ describe( 'CKBoxImageEditCommand', () => { expect( getViewData( editor.editing.view, { withoutSelection: true } ) ).to.equal( '
' + - 'alt text' + + 'alt text' + + '' + '
' + '
' ); diff --git a/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditediting.js b/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditediting.js index cb68c6ef2b2..4311e0bf5a0 100644 --- a/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditediting.js +++ b/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditui.js b/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditui.js index 14ffc140cb8..6be5f227ec8 100644 --- a/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditui.js +++ b/packages/ckeditor5-ckbox/tests/ckboximageedit/ckboximageeditui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, btoa */ diff --git a/packages/ckeditor5-ckbox/tests/ckboximageedit/utils.js b/packages/ckeditor5-ckbox/tests/ckboximageedit/utils.js index 46a8661848f..cc762b5755e 100644 --- a/packages/ckeditor5-ckbox/tests/ckboximageedit/utils.js +++ b/packages/ckeditor5-ckbox/tests/ckboximageedit/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-ckbox/tests/ckboxui.js b/packages/ckeditor5-ckbox/tests/ckboxui.js index 9b2894d2333..21fc184760f 100644 --- a/packages/ckeditor5-ckbox/tests/ckboxui.js +++ b/packages/ckeditor5-ckbox/tests/ckboxui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window */ diff --git a/packages/ckeditor5-ckbox/tests/ckboxuploadadapter.js b/packages/ckeditor5-ckbox/tests/ckboxuploadadapter.js index 97ddc7cec57..670c4db6378 100644 --- a/packages/ckeditor5-ckbox/tests/ckboxuploadadapter.js +++ b/packages/ckeditor5-ckbox/tests/ckboxuploadadapter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, console, document, btoa */ diff --git a/packages/ckeditor5-ckbox/tests/ckboxutils.js b/packages/ckeditor5-ckbox/tests/ckboxutils.js index 2e500db2d6e..e9d7dc15c78 100644 --- a/packages/ckeditor5-ckbox/tests/ckboxutils.js +++ b/packages/ckeditor5-ckbox/tests/ckboxutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals btoa, console, document, window, AbortController, Response */ diff --git a/packages/ckeditor5-ckbox/tests/manual/ckbox.js b/packages/ckeditor5-ckbox/tests/manual/ckbox.js index 555266f13d2..1f6ecb67d73 100644 --- a/packages/ckeditor5-ckbox/tests/manual/ckbox.js +++ b/packages/ckeditor5-ckbox/tests/manual/ckbox.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-ckbox/tests/utils.js b/packages/ckeditor5-ckbox/tests/utils.js index 2869c865f5a..94e1c4e4059 100644 --- a/packages/ckeditor5-ckbox/tests/utils.js +++ b/packages/ckeditor5-ckbox/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global btoa, atob, window, AbortController, Response */ diff --git a/packages/ckeditor5-ckbox/theme/ckboximageedit.css b/packages/ckeditor5-ckbox/theme/ckboximageedit.css index da1b49796fa..8c655a3bd97 100644 --- a/packages/ckeditor5-ckbox/theme/ckboximageedit.css +++ b/packages/ckeditor5-ckbox/theme/ckboximageedit.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ckbox/webpack.config.js b/packages/ckeditor5-ckbox/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-ckbox/webpack.config.js +++ b/packages/ckeditor5-ckbox/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-ckfinder/docs/_snippets/features/build-ckfinder-source.js b/packages/ckeditor5-ckfinder/docs/_snippets/features/build-ckfinder-source.js index 15e39e59977..52022fdd83f 100644 --- a/packages/ckeditor5-ckfinder/docs/_snippets/features/build-ckfinder-source.js +++ b/packages/ckeditor5-ckfinder/docs/_snippets/features/build-ckfinder-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js b/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js index 9dd341d3e8f..9bd8b80e324 100644 --- a/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js +++ b/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-upload-only.js b/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-upload-only.js index fe6ff0f1240..1dfce83a762 100644 --- a/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-upload-only.js +++ b/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-upload-only.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder.js b/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder.js index 3984c74c41d..fc6bb7ef892 100644 --- a/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder.js +++ b/packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-ckfinder/src/augmentation.ts b/packages/ckeditor5-ckfinder/src/augmentation.ts index 15129a6a036..2df7cbb1fd5 100644 --- a/packages/ckeditor5-ckfinder/src/augmentation.ts +++ b/packages/ckeditor5-ckfinder/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-ckfinder/src/ckfinder.ts b/packages/ckeditor5-ckfinder/src/ckfinder.ts index 3b2482e82a9..016ea50a457 100644 --- a/packages/ckeditor5-ckfinder/src/ckfinder.ts +++ b/packages/ckeditor5-ckfinder/src/ckfinder.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckfinder/src/ckfindercommand.ts b/packages/ckeditor5-ckfinder/src/ckfindercommand.ts index 09ede092fea..ecc12663d0e 100644 --- a/packages/ckeditor5-ckfinder/src/ckfindercommand.ts +++ b/packages/ckeditor5-ckfinder/src/ckfindercommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-ckfinder/src/ckfinderconfig.ts b/packages/ckeditor5-ckfinder/src/ckfinderconfig.ts index 2a429f8cdad..fd6d9c2b67f 100644 --- a/packages/ckeditor5-ckfinder/src/ckfinderconfig.ts +++ b/packages/ckeditor5-ckfinder/src/ckfinderconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckfinder/src/ckfinderediting.ts b/packages/ckeditor5-ckfinder/src/ckfinderediting.ts index 99fba67c22f..37b9806c0d9 100644 --- a/packages/ckeditor5-ckfinder/src/ckfinderediting.ts +++ b/packages/ckeditor5-ckfinder/src/ckfinderediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckfinder/src/ckfinderui.ts b/packages/ckeditor5-ckfinder/src/ckfinderui.ts index 42339cb0c23..0eea566e994 100644 --- a/packages/ckeditor5-ckfinder/src/ckfinderui.ts +++ b/packages/ckeditor5-ckfinder/src/ckfinderui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckfinder/src/index.ts b/packages/ckeditor5-ckfinder/src/index.ts index 89cdf0050c5..277d94787fe 100644 --- a/packages/ckeditor5-ckfinder/src/index.ts +++ b/packages/ckeditor5-ckfinder/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ckfinder/tests/ckfinder.js b/packages/ckeditor5-ckfinder/tests/ckfinder.js index 9dc095248e8..f6c2ef3426d 100644 --- a/packages/ckeditor5-ckfinder/tests/ckfinder.js +++ b/packages/ckeditor5-ckfinder/tests/ckfinder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-ckfinder/tests/ckfindercommand.js b/packages/ckeditor5-ckfinder/tests/ckfindercommand.js index a6784260416..7c04a678204 100644 --- a/packages/ckeditor5-ckfinder/tests/ckfindercommand.js +++ b/packages/ckeditor5-ckfinder/tests/ckfindercommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-ckfinder/tests/ckfinderediting.js b/packages/ckeditor5-ckfinder/tests/ckfinderediting.js index 9859ffab87b..45983715178 100644 --- a/packages/ckeditor5-ckfinder/tests/ckfinderediting.js +++ b/packages/ckeditor5-ckfinder/tests/ckfinderediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Command from '@ckeditor/ckeditor5-core/src/command.js'; diff --git a/packages/ckeditor5-ckfinder/tests/ckfinderui.js b/packages/ckeditor5-ckfinder/tests/ckfinderui.js index dda7299901e..253da0eb86e 100644 --- a/packages/ckeditor5-ckfinder/tests/ckfinderui.js +++ b/packages/ckeditor5-ckfinder/tests/ckfinderui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-ckfinder/tests/manual/ckfinder.js b/packages/ckeditor5-ckfinder/tests/manual/ckfinder.js index 143fa8b77c5..4a6a8ae95ab 100644 --- a/packages/ckeditor5-ckfinder/tests/manual/ckfinder.js +++ b/packages/ckeditor5-ckfinder/tests/manual/ckfinder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-ckfinder/webpack.config.js b/packages/ckeditor5-ckfinder/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-ckfinder/webpack.config.js +++ b/packages/ckeditor5-ckfinder/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/block-balloon-drag-drop.js b/packages/ckeditor5-clipboard/docs/_snippets/features/block-balloon-drag-drop.js index 9f68631daec..ce16dc2b409 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/block-balloon-drag-drop.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/block-balloon-drag-drop.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals BalloonEditorExperimental, console, window, document */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/block-drag-drop.js b/packages/ckeditor5-clipboard/docs/_snippets/features/block-drag-drop.js index 6b3a429081e..98f874497da 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/block-drag-drop.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/block-drag-drop.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditorExperimental, console, window, document */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/build-drag-drop-source.js b/packages/ckeditor5-clipboard/docs/_snippets/features/build-drag-drop-source.js index bd569d2c5eb..c5a4132a32f 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/build-drag-drop-source.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/build-drag-drop-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/build-paste-source.js b/packages/ckeditor5-clipboard/docs/_snippets/features/build-paste-source.js index 1eca866c79b..fad8b8eca77 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/build-paste-source.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/build-paste-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/drag-drop.js b/packages/ckeditor5-clipboard/docs/_snippets/features/drag-drop.js index 9fee9bd22ca..81497b03a22 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/drag-drop.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/drag-drop.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/hcard.js b/packages/ckeditor5-clipboard/docs/_snippets/features/hcard.js index bdfad7c7849..98902322f4c 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/hcard.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/hcard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-clipboard/docs/_snippets/features/paste-plain-text.js b/packages/ckeditor5-clipboard/docs/_snippets/features/paste-plain-text.js index 94b59d3ead1..6391df47fe3 100644 --- a/packages/ckeditor5-clipboard/docs/_snippets/features/paste-plain-text.js +++ b/packages/ckeditor5-clipboard/docs/_snippets/features/paste-plain-text.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-clipboard/src/augmentation.ts b/packages/ckeditor5-clipboard/src/augmentation.ts index 92cf666dd97..813f6954444 100644 --- a/packages/ckeditor5-clipboard/src/augmentation.ts +++ b/packages/ckeditor5-clipboard/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-clipboard/src/clipboard.ts b/packages/ckeditor5-clipboard/src/clipboard.ts index 1e22ab29935..9ee0ee2b737 100644 --- a/packages/ckeditor5-clipboard/src/clipboard.ts +++ b/packages/ckeditor5-clipboard/src/clipboard.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/clipboardmarkersutils.ts b/packages/ckeditor5-clipboard/src/clipboardmarkersutils.ts index fe73de1aa5e..4619a7d680d 100644 --- a/packages/ckeditor5-clipboard/src/clipboardmarkersutils.ts +++ b/packages/ckeditor5-clipboard/src/clipboardmarkersutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/clipboardobserver.ts b/packages/ckeditor5-clipboard/src/clipboardobserver.ts index c2547c92c70..27a762cf596 100644 --- a/packages/ckeditor5-clipboard/src/clipboardobserver.ts +++ b/packages/ckeditor5-clipboard/src/clipboardobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/clipboardpipeline.ts b/packages/ckeditor5-clipboard/src/clipboardpipeline.ts index 2de7681cb69..0192c323e7e 100644 --- a/packages/ckeditor5-clipboard/src/clipboardpipeline.ts +++ b/packages/ckeditor5-clipboard/src/clipboardpipeline.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/dragdrop.ts b/packages/ckeditor5-clipboard/src/dragdrop.ts index 415e8cf4180..1cc32882387 100644 --- a/packages/ckeditor5-clipboard/src/dragdrop.ts +++ b/packages/ckeditor5-clipboard/src/dragdrop.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/dragdropblocktoolbar.ts b/packages/ckeditor5-clipboard/src/dragdropblocktoolbar.ts index f1220c245bb..961c9277982 100644 --- a/packages/ckeditor5-clipboard/src/dragdropblocktoolbar.ts +++ b/packages/ckeditor5-clipboard/src/dragdropblocktoolbar.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/dragdroptarget.ts b/packages/ckeditor5-clipboard/src/dragdroptarget.ts index ed852de8367..8c97c80f9c0 100644 --- a/packages/ckeditor5-clipboard/src/dragdroptarget.ts +++ b/packages/ckeditor5-clipboard/src/dragdroptarget.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/index.ts b/packages/ckeditor5-clipboard/src/index.ts index 8cf1c464c73..caf5c93e1c5 100644 --- a/packages/ckeditor5-clipboard/src/index.ts +++ b/packages/ckeditor5-clipboard/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/lineview.ts b/packages/ckeditor5-clipboard/src/lineview.ts index dbbd052d83b..d9402905b94 100644 --- a/packages/ckeditor5-clipboard/src/lineview.ts +++ b/packages/ckeditor5-clipboard/src/lineview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/pasteplaintext.ts b/packages/ckeditor5-clipboard/src/pasteplaintext.ts index 3fa92a802a9..a3fec95327c 100644 --- a/packages/ckeditor5-clipboard/src/pasteplaintext.ts +++ b/packages/ckeditor5-clipboard/src/pasteplaintext.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/utils/normalizeclipboarddata.ts b/packages/ckeditor5-clipboard/src/utils/normalizeclipboarddata.ts index 04253c5be66..0af241a865b 100644 --- a/packages/ckeditor5-clipboard/src/utils/normalizeclipboarddata.ts +++ b/packages/ckeditor5-clipboard/src/utils/normalizeclipboarddata.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/utils/plaintexttohtml.ts b/packages/ckeditor5-clipboard/src/utils/plaintexttohtml.ts index 7d1dd941efb..d21b0f16e26 100644 --- a/packages/ckeditor5-clipboard/src/utils/plaintexttohtml.ts +++ b/packages/ckeditor5-clipboard/src/utils/plaintexttohtml.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/src/utils/viewtoplaintext.ts b/packages/ckeditor5-clipboard/src/utils/viewtoplaintext.ts index bcd70a9b253..64718b41d39 100644 --- a/packages/ckeditor5-clipboard/src/utils/viewtoplaintext.ts +++ b/packages/ckeditor5-clipboard/src/utils/viewtoplaintext.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-clipboard/tests/clipboard.js b/packages/ckeditor5-clipboard/tests/clipboard.js index 4b75d14a142..7be3252b63b 100644 --- a/packages/ckeditor5-clipboard/tests/clipboard.js +++ b/packages/ckeditor5-clipboard/tests/clipboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Clipboard from '../src/clipboard.js'; diff --git a/packages/ckeditor5-clipboard/tests/clipboardmarkersutils.js b/packages/ckeditor5-clipboard/tests/clipboardmarkersutils.js index a756abe5e0a..0311c95008e 100644 --- a/packages/ckeditor5-clipboard/tests/clipboardmarkersutils.js +++ b/packages/ckeditor5-clipboard/tests/clipboardmarkersutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-clipboard/tests/clipboardobserver.js b/packages/ckeditor5-clipboard/tests/clipboardobserver.js index acf15df5be9..8ae490b028f 100644 --- a/packages/ckeditor5-clipboard/tests/clipboardobserver.js +++ b/packages/ckeditor5-clipboard/tests/clipboardobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-clipboard/tests/clipboardpipeline.js b/packages/ckeditor5-clipboard/tests/clipboardpipeline.js index 4a6f3a220cc..9d9153872eb 100644 --- a/packages/ckeditor5-clipboard/tests/clipboardpipeline.js +++ b/packages/ckeditor5-clipboard/tests/clipboardpipeline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClipboardPipeline from '../src/clipboardpipeline.js'; diff --git a/packages/ckeditor5-clipboard/tests/dragdrop.js b/packages/ckeditor5-clipboard/tests/dragdrop.js index 85642a2d4b7..cd56655de80 100644 --- a/packages/ckeditor5-clipboard/tests/dragdrop.js +++ b/packages/ckeditor5-clipboard/tests/dragdrop.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, Event */ diff --git a/packages/ckeditor5-clipboard/tests/dragdropblocktoolbar.js b/packages/ckeditor5-clipboard/tests/dragdropblocktoolbar.js index 98dbf16e7ab..6f7c06c5ea6 100644 --- a/packages/ckeditor5-clipboard/tests/dragdropblocktoolbar.js +++ b/packages/ckeditor5-clipboard/tests/dragdropblocktoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, DragEvent, DataTransfer */ diff --git a/packages/ckeditor5-clipboard/tests/dragdroptarget.js b/packages/ckeditor5-clipboard/tests/dragdroptarget.js index 24e80e0f9a5..49cb457c525 100644 --- a/packages/ckeditor5-clipboard/tests/dragdroptarget.js +++ b/packages/ckeditor5-clipboard/tests/dragdroptarget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event, setTimeout */ diff --git a/packages/ckeditor5-clipboard/tests/manual/copycut.js b/packages/ckeditor5-clipboard/tests/manual/copycut.js index 9ed17cdf6cb..747aee0fa6d 100644 --- a/packages/ckeditor5-clipboard/tests/manual/copycut.js +++ b/packages/ckeditor5-clipboard/tests/manual/copycut.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-clipboard/tests/manual/dragdrop-blocks.js b/packages/ckeditor5-clipboard/tests/manual/dragdrop-blocks.js index e81070ccb2c..c19bbd680d4 100644 --- a/packages/ckeditor5-clipboard/tests/manual/dragdrop-blocks.js +++ b/packages/ckeditor5-clipboard/tests/manual/dragdrop-blocks.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-clipboard/tests/manual/dragdrop.js b/packages/ckeditor5-clipboard/tests/manual/dragdrop.js index b0b778e751d..21d8f6ec5ef 100644 --- a/packages/ckeditor5-clipboard/tests/manual/dragdrop.js +++ b/packages/ckeditor5-clipboard/tests/manual/dragdrop.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-clipboard/tests/manual/dragdroplists.js b/packages/ckeditor5-clipboard/tests/manual/dragdroplists.js index c7f8c1abc98..43dbcbba0a7 100644 --- a/packages/ckeditor5-clipboard/tests/manual/dragdroplists.js +++ b/packages/ckeditor5-clipboard/tests/manual/dragdroplists.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-clipboard/tests/manual/pasting.js b/packages/ckeditor5-clipboard/tests/manual/pasting.js index 2734321a57c..0c233284419 100644 --- a/packages/ckeditor5-clipboard/tests/manual/pasting.js +++ b/packages/ckeditor5-clipboard/tests/manual/pasting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-clipboard/tests/pasteplaintext.js b/packages/ckeditor5-clipboard/tests/pasteplaintext.js index 7072caec76b..ddcf3f482bf 100644 --- a/packages/ckeditor5-clipboard/tests/pasteplaintext.js +++ b/packages/ckeditor5-clipboard/tests/pasteplaintext.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-clipboard/tests/pasting-integration.js b/packages/ckeditor5-clipboard/tests/pasting-integration.js index d5c1e255dee..790d150b2ce 100644 --- a/packages/ckeditor5-clipboard/tests/pasting-integration.js +++ b/packages/ckeditor5-clipboard/tests/pasting-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-clipboard/tests/utils/customtitleplugin.js b/packages/ckeditor5-clipboard/tests/utils/customtitleplugin.js index 167abd325c2..91eda84f784 100644 --- a/packages/ckeditor5-clipboard/tests/utils/customtitleplugin.js +++ b/packages/ckeditor5-clipboard/tests/utils/customtitleplugin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export function CustomTitle( editor ) { diff --git a/packages/ckeditor5-clipboard/tests/utils/normalizeclipboarddata.js b/packages/ckeditor5-clipboard/tests/utils/normalizeclipboarddata.js index 1a23d265c35..fef64d2926f 100644 --- a/packages/ckeditor5-clipboard/tests/utils/normalizeclipboarddata.js +++ b/packages/ckeditor5-clipboard/tests/utils/normalizeclipboarddata.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import normalizeClipboardData from '../../src/utils/normalizeclipboarddata.js'; diff --git a/packages/ckeditor5-clipboard/tests/utils/plaintexttohtml.js b/packages/ckeditor5-clipboard/tests/utils/plaintexttohtml.js index eee8c1a34a7..0f3cb12528f 100644 --- a/packages/ckeditor5-clipboard/tests/utils/plaintexttohtml.js +++ b/packages/ckeditor5-clipboard/tests/utils/plaintexttohtml.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import plainTextToHtml from '../../src/utils/plaintexttohtml.js'; diff --git a/packages/ckeditor5-clipboard/tests/utils/viewtoplaintext.js b/packages/ckeditor5-clipboard/tests/utils/viewtoplaintext.js index fb364c28590..d0e2a49f856 100644 --- a/packages/ckeditor5-clipboard/tests/utils/viewtoplaintext.js +++ b/packages/ckeditor5-clipboard/tests/utils/viewtoplaintext.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import viewToPlainText from '../../src/utils/viewtoplaintext.js'; diff --git a/packages/ckeditor5-clipboard/theme/clipboard.css b/packages/ckeditor5-clipboard/theme/clipboard.css index 1ac4399450c..d9052dd3b30 100644 --- a/packages/ckeditor5-clipboard/theme/clipboard.css +++ b/packages/ckeditor5-clipboard/theme/clipboard.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-editor__editable { diff --git a/packages/ckeditor5-cloud-services/src/augmentation.ts b/packages/ckeditor5-cloud-services/src/augmentation.ts index 7e20f8ccd06..15a325fd9d9 100644 --- a/packages/ckeditor5-cloud-services/src/augmentation.ts +++ b/packages/ckeditor5-cloud-services/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-cloud-services/src/cloudservices.ts b/packages/ckeditor5-cloud-services/src/cloudservices.ts index 3449e7ca830..be3604e9799 100644 --- a/packages/ckeditor5-cloud-services/src/cloudservices.ts +++ b/packages/ckeditor5-cloud-services/src/cloudservices.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/src/cloudservicesconfig.ts b/packages/ckeditor5-cloud-services/src/cloudservicesconfig.ts index f9dc67da65f..d5a34b89a28 100644 --- a/packages/ckeditor5-cloud-services/src/cloudservicesconfig.ts +++ b/packages/ckeditor5-cloud-services/src/cloudservicesconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/src/cloudservicescore.ts b/packages/ckeditor5-cloud-services/src/cloudservicescore.ts index 30cfc793a1c..074444bf11d 100644 --- a/packages/ckeditor5-cloud-services/src/cloudservicescore.ts +++ b/packages/ckeditor5-cloud-services/src/cloudservicescore.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/src/index.ts b/packages/ckeditor5-cloud-services/src/index.ts index 654cdf872d8..d87fc968118 100644 --- a/packages/ckeditor5-cloud-services/src/index.ts +++ b/packages/ckeditor5-cloud-services/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/src/token/token.ts b/packages/ckeditor5-cloud-services/src/token/token.ts index 3fead48b56b..ed5eb2b4c65 100644 --- a/packages/ckeditor5-cloud-services/src/token/token.ts +++ b/packages/ckeditor5-cloud-services/src/token/token.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/src/uploadgateway/fileuploader.ts b/packages/ckeditor5-cloud-services/src/uploadgateway/fileuploader.ts index acdc4f4cb56..cc20514d4d8 100644 --- a/packages/ckeditor5-cloud-services/src/uploadgateway/fileuploader.ts +++ b/packages/ckeditor5-cloud-services/src/uploadgateway/fileuploader.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.ts b/packages/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.ts index e982e388019..4df1eb5c391 100644 --- a/packages/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.ts +++ b/packages/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js b/packages/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js index 3b454817f30..cd5f321241b 100644 --- a/packages/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js +++ b/packages/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // WARNING: The URLs below should not be used for any other purpose than Easy Image plugin development. diff --git a/packages/ckeditor5-cloud-services/tests/_utils/tokenmock.js b/packages/ckeditor5-cloud-services/tests/_utils/tokenmock.js index 43d948c82dd..e98830e1278 100644 --- a/packages/ckeditor5-cloud-services/tests/_utils/tokenmock.js +++ b/packages/ckeditor5-cloud-services/tests/_utils/tokenmock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Token from '../../src/token/token.js'; diff --git a/packages/ckeditor5-cloud-services/tests/cloudservices.js b/packages/ckeditor5-cloud-services/tests/cloudservices.js index e8f3f1fb91c..289eed71967 100644 --- a/packages/ckeditor5-cloud-services/tests/cloudservices.js +++ b/packages/ckeditor5-cloud-services/tests/cloudservices.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-cloud-services/tests/cloudservicescore.js b/packages/ckeditor5-cloud-services/tests/cloudservicescore.js index d47e2baad44..52ab2d79957 100644 --- a/packages/ckeditor5-cloud-services/tests/cloudservicescore.js +++ b/packages/ckeditor5-cloud-services/tests/cloudservicescore.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs, browser */ diff --git a/packages/ckeditor5-cloud-services/tests/manual/token.js b/packages/ckeditor5-cloud-services/tests/manual/token.js index 51882faa6f1..b08aabfe7e0 100644 --- a/packages/ckeditor5-cloud-services/tests/manual/token.js +++ b/packages/ckeditor5-cloud-services/tests/manual/token.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, XMLHttpRequest */ diff --git a/packages/ckeditor5-cloud-services/tests/token/token.js b/packages/ckeditor5-cloud-services/tests/token/token.js index 7f709a67a03..de9fd10e7d7 100644 --- a/packages/ckeditor5-cloud-services/tests/token/token.js +++ b/packages/ckeditor5-cloud-services/tests/token/token.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs, browser */ diff --git a/packages/ckeditor5-cloud-services/tests/uploadgateway/fileuploader.js b/packages/ckeditor5-cloud-services/tests/uploadgateway/fileuploader.js index 06b6dcabdf7..debc2466742 100644 --- a/packages/ckeditor5-cloud-services/tests/uploadgateway/fileuploader.js +++ b/packages/ckeditor5-cloud-services/tests/uploadgateway/fileuploader.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env commonjs, browser */ diff --git a/packages/ckeditor5-cloud-services/tests/uploadgateway/uploadgateway.js b/packages/ckeditor5-cloud-services/tests/uploadgateway/uploadgateway.js index d89a85d9f52..0d20bfc5525 100644 --- a/packages/ckeditor5-cloud-services/tests/uploadgateway/uploadgateway.js +++ b/packages/ckeditor5-cloud-services/tests/uploadgateway/uploadgateway.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env browser */ diff --git a/packages/ckeditor5-cloud-services/webpack.config.js b/packages/ckeditor5-cloud-services/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-cloud-services/webpack.config.js +++ b/packages/ckeditor5-cloud-services/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-code-block/docs/_snippets/features/build-code-block-source.js b/packages/ckeditor5-code-block/docs/_snippets/features/build-code-block-source.js index cdbb2821f91..586cb010197 100644 --- a/packages/ckeditor5-code-block/docs/_snippets/features/build-code-block-source.js +++ b/packages/ckeditor5-code-block/docs/_snippets/features/build-code-block-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-code-block/docs/_snippets/features/code-block-custom-languages.js b/packages/ckeditor5-code-block/docs/_snippets/features/code-block-custom-languages.js index c3cf93e86d3..323c5d1a3c3 100644 --- a/packages/ckeditor5-code-block/docs/_snippets/features/code-block-custom-languages.js +++ b/packages/ckeditor5-code-block/docs/_snippets/features/code-block-custom-languages.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-code-block/docs/_snippets/features/code-block.js b/packages/ckeditor5-code-block/docs/_snippets/features/code-block.js index 20648dddd04..5a2659461f5 100644 --- a/packages/ckeditor5-code-block/docs/_snippets/features/code-block.js +++ b/packages/ckeditor5-code-block/docs/_snippets/features/code-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-code-block/src/augmentation.ts b/packages/ckeditor5-code-block/src/augmentation.ts index 020ea04db07..39b56a6fbce 100644 --- a/packages/ckeditor5-code-block/src/augmentation.ts +++ b/packages/ckeditor5-code-block/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-code-block/src/codeblock.ts b/packages/ckeditor5-code-block/src/codeblock.ts index f7c03f87fd9..d9b9cead2d9 100644 --- a/packages/ckeditor5-code-block/src/codeblock.ts +++ b/packages/ckeditor5-code-block/src/codeblock.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/codeblockcommand.ts b/packages/ckeditor5-code-block/src/codeblockcommand.ts index 4c5d210b30b..c229a43107d 100644 --- a/packages/ckeditor5-code-block/src/codeblockcommand.ts +++ b/packages/ckeditor5-code-block/src/codeblockcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/codeblockconfig.ts b/packages/ckeditor5-code-block/src/codeblockconfig.ts index 03880d07014..7028f0a3ad2 100644 --- a/packages/ckeditor5-code-block/src/codeblockconfig.ts +++ b/packages/ckeditor5-code-block/src/codeblockconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/codeblockediting.ts b/packages/ckeditor5-code-block/src/codeblockediting.ts index 26de871d0bf..11e6bc267df 100644 --- a/packages/ckeditor5-code-block/src/codeblockediting.ts +++ b/packages/ckeditor5-code-block/src/codeblockediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/codeblockui.ts b/packages/ckeditor5-code-block/src/codeblockui.ts index a46f5237d86..9050a5d4236 100644 --- a/packages/ckeditor5-code-block/src/codeblockui.ts +++ b/packages/ckeditor5-code-block/src/codeblockui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/converters.ts b/packages/ckeditor5-code-block/src/converters.ts index 57b8eb5a752..c9a5009ea1a 100644 --- a/packages/ckeditor5-code-block/src/converters.ts +++ b/packages/ckeditor5-code-block/src/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/indentcodeblockcommand.ts b/packages/ckeditor5-code-block/src/indentcodeblockcommand.ts index ecc80780da0..770ce0e265e 100644 --- a/packages/ckeditor5-code-block/src/indentcodeblockcommand.ts +++ b/packages/ckeditor5-code-block/src/indentcodeblockcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/index.ts b/packages/ckeditor5-code-block/src/index.ts index 307fc91b5e8..6079b04383a 100644 --- a/packages/ckeditor5-code-block/src/index.ts +++ b/packages/ckeditor5-code-block/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/outdentcodeblockcommand.ts b/packages/ckeditor5-code-block/src/outdentcodeblockcommand.ts index 9759a285846..c3c3be50f60 100644 --- a/packages/ckeditor5-code-block/src/outdentcodeblockcommand.ts +++ b/packages/ckeditor5-code-block/src/outdentcodeblockcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/src/utils.ts b/packages/ckeditor5-code-block/src/utils.ts index 7c879596e34..7d1f0ab7592 100644 --- a/packages/ckeditor5-code-block/src/utils.ts +++ b/packages/ckeditor5-code-block/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-code-block/tests/codeblock-integration.js b/packages/ckeditor5-code-block/tests/codeblock-integration.js index d97512205da..725e7d2d9a1 100644 --- a/packages/ckeditor5-code-block/tests/codeblock-integration.js +++ b/packages/ckeditor5-code-block/tests/codeblock-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-code-block/tests/codeblock.js b/packages/ckeditor5-code-block/tests/codeblock.js index 2fbf918cacd..e6157c23134 100644 --- a/packages/ckeditor5-code-block/tests/codeblock.js +++ b/packages/ckeditor5-code-block/tests/codeblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CodeBlock from '../src/codeblock.js'; diff --git a/packages/ckeditor5-code-block/tests/codeblockcommand.js b/packages/ckeditor5-code-block/tests/codeblockcommand.js index e29babb4ae7..a52784ad4f8 100644 --- a/packages/ckeditor5-code-block/tests/codeblockcommand.js +++ b/packages/ckeditor5-code-block/tests/codeblockcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CodeBlockEditing from '../src/codeblockediting.js'; diff --git a/packages/ckeditor5-code-block/tests/codeblockediting.js b/packages/ckeditor5-code-block/tests/codeblockediting.js index 2080c58384f..573f1231360 100644 --- a/packages/ckeditor5-code-block/tests/codeblockediting.js +++ b/packages/ckeditor5-code-block/tests/codeblockediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-code-block/tests/codeblockui.js b/packages/ckeditor5-code-block/tests/codeblockui.js index e55c1afc688..07da8a9255d 100644 --- a/packages/ckeditor5-code-block/tests/codeblockui.js +++ b/packages/ckeditor5-code-block/tests/codeblockui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-code-block/tests/indentcodeblockcommand.js b/packages/ckeditor5-code-block/tests/indentcodeblockcommand.js index 4e6e9a60b15..63d841b0005 100644 --- a/packages/ckeditor5-code-block/tests/indentcodeblockcommand.js +++ b/packages/ckeditor5-code-block/tests/indentcodeblockcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CodeBlockEditing from '../src/codeblockediting.js'; diff --git a/packages/ckeditor5-code-block/tests/manual/codeblock.js b/packages/ckeditor5-code-block/tests/manual/codeblock.js index 66e36f811c9..0a511cd18a4 100644 --- a/packages/ckeditor5-code-block/tests/manual/codeblock.js +++ b/packages/ckeditor5-code-block/tests/manual/codeblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-code-block/tests/manual/rtl.js b/packages/ckeditor5-code-block/tests/manual/rtl.js index b21158fd584..392966899ac 100644 --- a/packages/ckeditor5-code-block/tests/manual/rtl.js +++ b/packages/ckeditor5-code-block/tests/manual/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-code-block/tests/outdentcodeblockcommand.js b/packages/ckeditor5-code-block/tests/outdentcodeblockcommand.js index 6c98e0101c8..a36ba132935 100644 --- a/packages/ckeditor5-code-block/tests/outdentcodeblockcommand.js +++ b/packages/ckeditor5-code-block/tests/outdentcodeblockcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CodeBlockEditing from '../src/codeblockediting.js'; diff --git a/packages/ckeditor5-code-block/tests/utils.js b/packages/ckeditor5-code-block/tests/utils.js index f34b380da75..d571e691df5 100644 --- a/packages/ckeditor5-code-block/tests/utils.js +++ b/packages/ckeditor5-code-block/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '@ckeditor/ckeditor5-engine/src/model/model.js'; diff --git a/packages/ckeditor5-code-block/theme/codeblock.css b/packages/ckeditor5-code-block/theme/codeblock.css index 082e4032565..61869792dda 100644 --- a/packages/ckeditor5-code-block/theme/codeblock.css +++ b/packages/ckeditor5-code-block/theme/codeblock.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content pre { diff --git a/packages/ckeditor5-code-block/webpack.config.js b/packages/ckeditor5-code-block/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-code-block/webpack.config.js +++ b/packages/ckeditor5-code-block/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-core/src/accessibility.ts b/packages/ckeditor5-core/src/accessibility.ts index 53db8824d96..4d8c84d81eb 100644 --- a/packages/ckeditor5-core/src/accessibility.ts +++ b/packages/ckeditor5-core/src/accessibility.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/augmentation.ts b/packages/ckeditor5-core/src/augmentation.ts index 7af45e7c6d5..da24009eb58 100644 --- a/packages/ckeditor5-core/src/augmentation.ts +++ b/packages/ckeditor5-core/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { PendingActions } from './index.js'; diff --git a/packages/ckeditor5-core/src/command.ts b/packages/ckeditor5-core/src/command.ts index 6a546b10828..4ae7c61b107 100644 --- a/packages/ckeditor5-core/src/command.ts +++ b/packages/ckeditor5-core/src/command.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/commandcollection.ts b/packages/ckeditor5-core/src/commandcollection.ts index f46f4eace4c..8010684c0ce 100644 --- a/packages/ckeditor5-core/src/commandcollection.ts +++ b/packages/ckeditor5-core/src/commandcollection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/context.ts b/packages/ckeditor5-core/src/context.ts index eea63e52995..2d7f28a7b2f 100644 --- a/packages/ckeditor5-core/src/context.ts +++ b/packages/ckeditor5-core/src/context.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/contextplugin.ts b/packages/ckeditor5-core/src/contextplugin.ts index ca6d49496d7..aaf9ea42e85 100644 --- a/packages/ckeditor5-core/src/contextplugin.ts +++ b/packages/ckeditor5-core/src/contextplugin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editingkeystrokehandler.ts b/packages/ckeditor5-core/src/editingkeystrokehandler.ts index 77f8aecd69c..97044a324f0 100644 --- a/packages/ckeditor5-core/src/editingkeystrokehandler.ts +++ b/packages/ckeditor5-core/src/editingkeystrokehandler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editor/editor.ts b/packages/ckeditor5-core/src/editor/editor.ts index 16f5b65ff45..b6f1ab010bc 100644 --- a/packages/ckeditor5-core/src/editor/editor.ts +++ b/packages/ckeditor5-core/src/editor/editor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -924,7 +924,14 @@ export default abstract class Editor extends /* #__PURE__ */ ObservableMixin() { if ( reason == 'expired' ) { /** - * Your license key has expired. Please renew your license on the + * Your license key has expired. + * + * If you used our free trial, you either need to switch to + * [open-source license](https://ckeditor.com/docs/ckeditor5/latest/getting-started/licensing/license-and-legal.html), or + * in case of a commercial plan, change the trial key to production key or development key. + * Switching from trial, you also need to align the editor configuration to the features available in your plan. + * + * If you already had one of our Cloud or Custom plans, please renew your license in the * [Customer Portal](https://portal.ckeditor.com). * * @error license-key-expired @@ -1010,13 +1017,24 @@ export default abstract class Editor extends /* #__PURE__ */ ObservableMixin() { /** * Your license does not allow the current distribution channel. * - * * With a 'GPL' license key, you may use the editor installed via npm or a ZIP package (self-hosted). + * These are the available distribution channels: + * * Self-hosted - the editor is installed via npm or from a ZIP package + * * Cloud - the editor is run from CDN + * + * The licenses available include: + * * GPL license for open-source users. + * * Commercial plans (Cloud or sales-assisted). + * + * The relation between distribution channels and licenses works as follows: + * * With the 'GPL' license key, you may use the editor installed via npm or a ZIP package (self-hosted). * * With the CKEditor Cloud plans, you may use the editor via our CDN. * * With the CKEditor Custom plans, depending on your plan details, you can use the editor via npm - * or a ZIP package (self-hosted) or Cloud (CDN) + * or a ZIP package (self-hosted) or Cloud (CDN). * * {@glink getting-started/licensing/usage-based-billing#key-terms Read more about distributions in the documentation}. * Please verify your installation or [contact support](https://ckeditor.com/contact/) for assistance. + * Should you need to migrate your installation from npm to CDN, please refer to our + * [dedicated migration guides](https://ckeditor.com/docs/ckeditor5/latest/updating/migrations/vanilla-js.html). * * @error license-key-invalid-distribution-channel */ diff --git a/packages/ckeditor5-core/src/editor/editorconfig.ts b/packages/ckeditor5-core/src/editor/editorconfig.ts index 805c33810c4..c1839d06d7d 100644 --- a/packages/ckeditor5-core/src/editor/editorconfig.ts +++ b/packages/ckeditor5-core/src/editor/editorconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editor/utils/attachtoform.ts b/packages/ckeditor5-core/src/editor/utils/attachtoform.ts index 6fbfb02d37c..f3fab6ec4ee 100644 --- a/packages/ckeditor5-core/src/editor/utils/attachtoform.ts +++ b/packages/ckeditor5-core/src/editor/utils/attachtoform.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editor/utils/dataapimixin.ts b/packages/ckeditor5-core/src/editor/utils/dataapimixin.ts index ebe54edec2d..8faa392c982 100644 --- a/packages/ckeditor5-core/src/editor/utils/dataapimixin.ts +++ b/packages/ckeditor5-core/src/editor/utils/dataapimixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editor/utils/editorusagedata.ts b/packages/ckeditor5-core/src/editor/utils/editorusagedata.ts index a431f4d32e8..19a50030edb 100644 --- a/packages/ckeditor5-core/src/editor/utils/editorusagedata.ts +++ b/packages/ckeditor5-core/src/editor/utils/editorusagedata.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editor/utils/elementapimixin.ts b/packages/ckeditor5-core/src/editor/utils/elementapimixin.ts index 6af51188a47..c9ab6bba452 100644 --- a/packages/ckeditor5-core/src/editor/utils/elementapimixin.ts +++ b/packages/ckeditor5-core/src/editor/utils/elementapimixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/editor/utils/securesourceelement.ts b/packages/ckeditor5-core/src/editor/utils/securesourceelement.ts index 2357a96997c..98454aabf19 100644 --- a/packages/ckeditor5-core/src/editor/utils/securesourceelement.ts +++ b/packages/ckeditor5-core/src/editor/utils/securesourceelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/index.ts b/packages/ckeditor5-core/src/index.ts index 8f91cca482d..e8967ef16e7 100644 --- a/packages/ckeditor5-core/src/index.ts +++ b/packages/ckeditor5-core/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/multicommand.ts b/packages/ckeditor5-core/src/multicommand.ts index 9052c3d96ff..35bdd04369b 100644 --- a/packages/ckeditor5-core/src/multicommand.ts +++ b/packages/ckeditor5-core/src/multicommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/pendingactions.ts b/packages/ckeditor5-core/src/pendingactions.ts index ae0029791b4..cd1548cfc2e 100644 --- a/packages/ckeditor5-core/src/pendingactions.ts +++ b/packages/ckeditor5-core/src/pendingactions.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/plugin.ts b/packages/ckeditor5-core/src/plugin.ts index 51dfe97ffea..b856ee4b86f 100644 --- a/packages/ckeditor5-core/src/plugin.ts +++ b/packages/ckeditor5-core/src/plugin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/plugincollection.ts b/packages/ckeditor5-core/src/plugincollection.ts index bc692b00658..3c4496b0484 100644 --- a/packages/ckeditor5-core/src/plugincollection.ts +++ b/packages/ckeditor5-core/src/plugincollection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/src/typings.ts b/packages/ckeditor5-core/src/typings.ts index 5e86c0c741b..7ab3a99aa6e 100644 --- a/packages/ckeditor5-core/src/typings.ts +++ b/packages/ckeditor5-core/src/typings.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/tests/_utils-tests/articlepluginset.js b/packages/ckeditor5-core/tests/_utils-tests/articlepluginset.js index b8b1894b2cc..156ab2cabd7 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/articlepluginset.js +++ b/packages/ckeditor5-core/tests/_utils-tests/articlepluginset.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-core/tests/_utils-tests/classictesteditor.js b/packages/ckeditor5-core/tests/_utils-tests/classictesteditor.js index 32821b46087..dda41a8a9b7 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/classictesteditor.js +++ b/packages/ckeditor5-core/tests/_utils-tests/classictesteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-core/tests/_utils-tests/cleanup.js b/packages/ckeditor5-core/tests/_utils-tests/cleanup.js index c023b824bfe..2fc8f6927bf 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/cleanup.js +++ b/packages/ckeditor5-core/tests/_utils-tests/cleanup.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-core/tests/_utils-tests/createsinonsandbox.js b/packages/ckeditor5-core/tests/_utils-tests/createsinonsandbox.js index 5c39d713561..f9545dd4477 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/createsinonsandbox.js +++ b/packages/ckeditor5-core/tests/_utils-tests/createsinonsandbox.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '../../tests/_utils/utils.js'; diff --git a/packages/ckeditor5-core/tests/_utils-tests/generatelicensekey.js b/packages/ckeditor5-core/tests/_utils-tests/generatelicensekey.js index 04130933454..a5c38243a72 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/generatelicensekey.js +++ b/packages/ckeditor5-core/tests/_utils-tests/generatelicensekey.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals atob */ diff --git a/packages/ckeditor5-core/tests/_utils-tests/modeltesteditor.js b/packages/ckeditor5-core/tests/_utils-tests/modeltesteditor.js index e3f8ef1656b..48949496699 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/modeltesteditor.js +++ b/packages/ckeditor5-core/tests/_utils-tests/modeltesteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '../../src/editor/editor.js'; diff --git a/packages/ckeditor5-core/tests/_utils-tests/utils.js b/packages/ckeditor5-core/tests/_utils-tests/utils.js index becd3e142ee..a293252447b 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/utils.js +++ b/packages/ckeditor5-core/tests/_utils-tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '../_utils/utils.js'; diff --git a/packages/ckeditor5-core/tests/_utils-tests/virtualtesteditor.js b/packages/ckeditor5-core/tests/_utils-tests/virtualtesteditor.js index d5a582c3086..1f82db51cf2 100644 --- a/packages/ckeditor5-core/tests/_utils-tests/virtualtesteditor.js +++ b/packages/ckeditor5-core/tests/_utils-tests/virtualtesteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '../../src/editor/editor.js'; diff --git a/packages/ckeditor5-core/tests/_utils/articlepluginset.js b/packages/ckeditor5-core/tests/_utils/articlepluginset.js index 00f2c57ea53..8fee39aa251 100644 --- a/packages/ckeditor5-core/tests/_utils/articlepluginset.js +++ b/packages/ckeditor5-core/tests/_utils/articlepluginset.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/tests/_utils/classictesteditor.js b/packages/ckeditor5-core/tests/_utils/classictesteditor.js index e52c456dfe2..7a171b76b9d 100644 --- a/packages/ckeditor5-core/tests/_utils/classictesteditor.js +++ b/packages/ckeditor5-core/tests/_utils/classictesteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable new-cap */ diff --git a/packages/ckeditor5-core/tests/_utils/cleanup.js b/packages/ckeditor5-core/tests/_utils/cleanup.js index ba0a1641c80..e9db6fa26d4 100644 --- a/packages/ckeditor5-core/tests/_utils/cleanup.js +++ b/packages/ckeditor5-core/tests/_utils/cleanup.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-core/tests/_utils/generatelicensekey.js b/packages/ckeditor5-core/tests/_utils/generatelicensekey.js index 820898cc24f..9b6332bcf9b 100644 --- a/packages/ckeditor5-core/tests/_utils/generatelicensekey.js +++ b/packages/ckeditor5-core/tests/_utils/generatelicensekey.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals btoa */ diff --git a/packages/ckeditor5-core/tests/_utils/memory.js b/packages/ckeditor5-core/tests/_utils/memory.js index a142e004977..b8cd19ba42f 100644 --- a/packages/ckeditor5-core/tests/_utils/memory.js +++ b/packages/ckeditor5-core/tests/_utils/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document, setTimeout */ diff --git a/packages/ckeditor5-core/tests/_utils/modeltesteditor.js b/packages/ckeditor5-core/tests/_utils/modeltesteditor.js index 5c4f6f952d4..c6dd3f7aa5b 100644 --- a/packages/ckeditor5-core/tests/_utils/modeltesteditor.js +++ b/packages/ckeditor5-core/tests/_utils/modeltesteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable new-cap */ diff --git a/packages/ckeditor5-core/tests/_utils/utils.js b/packages/ckeditor5-core/tests/_utils/utils.js index 25c28b87a13..317703905ea 100644 --- a/packages/ckeditor5-core/tests/_utils/utils.js +++ b/packages/ckeditor5-core/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-core/tests/_utils/virtualtesteditor.js b/packages/ckeditor5-core/tests/_utils/virtualtesteditor.js index 5c0306380b5..c452f05880c 100644 --- a/packages/ckeditor5-core/tests/_utils/virtualtesteditor.js +++ b/packages/ckeditor5-core/tests/_utils/virtualtesteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable new-cap */ diff --git a/packages/ckeditor5-core/tests/accessibility.js b/packages/ckeditor5-core/tests/accessibility.js index b29aa968bbe..8ab7ad4d4cd 100644 --- a/packages/ckeditor5-core/tests/accessibility.js +++ b/packages/ckeditor5-core/tests/accessibility.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Editor } from '@ckeditor/ckeditor5-core'; diff --git a/packages/ckeditor5-core/tests/command.js b/packages/ckeditor5-core/tests/command.js index 38c2c713a9d..958f9908cc6 100644 --- a/packages/ckeditor5-core/tests/command.js +++ b/packages/ckeditor5-core/tests/command.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Command from '../src/command.js'; diff --git a/packages/ckeditor5-core/tests/commandcollection.js b/packages/ckeditor5-core/tests/commandcollection.js index 18daed89c33..dcc2b1034a6 100644 --- a/packages/ckeditor5-core/tests/commandcollection.js +++ b/packages/ckeditor5-core/tests/commandcollection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CommandCollection from '../src/commandcollection.js'; diff --git a/packages/ckeditor5-core/tests/context.js b/packages/ckeditor5-core/tests/context.js index 647a84bb36c..03422d205c5 100644 --- a/packages/ckeditor5-core/tests/context.js +++ b/packages/ckeditor5-core/tests/context.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Context from '../src/context.js'; diff --git a/packages/ckeditor5-core/tests/contextplugin.js b/packages/ckeditor5-core/tests/contextplugin.js index 80f343ba912..ea133b4b909 100644 --- a/packages/ckeditor5-core/tests/contextplugin.js +++ b/packages/ckeditor5-core/tests/contextplugin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ContextPlugin from '../src/contextplugin.js'; diff --git a/packages/ckeditor5-core/tests/editingkeystrokehandler.js b/packages/ckeditor5-core/tests/editingkeystrokehandler.js index 3a23b9b860d..cfcb1c10380 100644 --- a/packages/ckeditor5-core/tests/editingkeystrokehandler.js +++ b/packages/ckeditor5-core/tests/editingkeystrokehandler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '../tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-core/tests/editor/editor.js b/packages/ckeditor5-core/tests/editor/editor.js index d11c53a6c24..3a153d42a08 100644 --- a/packages/ckeditor5-core/tests/editor/editor.js +++ b/packages/ckeditor5-core/tests/editor/editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, setTimeout */ diff --git a/packages/ckeditor5-core/tests/editor/licensecheck.js b/packages/ckeditor5-core/tests/editor/licensecheck.js index 615622c7c3b..b5a2701f2de 100644 --- a/packages/ckeditor5-core/tests/editor/licensecheck.js +++ b/packages/ckeditor5-core/tests/editor/licensecheck.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, console, Response, globalThis, URL */ diff --git a/packages/ckeditor5-core/tests/editor/utils/attachtoform.js b/packages/ckeditor5-core/tests/editor/utils/attachtoform.js index 458c69c8021..c5fcd14dccb 100644 --- a/packages/ckeditor5-core/tests/editor/utils/attachtoform.js +++ b/packages/ckeditor5-core/tests/editor/utils/attachtoform.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import attachToForm from '../../../src/editor/utils/attachtoform.js'; diff --git a/packages/ckeditor5-core/tests/editor/utils/dataapimixin.js b/packages/ckeditor5-core/tests/editor/utils/dataapimixin.js index aa1b0526c32..7d6fdf8ab16 100644 --- a/packages/ckeditor5-core/tests/editor/utils/dataapimixin.js +++ b/packages/ckeditor5-core/tests/editor/utils/dataapimixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DataApiMixin from '../../../src/editor/utils/dataapimixin.js'; diff --git a/packages/ckeditor5-core/tests/editor/utils/editorusagedata.js b/packages/ckeditor5-core/tests/editor/utils/editorusagedata.js index 18e3a675ff9..6c5859389a7 100644 --- a/packages/ckeditor5-core/tests/editor/utils/editorusagedata.js +++ b/packages/ckeditor5-core/tests/editor/utils/editorusagedata.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals globalThis, localStorage */ diff --git a/packages/ckeditor5-core/tests/editor/utils/elementapimixin.js b/packages/ckeditor5-core/tests/editor/utils/elementapimixin.js index 684b4a7ee80..4029e4b0192 100644 --- a/packages/ckeditor5-core/tests/editor/utils/elementapimixin.js +++ b/packages/ckeditor5-core/tests/editor/utils/elementapimixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-core/tests/editor/utils/securesourceelement.js b/packages/ckeditor5-core/tests/editor/utils/securesourceelement.js index ea00da344fe..6fb723514f2 100644 --- a/packages/ckeditor5-core/tests/editor/utils/securesourceelement.js +++ b/packages/ckeditor5-core/tests/editor/utils/securesourceelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-core/tests/manual/formsubmit.js b/packages/ckeditor5-core/tests/manual/formsubmit.js index 082f0f860f6..109d5aa7192 100644 --- a/packages/ckeditor5-core/tests/manual/formsubmit.js +++ b/packages/ckeditor5-core/tests/manual/formsubmit.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-core/tests/manual/pendingactions.js b/packages/ckeditor5-core/tests/manual/pendingactions.js index d0205cf10a7..25969ead954 100644 --- a/packages/ckeditor5-core/tests/manual/pendingactions.js +++ b/packages/ckeditor5-core/tests/manual/pendingactions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-core/tests/manual/readonly.js b/packages/ckeditor5-core/tests/manual/readonly.js index 7631762213f..bb1c22b855c 100644 --- a/packages/ckeditor5-core/tests/manual/readonly.js +++ b/packages/ckeditor5-core/tests/manual/readonly.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-core/tests/manual/version-collision.js b/packages/ckeditor5-core/tests/manual/version-collision.js index d1add2ec1c4..12c93acaf30 100644 --- a/packages/ckeditor5-core/tests/manual/version-collision.js +++ b/packages/ckeditor5-core/tests/manual/version-collision.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-core/tests/multicommand.js b/packages/ckeditor5-core/tests/multicommand.js index 2c8ee708b63..592d6910b72 100644 --- a/packages/ckeditor5-core/tests/multicommand.js +++ b/packages/ckeditor5-core/tests/multicommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import MultiCommand from '../src/multicommand.js'; diff --git a/packages/ckeditor5-core/tests/pendingactions.js b/packages/ckeditor5-core/tests/pendingactions.js index d5587688dc3..87369171881 100644 --- a/packages/ckeditor5-core/tests/pendingactions.js +++ b/packages/ckeditor5-core/tests/pendingactions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from './_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-core/tests/plugin.js b/packages/ckeditor5-core/tests/plugin.js index 0645f87ed2d..989876f1053 100644 --- a/packages/ckeditor5-core/tests/plugin.js +++ b/packages/ckeditor5-core/tests/plugin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Plugin from '../src/plugin.js'; diff --git a/packages/ckeditor5-core/tests/plugincollection.js b/packages/ckeditor5-core/tests/plugincollection.js index ea5dc7be043..7ef3b2f5cab 100644 --- a/packages/ckeditor5-core/tests/plugincollection.js +++ b/packages/ckeditor5-core/tests/plugincollection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals setTimeout */ diff --git a/packages/ckeditor5-easy-image/docs/_snippets/features/easy-image.js b/packages/ckeditor5-easy-image/docs/_snippets/features/easy-image.js index 51108cd2c98..a0d0b1deabe 100644 --- a/packages/ckeditor5-easy-image/docs/_snippets/features/easy-image.js +++ b/packages/ckeditor5-easy-image/docs/_snippets/features/easy-image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-easy-image/src/augmentation.ts b/packages/ckeditor5-easy-image/src/augmentation.ts index 8689f53e873..465b43b2629 100644 --- a/packages/ckeditor5-easy-image/src/augmentation.ts +++ b/packages/ckeditor5-easy-image/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.ts b/packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.ts index 79ea831c6bf..f601773f29e 100644 --- a/packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.ts +++ b/packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-easy-image/src/easyimage.ts b/packages/ckeditor5-easy-image/src/easyimage.ts index 5e7c34e55cd..698471deecc 100644 --- a/packages/ckeditor5-easy-image/src/easyimage.ts +++ b/packages/ckeditor5-easy-image/src/easyimage.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-easy-image/src/index.ts b/packages/ckeditor5-easy-image/src/index.ts index 928fd28383f..8fa58b0069e 100644 --- a/packages/ckeditor5-easy-image/src/index.ts +++ b/packages/ckeditor5-easy-image/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-easy-image/tests/_utils/uploadgatewaymock.js b/packages/ckeditor5-easy-image/tests/_utils/uploadgatewaymock.js index c92777dc851..c0b2ce15516 100644 --- a/packages/ckeditor5-easy-image/tests/_utils/uploadgatewaymock.js +++ b/packages/ckeditor5-easy-image/tests/_utils/uploadgatewaymock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import mix from '@ckeditor/ckeditor5-utils/src/mix.js'; diff --git a/packages/ckeditor5-easy-image/tests/cloudservicesuploadadapter.js b/packages/ckeditor5-easy-image/tests/cloudservicesuploadadapter.js index 2e5fd5e6875..09d447402b6 100644 --- a/packages/ckeditor5-easy-image/tests/cloudservicesuploadadapter.js +++ b/packages/ckeditor5-easy-image/tests/cloudservicesuploadadapter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, setTimeout */ diff --git a/packages/ckeditor5-easy-image/tests/easyimage.js b/packages/ckeditor5-easy-image/tests/easyimage.js index f6e3c8cdabb..29aab5fffe9 100644 --- a/packages/ckeditor5-easy-image/tests/easyimage.js +++ b/packages/ckeditor5-easy-image/tests/easyimage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, setTimeout */ diff --git a/packages/ckeditor5-easy-image/tests/manual/easyimage.js b/packages/ckeditor5-easy-image/tests/manual/easyimage.js index 6bd22504de2..c213934db9f 100644 --- a/packages/ckeditor5-easy-image/tests/manual/easyimage.js +++ b/packages/ckeditor5-easy-image/tests/manual/easyimage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-easy-image/webpack.config.js b/packages/ckeditor5-easy-image/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-easy-image/webpack.config.js +++ b/packages/ckeditor5-easy-image/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-editor-balloon/src/ballooneditor.ts b/packages/ckeditor5-editor-balloon/src/ballooneditor.ts index e75a991b97a..41095fd9666 100644 --- a/packages/ckeditor5-editor-balloon/src/ballooneditor.ts +++ b/packages/ckeditor5-editor-balloon/src/ballooneditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-balloon/src/ballooneditorui.ts b/packages/ckeditor5-editor-balloon/src/ballooneditorui.ts index ac9a2fb9bf2..324e18f80fe 100644 --- a/packages/ckeditor5-editor-balloon/src/ballooneditorui.ts +++ b/packages/ckeditor5-editor-balloon/src/ballooneditorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-balloon/src/ballooneditoruiview.ts b/packages/ckeditor5-editor-balloon/src/ballooneditoruiview.ts index e07e5e5f0ca..038dfc397f9 100644 --- a/packages/ckeditor5-editor-balloon/src/ballooneditoruiview.ts +++ b/packages/ckeditor5-editor-balloon/src/ballooneditoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-balloon/src/index.ts b/packages/ckeditor5-editor-balloon/src/index.ts index 11eb30cccc2..9e32fc47bf5 100644 --- a/packages/ckeditor5-editor-balloon/src/index.ts +++ b/packages/ckeditor5-editor-balloon/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-balloon/tests/ballooneditor.js b/packages/ckeditor5-editor-balloon/tests/ballooneditor.js index 3d4364c1cd6..0432e9883e3 100644 --- a/packages/ckeditor5-editor-balloon/tests/ballooneditor.js +++ b/packages/ckeditor5-editor-balloon/tests/ballooneditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-editor-balloon/tests/ballooneditorui.js b/packages/ckeditor5-editor-balloon/tests/ballooneditorui.js index 925f9cae34b..28d9488779e 100644 --- a/packages/ckeditor5-editor-balloon/tests/ballooneditorui.js +++ b/packages/ckeditor5-editor-balloon/tests/ballooneditorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-editor-balloon/tests/ballooneditoruiview.js b/packages/ckeditor5-editor-balloon/tests/ballooneditoruiview.js index 82eb22b8f4d..d73d2be2499 100644 --- a/packages/ckeditor5-editor-balloon/tests/ballooneditoruiview.js +++ b/packages/ckeditor5-editor-balloon/tests/ballooneditoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EditingView from '@ckeditor/ckeditor5-engine/src/view/view.js'; diff --git a/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor-data.js b/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor-data.js index 6a2135610f7..7a7c7190f76 100644 --- a/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor-data.js +++ b/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor-data.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js b/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js index 69de1ab1adb..0cc6fc0839c 100644 --- a/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js +++ b/packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-balloon/tests/manual/memory.js b/packages/ckeditor5-editor-balloon/tests/manual/memory.js index 151d7d929fe..b279bb11c56 100644 --- a/packages/ckeditor5-editor-balloon/tests/manual/memory.js +++ b/packages/ckeditor5-editor-balloon/tests/manual/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document */ diff --git a/packages/ckeditor5-editor-balloon/tests/manual/placeholder.js b/packages/ckeditor5-editor-balloon/tests/manual/placeholder.js index 5252b7ac9a3..56d833f11c0 100644 --- a/packages/ckeditor5-editor-balloon/tests/manual/placeholder.js +++ b/packages/ckeditor5-editor-balloon/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-balloon/webpack.config.js b/packages/ckeditor5-editor-balloon/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-editor-balloon/webpack.config.js +++ b/packages/ckeditor5-editor-balloon/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-editor-classic/src/classiceditor.ts b/packages/ckeditor5-editor-classic/src/classiceditor.ts index 41275c1681d..87f781dcdb0 100644 --- a/packages/ckeditor5-editor-classic/src/classiceditor.ts +++ b/packages/ckeditor5-editor-classic/src/classiceditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-classic/src/classiceditorui.ts b/packages/ckeditor5-editor-classic/src/classiceditorui.ts index 44ee691e85b..b3beedca886 100644 --- a/packages/ckeditor5-editor-classic/src/classiceditorui.ts +++ b/packages/ckeditor5-editor-classic/src/classiceditorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-classic/src/classiceditoruiview.ts b/packages/ckeditor5-editor-classic/src/classiceditoruiview.ts index 18c7bedde3b..a53b8d2e4f8 100644 --- a/packages/ckeditor5-editor-classic/src/classiceditoruiview.ts +++ b/packages/ckeditor5-editor-classic/src/classiceditoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-classic/src/index.ts b/packages/ckeditor5-editor-classic/src/index.ts index 14509fb446a..fe9bdc1e44a 100644 --- a/packages/ckeditor5-editor-classic/src/index.ts +++ b/packages/ckeditor5-editor-classic/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-classic/tests/classiceditor.js b/packages/ckeditor5-editor-classic/tests/classiceditor.js index bd9fa946c96..6968cbbc7f4 100644 --- a/packages/ckeditor5-editor-classic/tests/classiceditor.js +++ b/packages/ckeditor5-editor-classic/tests/classiceditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event, console */ diff --git a/packages/ckeditor5-editor-classic/tests/classiceditorui.js b/packages/ckeditor5-editor-classic/tests/classiceditorui.js index e9fb8bbe3ae..210626a8a1e 100644 --- a/packages/ckeditor5-editor-classic/tests/classiceditorui.js +++ b/packages/ckeditor5-editor-classic/tests/classiceditorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, Event, console */ diff --git a/packages/ckeditor5-editor-classic/tests/classiceditoruiview.js b/packages/ckeditor5-editor-classic/tests/classiceditoruiview.js index 7e4a1122b7b..fd948dde2ee 100644 --- a/packages/ckeditor5-editor-classic/tests/classiceditoruiview.js +++ b/packages/ckeditor5-editor-classic/tests/classiceditoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditorUIView from '../src/classiceditoruiview.js'; diff --git a/packages/ckeditor5-editor-classic/tests/manual/classiceditor-data.js b/packages/ckeditor5-editor-classic/tests/manual/classiceditor-data.js index 6334fed9222..b79657604ec 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/classiceditor-data.js +++ b/packages/ckeditor5-editor-classic/tests/manual/classiceditor-data.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-classic/tests/manual/classiceditor.js b/packages/ckeditor5-editor-classic/tests/manual/classiceditor.js index 0c497c33f2d..e32060e712a 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/classiceditor.js +++ b/packages/ckeditor5-editor-classic/tests/manual/classiceditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-classic/tests/manual/memory.js b/packages/ckeditor5-editor-classic/tests/manual/memory.js index 705495be68b..93323cf6167 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/memory.js +++ b/packages/ckeditor5-editor-classic/tests/manual/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-editor-classic/tests/manual/placeholder.js b/packages/ckeditor5-editor-classic/tests/manual/placeholder.js index 524d8a3f703..2c410a3bb4e 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/placeholder.js +++ b/packages/ckeditor5-editor-classic/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-classic/tests/manual/stickypanel.js b/packages/ckeditor5-editor-classic/tests/manual/stickypanel.js index 4b0fe5f8698..3d6aae5f9df 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/stickypanel.js +++ b/packages/ckeditor5-editor-classic/tests/manual/stickypanel.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-editor-classic/tests/manual/tickets/60/1.js b/packages/ckeditor5-editor-classic/tests/manual/tickets/60/1.js index 0116b112241..c8bbeb1b12c 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/tickets/60/1.js +++ b/packages/ckeditor5-editor-classic/tests/manual/tickets/60/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-classic/tests/manual/tickets/9672/1.js b/packages/ckeditor5-editor-classic/tests/manual/tickets/9672/1.js index 559edb022e8..a1213ae9d29 100644 --- a/packages/ckeditor5-editor-classic/tests/manual/tickets/9672/1.js +++ b/packages/ckeditor5-editor-classic/tests/manual/tickets/9672/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window, setInterval, clearInterval */ diff --git a/packages/ckeditor5-editor-classic/theme/classiceditor.css b/packages/ckeditor5-editor-classic/theme/classiceditor.css index 93883ff4604..9ba92bed004 100644 --- a/packages/ckeditor5-editor-classic/theme/classiceditor.css +++ b/packages/ckeditor5-editor-classic/theme/classiceditor.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-editor { diff --git a/packages/ckeditor5-editor-classic/webpack.config.js b/packages/ckeditor5-editor-classic/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-editor-classic/webpack.config.js +++ b/packages/ckeditor5-editor-classic/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-editor-decoupled/src/decouplededitor.ts b/packages/ckeditor5-editor-decoupled/src/decouplededitor.ts index 5f7116ef330..6643e51678e 100644 --- a/packages/ckeditor5-editor-decoupled/src/decouplededitor.ts +++ b/packages/ckeditor5-editor-decoupled/src/decouplededitor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-decoupled/src/decouplededitorui.ts b/packages/ckeditor5-editor-decoupled/src/decouplededitorui.ts index af7a59a8637..5d9fdc07672 100644 --- a/packages/ckeditor5-editor-decoupled/src/decouplededitorui.ts +++ b/packages/ckeditor5-editor-decoupled/src/decouplededitorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.ts b/packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.ts index e38de377545..b994152cd09 100644 --- a/packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.ts +++ b/packages/ckeditor5-editor-decoupled/src/decouplededitoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-decoupled/src/index.ts b/packages/ckeditor5-editor-decoupled/src/index.ts index 2d662b80bbf..681d9e01f4b 100644 --- a/packages/ckeditor5-editor-decoupled/src/index.ts +++ b/packages/ckeditor5-editor-decoupled/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-decoupled/tests/decouplededitor.js b/packages/ckeditor5-editor-decoupled/tests/decouplededitor.js index 719eb43f5b2..327b8994bbb 100644 --- a/packages/ckeditor5-editor-decoupled/tests/decouplededitor.js +++ b/packages/ckeditor5-editor-decoupled/tests/decouplededitor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, setTimeout, console */ diff --git a/packages/ckeditor5-editor-decoupled/tests/decouplededitorui.js b/packages/ckeditor5-editor-decoupled/tests/decouplededitorui.js index 3da9f3d4133..5563d9dc512 100644 --- a/packages/ckeditor5-editor-decoupled/tests/decouplededitorui.js +++ b/packages/ckeditor5-editor-decoupled/tests/decouplededitorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-editor-decoupled/tests/decouplededitoruiview.js b/packages/ckeditor5-editor-decoupled/tests/decouplededitoruiview.js index d23f1097252..9857eb5f465 100644 --- a/packages/ckeditor5-editor-decoupled/tests/decouplededitoruiview.js +++ b/packages/ckeditor5-editor-decoupled/tests/decouplededitoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor-editable.js b/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor-editable.js index 13c13e6368f..bd7dc601163 100644 --- a/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor-editable.js +++ b/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor-editable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor.js b/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor.js index 1276075d750..c01289b65a9 100644 --- a/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor.js +++ b/packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-decoupled/tests/manual/memory.js b/packages/ckeditor5-editor-decoupled/tests/manual/memory.js index 80822b6176b..fc120f94562 100644 --- a/packages/ckeditor5-editor-decoupled/tests/manual/memory.js +++ b/packages/ckeditor5-editor-decoupled/tests/manual/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-editor-decoupled/tests/manual/placeholder.js b/packages/ckeditor5-editor-decoupled/tests/manual/placeholder.js index f0fc52c584a..500e0c29017 100644 --- a/packages/ckeditor5-editor-decoupled/tests/manual/placeholder.js +++ b/packages/ckeditor5-editor-decoupled/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-decoupled/webpack.config.js b/packages/ckeditor5-editor-decoupled/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-editor-decoupled/webpack.config.js +++ b/packages/ckeditor5-editor-decoupled/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-editor-inline/src/index.ts b/packages/ckeditor5-editor-inline/src/index.ts index 90c5a1a4cd6..ba8280671dd 100644 --- a/packages/ckeditor5-editor-inline/src/index.ts +++ b/packages/ckeditor5-editor-inline/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-inline/src/inlineeditor.ts b/packages/ckeditor5-editor-inline/src/inlineeditor.ts index fdb4a1b42e7..a74ae07a2aa 100644 --- a/packages/ckeditor5-editor-inline/src/inlineeditor.ts +++ b/packages/ckeditor5-editor-inline/src/inlineeditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-inline/src/inlineeditorui.ts b/packages/ckeditor5-editor-inline/src/inlineeditorui.ts index f9c52e95b89..d11f04e7efe 100644 --- a/packages/ckeditor5-editor-inline/src/inlineeditorui.ts +++ b/packages/ckeditor5-editor-inline/src/inlineeditorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-inline/src/inlineeditoruiview.ts b/packages/ckeditor5-editor-inline/src/inlineeditoruiview.ts index 0e0bfc0c3ba..a8461ed61f4 100644 --- a/packages/ckeditor5-editor-inline/src/inlineeditoruiview.ts +++ b/packages/ckeditor5-editor-inline/src/inlineeditoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-inline/tests/inlineeditor.js b/packages/ckeditor5-editor-inline/tests/inlineeditor.js index d6dba96b73d..49dcc2be4d2 100644 --- a/packages/ckeditor5-editor-inline/tests/inlineeditor.js +++ b/packages/ckeditor5-editor-inline/tests/inlineeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-editor-inline/tests/inlineeditorui.js b/packages/ckeditor5-editor-inline/tests/inlineeditorui.js index 896df6a8330..3842d42ff08 100644 --- a/packages/ckeditor5-editor-inline/tests/inlineeditorui.js +++ b/packages/ckeditor5-editor-inline/tests/inlineeditorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event, console */ diff --git a/packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js b/packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js index 9235e2e0896..c9ef7eeac57 100644 --- a/packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js +++ b/packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import InlineEditorUIView from '../src/inlineeditoruiview.js'; diff --git a/packages/ckeditor5-editor-inline/tests/manual/inlineeditor-data.js b/packages/ckeditor5-editor-inline/tests/manual/inlineeditor-data.js index c700227abac..89ff52d3967 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/inlineeditor-data.js +++ b/packages/ckeditor5-editor-inline/tests/manual/inlineeditor-data.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/inlineeditor.js b/packages/ckeditor5-editor-inline/tests/manual/inlineeditor.js index 4a4178a7be8..007091f20f8 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/inlineeditor.js +++ b/packages/ckeditor5-editor-inline/tests/manual/inlineeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/memory.js b/packages/ckeditor5-editor-inline/tests/manual/memory.js index bb4bca79205..2a4274779cf 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/memory.js +++ b/packages/ckeditor5-editor-inline/tests/manual/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/placeholder.js b/packages/ckeditor5-editor-inline/tests/manual/placeholder.js index 2010bd8191f..10db74cae50 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/placeholder.js +++ b/packages/ckeditor5-editor-inline/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/rtl.js b/packages/ckeditor5-editor-inline/tests/manual/rtl.js index dc74d46088d..04e873df2ae 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/rtl.js +++ b/packages/ckeditor5-editor-inline/tests/manual/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/tickets/23/1.js b/packages/ckeditor5-editor-inline/tests/manual/tickets/23/1.js index eff1a6ee380..5247e984017 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/tickets/23/1.js +++ b/packages/ckeditor5-editor-inline/tests/manual/tickets/23/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/tickets/4/1.js b/packages/ckeditor5-editor-inline/tests/manual/tickets/4/1.js index a120ebfdd7b..b686ea1e94b 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/tickets/4/1.js +++ b/packages/ckeditor5-editor-inline/tests/manual/tickets/4/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-inline/tests/manual/tickets/9672/1.js b/packages/ckeditor5-editor-inline/tests/manual/tickets/9672/1.js index dcecfa5f84f..23e88f3f62d 100644 --- a/packages/ckeditor5-editor-inline/tests/manual/tickets/9672/1.js +++ b/packages/ckeditor5-editor-inline/tests/manual/tickets/9672/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window, setInterval, clearInterval */ diff --git a/packages/ckeditor5-editor-inline/theme/inlineeditor.css b/packages/ckeditor5-editor-inline/theme/inlineeditor.css index df55c665852..927cb7ed4d4 100644 --- a/packages/ckeditor5-editor-inline/theme/inlineeditor.css +++ b/packages/ckeditor5-editor-inline/theme/inlineeditor.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-menu-bar { diff --git a/packages/ckeditor5-editor-inline/webpack.config.js b/packages/ckeditor5-editor-inline/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-editor-inline/webpack.config.js +++ b/packages/ckeditor5-editor-inline/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-editor-multi-root/src/augmentation.ts b/packages/ckeditor5-editor-multi-root/src/augmentation.ts index 332b4f87742..70d946c79f5 100644 --- a/packages/ckeditor5-editor-multi-root/src/augmentation.ts +++ b/packages/ckeditor5-editor-multi-root/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { type RootAttributes } from './multirooteditor.js'; diff --git a/packages/ckeditor5-editor-multi-root/src/index.ts b/packages/ckeditor5-editor-multi-root/src/index.ts index 22d98f8d8f0..fb1b961a91d 100644 --- a/packages/ckeditor5-editor-multi-root/src/index.ts +++ b/packages/ckeditor5-editor-multi-root/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-multi-root/src/multirooteditor.ts b/packages/ckeditor5-editor-multi-root/src/multirooteditor.ts index 8899a6d2135..253f24b26f7 100644 --- a/packages/ckeditor5-editor-multi-root/src/multirooteditor.ts +++ b/packages/ckeditor5-editor-multi-root/src/multirooteditor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-multi-root/src/multirooteditorui.ts b/packages/ckeditor5-editor-multi-root/src/multirooteditorui.ts index e3f4de9d8c8..6d0c2edbae1 100644 --- a/packages/ckeditor5-editor-multi-root/src/multirooteditorui.ts +++ b/packages/ckeditor5-editor-multi-root/src/multirooteditorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-multi-root/src/multirooteditoruiview.ts b/packages/ckeditor5-editor-multi-root/src/multirooteditoruiview.ts index a92f303778a..a771ee12146 100644 --- a/packages/ckeditor5-editor-multi-root/src/multirooteditoruiview.ts +++ b/packages/ckeditor5-editor-multi-root/src/multirooteditoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-editor-multi-root/tests/manual/memory.js b/packages/ckeditor5-editor-multi-root/tests/manual/memory.js index 65678d19097..79e4cb0e4c1 100644 --- a/packages/ckeditor5-editor-multi-root/tests/manual/memory.js +++ b/packages/ckeditor5-editor-multi-root/tests/manual/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document */ diff --git a/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor-detached.js b/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor-detached.js index 6680446420b..1e473252694 100644 --- a/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor-detached.js +++ b/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor-detached.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor.js b/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor.js index e3dde250bf4..d215658a19b 100644 --- a/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor.js +++ b/packages/ckeditor5-editor-multi-root/tests/manual/multirooteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-multi-root/tests/manual/placeholder.js b/packages/ckeditor5-editor-multi-root/tests/manual/placeholder.js index c7d61556b9f..7a2978a24f6 100644 --- a/packages/ckeditor5-editor-multi-root/tests/manual/placeholder.js +++ b/packages/ckeditor5-editor-multi-root/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-editor-multi-root/tests/multirooteditor.js b/packages/ckeditor5-editor-multi-root/tests/multirooteditor.js index aa1e85a296f..99bd4691d06 100644 --- a/packages/ckeditor5-editor-multi-root/tests/multirooteditor.js +++ b/packages/ckeditor5-editor-multi-root/tests/multirooteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-editor-multi-root/tests/multirooteditorui.js b/packages/ckeditor5-editor-multi-root/tests/multirooteditorui.js index cf5e082ae10..cc8df837cdb 100644 --- a/packages/ckeditor5-editor-multi-root/tests/multirooteditorui.js +++ b/packages/ckeditor5-editor-multi-root/tests/multirooteditorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-editor-multi-root/tests/multirooteditoruiview.js b/packages/ckeditor5-editor-multi-root/tests/multirooteditoruiview.js index 00233471026..390ee996baa 100644 --- a/packages/ckeditor5-editor-multi-root/tests/multirooteditoruiview.js +++ b/packages/ckeditor5-editor-multi-root/tests/multirooteditoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-editor-multi-root/webpack.config.js b/packages/ckeditor5-editor-multi-root/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-editor-multi-root/webpack.config.js +++ b/packages/ckeditor5-editor-multi-root/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/build-custom-element-converter-source.js b/packages/ckeditor5-engine/docs/_snippets/framework/build-custom-element-converter-source.js index 3754a91ff90..f4fad3f42c0 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/build-custom-element-converter-source.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/build-custom-element-converter-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/build-element-reconversion-source.js b/packages/ckeditor5-engine/docs/_snippets/framework/build-element-reconversion-source.js index d3bc20623a6..783e76b2e23 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/build-element-reconversion-source.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/build-element-reconversion-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/build-extending-content-source.js b/packages/ckeditor5-engine/docs/_snippets/framework/build-extending-content-source.js index e17e21be000..3757f04b20f 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/build-extending-content-source.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/build-extending-content-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/element-reconversion-demo.js b/packages/ckeditor5-engine/docs/_snippets/framework/element-reconversion-demo.js index e00cd10bea9..dc67fc82b11 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/element-reconversion-demo.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/element-reconversion-demo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-external-link-target.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-external-link-target.js index 7408808b804..dfc826a9241 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-external-link-target.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-external-link-target.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-heading-class.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-heading-class.js index f4d67a13563..e5043d1dcae 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-heading-class.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-heading-class.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-link-class.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-link-class.js index bc38e45008a..ecffc78f17a 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-link-class.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-link-class.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-unsafe-link-class.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-unsafe-link-class.js index f2bdc994ff7..5316ab7fd08 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-unsafe-link-class.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-add-unsafe-link-class.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-div-attributes.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-div-attributes.js index 34b19c81d6f..173031da566 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-div-attributes.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-div-attributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-link-target.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-link-target.js index 5c81d2dff50..9fb3ef3bb20 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-link-target.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-allow-link-target.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-arbitrary-attribute-values.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-arbitrary-attribute-values.js index e65a0d8eab0..9bf598c6aaa 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-arbitrary-attribute-values.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-arbitrary-attribute-values.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-element-converter.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-element-converter.js index fe0b4ea3dd7..57fc0905d91 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-element-converter.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-element-converter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, toWidget, toWidgetEditable, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-figure-attributes.js b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-figure-attributes.js index 8f59c8f1c57..df71fc7be96 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-figure-attributes.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/extending-content-custom-figure-attributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-bold.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-bold.js index 7e4052525b8..723db69e333 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-bold.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-bold.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading-interactive.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading-interactive.js index 65345df1f89..f7939d3aae6 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading-interactive.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading-interactive.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, Essentials, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading.js index fef1c50e728..b8ff030dcea 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-heading.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, Essentials, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-paragraph.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-paragraph.js index d5f05a0327c..8b304762272 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-paragraph.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-paragraph.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-structure.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-structure.js index da65fcdfec5..14d274546cf 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-structure.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-structure.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, Essentials, Paragraph, console, window, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-attribute.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-attribute.js index e38ad16f91b..bb91c8da2db 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-attribute.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-attribute.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, Essentials, console, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-element.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-element.js index 0e1037f0869..678ee155d2e 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-element.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector-upcast-element.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DecoupledEditor, MiniCKEditorInspector, Essentials, console, document */ diff --git a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector.js b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector.js index 130454538e1..44a2f5cbf71 100644 --- a/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector.js +++ b/packages/ckeditor5-engine/docs/_snippets/framework/mini-inspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-engine/src/controller/datacontroller.ts b/packages/ckeditor5-engine/src/controller/datacontroller.ts index 3640a0dbba8..9a98d106ff2 100644 --- a/packages/ckeditor5-engine/src/controller/datacontroller.ts +++ b/packages/ckeditor5-engine/src/controller/datacontroller.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/controller/editingcontroller.ts b/packages/ckeditor5-engine/src/controller/editingcontroller.ts index a11f1fdf70d..e38dbacc072 100644 --- a/packages/ckeditor5-engine/src/controller/editingcontroller.ts +++ b/packages/ckeditor5-engine/src/controller/editingcontroller.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/conversion.ts b/packages/ckeditor5-engine/src/conversion/conversion.ts index ccd1cc08c4d..4682bb6fc07 100644 --- a/packages/ckeditor5-engine/src/conversion/conversion.ts +++ b/packages/ckeditor5-engine/src/conversion/conversion.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/conversionhelpers.ts b/packages/ckeditor5-engine/src/conversion/conversionhelpers.ts index 474a341bcfb..b445c2bae5a 100644 --- a/packages/ckeditor5-engine/src/conversion/conversionhelpers.ts +++ b/packages/ckeditor5-engine/src/conversion/conversionhelpers.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/downcastdispatcher.ts b/packages/ckeditor5-engine/src/conversion/downcastdispatcher.ts index 9a85360a32d..0c7b8e74052 100644 --- a/packages/ckeditor5-engine/src/conversion/downcastdispatcher.ts +++ b/packages/ckeditor5-engine/src/conversion/downcastdispatcher.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/downcasthelpers.ts b/packages/ckeditor5-engine/src/conversion/downcasthelpers.ts index 08894318a79..122d4313191 100644 --- a/packages/ckeditor5-engine/src/conversion/downcasthelpers.ts +++ b/packages/ckeditor5-engine/src/conversion/downcasthelpers.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/mapper.ts b/packages/ckeditor5-engine/src/conversion/mapper.ts index c46034db0c3..e6397143e95 100644 --- a/packages/ckeditor5-engine/src/conversion/mapper.ts +++ b/packages/ckeditor5-engine/src/conversion/mapper.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/modelconsumable.ts b/packages/ckeditor5-engine/src/conversion/modelconsumable.ts index d4f7ae6f8a7..dfa84a019bb 100644 --- a/packages/ckeditor5-engine/src/conversion/modelconsumable.ts +++ b/packages/ckeditor5-engine/src/conversion/modelconsumable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/upcastdispatcher.ts b/packages/ckeditor5-engine/src/conversion/upcastdispatcher.ts index 5dd35223a49..e6d40ea724b 100644 --- a/packages/ckeditor5-engine/src/conversion/upcastdispatcher.ts +++ b/packages/ckeditor5-engine/src/conversion/upcastdispatcher.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/conversion/upcasthelpers.ts b/packages/ckeditor5-engine/src/conversion/upcasthelpers.ts index a1c0030fa18..df7c1432944 100644 --- a/packages/ckeditor5-engine/src/conversion/upcasthelpers.ts +++ b/packages/ckeditor5-engine/src/conversion/upcasthelpers.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Matcher, { type ClassPatterns, type MatcherPattern, type PropertyPatterns } from '../view/matcher.js'; diff --git a/packages/ckeditor5-engine/src/conversion/viewconsumable.ts b/packages/ckeditor5-engine/src/conversion/viewconsumable.ts index 91436e98d09..66c1ef84da1 100644 --- a/packages/ckeditor5-engine/src/conversion/viewconsumable.ts +++ b/packages/ckeditor5-engine/src/conversion/viewconsumable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dataprocessor/basichtmlwriter.ts b/packages/ckeditor5-engine/src/dataprocessor/basichtmlwriter.ts index 77e751bc4e2..853dbfafb8e 100644 --- a/packages/ckeditor5-engine/src/dataprocessor/basichtmlwriter.ts +++ b/packages/ckeditor5-engine/src/dataprocessor/basichtmlwriter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dataprocessor/dataprocessor.ts b/packages/ckeditor5-engine/src/dataprocessor/dataprocessor.ts index 18ca048cb81..794c0e5e8e6 100644 --- a/packages/ckeditor5-engine/src/dataprocessor/dataprocessor.ts +++ b/packages/ckeditor5-engine/src/dataprocessor/dataprocessor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dataprocessor/htmldataprocessor.ts b/packages/ckeditor5-engine/src/dataprocessor/htmldataprocessor.ts index 3e865e6a62d..388328909a4 100644 --- a/packages/ckeditor5-engine/src/dataprocessor/htmldataprocessor.ts +++ b/packages/ckeditor5-engine/src/dataprocessor/htmldataprocessor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dataprocessor/htmlwriter.ts b/packages/ckeditor5-engine/src/dataprocessor/htmlwriter.ts index b463480c466..63e47163599 100644 --- a/packages/ckeditor5-engine/src/dataprocessor/htmlwriter.ts +++ b/packages/ckeditor5-engine/src/dataprocessor/htmlwriter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dataprocessor/xmldataprocessor.ts b/packages/ckeditor5-engine/src/dataprocessor/xmldataprocessor.ts index 2d154412529..a7f57c7d180 100644 --- a/packages/ckeditor5-engine/src/dataprocessor/xmldataprocessor.ts +++ b/packages/ckeditor5-engine/src/dataprocessor/xmldataprocessor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dev-utils/model.ts b/packages/ckeditor5-engine/src/dev-utils/model.ts index e05ef401910..d8bf2118ac6 100644 --- a/packages/ckeditor5-engine/src/dev-utils/model.ts +++ b/packages/ckeditor5-engine/src/dev-utils/model.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dev-utils/operationreplayer.ts b/packages/ckeditor5-engine/src/dev-utils/operationreplayer.ts index 1828b0e3978..3b901f8408b 100644 --- a/packages/ckeditor5-engine/src/dev-utils/operationreplayer.ts +++ b/packages/ckeditor5-engine/src/dev-utils/operationreplayer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dev-utils/utils.ts b/packages/ckeditor5-engine/src/dev-utils/utils.ts index 22db760e32d..1bbe3f2a2db 100644 --- a/packages/ckeditor5-engine/src/dev-utils/utils.ts +++ b/packages/ckeditor5-engine/src/dev-utils/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/dev-utils/view.ts b/packages/ckeditor5-engine/src/dev-utils/view.ts index 1da78e80850..dc7276efd14 100644 --- a/packages/ckeditor5-engine/src/dev-utils/view.ts +++ b/packages/ckeditor5-engine/src/dev-utils/view.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/index.ts b/packages/ckeditor5-engine/src/index.ts index 566d59f87bb..a1754d34d95 100644 --- a/packages/ckeditor5-engine/src/index.ts +++ b/packages/ckeditor5-engine/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -165,6 +165,7 @@ export { default as ClickObserver } from './view/observer/clickobserver.js'; export { default as DomEventObserver } from './view/observer/domeventobserver.js'; export { default as MouseObserver } from './view/observer/mouseobserver.js'; export { default as TabObserver } from './view/observer/tabobserver.js'; +export { default as TouchObserver } from './view/observer/touchobserver.js'; export { default as FocusObserver, @@ -197,6 +198,11 @@ export type { ViewDocumentMouseOverEvent, ViewDocumentMouseOutEvent } from './view/observer/mouseobserver.js'; +export type { + ViewDocumentTouchEndEvent, + ViewDocumentTouchMoveEvent, + ViewDocumentTouchStartEvent +} from './view/observer/touchobserver.js'; export type { ViewDocumentTabEvent } from './view/observer/tabobserver.js'; export type { ViewDocumentClickEvent } from './view/observer/clickobserver.js'; export type { ViewDocumentSelectionChangeEvent } from './view/observer/selectionobserver.js'; diff --git a/packages/ckeditor5-engine/src/model/batch.ts b/packages/ckeditor5-engine/src/model/batch.ts index 056e01ca13a..af8e52888e4 100644 --- a/packages/ckeditor5-engine/src/model/batch.ts +++ b/packages/ckeditor5-engine/src/model/batch.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/differ.ts b/packages/ckeditor5-engine/src/model/differ.ts index bb6b8bb0d3e..31e4f16a424 100644 --- a/packages/ckeditor5-engine/src/model/differ.ts +++ b/packages/ckeditor5-engine/src/model/differ.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/document.ts b/packages/ckeditor5-engine/src/model/document.ts index 8b6eae77679..5449df74078 100644 --- a/packages/ckeditor5-engine/src/model/document.ts +++ b/packages/ckeditor5-engine/src/model/document.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/documentfragment.ts b/packages/ckeditor5-engine/src/model/documentfragment.ts index cde42ea2e6c..f0d6be9cd2b 100644 --- a/packages/ckeditor5-engine/src/model/documentfragment.ts +++ b/packages/ckeditor5-engine/src/model/documentfragment.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/documentselection.ts b/packages/ckeditor5-engine/src/model/documentselection.ts index d5b5a42d9c4..93ef5a1eaab 100644 --- a/packages/ckeditor5-engine/src/model/documentselection.ts +++ b/packages/ckeditor5-engine/src/model/documentselection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/element.ts b/packages/ckeditor5-engine/src/model/element.ts index 585575148bd..21a1d539ce5 100644 --- a/packages/ckeditor5-engine/src/model/element.ts +++ b/packages/ckeditor5-engine/src/model/element.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/history.ts b/packages/ckeditor5-engine/src/model/history.ts index 589b9d7435d..bb9a11f40df 100644 --- a/packages/ckeditor5-engine/src/model/history.ts +++ b/packages/ckeditor5-engine/src/model/history.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type Operation from './operation/operation.js'; diff --git a/packages/ckeditor5-engine/src/model/item.ts b/packages/ckeditor5-engine/src/model/item.ts index 440a217f065..282fe079546 100644 --- a/packages/ckeditor5-engine/src/model/item.ts +++ b/packages/ckeditor5-engine/src/model/item.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type Node from './node.js'; diff --git a/packages/ckeditor5-engine/src/model/liveposition.ts b/packages/ckeditor5-engine/src/model/liveposition.ts index 72698f46eb4..92fed46c78f 100644 --- a/packages/ckeditor5-engine/src/model/liveposition.ts +++ b/packages/ckeditor5-engine/src/model/liveposition.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/liverange.ts b/packages/ckeditor5-engine/src/model/liverange.ts index 8e470b43dac..14dc9938e7b 100644 --- a/packages/ckeditor5-engine/src/model/liverange.ts +++ b/packages/ckeditor5-engine/src/model/liverange.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/markercollection.ts b/packages/ckeditor5-engine/src/model/markercollection.ts index 7ad21531a81..ace91a7567b 100644 --- a/packages/ckeditor5-engine/src/model/markercollection.ts +++ b/packages/ckeditor5-engine/src/model/markercollection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/model.ts b/packages/ckeditor5-engine/src/model/model.ts index 22cf01b0bcc..b968d3fe3b8 100644 --- a/packages/ckeditor5-engine/src/model/model.ts +++ b/packages/ckeditor5-engine/src/model/model.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/node.ts b/packages/ckeditor5-engine/src/model/node.ts index 6e934c40744..9c786e2ff13 100644 --- a/packages/ckeditor5-engine/src/model/node.ts +++ b/packages/ckeditor5-engine/src/model/node.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable @typescript-eslint/no-unused-vars */ diff --git a/packages/ckeditor5-engine/src/model/nodelist.ts b/packages/ckeditor5-engine/src/model/nodelist.ts index 2f542d8fa64..b6f15bf408d 100644 --- a/packages/ckeditor5-engine/src/model/nodelist.ts +++ b/packages/ckeditor5-engine/src/model/nodelist.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/attributeoperation.ts b/packages/ckeditor5-engine/src/model/operation/attributeoperation.ts index a43fc1e5b1c..7fb385332d1 100644 --- a/packages/ckeditor5-engine/src/model/operation/attributeoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/attributeoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/detachoperation.ts b/packages/ckeditor5-engine/src/model/operation/detachoperation.ts index d96ec41cb67..a3f6b73c436 100644 --- a/packages/ckeditor5-engine/src/model/operation/detachoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/detachoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/insertoperation.ts b/packages/ckeditor5-engine/src/model/operation/insertoperation.ts index e822929fd7e..6483f6ef816 100644 --- a/packages/ckeditor5-engine/src/model/operation/insertoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/insertoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/markeroperation.ts b/packages/ckeditor5-engine/src/model/operation/markeroperation.ts index c65b8d3f4e7..e559351420d 100644 --- a/packages/ckeditor5-engine/src/model/operation/markeroperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/markeroperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/mergeoperation.ts b/packages/ckeditor5-engine/src/model/operation/mergeoperation.ts index 09dad67a177..8bb45216a06 100644 --- a/packages/ckeditor5-engine/src/model/operation/mergeoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/mergeoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/moveoperation.ts b/packages/ckeditor5-engine/src/model/operation/moveoperation.ts index edcf3e6cf0b..f302b9a3cb4 100644 --- a/packages/ckeditor5-engine/src/model/operation/moveoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/moveoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/nooperation.ts b/packages/ckeditor5-engine/src/model/operation/nooperation.ts index d8cc6869702..66dbfaae184 100644 --- a/packages/ckeditor5-engine/src/model/operation/nooperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/nooperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/operation.ts b/packages/ckeditor5-engine/src/model/operation/operation.ts index b55a36cafc2..50cb1635b01 100644 --- a/packages/ckeditor5-engine/src/model/operation/operation.ts +++ b/packages/ckeditor5-engine/src/model/operation/operation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable @typescript-eslint/no-unused-vars */ diff --git a/packages/ckeditor5-engine/src/model/operation/operationfactory.ts b/packages/ckeditor5-engine/src/model/operation/operationfactory.ts index 6fc2bc38739..2644e9248b5 100644 --- a/packages/ckeditor5-engine/src/model/operation/operationfactory.ts +++ b/packages/ckeditor5-engine/src/model/operation/operationfactory.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/renameoperation.ts b/packages/ckeditor5-engine/src/model/operation/renameoperation.ts index d9b3ed0d17f..c9b587f31d0 100644 --- a/packages/ckeditor5-engine/src/model/operation/renameoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/renameoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/rootattributeoperation.ts b/packages/ckeditor5-engine/src/model/operation/rootattributeoperation.ts index 85efebcf200..bedf7e239b5 100644 --- a/packages/ckeditor5-engine/src/model/operation/rootattributeoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/rootattributeoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/rootoperation.ts b/packages/ckeditor5-engine/src/model/operation/rootoperation.ts index 33766cf1c7e..8eee496a217 100644 --- a/packages/ckeditor5-engine/src/model/operation/rootoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/rootoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/splitoperation.ts b/packages/ckeditor5-engine/src/model/operation/splitoperation.ts index 718c7ab6ca8..37fddc679fd 100644 --- a/packages/ckeditor5-engine/src/model/operation/splitoperation.ts +++ b/packages/ckeditor5-engine/src/model/operation/splitoperation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/transform.ts b/packages/ckeditor5-engine/src/model/operation/transform.ts index a7cdcca1f2b..48f6adfb6c2 100644 --- a/packages/ckeditor5-engine/src/model/operation/transform.ts +++ b/packages/ckeditor5-engine/src/model/operation/transform.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/operation/utils.ts b/packages/ckeditor5-engine/src/model/operation/utils.ts index 58030e08522..07bbc5f95e4 100644 --- a/packages/ckeditor5-engine/src/model/operation/utils.ts +++ b/packages/ckeditor5-engine/src/model/operation/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/position.ts b/packages/ckeditor5-engine/src/model/position.ts index bd0866a1dd1..d49af904fad 100644 --- a/packages/ckeditor5-engine/src/model/position.ts +++ b/packages/ckeditor5-engine/src/model/position.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/range.ts b/packages/ckeditor5-engine/src/model/range.ts index 9e069499934..b635fa91a3a 100644 --- a/packages/ckeditor5-engine/src/model/range.ts +++ b/packages/ckeditor5-engine/src/model/range.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/rootelement.ts b/packages/ckeditor5-engine/src/model/rootelement.ts index 70cb0879618..514222ab916 100644 --- a/packages/ckeditor5-engine/src/model/rootelement.ts +++ b/packages/ckeditor5-engine/src/model/rootelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/schema.ts b/packages/ckeditor5-engine/src/model/schema.ts index ce5bb27ec14..a8b0825acb9 100644 --- a/packages/ckeditor5-engine/src/model/schema.ts +++ b/packages/ckeditor5-engine/src/model/schema.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/selection.ts b/packages/ckeditor5-engine/src/model/selection.ts index 50c03db49e3..cc9ee408807 100644 --- a/packages/ckeditor5-engine/src/model/selection.ts +++ b/packages/ckeditor5-engine/src/model/selection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/text.ts b/packages/ckeditor5-engine/src/model/text.ts index 1f7d990c69b..31b17be700d 100644 --- a/packages/ckeditor5-engine/src/model/text.ts +++ b/packages/ckeditor5-engine/src/model/text.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/textproxy.ts b/packages/ckeditor5-engine/src/model/textproxy.ts index 8c05f81dd60..dea5cdbe533 100644 --- a/packages/ckeditor5-engine/src/model/textproxy.ts +++ b/packages/ckeditor5-engine/src/model/textproxy.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/treewalker.ts b/packages/ckeditor5-engine/src/model/treewalker.ts index 91b42ceb71c..64070a0c72e 100644 --- a/packages/ckeditor5-engine/src/model/treewalker.ts +++ b/packages/ckeditor5-engine/src/model/treewalker.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/typecheckable.ts b/packages/ckeditor5-engine/src/model/typecheckable.ts index a61a3622f7b..e44a0040714 100644 --- a/packages/ckeditor5-engine/src/model/typecheckable.ts +++ b/packages/ckeditor5-engine/src/model/typecheckable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/utils/autoparagraphing.ts b/packages/ckeditor5-engine/src/model/utils/autoparagraphing.ts index a0990aa72d6..191f76df93e 100644 --- a/packages/ckeditor5-engine/src/model/utils/autoparagraphing.ts +++ b/packages/ckeditor5-engine/src/model/utils/autoparagraphing.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type Node from '../node.js'; diff --git a/packages/ckeditor5-engine/src/model/utils/deletecontent.ts b/packages/ckeditor5-engine/src/model/utils/deletecontent.ts index d5dc07f6867..65ee3c0821e 100644 --- a/packages/ckeditor5-engine/src/model/utils/deletecontent.ts +++ b/packages/ckeditor5-engine/src/model/utils/deletecontent.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/utils/getselectedcontent.ts b/packages/ckeditor5-engine/src/model/utils/getselectedcontent.ts index ec71503c54e..8309ebe4fca 100644 --- a/packages/ckeditor5-engine/src/model/utils/getselectedcontent.ts +++ b/packages/ckeditor5-engine/src/model/utils/getselectedcontent.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type DocumentFragment from '../documentfragment.js'; diff --git a/packages/ckeditor5-engine/src/model/utils/insertcontent.ts b/packages/ckeditor5-engine/src/model/utils/insertcontent.ts index 3a595457bab..db6f83f50b5 100644 --- a/packages/ckeditor5-engine/src/model/utils/insertcontent.ts +++ b/packages/ckeditor5-engine/src/model/utils/insertcontent.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/utils/insertobject.ts b/packages/ckeditor5-engine/src/model/utils/insertobject.ts index 1a30f9f1ca0..69825c6f6a6 100644 --- a/packages/ckeditor5-engine/src/model/utils/insertobject.ts +++ b/packages/ckeditor5-engine/src/model/utils/insertobject.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/utils/modifyselection.ts b/packages/ckeditor5-engine/src/model/utils/modifyselection.ts index b4af8724266..400b52d8556 100644 --- a/packages/ckeditor5-engine/src/model/utils/modifyselection.ts +++ b/packages/ckeditor5-engine/src/model/utils/modifyselection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/utils/selection-post-fixer.ts b/packages/ckeditor5-engine/src/model/utils/selection-post-fixer.ts index a85917d1e9e..9cf224b33cf 100644 --- a/packages/ckeditor5-engine/src/model/utils/selection-post-fixer.ts +++ b/packages/ckeditor5-engine/src/model/utils/selection-post-fixer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/model/writer.ts b/packages/ckeditor5-engine/src/model/writer.ts index e0abf78f411..42b9f1871e3 100644 --- a/packages/ckeditor5-engine/src/model/writer.ts +++ b/packages/ckeditor5-engine/src/model/writer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/attributeelement.ts b/packages/ckeditor5-engine/src/view/attributeelement.ts index 8359a00f564..18c511b72af 100644 --- a/packages/ckeditor5-engine/src/view/attributeelement.ts +++ b/packages/ckeditor5-engine/src/view/attributeelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/containerelement.ts b/packages/ckeditor5-engine/src/view/containerelement.ts index 6dacff1591a..fd939af997b 100644 --- a/packages/ckeditor5-engine/src/view/containerelement.ts +++ b/packages/ckeditor5-engine/src/view/containerelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/datatransfer.ts b/packages/ckeditor5-engine/src/view/datatransfer.ts index d9d50c0cfa3..7b935da4302 100644 --- a/packages/ckeditor5-engine/src/view/datatransfer.ts +++ b/packages/ckeditor5-engine/src/view/datatransfer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/document.ts b/packages/ckeditor5-engine/src/view/document.ts index d2512dc0c41..1ed47a58f23 100644 --- a/packages/ckeditor5-engine/src/view/document.ts +++ b/packages/ckeditor5-engine/src/view/document.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/documentfragment.ts b/packages/ckeditor5-engine/src/view/documentfragment.ts index fb506821179..37c31223b07 100644 --- a/packages/ckeditor5-engine/src/view/documentfragment.ts +++ b/packages/ckeditor5-engine/src/view/documentfragment.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/documentselection.ts b/packages/ckeditor5-engine/src/view/documentselection.ts index 86744f0d63c..6a94dd7edc6 100644 --- a/packages/ckeditor5-engine/src/view/documentselection.ts +++ b/packages/ckeditor5-engine/src/view/documentselection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/domconverter.ts b/packages/ckeditor5-engine/src/view/domconverter.ts index 6b9cb78a650..2a8042cf7fc 100644 --- a/packages/ckeditor5-engine/src/view/domconverter.ts +++ b/packages/ckeditor5-engine/src/view/domconverter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/downcastwriter.ts b/packages/ckeditor5-engine/src/view/downcastwriter.ts index 0b6993a01bd..b1bb1ca6362 100644 --- a/packages/ckeditor5-engine/src/view/downcastwriter.ts +++ b/packages/ckeditor5-engine/src/view/downcastwriter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/editableelement.ts b/packages/ckeditor5-engine/src/view/editableelement.ts index 6ede8fcb67b..69c0fb6dd67 100644 --- a/packages/ckeditor5-engine/src/view/editableelement.ts +++ b/packages/ckeditor5-engine/src/view/editableelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/element.ts b/packages/ckeditor5-engine/src/view/element.ts index d4af82fc1f7..77df5e42882 100644 --- a/packages/ckeditor5-engine/src/view/element.ts +++ b/packages/ckeditor5-engine/src/view/element.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/elementdefinition.ts b/packages/ckeditor5-engine/src/view/elementdefinition.ts index 7743281f746..04d88872d98 100644 --- a/packages/ckeditor5-engine/src/view/elementdefinition.ts +++ b/packages/ckeditor5-engine/src/view/elementdefinition.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/emptyelement.ts b/packages/ckeditor5-engine/src/view/emptyelement.ts index c96bd1fead9..20f967dc8ad 100644 --- a/packages/ckeditor5-engine/src/view/emptyelement.ts +++ b/packages/ckeditor5-engine/src/view/emptyelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/filler.ts b/packages/ckeditor5-engine/src/view/filler.ts index 52a7a490e6b..45a143bb1ba 100644 --- a/packages/ckeditor5-engine/src/view/filler.ts +++ b/packages/ckeditor5-engine/src/view/filler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { keyCodes, isText, type KeystrokeInfo } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-engine/src/view/item.ts b/packages/ckeditor5-engine/src/view/item.ts index ad46ab67e09..7e59a12b5d8 100644 --- a/packages/ckeditor5-engine/src/view/item.ts +++ b/packages/ckeditor5-engine/src/view/item.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type Node from './node.js'; diff --git a/packages/ckeditor5-engine/src/view/matcher.ts b/packages/ckeditor5-engine/src/view/matcher.ts index d74e19dc06f..562aad5fa1f 100644 --- a/packages/ckeditor5-engine/src/view/matcher.ts +++ b/packages/ckeditor5-engine/src/view/matcher.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/node.ts b/packages/ckeditor5-engine/src/view/node.ts index f6bdfd9de6f..2cc5343b558 100644 --- a/packages/ckeditor5-engine/src/view/node.ts +++ b/packages/ckeditor5-engine/src/view/node.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/arrowkeysobserver.ts b/packages/ckeditor5-engine/src/view/observer/arrowkeysobserver.ts index ed8d44c9289..f398be39bac 100644 --- a/packages/ckeditor5-engine/src/view/observer/arrowkeysobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/arrowkeysobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/bubblingemittermixin.ts b/packages/ckeditor5-engine/src/view/observer/bubblingemittermixin.ts index 7678629e66a..4fcd07fa679 100644 --- a/packages/ckeditor5-engine/src/view/observer/bubblingemittermixin.ts +++ b/packages/ckeditor5-engine/src/view/observer/bubblingemittermixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/bubblingeventinfo.ts b/packages/ckeditor5-engine/src/view/observer/bubblingeventinfo.ts index 970a64ef1c4..a05b0755708 100644 --- a/packages/ckeditor5-engine/src/view/observer/bubblingeventinfo.ts +++ b/packages/ckeditor5-engine/src/view/observer/bubblingeventinfo.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/clickobserver.ts b/packages/ckeditor5-engine/src/view/observer/clickobserver.ts index 00e417f42a3..d4f3f18f9c4 100644 --- a/packages/ckeditor5-engine/src/view/observer/clickobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/clickobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/compositionobserver.ts b/packages/ckeditor5-engine/src/view/observer/compositionobserver.ts index 3c90d85b9e2..7cccf7c5255 100644 --- a/packages/ckeditor5-engine/src/view/observer/compositionobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/compositionobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/domeventdata.ts b/packages/ckeditor5-engine/src/view/observer/domeventdata.ts index 2b9e654a58e..1f86f9175e5 100644 --- a/packages/ckeditor5-engine/src/view/observer/domeventdata.ts +++ b/packages/ckeditor5-engine/src/view/observer/domeventdata.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/domeventobserver.ts b/packages/ckeditor5-engine/src/view/observer/domeventobserver.ts index 45b48de1c14..b19265bbe8e 100644 --- a/packages/ckeditor5-engine/src/view/observer/domeventobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/domeventobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/fakeselectionobserver.ts b/packages/ckeditor5-engine/src/view/observer/fakeselectionobserver.ts index 8f9be25966e..7de510de11e 100644 --- a/packages/ckeditor5-engine/src/view/observer/fakeselectionobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/fakeselectionobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/focusobserver.ts b/packages/ckeditor5-engine/src/view/observer/focusobserver.ts index 7496e5a6307..8ab149c9182 100644 --- a/packages/ckeditor5-engine/src/view/observer/focusobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/focusobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/inputobserver.ts b/packages/ckeditor5-engine/src/view/observer/inputobserver.ts index 4bea6774a02..ff4fd62ad5c 100644 --- a/packages/ckeditor5-engine/src/view/observer/inputobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/inputobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/keyobserver.ts b/packages/ckeditor5-engine/src/view/observer/keyobserver.ts index 1a2b5efa037..ad7632e271c 100644 --- a/packages/ckeditor5-engine/src/view/observer/keyobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/keyobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/mouseobserver.ts b/packages/ckeditor5-engine/src/view/observer/mouseobserver.ts index 387d5d74408..7e6c38c3349 100644 --- a/packages/ckeditor5-engine/src/view/observer/mouseobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/mouseobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/mutationobserver.ts b/packages/ckeditor5-engine/src/view/observer/mutationobserver.ts index 28b4cf8c22c..f2117c1df34 100644 --- a/packages/ckeditor5-engine/src/view/observer/mutationobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/mutationobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/observer.ts b/packages/ckeditor5-engine/src/view/observer/observer.ts index 8438d2c6b57..54af94655ea 100644 --- a/packages/ckeditor5-engine/src/view/observer/observer.ts +++ b/packages/ckeditor5-engine/src/view/observer/observer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/selectionobserver.ts b/packages/ckeditor5-engine/src/view/observer/selectionobserver.ts index e6c29374ed3..25d1618e6b8 100644 --- a/packages/ckeditor5-engine/src/view/observer/selectionobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/selectionobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/tabobserver.ts b/packages/ckeditor5-engine/src/view/observer/tabobserver.ts index ebaca083533..e9fd6b5fe7b 100644 --- a/packages/ckeditor5-engine/src/view/observer/tabobserver.ts +++ b/packages/ckeditor5-engine/src/view/observer/tabobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/observer/touchobserver.ts b/packages/ckeditor5-engine/src/view/observer/touchobserver.ts new file mode 100644 index 00000000000..31d97cba170 --- /dev/null +++ b/packages/ckeditor5-engine/src/view/observer/touchobserver.ts @@ -0,0 +1,82 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options + */ + +/** + * @module engine/view/observer/touchobserver + */ + +import DomEventObserver from './domeventobserver.js'; +import type DomEventData from './domeventdata.js'; + +/** + * Touch events observer. + * + * Note that this observer is not available by default. To make it available it needs to be added to + * {@link module:engine/view/view~View} by {@link module:engine/view/view~View#addObserver} method. + */ +export default class TouchObserver extends DomEventObserver<'touchstart' | 'touchend' | 'touchmove'> { + /** + * @inheritDoc + */ + public readonly domEventType = [ 'touchstart', 'touchend', 'touchmove' ] as const; + + /** + * @inheritDoc + */ + public onDomEvent( domEvent: TouchEvent ): void { + this.fire( domEvent.type, domEvent ); + } +} + +/** + * Fired when a touch is started on one of the editing roots of the editor. + * + * Introduced by {@link module:engine/view/observer/touchobserver~TouchObserver}. + * + * Note that this event is not available by default. To make it available, {@link module:engine/view/observer/touchobserver~TouchObserver} + * needs to be added to {@link module:engine/view/view~View} by the {@link module:engine/view/view~View#addObserver} method. + * + * @see module:engine/view/observer/touchobserver~TouchObserver + * @eventName module:engine/view/document~Document#touchstart + * @param data The event data. + */ +export type ViewDocumentTouchStartEvent = { + name: 'touchstart'; + args: [ data: DomEventData ]; +}; + +/** + * Fired when a touch ends on one of the editing roots of the editor. + * + * Introduced by {@link module:engine/view/observer/touchobserver~TouchObserver}. + * + * Note that this event is not available by default. To make it available, {@link module:engine/view/observer/touchobserver~TouchObserver} + * needs to be added to {@link module:engine/view/view~View} by the {@link module:engine/view/view~View#addObserver} method. + * + * @see module:engine/view/observer/touchobserver~TouchObserver + * @eventName module:engine/view/document~Document#touchend + * @param data The event data. + */ +export type ViewDocumentTouchEndEvent = { + name: 'touchend'; + args: [ data: DomEventData ]; +}; + +/** + * Fired when a touch is moved on one of the editing roots of the editor. + * + * Introduced by {@link module:engine/view/observer/touchobserver~TouchObserver}. + * + * Note that this event is not available by default. To make it available, {@link module:engine/view/observer/touchobserver~TouchObserver} + * needs to be added to {@link module:engine/view/view~View} by the {@link module:engine/view/view~View#addObserver} method. + * + * @see module:engine/view/observer/touchobserver~TouchObserver + * @eventName module:engine/view/document~Document#touchmove + * @param data The event data. + */ +export type ViewDocumentTouchMoveEvent = { + name: 'touchmove'; + args: [ data: DomEventData ]; +}; diff --git a/packages/ckeditor5-engine/src/view/placeholder.ts b/packages/ckeditor5-engine/src/view/placeholder.ts index 34026e323b0..38472a0a81b 100644 --- a/packages/ckeditor5-engine/src/view/placeholder.ts +++ b/packages/ckeditor5-engine/src/view/placeholder.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -50,24 +50,22 @@ export function enablePlaceholder( { view, element, text, isDirectHost = true, k } ): void { const doc = view.document; - // Use a single a single post fixer per—document to update all placeholders. + // Use a single post fixer per—document to update all placeholders. if ( !documentPlaceholders.has( doc ) ) { documentPlaceholders.set( doc, new Map() ); // If a post-fixer callback makes a change, it should return `true` so other post–fixers // can re–evaluate the document again. - doc.registerPostFixer( writer => updateDocumentPlaceholders( doc, writer ) ); + doc.registerPostFixer( writer => updateDocumentPlaceholders( documentPlaceholders.get( doc )!, writer ) ); // Update placeholders on isComposing state change since rendering is disabled while in composition mode. doc.on( 'change:isComposing', () => { - view.change( writer => updateDocumentPlaceholders( doc, writer ) ); + view.change( writer => updateDocumentPlaceholders( documentPlaceholders.get( doc )!, writer ) ); }, { priority: 'high' } ); } if ( element.is( 'editableElement' ) ) { - element.on( 'change:placeholder', ( evtInfo, evt, text ) => { - setPlaceholder( text ); - } ); + element.on( 'change:placeholder', ( evtInfo, evt, text ) => setPlaceholder( text ) ); } if ( element.placeholder ) { @@ -81,16 +79,18 @@ export function enablePlaceholder( { view, element, text, isDirectHost = true, k } function setPlaceholder( text: string ) { - // Store information about the element placeholder under its document. - documentPlaceholders.get( doc )!.set( element, { + const config = { text, isDirectHost, keepOnFocus, hostElement: isDirectHost ? element : null - } ); + }; + + // Store information about the element placeholder under its document. + documentPlaceholders.get( doc )!.set( element, config ); // Update the placeholders right away. - view.change( writer => updateDocumentPlaceholders( doc, writer ) ); + view.change( writer => updateDocumentPlaceholders( [ [ element, config ] ], writer ) ); } } @@ -226,8 +226,10 @@ function hasContent( element: Element ): boolean { * * @returns True if any changes were made to the view document. */ -function updateDocumentPlaceholders( doc: Document, writer: DowncastWriter ): boolean { - const placeholders = documentPlaceholders.get( doc )!; +function updateDocumentPlaceholders( + placeholders: Iterable<[ Element, PlaceholderConfig ]>, + writer: DowncastWriter +): boolean { const directHostElements: Array = []; let wasViewModified = false; diff --git a/packages/ckeditor5-engine/src/view/position.ts b/packages/ckeditor5-engine/src/view/position.ts index dcfde3982d5..819d19a0c08 100644 --- a/packages/ckeditor5-engine/src/view/position.ts +++ b/packages/ckeditor5-engine/src/view/position.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/range.ts b/packages/ckeditor5-engine/src/view/range.ts index c2f9f3835fd..b9c0a23b93e 100644 --- a/packages/ckeditor5-engine/src/view/range.ts +++ b/packages/ckeditor5-engine/src/view/range.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/rawelement.ts b/packages/ckeditor5-engine/src/view/rawelement.ts index 29a7afbbf61..04ce0b78375 100644 --- a/packages/ckeditor5-engine/src/view/rawelement.ts +++ b/packages/ckeditor5-engine/src/view/rawelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable @typescript-eslint/no-unused-vars */ diff --git a/packages/ckeditor5-engine/src/view/renderer.ts b/packages/ckeditor5-engine/src/view/renderer.ts index 180ec72042c..19d67e57c10 100644 --- a/packages/ckeditor5-engine/src/view/renderer.ts +++ b/packages/ckeditor5-engine/src/view/renderer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/rooteditableelement.ts b/packages/ckeditor5-engine/src/view/rooteditableelement.ts index 17aa35fc622..fa0654527a0 100644 --- a/packages/ckeditor5-engine/src/view/rooteditableelement.ts +++ b/packages/ckeditor5-engine/src/view/rooteditableelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/selection.ts b/packages/ckeditor5-engine/src/view/selection.ts index 5a2d217724a..45d2da8b7fb 100644 --- a/packages/ckeditor5-engine/src/view/selection.ts +++ b/packages/ckeditor5-engine/src/view/selection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/styles/background.ts b/packages/ckeditor5-engine/src/view/styles/background.ts index 60b668959dd..296598be2e8 100644 --- a/packages/ckeditor5-engine/src/view/styles/background.ts +++ b/packages/ckeditor5-engine/src/view/styles/background.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/styles/border.ts b/packages/ckeditor5-engine/src/view/styles/border.ts index 4885d81c94a..2d6953ac2a5 100644 --- a/packages/ckeditor5-engine/src/view/styles/border.ts +++ b/packages/ckeditor5-engine/src/view/styles/border.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/styles/margin.ts b/packages/ckeditor5-engine/src/view/styles/margin.ts index 1c8448b454f..f9f172a02e1 100644 --- a/packages/ckeditor5-engine/src/view/styles/margin.ts +++ b/packages/ckeditor5-engine/src/view/styles/margin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/styles/padding.ts b/packages/ckeditor5-engine/src/view/styles/padding.ts index 667092ebb77..8786179cf37 100644 --- a/packages/ckeditor5-engine/src/view/styles/padding.ts +++ b/packages/ckeditor5-engine/src/view/styles/padding.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/styles/utils.ts b/packages/ckeditor5-engine/src/view/styles/utils.ts index 44009cbecd3..7faed893c54 100644 --- a/packages/ckeditor5-engine/src/view/styles/utils.ts +++ b/packages/ckeditor5-engine/src/view/styles/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/stylesmap.ts b/packages/ckeditor5-engine/src/view/stylesmap.ts index b6b92662dd0..3bd768f1d8e 100644 --- a/packages/ckeditor5-engine/src/view/stylesmap.ts +++ b/packages/ckeditor5-engine/src/view/stylesmap.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/text.ts b/packages/ckeditor5-engine/src/view/text.ts index 2b3508d7b8f..fade0040fa9 100644 --- a/packages/ckeditor5-engine/src/view/text.ts +++ b/packages/ckeditor5-engine/src/view/text.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/textproxy.ts b/packages/ckeditor5-engine/src/view/textproxy.ts index a4e2b78b96f..9342981912b 100644 --- a/packages/ckeditor5-engine/src/view/textproxy.ts +++ b/packages/ckeditor5-engine/src/view/textproxy.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/treewalker.ts b/packages/ckeditor5-engine/src/view/treewalker.ts index 719990bd7ca..a59807ff2ed 100644 --- a/packages/ckeditor5-engine/src/view/treewalker.ts +++ b/packages/ckeditor5-engine/src/view/treewalker.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/typecheckable.ts b/packages/ckeditor5-engine/src/view/typecheckable.ts index 4bc4f91e16b..f032e3392db 100644 --- a/packages/ckeditor5-engine/src/view/typecheckable.ts +++ b/packages/ckeditor5-engine/src/view/typecheckable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type AttributeElement from './attributeelement.js'; diff --git a/packages/ckeditor5-engine/src/view/uielement.ts b/packages/ckeditor5-engine/src/view/uielement.ts index 2aa3bd38a89..e8b1e01eb76 100644 --- a/packages/ckeditor5-engine/src/view/uielement.ts +++ b/packages/ckeditor5-engine/src/view/uielement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/upcastwriter.ts b/packages/ckeditor5-engine/src/view/upcastwriter.ts index 97a7e45a0cd..c17ca6ae6ab 100644 --- a/packages/ckeditor5-engine/src/view/upcastwriter.ts +++ b/packages/ckeditor5-engine/src/view/upcastwriter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/src/view/view.ts b/packages/ckeditor5-engine/src/view/view.ts index 0a5812dd94f..9f77bc3005a 100644 --- a/packages/ckeditor5-engine/src/view/view.ts +++ b/packages/ckeditor5-engine/src/view/view.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-engine/tests/common.js b/packages/ckeditor5-engine/tests/common.js index 3d1d68cf7a5..bcac4c1b523 100644 --- a/packages/ckeditor5-engine/tests/common.js +++ b/packages/ckeditor5-engine/tests/common.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-engine/tests/controller/datacontroller.js b/packages/ckeditor5-engine/tests/controller/datacontroller.js index 21efe9e8eb4..4986ea30b7c 100644 --- a/packages/ckeditor5-engine/tests/controller/datacontroller.js +++ b/packages/ckeditor5-engine/tests/controller/datacontroller.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/controller/editingcontroller.js b/packages/ckeditor5-engine/tests/controller/editingcontroller.js index 5d7621092a9..43342b1738a 100644 --- a/packages/ckeditor5-engine/tests/controller/editingcontroller.js +++ b/packages/ckeditor5-engine/tests/controller/editingcontroller.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals setTimeout, document */ diff --git a/packages/ckeditor5-engine/tests/conversion/conversion.js b/packages/ckeditor5-engine/tests/conversion/conversion.js index fb90e531eb7..e8127e77568 100644 --- a/packages/ckeditor5-engine/tests/conversion/conversion.js +++ b/packages/ckeditor5-engine/tests/conversion/conversion.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Conversion from '../../src/conversion/conversion.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/conversionhelpers.js b/packages/ckeditor5-engine/tests/conversion/conversionhelpers.js index bbee0f5c04b..d030e22bfdd 100644 --- a/packages/ckeditor5-engine/tests/conversion/conversionhelpers.js +++ b/packages/ckeditor5-engine/tests/conversion/conversionhelpers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ConversionHelpers from '../../src/conversion/conversionhelpers.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/downcastdispatcher.js b/packages/ckeditor5-engine/tests/conversion/downcastdispatcher.js index 5093430f8a8..45bd620947b 100644 --- a/packages/ckeditor5-engine/tests/conversion/downcastdispatcher.js +++ b/packages/ckeditor5-engine/tests/conversion/downcastdispatcher.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/downcasthelpers.js b/packages/ckeditor5-engine/tests/conversion/downcasthelpers.js index 1218825f92f..af779bd32dd 100644 --- a/packages/ckeditor5-engine/tests/conversion/downcasthelpers.js +++ b/packages/ckeditor5-engine/tests/conversion/downcasthelpers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-engine/tests/conversion/mapper.js b/packages/ckeditor5-engine/tests/conversion/mapper.js index 0ded20a8d9e..46d1e530ca5 100644 --- a/packages/ckeditor5-engine/tests/conversion/mapper.js +++ b/packages/ckeditor5-engine/tests/conversion/mapper.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Mapper from '../../src/conversion/mapper.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/modelconsumable.js b/packages/ckeditor5-engine/tests/conversion/modelconsumable.js index 5160ee2c109..2c1bd7cc394 100644 --- a/packages/ckeditor5-engine/tests/conversion/modelconsumable.js +++ b/packages/ckeditor5-engine/tests/conversion/modelconsumable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelConsumable from '../../src/conversion/modelconsumable.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/upcastdispatcher.js b/packages/ckeditor5-engine/tests/conversion/upcastdispatcher.js index 8c388d1eb9d..78c016f87da 100644 --- a/packages/ckeditor5-engine/tests/conversion/upcastdispatcher.js +++ b/packages/ckeditor5-engine/tests/conversion/upcastdispatcher.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import UpcastDispatcher from '../../src/conversion/upcastdispatcher.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/upcasthelpers.js b/packages/ckeditor5-engine/tests/conversion/upcasthelpers.js index ef308c64340..0b50e412b85 100644 --- a/packages/ckeditor5-engine/tests/conversion/upcasthelpers.js +++ b/packages/ckeditor5-engine/tests/conversion/upcasthelpers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import UpcastDispatcher from '../../src/conversion/upcastdispatcher.js'; diff --git a/packages/ckeditor5-engine/tests/conversion/viewconsumable.js b/packages/ckeditor5-engine/tests/conversion/viewconsumable.js index 61ed83e50da..ca16d7b7842 100644 --- a/packages/ckeditor5-engine/tests/conversion/viewconsumable.js +++ b/packages/ckeditor5-engine/tests/conversion/viewconsumable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ViewDocument from '../../src/view/document.js'; diff --git a/packages/ckeditor5-engine/tests/dataprocessor/_utils/xsstemplates.js b/packages/ckeditor5-engine/tests/dataprocessor/_utils/xsstemplates.js index 324270eb4c6..cf13886f91b 100644 --- a/packages/ckeditor5-engine/tests/dataprocessor/_utils/xsstemplates.js +++ b/packages/ckeditor5-engine/tests/dataprocessor/_utils/xsstemplates.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export default { diff --git a/packages/ckeditor5-engine/tests/dataprocessor/basichtmlwriter.js b/packages/ckeditor5-engine/tests/dataprocessor/basichtmlwriter.js index 642997922a3..7eeae629971 100644 --- a/packages/ckeditor5-engine/tests/dataprocessor/basichtmlwriter.js +++ b/packages/ckeditor5-engine/tests/dataprocessor/basichtmlwriter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/dataprocessor/htmldataprocessor.js b/packages/ckeditor5-engine/tests/dataprocessor/htmldataprocessor.js index b75f3868cce..e35eca3b9a0 100644 --- a/packages/ckeditor5-engine/tests/dataprocessor/htmldataprocessor.js +++ b/packages/ckeditor5-engine/tests/dataprocessor/htmldataprocessor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals setTimeout, window, Node, DOMParser */ diff --git a/packages/ckeditor5-engine/tests/dataprocessor/xmldataprocessor.js b/packages/ckeditor5-engine/tests/dataprocessor/xmldataprocessor.js index 49a07607b33..57888c2ec44 100644 --- a/packages/ckeditor5-engine/tests/dataprocessor/xmldataprocessor.js +++ b/packages/ckeditor5-engine/tests/dataprocessor/xmldataprocessor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, DOMParser */ diff --git a/packages/ckeditor5-engine/tests/dev-utils/model.js b/packages/ckeditor5-engine/tests/dev-utils/model.js index 4414b1bf539..86630a546fd 100644 --- a/packages/ckeditor5-engine/tests/dev-utils/model.js +++ b/packages/ckeditor5-engine/tests/dev-utils/model.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { stringify, parse, getData, setData } from '../../src/dev-utils/model.js'; diff --git a/packages/ckeditor5-engine/tests/dev-utils/operationreplayer.js b/packages/ckeditor5-engine/tests/dev-utils/operationreplayer.js index 2d8140eedc2..55a871c63af 100644 --- a/packages/ckeditor5-engine/tests/dev-utils/operationreplayer.js +++ b/packages/ckeditor5-engine/tests/dev-utils/operationreplayer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import OperationReplayer from '../../src/dev-utils/operationreplayer.js'; diff --git a/packages/ckeditor5-engine/tests/dev-utils/view.js b/packages/ckeditor5-engine/tests/dev-utils/view.js index fa24e88dc06..afaaa31f33c 100644 --- a/packages/ckeditor5-engine/tests/dev-utils/view.js +++ b/packages/ckeditor5-engine/tests/dev-utils/view.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/element-reconversion.js b/packages/ckeditor5-engine/tests/manual/element-reconversion.js index 16d9e5d8b4a..e3a8278b6c7 100644 --- a/packages/ckeditor5-engine/tests/manual/element-reconversion.js +++ b/packages/ckeditor5-engine/tests/manual/element-reconversion.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/highlight.js b/packages/ckeditor5-engine/tests/manual/highlight.js index 0819ff393fb..6e12caf6645 100644 --- a/packages/ckeditor5-engine/tests/manual/highlight.js +++ b/packages/ckeditor5-engine/tests/manual/highlight.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/markers.js b/packages/ckeditor5-engine/tests/manual/markers.js index 7e1b36910ba..f1939786044 100644 --- a/packages/ckeditor5-engine/tests/manual/markers.js +++ b/packages/ckeditor5-engine/tests/manual/markers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/nestededitable.css b/packages/ckeditor5-engine/tests/manual/nestededitable.css index 5f6f6c2870a..588485c0fc5 100644 --- a/packages/ckeditor5-engine/tests/manual/nestededitable.css +++ b/packages/ckeditor5-engine/tests/manual/nestededitable.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_focus.css"; diff --git a/packages/ckeditor5-engine/tests/manual/nestededitable.js b/packages/ckeditor5-engine/tests/manual/nestededitable.js index af919512c84..9e08ac2bfb9 100644 --- a/packages/ckeditor5-engine/tests/manual/nestededitable.js +++ b/packages/ckeditor5-engine/tests/manual/nestededitable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-engine/tests/manual/placeholder.js b/packages/ckeditor5-engine/tests/manual/placeholder.js index 1d727bb7dc9..5087cf8c3cc 100644 --- a/packages/ckeditor5-engine/tests/manual/placeholder.js +++ b/packages/ckeditor5-engine/tests/manual/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-engine/tests/manual/selection.css b/packages/ckeditor5-engine/tests/manual/selection.css index ea4c652610b..ef7bed40c23 100644 --- a/packages/ckeditor5-engine/tests/manual/selection.css +++ b/packages/ckeditor5-engine/tests/manual/selection.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ table { diff --git a/packages/ckeditor5-engine/tests/manual/selection.js b/packages/ckeditor5-engine/tests/manual/selection.js index 649abe5ebc9..0e0b9e4f827 100644 --- a/packages/ckeditor5-engine/tests/manual/selection.js +++ b/packages/ckeditor5-engine/tests/manual/selection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-engine/tests/manual/slot-conversion.js b/packages/ckeditor5-engine/tests/manual/slot-conversion.js index 5d83bc6bfd5..2a0ed4a3699 100644 --- a/packages/ckeditor5-engine/tests/manual/slot-conversion.js +++ b/packages/ckeditor5-engine/tests/manual/slot-conversion.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/10430/1.js b/packages/ckeditor5-engine/tests/manual/tickets/10430/1.js index 9c9b4c2fa62..67710a49553 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/10430/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/10430/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/1088/1.js b/packages/ckeditor5-engine/tests/manual/tickets/1088/1.js index 99985ddfa64..a45cfb35443 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/1088/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/1088/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/1439/1.js b/packages/ckeditor5-engine/tests/manual/tickets/1439/1.js index 95b7978576d..c5ca91c82b3 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/1439/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/1439/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/401/1.js b/packages/ckeditor5-engine/tests/manual/tickets/401/1.js index 32711878260..bed0450d7bc 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/401/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/401/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/4600/1.js b/packages/ckeditor5-engine/tests/manual/tickets/4600/1.js index 65acd7d9981..e0a11a9cdf4 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/4600/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/4600/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/462/1.js b/packages/ckeditor5-engine/tests/manual/tickets/462/1.js index 19777c48164..75dcdc1fa2e 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/462/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/462/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setInterval */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/475/1.js b/packages/ckeditor5-engine/tests/manual/tickets/475/1.js index f54d22ba5e0..35186e1ebcd 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/475/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/475/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/603/1.js b/packages/ckeditor5-engine/tests/manual/tickets/603/1.js index 2813da9fe3b..ccfe79d0426 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/603/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/603/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/629/1.js b/packages/ckeditor5-engine/tests/manual/tickets/629/1.js index a399fe217bb..1b8a8ce23cc 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/629/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/629/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/7892/1.js b/packages/ckeditor5-engine/tests/manual/tickets/7892/1.js index 0634d3678ee..bb3683c353e 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/7892/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/7892/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/880/1.js b/packages/ckeditor5-engine/tests/manual/tickets/880/1.js index 2a824d94acb..d47305cea06 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/880/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/880/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/887/1.js b/packages/ckeditor5-engine/tests/manual/tickets/887/1.js index c35f54e0324..956cd894524 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/887/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/887/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/tickets/ckeditor5-721/1.js b/packages/ckeditor5-engine/tests/manual/tickets/ckeditor5-721/1.js index 3c7ac98b643..ad0922183e9 100644 --- a/packages/ckeditor5-engine/tests/manual/tickets/ckeditor5-721/1.js +++ b/packages/ckeditor5-engine/tests/manual/tickets/ckeditor5-721/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/clickobserver.js b/packages/ckeditor5-engine/tests/manual/view/clickobserver.js index 43c990ac0da..7faa45af3d5 100644 --- a/packages/ckeditor5-engine/tests/manual/view/clickobserver.js +++ b/packages/ckeditor5-engine/tests/manual/view/clickobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/compositionobserver.js b/packages/ckeditor5-engine/tests/manual/view/compositionobserver.js index 568055ef01b..7719e6575f4 100644 --- a/packages/ckeditor5-engine/tests/manual/view/compositionobserver.js +++ b/packages/ckeditor5-engine/tests/manual/view/compositionobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/deep-render.js b/packages/ckeditor5-engine/tests/manual/view/deep-render.js index 8af96efaaae..7802b689677 100644 --- a/packages/ckeditor5-engine/tests/manual/view/deep-render.js +++ b/packages/ckeditor5-engine/tests/manual/view/deep-render.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, document, window */ diff --git a/packages/ckeditor5-engine/tests/manual/view/fakeselection.js b/packages/ckeditor5-engine/tests/manual/view/fakeselection.js index 976dea7ba8d..297a405f459 100644 --- a/packages/ckeditor5-engine/tests/manual/view/fakeselection.js +++ b/packages/ckeditor5-engine/tests/manual/view/fakeselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-engine/tests/manual/view/focus.js b/packages/ckeditor5-engine/tests/manual/view/focus.js index 1362a080751..21daccb1925 100644 --- a/packages/ckeditor5-engine/tests/manual/view/focus.js +++ b/packages/ckeditor5-engine/tests/manual/view/focus.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/focusobserver.js b/packages/ckeditor5-engine/tests/manual/view/focusobserver.js index f095479512d..e4726480da6 100644 --- a/packages/ckeditor5-engine/tests/manual/view/focusobserver.js +++ b/packages/ckeditor5-engine/tests/manual/view/focusobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/immutable.js b/packages/ckeditor5-engine/tests/manual/view/immutable.js index d11f6cbd918..56512d3afcb 100644 --- a/packages/ckeditor5-engine/tests/manual/view/immutable.js +++ b/packages/ckeditor5-engine/tests/manual/view/immutable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/inline-filler.js b/packages/ckeditor5-engine/tests/manual/view/inline-filler.js index 3dc18c71b15..eb71afde230 100644 --- a/packages/ckeditor5-engine/tests/manual/view/inline-filler.js +++ b/packages/ckeditor5-engine/tests/manual/view/inline-filler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/keyobserver.js b/packages/ckeditor5-engine/tests/manual/view/keyobserver.js index 1678c86c722..cdf942c2da9 100644 --- a/packages/ckeditor5-engine/tests/manual/view/keyobserver.js +++ b/packages/ckeditor5-engine/tests/manual/view/keyobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/mutationobserver.js b/packages/ckeditor5-engine/tests/manual/view/mutationobserver.js index 427b64c1ed9..b05d3efe8f3 100644 --- a/packages/ckeditor5-engine/tests/manual/view/mutationobserver.js +++ b/packages/ckeditor5-engine/tests/manual/view/mutationobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/noselection-iframe.js b/packages/ckeditor5-engine/tests/manual/view/noselection-iframe.js index e576cd2195d..3c1e8d10b60 100644 --- a/packages/ckeditor5-engine/tests/manual/view/noselection-iframe.js +++ b/packages/ckeditor5-engine/tests/manual/view/noselection-iframe.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/noselection.js b/packages/ckeditor5-engine/tests/manual/view/noselection.js index e58ce3a9ec1..1970b97c8fb 100644 --- a/packages/ckeditor5-engine/tests/manual/view/noselection.js +++ b/packages/ckeditor5-engine/tests/manual/view/noselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/selectionobserver.js b/packages/ckeditor5-engine/tests/manual/view/selectionobserver.js index 07032df491b..7329138d0f9 100644 --- a/packages/ckeditor5-engine/tests/manual/view/selectionobserver.js +++ b/packages/ckeditor5-engine/tests/manual/view/selectionobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/uielement.js b/packages/ckeditor5-engine/tests/manual/view/uielement.js index ec024c3e512..ef71f849f03 100644 --- a/packages/ckeditor5-engine/tests/manual/view/uielement.js +++ b/packages/ckeditor5-engine/tests/manual/view/uielement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-engine/tests/manual/view/x-index.js b/packages/ckeditor5-engine/tests/manual/view/x-index.js index 1e695489322..813bbb8397f 100644 --- a/packages/ckeditor5-engine/tests/manual/view/x-index.js +++ b/packages/ckeditor5-engine/tests/manual/view/x-index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-engine/tests/model/_utils/utils.js b/packages/ckeditor5-engine/tests/model/_utils/utils.js index 4035066b220..d62f14295cc 100644 --- a/packages/ckeditor5-engine/tests/model/_utils/utils.js +++ b/packages/ckeditor5-engine/tests/model/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Range from '../../../src/model/range.js'; diff --git a/packages/ckeditor5-engine/tests/model/batch.js b/packages/ckeditor5-engine/tests/model/batch.js index b2723ef1f05..f83ef516e5a 100644 --- a/packages/ckeditor5-engine/tests/model/batch.js +++ b/packages/ckeditor5-engine/tests/model/batch.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Batch from '../../src/model/batch.js'; diff --git a/packages/ckeditor5-engine/tests/model/differ.js b/packages/ckeditor5-engine/tests/model/differ.js index cc7b388288c..dd0c3c24fe2 100644 --- a/packages/ckeditor5-engine/tests/model/differ.js +++ b/packages/ckeditor5-engine/tests/model/differ.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/document.js b/packages/ckeditor5-engine/tests/model/document.js index e3b53b365d0..18c7d7cd9f6 100644 --- a/packages/ckeditor5-engine/tests/model/document.js +++ b/packages/ckeditor5-engine/tests/model/document.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/documentfragment.js b/packages/ckeditor5-engine/tests/model/documentfragment.js index cc49c29495e..b423be72bf5 100644 --- a/packages/ckeditor5-engine/tests/model/documentfragment.js +++ b/packages/ckeditor5-engine/tests/model/documentfragment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Element from '../../src/model/element.js'; diff --git a/packages/ckeditor5-engine/tests/model/documentselection.js b/packages/ckeditor5-engine/tests/model/documentselection.js index d1b2c3ad837..601dfe22fb7 100644 --- a/packages/ckeditor5-engine/tests/model/documentselection.js +++ b/packages/ckeditor5-engine/tests/model/documentselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-engine/tests/model/element.js b/packages/ckeditor5-engine/tests/model/element.js index 66d872a1966..4867e148d56 100644 --- a/packages/ckeditor5-engine/tests/model/element.js +++ b/packages/ckeditor5-engine/tests/model/element.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Node from '../../src/model/node.js'; diff --git a/packages/ckeditor5-engine/tests/model/history.js b/packages/ckeditor5-engine/tests/model/history.js index dde714a65ff..99822b8b3b9 100644 --- a/packages/ckeditor5-engine/tests/model/history.js +++ b/packages/ckeditor5-engine/tests/model/history.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import History from '../../src/model/history.js'; diff --git a/packages/ckeditor5-engine/tests/model/liveposition.js b/packages/ckeditor5-engine/tests/model/liveposition.js index 61719e5bdcd..92e8f8a66cb 100644 --- a/packages/ckeditor5-engine/tests/model/liveposition.js +++ b/packages/ckeditor5-engine/tests/model/liveposition.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/liverange.js b/packages/ckeditor5-engine/tests/model/liverange.js index 4b8b4db6848..8d85b63c4a7 100644 --- a/packages/ckeditor5-engine/tests/model/liverange.js +++ b/packages/ckeditor5-engine/tests/model/liverange.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/markercollection.js b/packages/ckeditor5-engine/tests/model/markercollection.js index a599599c937..27408c1b129 100644 --- a/packages/ckeditor5-engine/tests/model/markercollection.js +++ b/packages/ckeditor5-engine/tests/model/markercollection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import MarkerCollection from '../../src/model/markercollection.js'; diff --git a/packages/ckeditor5-engine/tests/model/model.js b/packages/ckeditor5-engine/tests/model/model.js index d2da4e7eb84..f7c416c63db 100644 --- a/packages/ckeditor5-engine/tests/model/model.js +++ b/packages/ckeditor5-engine/tests/model/model.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EmitterMixin from '@ckeditor/ckeditor5-utils/src/emittermixin.js'; diff --git a/packages/ckeditor5-engine/tests/model/node.js b/packages/ckeditor5-engine/tests/model/node.js index ffe2f63485c..b4a1574e472 100644 --- a/packages/ckeditor5-engine/tests/model/node.js +++ b/packages/ckeditor5-engine/tests/model/node.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/nodelist.js b/packages/ckeditor5-engine/tests/model/nodelist.js index 348074fc327..0e5ef99eac1 100644 --- a/packages/ckeditor5-engine/tests/model/nodelist.js +++ b/packages/ckeditor5-engine/tests/model/nodelist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import NodeList from '../../src/model/nodelist.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/attributeoperation.js b/packages/ckeditor5-engine/tests/model/operation/attributeoperation.js index 7e39520ef84..bf7b4c3d2ca 100644 --- a/packages/ckeditor5-engine/tests/model/operation/attributeoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/attributeoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/detachoperation.js b/packages/ckeditor5-engine/tests/model/operation/detachoperation.js index fc03730091a..7d0d3f361bf 100644 --- a/packages/ckeditor5-engine/tests/model/operation/detachoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/detachoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/insertoperation.js b/packages/ckeditor5-engine/tests/model/operation/insertoperation.js index c7a2d915b84..ad7490acc30 100644 --- a/packages/ckeditor5-engine/tests/model/operation/insertoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/insertoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/markeroperation.js b/packages/ckeditor5-engine/tests/model/operation/markeroperation.js index 92824e7491c..bd0d96aa539 100644 --- a/packages/ckeditor5-engine/tests/model/operation/markeroperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/markeroperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/mergeoperation.js b/packages/ckeditor5-engine/tests/model/operation/mergeoperation.js index 5ae2c689513..6c216c1ad71 100644 --- a/packages/ckeditor5-engine/tests/model/operation/mergeoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/mergeoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/moveoperation.js b/packages/ckeditor5-engine/tests/model/operation/moveoperation.js index 3d40e41a1e5..83194e967a6 100644 --- a/packages/ckeditor5-engine/tests/model/operation/moveoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/moveoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/nooperation.js b/packages/ckeditor5-engine/tests/model/operation/nooperation.js index cf952512bfd..415cc02715e 100644 --- a/packages/ckeditor5-engine/tests/model/operation/nooperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/nooperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/operation.js b/packages/ckeditor5-engine/tests/model/operation/operation.js index 7bc4eba58b1..22a5580bcf4 100644 --- a/packages/ckeditor5-engine/tests/model/operation/operation.js +++ b/packages/ckeditor5-engine/tests/model/operation/operation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Batch from '../../../src/model/batch.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/operationfactory.js b/packages/ckeditor5-engine/tests/model/operation/operationfactory.js index bde81024ed3..2a4885eb6ef 100644 --- a/packages/ckeditor5-engine/tests/model/operation/operationfactory.js +++ b/packages/ckeditor5-engine/tests/model/operation/operationfactory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/renameoperation.js b/packages/ckeditor5-engine/tests/model/operation/renameoperation.js index 5cc68e76b0c..47901426de2 100644 --- a/packages/ckeditor5-engine/tests/model/operation/renameoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/renameoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/rootattributeoperation.js b/packages/ckeditor5-engine/tests/model/operation/rootattributeoperation.js index bb3381a0c01..c41147dab4c 100644 --- a/packages/ckeditor5-engine/tests/model/operation/rootattributeoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/rootattributeoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/rootoperation.js b/packages/ckeditor5-engine/tests/model/operation/rootoperation.js index 85aab1dd21b..e75b781ff9b 100644 --- a/packages/ckeditor5-engine/tests/model/operation/rootoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/rootoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/splitoperation.js b/packages/ckeditor5-engine/tests/model/operation/splitoperation.js index 66fb6818a9d..310196b18de 100644 --- a/packages/ckeditor5-engine/tests/model/operation/splitoperation.js +++ b/packages/ckeditor5-engine/tests/model/operation/splitoperation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform.js b/packages/ckeditor5-engine/tests/model/operation/transform.js index 024a55c932e..29ea9f3151d 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/attribute.js b/packages/ckeditor5-engine/tests/model/operation/transform/attribute.js index 9037c3914ee..a01b96330a7 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/attribute.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/attribute.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/delete.js b/packages/ckeditor5-engine/tests/model/operation/transform/delete.js index e40f7c58a6a..04f372dfacb 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/delete.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/delete.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/insert.js b/packages/ckeditor5-engine/tests/model/operation/transform/insert.js index cf64b2438fe..6cc5ca45203 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/insert.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/insert.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/marker.js b/packages/ckeditor5-engine/tests/model/operation/transform/marker.js index 80eb0444dcd..14dae042680 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/marker.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/marker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/merge.js b/packages/ckeditor5-engine/tests/model/operation/transform/merge.js index ab1711267fe..1343e5cad3f 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/merge.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/merge.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/move.js b/packages/ckeditor5-engine/tests/model/operation/transform/move.js index 6e3310c1957..e604d65ecec 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/move.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/move.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/remove.js b/packages/ckeditor5-engine/tests/model/operation/transform/remove.js index 3f4a48b7a20..8ab5d013160 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/remove.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/remove.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/rename.js b/packages/ckeditor5-engine/tests/model/operation/transform/rename.js index 64d00c39871..1a64b5a413f 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/rename.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/rename.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/root.js b/packages/ckeditor5-engine/tests/model/operation/transform/root.js index 1c8f3e2c142..269991e8a5a 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/root.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/root.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/split.js b/packages/ckeditor5-engine/tests/model/operation/transform/split.js index dc44df86910..856cc8a3193 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/split.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/split.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/undo.js b/packages/ckeditor5-engine/tests/model/operation/transform/undo.js index 07375b66ec2..ac5e2a6ce08 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/undo.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/undo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, expectClients, syncClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/unwrap.js b/packages/ckeditor5-engine/tests/model/operation/transform/unwrap.js index a2144ea72f3..eafcdc94c91 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/unwrap.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/unwrap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/utils.js b/packages/ckeditor5-engine/tests/model/operation/transform/utils.js index 12a0f84cff1..cb517626c77 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/utils.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/transform/wrap.js b/packages/ckeditor5-engine/tests/model/operation/transform/wrap.js index 04af0a4d43c..f34225bcb86 100644 --- a/packages/ckeditor5-engine/tests/model/operation/transform/wrap.js +++ b/packages/ckeditor5-engine/tests/model/operation/transform/wrap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; diff --git a/packages/ckeditor5-engine/tests/model/operation/utils.js b/packages/ckeditor5-engine/tests/model/operation/utils.js index 65da72fe1be..58289e0d7f5 100644 --- a/packages/ckeditor5-engine/tests/model/operation/utils.js +++ b/packages/ckeditor5-engine/tests/model/operation/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/position.js b/packages/ckeditor5-engine/tests/model/position.js index 9b75d0273ef..2d19148f8e1 100644 --- a/packages/ckeditor5-engine/tests/model/position.js +++ b/packages/ckeditor5-engine/tests/model/position.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/range.js b/packages/ckeditor5-engine/tests/model/range.js index 50f3564b83b..999ff9dfa80 100644 --- a/packages/ckeditor5-engine/tests/model/range.js +++ b/packages/ckeditor5-engine/tests/model/range.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Range from '../../src/model/range.js'; diff --git a/packages/ckeditor5-engine/tests/model/rootelement.js b/packages/ckeditor5-engine/tests/model/rootelement.js index 8d2cedaf559..486d788a9f9 100644 --- a/packages/ckeditor5-engine/tests/model/rootelement.js +++ b/packages/ckeditor5-engine/tests/model/rootelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/schema.js b/packages/ckeditor5-engine/tests/model/schema.js index 35cbe59ea76..f8ab8179205 100644 --- a/packages/ckeditor5-engine/tests/model/schema.js +++ b/packages/ckeditor5-engine/tests/model/schema.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Schema, { SchemaContext } from '../../src/model/schema.js'; diff --git a/packages/ckeditor5-engine/tests/model/selection.js b/packages/ckeditor5-engine/tests/model/selection.js index faf309e802a..af3a4186036 100644 --- a/packages/ckeditor5-engine/tests/model/selection.js +++ b/packages/ckeditor5-engine/tests/model/selection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/text.js b/packages/ckeditor5-engine/tests/model/text.js index 12229e45f5d..bfbf89be4fc 100644 --- a/packages/ckeditor5-engine/tests/model/text.js +++ b/packages/ckeditor5-engine/tests/model/text.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Text from '../../src/model/text.js'; diff --git a/packages/ckeditor5-engine/tests/model/textproxy.js b/packages/ckeditor5-engine/tests/model/textproxy.js index d30a853e1fc..3a30bbed8f7 100644 --- a/packages/ckeditor5-engine/tests/model/textproxy.js +++ b/packages/ckeditor5-engine/tests/model/textproxy.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Element from '../../src/model/element.js'; diff --git a/packages/ckeditor5-engine/tests/model/treewalker.js b/packages/ckeditor5-engine/tests/model/treewalker.js index ffe87a21111..accaeb2fc96 100644 --- a/packages/ckeditor5-engine/tests/model/treewalker.js +++ b/packages/ckeditor5-engine/tests/model/treewalker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/utils-tests/utils.js b/packages/ckeditor5-engine/tests/model/utils-tests/utils.js index a4b5feeaefa..56842219ee7 100644 --- a/packages/ckeditor5-engine/tests/model/utils-tests/utils.js +++ b/packages/ckeditor5-engine/tests/model/utils-tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-engine/tests/model/utils/deletecontent.js b/packages/ckeditor5-engine/tests/model/utils/deletecontent.js index 759eeb384d7..69228ca87e6 100644 --- a/packages/ckeditor5-engine/tests/model/utils/deletecontent.js +++ b/packages/ckeditor5-engine/tests/model/utils/deletecontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/utils/getselectedcontent.js b/packages/ckeditor5-engine/tests/model/utils/getselectedcontent.js index de34e4ba67d..2ff104fc2ab 100644 --- a/packages/ckeditor5-engine/tests/model/utils/getselectedcontent.js +++ b/packages/ckeditor5-engine/tests/model/utils/getselectedcontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/utils/insertcontent.js b/packages/ckeditor5-engine/tests/model/utils/insertcontent.js index 7ebed76cb5c..ea9a4388f69 100644 --- a/packages/ckeditor5-engine/tests/model/utils/insertcontent.js +++ b/packages/ckeditor5-engine/tests/model/utils/insertcontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/utils/insertobject.js b/packages/ckeditor5-engine/tests/model/utils/insertobject.js index b5c2687c3a2..99395665a86 100644 --- a/packages/ckeditor5-engine/tests/model/utils/insertobject.js +++ b/packages/ckeditor5-engine/tests/model/utils/insertobject.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/utils/modifyselection.js b/packages/ckeditor5-engine/tests/model/utils/modifyselection.js index 96f4ce43dcc..0fd34031b7a 100644 --- a/packages/ckeditor5-engine/tests/model/utils/modifyselection.js +++ b/packages/ckeditor5-engine/tests/model/utils/modifyselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/utils/selection-post-fixer.js b/packages/ckeditor5-engine/tests/model/utils/selection-post-fixer.js index 35feb137e14..781b280d770 100644 --- a/packages/ckeditor5-engine/tests/model/utils/selection-post-fixer.js +++ b/packages/ckeditor5-engine/tests/model/utils/selection-post-fixer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/model/writer.js b/packages/ckeditor5-engine/tests/model/writer.js index c94638600c7..e85c18209ab 100644 --- a/packages/ckeditor5-engine/tests/model/writer.js +++ b/packages/ckeditor5-engine/tests/model/writer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-engine/tests/tickets/11585.js b/packages/ckeditor5-engine/tests/tickets/11585.js index f08f24f1ed6..f4a6531b66d 100644 --- a/packages/ckeditor5-engine/tests/tickets/11585.js +++ b/packages/ckeditor5-engine/tests/tickets/11585.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/tickets/11925.js b/packages/ckeditor5-engine/tests/tickets/11925.js index ac5097b90b2..b22faf2b4b8 100644 --- a/packages/ckeditor5-engine/tests/tickets/11925.js +++ b/packages/ckeditor5-engine/tests/tickets/11925.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-engine/tests/tickets/1267.js b/packages/ckeditor5-engine/tests/tickets/1267.js index 5e31d73e15a..475893a57fe 100644 --- a/packages/ckeditor5-engine/tests/tickets/1267.js +++ b/packages/ckeditor5-engine/tests/tickets/1267.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/tickets/1281.js b/packages/ckeditor5-engine/tests/tickets/1281.js index 12fc36766c8..d6180a40089 100644 --- a/packages/ckeditor5-engine/tests/tickets/1281.js +++ b/packages/ckeditor5-engine/tests/tickets/1281.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/tickets/1323.js b/packages/ckeditor5-engine/tests/tickets/1323.js index c6c00ca398f..0b2d4966fbc 100644 --- a/packages/ckeditor5-engine/tests/tickets/1323.js +++ b/packages/ckeditor5-engine/tests/tickets/1323.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EditingController from '../../src/controller/editingcontroller.js'; diff --git a/packages/ckeditor5-engine/tests/tickets/1653.js b/packages/ckeditor5-engine/tests/tickets/1653.js index 48873201616..b9ea2f73f7e 100644 --- a/packages/ckeditor5-engine/tests/tickets/1653.js +++ b/packages/ckeditor5-engine/tests/tickets/1653.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/tickets/5564.js b/packages/ckeditor5-engine/tests/tickets/5564.js index f28c11d52a8..352276366ea 100644 --- a/packages/ckeditor5-engine/tests/tickets/5564.js +++ b/packages/ckeditor5-engine/tests/tickets/5564.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-engine/tests/tickets/699.js b/packages/ckeditor5-engine/tests/tickets/699.js index 6d4fc659564..8c5e213d61e 100644 --- a/packages/ckeditor5-engine/tests/tickets/699.js +++ b/packages/ckeditor5-engine/tests/tickets/699.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/tickets/984.js b/packages/ckeditor5-engine/tests/tickets/984.js index abb631b3bc1..6a71593a7f7 100644 --- a/packages/ckeditor5-engine/tests/tickets/984.js +++ b/packages/ckeditor5-engine/tests/tickets/984.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../src/model/model.js'; diff --git a/packages/ckeditor5-engine/tests/view/_utils/createdocumentmock.js b/packages/ckeditor5-engine/tests/view/_utils/createdocumentmock.js index 5d2ea12caa0..a67f15358e1 100644 --- a/packages/ckeditor5-engine/tests/view/_utils/createdocumentmock.js +++ b/packages/ckeditor5-engine/tests/view/_utils/createdocumentmock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ObservableMixin from '@ckeditor/ckeditor5-utils/src/observablemixin.js'; diff --git a/packages/ckeditor5-engine/tests/view/_utils/createroot.js b/packages/ckeditor5-engine/tests/view/_utils/createroot.js index 6a3bcc820f6..d04fffb63e0 100644 --- a/packages/ckeditor5-engine/tests/view/_utils/createroot.js +++ b/packages/ckeditor5-engine/tests/view/_utils/createroot.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import RootEditableElement from '../../../src/view/rooteditableelement.js'; diff --git a/packages/ckeditor5-engine/tests/view/attributeelement.js b/packages/ckeditor5-engine/tests/view/attributeelement.js index 3c3c65a466a..053b9a5258e 100644 --- a/packages/ckeditor5-engine/tests/view/attributeelement.js +++ b/packages/ckeditor5-engine/tests/view/attributeelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import AttributeElement from '../../src/view/attributeelement.js'; diff --git a/packages/ckeditor5-engine/tests/view/containerelement.js b/packages/ckeditor5-engine/tests/view/containerelement.js index 06dc0d0ffa4..88797db4298 100644 --- a/packages/ckeditor5-engine/tests/view/containerelement.js +++ b/packages/ckeditor5-engine/tests/view/containerelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { default as ContainerElement, getFillerOffset } from '../../src/view/containerelement.js'; diff --git a/packages/ckeditor5-engine/tests/view/datatransfer.js b/packages/ckeditor5-engine/tests/view/datatransfer.js index d7f2b67e3aa..87d92c68b45 100644 --- a/packages/ckeditor5-engine/tests/view/datatransfer.js +++ b/packages/ckeditor5-engine/tests/view/datatransfer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DataTransfer from '../../src/view/datatransfer.js'; diff --git a/packages/ckeditor5-engine/tests/view/document.js b/packages/ckeditor5-engine/tests/view/document.js index d646535c951..30510a26224 100644 --- a/packages/ckeditor5-engine/tests/view/document.js +++ b/packages/ckeditor5-engine/tests/view/document.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/documentfragment.js b/packages/ckeditor5-engine/tests/view/documentfragment.js index f9cc0b79d2e..60649c00c30 100644 --- a/packages/ckeditor5-engine/tests/view/documentfragment.js +++ b/packages/ckeditor5-engine/tests/view/documentfragment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DocumentFragment from '../../src/view/documentfragment.js'; diff --git a/packages/ckeditor5-engine/tests/view/documentselection.js b/packages/ckeditor5-engine/tests/view/documentselection.js index 105a2b31137..3af8932b9f8 100644 --- a/packages/ckeditor5-engine/tests/view/documentselection.js +++ b/packages/ckeditor5-engine/tests/view/documentselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DocumentSelection from '../../src/view/documentselection.js'; diff --git a/packages/ckeditor5-engine/tests/view/domconverter/binding.js b/packages/ckeditor5-engine/tests/view/domconverter/binding.js index 52af0a7208a..0fa26bdc68a 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/binding.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/binding.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/dom-to-view.js b/packages/ckeditor5-engine/tests/view/domconverter/dom-to-view.js index f7b06d20771..21eff836ea8 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/dom-to-view.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/dom-to-view.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/domconverter.js b/packages/ckeditor5-engine/tests/view/domconverter/domconverter.js index 74865712241..362c0e5c77c 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/domconverter.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/domconverter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/rawcontent.js b/packages/ckeditor5-engine/tests/view/domconverter/rawcontent.js index c203d12a206..4836fbc8de5 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/rawcontent.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/rawcontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/rawelement.js b/packages/ckeditor5-engine/tests/view/domconverter/rawelement.js index 639a18af240..21b130356e3 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/rawelement.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/rawelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals HTMLElement */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/uielement.js b/packages/ckeditor5-engine/tests/view/domconverter/uielement.js index 1a3f192ed21..2dedc49c505 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/uielement.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/uielement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals HTMLElement */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/view-to-dom.js b/packages/ckeditor5-engine/tests/view/domconverter/view-to-dom.js index f58208f7d31..9e1727a4740 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/view-to-dom.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/view-to-dom.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Range, DocumentFragment, HTMLElement, Comment, document, Text, console */ diff --git a/packages/ckeditor5-engine/tests/view/domconverter/whitespace-handling-integration.js b/packages/ckeditor5-engine/tests/view/domconverter/whitespace-handling-integration.js index 0ae690605d5..a9c1a61379a 100644 --- a/packages/ckeditor5-engine/tests/view/domconverter/whitespace-handling-integration.js +++ b/packages/ckeditor5-engine/tests/view/domconverter/whitespace-handling-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/breakattributes.js b/packages/ckeditor5-engine/tests/view/downcastwriter/breakattributes.js index 04de8801014..15687aa273b 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/breakattributes.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/breakattributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/breakcontainer.js b/packages/ckeditor5-engine/tests/view/downcastwriter/breakcontainer.js index 6ae2cd59fde..d1c5b9cd42f 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/breakcontainer.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/breakcontainer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/clear.js b/packages/ckeditor5-engine/tests/view/downcastwriter/clear.js index bfb5e73a2d1..426e2cd3693 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/clear.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/clear.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/insert.js b/packages/ckeditor5-engine/tests/view/downcastwriter/insert.js index 64e766f89d1..be7fdbccf8b 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/insert.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/insert.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/mergeattributes.js b/packages/ckeditor5-engine/tests/view/downcastwriter/mergeattributes.js index e98d127d2a2..85d834fc85b 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/mergeattributes.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/mergeattributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/mergecontainers.js b/packages/ckeditor5-engine/tests/view/downcastwriter/mergecontainers.js index 10ddf29f321..b120bdc0496 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/mergecontainers.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/mergecontainers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/move.js b/packages/ckeditor5-engine/tests/view/downcastwriter/move.js index 82c17df2a6a..7a3f9f71357 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/move.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/move.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/remove.js b/packages/ckeditor5-engine/tests/view/downcastwriter/remove.js index 1f27ccb3c4f..77dd992d89f 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/remove.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/remove.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/rename.js b/packages/ckeditor5-engine/tests/view/downcastwriter/rename.js index 4ad39918f47..179dc4e1c0a 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/rename.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/rename.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/unwrap.js b/packages/ckeditor5-engine/tests/view/downcastwriter/unwrap.js index 055c9f03b24..f38fea290a1 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/unwrap.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/unwrap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/wrap.js b/packages/ckeditor5-engine/tests/view/downcastwriter/wrap.js index f6b749817c0..7e47433d14c 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/wrap.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/wrap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/downcastwriter/writer.js b/packages/ckeditor5-engine/tests/view/downcastwriter/writer.js index ad479471c9c..967a7c6cd6f 100644 --- a/packages/ckeditor5-engine/tests/view/downcastwriter/writer.js +++ b/packages/ckeditor5-engine/tests/view/downcastwriter/writer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DowncastWriter from '../../../src/view/downcastwriter.js'; diff --git a/packages/ckeditor5-engine/tests/view/editableelement.js b/packages/ckeditor5-engine/tests/view/editableelement.js index 81cbf2a0eef..ace2faf68e5 100644 --- a/packages/ckeditor5-engine/tests/view/editableelement.js +++ b/packages/ckeditor5-engine/tests/view/editableelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import createDocumentMock from '../../tests/view/_utils/createdocumentmock.js'; diff --git a/packages/ckeditor5-engine/tests/view/element.js b/packages/ckeditor5-engine/tests/view/element.js index 7b958d4a029..9bcd9f6ec03 100644 --- a/packages/ckeditor5-engine/tests/view/element.js +++ b/packages/ckeditor5-engine/tests/view/element.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import count from '@ckeditor/ckeditor5-utils/src/count.js'; diff --git a/packages/ckeditor5-engine/tests/view/emptyelement.js b/packages/ckeditor5-engine/tests/view/emptyelement.js index a808bfc41db..7e7488e6d2d 100644 --- a/packages/ckeditor5-engine/tests/view/emptyelement.js +++ b/packages/ckeditor5-engine/tests/view/emptyelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EmptyElement from '../../src/view/emptyelement.js'; diff --git a/packages/ckeditor5-engine/tests/view/filler.js b/packages/ckeditor5-engine/tests/view/filler.js index fd9789f8a85..b5711de7398 100644 --- a/packages/ckeditor5-engine/tests/view/filler.js +++ b/packages/ckeditor5-engine/tests/view/filler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/matcher.js b/packages/ckeditor5-engine/tests/view/matcher.js index 2b8893fccc3..e3ee32e414f 100644 --- a/packages/ckeditor5-engine/tests/view/matcher.js +++ b/packages/ckeditor5-engine/tests/view/matcher.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-engine/tests/view/node.js b/packages/ckeditor5-engine/tests/view/node.js index ef60685e9a7..88adad4de46 100644 --- a/packages/ckeditor5-engine/tests/view/node.js +++ b/packages/ckeditor5-engine/tests/view/node.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Element from '../../src/view/element.js'; diff --git a/packages/ckeditor5-engine/tests/view/observer/arrowkeysobserver.js b/packages/ckeditor5-engine/tests/view/observer/arrowkeysobserver.js index aeb90aa843a..d70428a7d1f 100644 --- a/packages/ckeditor5-engine/tests/view/observer/arrowkeysobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/arrowkeysobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ArrowKeysObserver from '../../../src/view/observer/arrowkeysobserver.js'; diff --git a/packages/ckeditor5-engine/tests/view/observer/bubblingemittermixin.js b/packages/ckeditor5-engine/tests/view/observer/bubblingemittermixin.js index 2e01a0d83fa..d1ac444f3c1 100644 --- a/packages/ckeditor5-engine/tests/view/observer/bubblingemittermixin.js +++ b/packages/ckeditor5-engine/tests/view/observer/bubblingemittermixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BubblingEventInfo from '../../../src/view/observer/bubblingeventinfo.js'; diff --git a/packages/ckeditor5-engine/tests/view/observer/bubblingeventinfo.js b/packages/ckeditor5-engine/tests/view/observer/bubblingeventinfo.js index 958f1695101..16e86bc38fc 100644 --- a/packages/ckeditor5-engine/tests/view/observer/bubblingeventinfo.js +++ b/packages/ckeditor5-engine/tests/view/observer/bubblingeventinfo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BubblingEventInfo from '../../../src/view/observer/bubblingeventinfo.js'; diff --git a/packages/ckeditor5-engine/tests/view/observer/clickobserver.js b/packages/ckeditor5-engine/tests/view/observer/clickobserver.js index ac482d5d158..2bdfd19b211 100644 --- a/packages/ckeditor5-engine/tests/view/observer/clickobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/clickobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/compositionobserver.js b/packages/ckeditor5-engine/tests/view/observer/compositionobserver.js index 08a12269358..da5ffa745ae 100644 --- a/packages/ckeditor5-engine/tests/view/observer/compositionobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/compositionobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/domeventdata.js b/packages/ckeditor5-engine/tests/view/observer/domeventdata.js index 6226d3bffb9..3f4ef67a911 100644 --- a/packages/ckeditor5-engine/tests/view/observer/domeventdata.js +++ b/packages/ckeditor5-engine/tests/view/observer/domeventdata.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/domeventobserver.js b/packages/ckeditor5-engine/tests/view/observer/domeventobserver.js index 88c0e3df8ef..44d9f304404 100644 --- a/packages/ckeditor5-engine/tests/view/observer/domeventobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/domeventobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals MouseEvent, document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/fakeselectionobserver.js b/packages/ckeditor5-engine/tests/view/observer/fakeselectionobserver.js index e037bdb08c0..8efc2ffcc97 100644 --- a/packages/ckeditor5-engine/tests/view/observer/fakeselectionobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/fakeselectionobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/focusobserver.js b/packages/ckeditor5-engine/tests/view/observer/focusobserver.js index 2090fecd045..a25fcf8bcf6 100644 --- a/packages/ckeditor5-engine/tests/view/observer/focusobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/focusobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/inputobserver.js b/packages/ckeditor5-engine/tests/view/observer/inputobserver.js index 73b47ba5b32..04302aa3c2e 100644 --- a/packages/ckeditor5-engine/tests/view/observer/inputobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/inputobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import global from '@ckeditor/ckeditor5-utils/src/dom/global.js'; diff --git a/packages/ckeditor5-engine/tests/view/observer/keyobserver.js b/packages/ckeditor5-engine/tests/view/observer/keyobserver.js index 1da15b27430..2eebf3fbaaf 100644 --- a/packages/ckeditor5-engine/tests/view/observer/keyobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/keyobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/mouseobserver.js b/packages/ckeditor5-engine/tests/view/observer/mouseobserver.js index 3942195162d..3d8e9b35a06 100644 --- a/packages/ckeditor5-engine/tests/view/observer/mouseobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/mouseobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/mutationobserver.js b/packages/ckeditor5-engine/tests/view/observer/mutationobserver.js index 66b25595652..0cbd2123691 100644 --- a/packages/ckeditor5-engine/tests/view/observer/mutationobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/mutationobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/observer.js b/packages/ckeditor5-engine/tests/view/observer/observer.js index 850479ebda6..a00732ae268 100644 --- a/packages/ckeditor5-engine/tests/view/observer/observer.js +++ b/packages/ckeditor5-engine/tests/view/observer/observer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/selectionobserver.js b/packages/ckeditor5-engine/tests/view/observer/selectionobserver.js index 1fff8a99668..10f0f93198b 100644 --- a/packages/ckeditor5-engine/tests/view/observer/selectionobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/selectionobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals setTimeout, document, console, Event */ diff --git a/packages/ckeditor5-engine/tests/view/observer/tabobserver.js b/packages/ckeditor5-engine/tests/view/observer/tabobserver.js index c798061887b..69c7683d25c 100644 --- a/packages/ckeditor5-engine/tests/view/observer/tabobserver.js +++ b/packages/ckeditor5-engine/tests/view/observer/tabobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/observer/touchobserver.js b/packages/ckeditor5-engine/tests/view/observer/touchobserver.js new file mode 100644 index 00000000000..dec55172461 --- /dev/null +++ b/packages/ckeditor5-engine/tests/view/observer/touchobserver.js @@ -0,0 +1,69 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options + */ + +/* globals document */ + +import TouchObserver from '../../../src/view/observer/touchobserver.js'; +import View from '../../../src/view/view.js'; +import { StylesProcessor } from '../../../src/view/stylesmap.js'; + +describe( 'TouchObserver', () => { + let view, viewDocument, observer; + + beforeEach( () => { + view = new View( new StylesProcessor() ); + viewDocument = view.document; + observer = view.addObserver( TouchObserver ); + } ); + + afterEach( () => { + view.destroy(); + } ); + + it( 'should define domEventType', () => { + expect( observer.domEventType ).to.deep.equal( [ 'touchstart', 'touchend', 'touchmove' ] ); + } ); + + describe( 'onDomEvent', () => { + it( 'should fire touchstart with the right event data', () => { + const spy = sinon.spy(); + + viewDocument.on( 'touchstart', spy ); + + observer.onDomEvent( { type: 'touchstart', target: document.body } ); + + expect( spy.calledOnce ).to.be.true; + + const data = spy.args[ 0 ][ 1 ]; + expect( data.domTarget ).to.equal( document.body ); + } ); + + it( 'should fire touchend with the right event data', () => { + const spy = sinon.spy(); + + viewDocument.on( 'touchend', spy ); + + observer.onDomEvent( { type: 'touchend', target: document.body } ); + + expect( spy.calledOnce ).to.be.true; + + const data = spy.args[ 0 ][ 1 ]; + expect( data.domTarget ).to.equal( document.body ); + } ); + + it( 'should fire touchmove with the right event data', () => { + const spy = sinon.spy(); + + viewDocument.on( 'touchmove', spy ); + + observer.onDomEvent( { type: 'touchmove', target: document.body } ); + + expect( spy.calledOnce ).to.be.true; + + const data = spy.args[ 0 ][ 1 ]; + expect( data.domTarget ).to.equal( document.body ); + } ); + } ); +} ); diff --git a/packages/ckeditor5-engine/tests/view/placeholder.js b/packages/ckeditor5-engine/tests/view/placeholder.js index bc51892832e..09967c718ce 100644 --- a/packages/ckeditor5-engine/tests/view/placeholder.js +++ b/packages/ckeditor5-engine/tests/view/placeholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ @@ -288,6 +288,8 @@ describe( 'placeholder', () => { isDirectHost: true } ); + view.forceRender(); + expect( viewRoot.getChild( 0 ).getAttribute( 'data-placeholder' ) ).to.equal( 'bar' ); expect( viewRoot.getChild( 0 ).isEmpty ).to.be.true; expect( viewRoot.getChild( 0 ).hasClass( 'ck-placeholder' ) ).to.be.true; diff --git a/packages/ckeditor5-engine/tests/view/position.js b/packages/ckeditor5-engine/tests/view/position.js index d2f5e05716c..1d25a74c3fa 100644 --- a/packages/ckeditor5-engine/tests/view/position.js +++ b/packages/ckeditor5-engine/tests/view/position.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Position from '../../src/view/position.js'; diff --git a/packages/ckeditor5-engine/tests/view/range.js b/packages/ckeditor5-engine/tests/view/range.js index c6290de144c..9f91838c261 100644 --- a/packages/ckeditor5-engine/tests/view/range.js +++ b/packages/ckeditor5-engine/tests/view/range.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Range from '../../src/view/range.js'; diff --git a/packages/ckeditor5-engine/tests/view/rawelement.js b/packages/ckeditor5-engine/tests/view/rawelement.js index b68ab36642a..bdcd42ac064 100644 --- a/packages/ckeditor5-engine/tests/view/rawelement.js +++ b/packages/ckeditor5-engine/tests/view/rawelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import RawElement from '../../src/view/rawelement.js'; diff --git a/packages/ckeditor5-engine/tests/view/renderer.js b/packages/ckeditor5-engine/tests/view/renderer.js index d172b94545b..07bbb681a37 100644 --- a/packages/ckeditor5-engine/tests/view/renderer.js +++ b/packages/ckeditor5-engine/tests/view/renderer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, NodeFilter, MutationObserver, HTMLImageElement, console */ diff --git a/packages/ckeditor5-engine/tests/view/rooteditableelement.js b/packages/ckeditor5-engine/tests/view/rooteditableelement.js index 077656d8f1c..a378a662170 100644 --- a/packages/ckeditor5-engine/tests/view/rooteditableelement.js +++ b/packages/ckeditor5-engine/tests/view/rooteditableelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ContainerElement from '../../src/view/containerelement.js'; diff --git a/packages/ckeditor5-engine/tests/view/selection.js b/packages/ckeditor5-engine/tests/view/selection.js index 15db19ac723..b51c9d91657 100644 --- a/packages/ckeditor5-engine/tests/view/selection.js +++ b/packages/ckeditor5-engine/tests/view/selection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Selection from '../../src/view/selection.js'; diff --git a/packages/ckeditor5-engine/tests/view/styles/background.js b/packages/ckeditor5-engine/tests/view/styles/background.js index 497c732f63f..9924868c6e3 100644 --- a/packages/ckeditor5-engine/tests/view/styles/background.js +++ b/packages/ckeditor5-engine/tests/view/styles/background.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import StylesMap, { StylesProcessor } from '../../../src/view/stylesmap.js'; diff --git a/packages/ckeditor5-engine/tests/view/styles/border.js b/packages/ckeditor5-engine/tests/view/styles/border.js index 2ec8c92f38b..fb4a4fc97e2 100644 --- a/packages/ckeditor5-engine/tests/view/styles/border.js +++ b/packages/ckeditor5-engine/tests/view/styles/border.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import StylesMap, { StylesProcessor } from '../../../src/view/stylesmap.js'; diff --git a/packages/ckeditor5-engine/tests/view/styles/margin.js b/packages/ckeditor5-engine/tests/view/styles/margin.js index e60d70de371..d4ec0a97079 100644 --- a/packages/ckeditor5-engine/tests/view/styles/margin.js +++ b/packages/ckeditor5-engine/tests/view/styles/margin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import StylesMap, { StylesProcessor } from '../../../src/view/stylesmap.js'; diff --git a/packages/ckeditor5-engine/tests/view/styles/padding.js b/packages/ckeditor5-engine/tests/view/styles/padding.js index bb5dcd4bf47..6e3a9d418de 100644 --- a/packages/ckeditor5-engine/tests/view/styles/padding.js +++ b/packages/ckeditor5-engine/tests/view/styles/padding.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import StylesMap, { StylesProcessor } from '../../../src/view/stylesmap.js'; diff --git a/packages/ckeditor5-engine/tests/view/styles/utils.js b/packages/ckeditor5-engine/tests/view/styles/utils.js index 901cc6fb20d..59efb1aa207 100644 --- a/packages/ckeditor5-engine/tests/view/styles/utils.js +++ b/packages/ckeditor5-engine/tests/view/styles/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-engine/tests/view/stylesmap.js b/packages/ckeditor5-engine/tests/view/stylesmap.js index 38580449f31..ed75e76306a 100644 --- a/packages/ckeditor5-engine/tests/view/stylesmap.js +++ b/packages/ckeditor5-engine/tests/view/stylesmap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import StylesMap, { StylesProcessor } from '../../src/view/stylesmap.js'; diff --git a/packages/ckeditor5-engine/tests/view/text.js b/packages/ckeditor5-engine/tests/view/text.js index c9ca66a7c42..02f2c08f750 100644 --- a/packages/ckeditor5-engine/tests/view/text.js +++ b/packages/ckeditor5-engine/tests/view/text.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Node from '../../src/view/node.js'; diff --git a/packages/ckeditor5-engine/tests/view/textproxy.js b/packages/ckeditor5-engine/tests/view/textproxy.js index 605463b1820..fbde4d5ea21 100644 --- a/packages/ckeditor5-engine/tests/view/textproxy.js +++ b/packages/ckeditor5-engine/tests/view/textproxy.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import TextProxy from '../../src/view/textproxy.js'; diff --git a/packages/ckeditor5-engine/tests/view/treewalker.js b/packages/ckeditor5-engine/tests/view/treewalker.js index 1687ae9dc19..eea7728a348 100644 --- a/packages/ckeditor5-engine/tests/view/treewalker.js +++ b/packages/ckeditor5-engine/tests/view/treewalker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Document from '../../src/view/document.js'; diff --git a/packages/ckeditor5-engine/tests/view/uielement.js b/packages/ckeditor5-engine/tests/view/uielement.js index 1ab47e42545..cf3afafd9a2 100644 --- a/packages/ckeditor5-engine/tests/view/uielement.js +++ b/packages/ckeditor5-engine/tests/view/uielement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, HTMLElement */ diff --git a/packages/ckeditor5-engine/tests/view/upcastwriter.js b/packages/ckeditor5-engine/tests/view/upcastwriter.js index 33e23b20e92..9d6cbe252d1 100644 --- a/packages/ckeditor5-engine/tests/view/upcastwriter.js +++ b/packages/ckeditor5-engine/tests/view/upcastwriter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DocumentFragment from '../../src/view/documentfragment.js'; diff --git a/packages/ckeditor5-engine/tests/view/utils-tests/createdocumentmock.js b/packages/ckeditor5-engine/tests/view/utils-tests/createdocumentmock.js index c43a5bb6726..0d46eb1dacd 100644 --- a/packages/ckeditor5-engine/tests/view/utils-tests/createdocumentmock.js +++ b/packages/ckeditor5-engine/tests/view/utils-tests/createdocumentmock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import createDocumentMock from '../../../tests/view/_utils/createdocumentmock.js'; diff --git a/packages/ckeditor5-engine/tests/view/utils-tests/createroot.js b/packages/ckeditor5-engine/tests/view/utils-tests/createroot.js index 5dd954939fa..f2357048d4c 100644 --- a/packages/ckeditor5-engine/tests/view/utils-tests/createroot.js +++ b/packages/ckeditor5-engine/tests/view/utils-tests/createroot.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Document from '../../../src/view/document.js'; diff --git a/packages/ckeditor5-engine/tests/view/view/jumpoverinlinefiller.js b/packages/ckeditor5-engine/tests/view/view/jumpoverinlinefiller.js index cacb6fd15c8..40a6efcfc7c 100644 --- a/packages/ckeditor5-engine/tests/view/view/jumpoverinlinefiller.js +++ b/packages/ckeditor5-engine/tests/view/view/jumpoverinlinefiller.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/view/jumpoveruielement.js b/packages/ckeditor5-engine/tests/view/view/jumpoveruielement.js index b565cd462f1..c9112895f38 100644 --- a/packages/ckeditor5-engine/tests/view/view/jumpoveruielement.js +++ b/packages/ckeditor5-engine/tests/view/view/jumpoveruielement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-engine/tests/view/view/view.js b/packages/ckeditor5-engine/tests/view/view/view.js index 02f68f65625..784de03c056 100644 --- a/packages/ckeditor5-engine/tests/view/view/view.js +++ b/packages/ckeditor5-engine/tests/view/view/view.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console, setTimeout, FocusEvent */ diff --git a/packages/ckeditor5-engine/theme/placeholder.css b/packages/ckeditor5-engine/theme/placeholder.css index 6f23779fb1e..e66840af161 100644 --- a/packages/ckeditor5-engine/theme/placeholder.css +++ b/packages/ckeditor5-engine/theme/placeholder.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* See ckeditor/ckeditor5#936. */ diff --git a/packages/ckeditor5-engine/theme/renderer.css b/packages/ckeditor5-engine/theme/renderer.css index 1c348b4217d..9c2ee8a1d71 100644 --- a/packages/ckeditor5-engine/theme/renderer.css +++ b/packages/ckeditor5-engine/theme/renderer.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* Elements marked by the Renderer as hidden should be invisible in the editor. */ diff --git a/packages/ckeditor5-enter/src/augmentation.ts b/packages/ckeditor5-enter/src/augmentation.ts index c9d25ba35f6..03986047727 100644 --- a/packages/ckeditor5-enter/src/augmentation.ts +++ b/packages/ckeditor5-enter/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-enter/src/enter.ts b/packages/ckeditor5-enter/src/enter.ts index b890d08ea4e..b33f26c962c 100644 --- a/packages/ckeditor5-enter/src/enter.ts +++ b/packages/ckeditor5-enter/src/enter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/src/entercommand.ts b/packages/ckeditor5-enter/src/entercommand.ts index d6b47c952cf..efb341d535a 100644 --- a/packages/ckeditor5-enter/src/entercommand.ts +++ b/packages/ckeditor5-enter/src/entercommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/src/enterobserver.ts b/packages/ckeditor5-enter/src/enterobserver.ts index 26059b67402..f6aee35cb87 100644 --- a/packages/ckeditor5-enter/src/enterobserver.ts +++ b/packages/ckeditor5-enter/src/enterobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/src/index.ts b/packages/ckeditor5-enter/src/index.ts index d713e443344..208bcda19f6 100644 --- a/packages/ckeditor5-enter/src/index.ts +++ b/packages/ckeditor5-enter/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/src/shiftenter.ts b/packages/ckeditor5-enter/src/shiftenter.ts index 4dd8f17f2d5..69bbbd5226f 100644 --- a/packages/ckeditor5-enter/src/shiftenter.ts +++ b/packages/ckeditor5-enter/src/shiftenter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/src/shiftentercommand.ts b/packages/ckeditor5-enter/src/shiftentercommand.ts index 0d3de558d3f..685f8505789 100644 --- a/packages/ckeditor5-enter/src/shiftentercommand.ts +++ b/packages/ckeditor5-enter/src/shiftentercommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/src/utils.ts b/packages/ckeditor5-enter/src/utils.ts index da82d7c4da3..9889fe4d803 100644 --- a/packages/ckeditor5-enter/src/utils.ts +++ b/packages/ckeditor5-enter/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-enter/tests/enter.js b/packages/ckeditor5-enter/tests/enter.js index 7452b5ad26d..2df9dd9cc1a 100644 --- a/packages/ckeditor5-enter/tests/enter.js +++ b/packages/ckeditor5-enter/tests/enter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-enter/tests/entercommand.js b/packages/ckeditor5-enter/tests/entercommand.js index 54130862074..f04dee03926 100644 --- a/packages/ckeditor5-enter/tests/entercommand.js +++ b/packages/ckeditor5-enter/tests/entercommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-enter/tests/enterobserver.js b/packages/ckeditor5-enter/tests/enterobserver.js index cddea4c03c0..9030fef9f07 100644 --- a/packages/ckeditor5-enter/tests/enterobserver.js +++ b/packages/ckeditor5-enter/tests/enterobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-enter/tests/manual/enter.js b/packages/ckeditor5-enter/tests/manual/enter.js index 45fb15d96eb..922550b98da 100644 --- a/packages/ckeditor5-enter/tests/manual/enter.js +++ b/packages/ckeditor5-enter/tests/manual/enter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-enter/tests/shiftenter-integration.js b/packages/ckeditor5-enter/tests/shiftenter-integration.js index f714ddec51d..12db5690de2 100644 --- a/packages/ckeditor5-enter/tests/shiftenter-integration.js +++ b/packages/ckeditor5-enter/tests/shiftenter-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-enter/tests/shiftenter.js b/packages/ckeditor5-enter/tests/shiftenter.js index b35eb7189fc..0685cbe6d36 100644 --- a/packages/ckeditor5-enter/tests/shiftenter.js +++ b/packages/ckeditor5-enter/tests/shiftenter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-enter/tests/shiftentercommand.js b/packages/ckeditor5-enter/tests/shiftentercommand.js index 4e6a3ecf262..0ade139aeae 100644 --- a/packages/ckeditor5-enter/tests/shiftentercommand.js +++ b/packages/ckeditor5-enter/tests/shiftentercommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-enter/tests/utils.js b/packages/ckeditor5-enter/tests/utils.js index cdb3820d546..3ce22fc0380 100644 --- a/packages/ckeditor5-enter/tests/utils.js +++ b/packages/ckeditor5-enter/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { getCopyOnEnterAttributes } from '../src/utils.js'; diff --git a/packages/ckeditor5-essentials/src/augmentation.ts b/packages/ckeditor5-essentials/src/augmentation.ts index 36d5af78980..5c10c049722 100644 --- a/packages/ckeditor5-essentials/src/augmentation.ts +++ b/packages/ckeditor5-essentials/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { Essentials } from './index.js'; diff --git a/packages/ckeditor5-essentials/src/essentials.ts b/packages/ckeditor5-essentials/src/essentials.ts index c42205a7637..aab1100fcb6 100644 --- a/packages/ckeditor5-essentials/src/essentials.ts +++ b/packages/ckeditor5-essentials/src/essentials.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-essentials/src/index.ts b/packages/ckeditor5-essentials/src/index.ts index 48b77327f03..09a94618bd2 100644 --- a/packages/ckeditor5-essentials/src/index.ts +++ b/packages/ckeditor5-essentials/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-essentials/tests/essentials.js b/packages/ckeditor5-essentials/tests/essentials.js index 851958664fe..f6b6e8467ba 100644 --- a/packages/ckeditor5-essentials/tests/essentials.js +++ b/packages/ckeditor5-essentials/tests/essentials.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-essentials/tests/manual/essentials.js b/packages/ckeditor5-essentials/tests/manual/essentials.js index eb4b81da52c..23e9c9ba75a 100644 --- a/packages/ckeditor5-essentials/tests/manual/essentials.js +++ b/packages/ckeditor5-essentials/tests/manual/essentials.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-essentials/webpack.config.js b/packages/ckeditor5-essentials/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-essentials/webpack.config.js +++ b/packages/ckeditor5-essentials/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-find-and-replace/docs/_snippets/features/build-find-and-replace-source.js b/packages/ckeditor5-find-and-replace/docs/_snippets/features/build-find-and-replace-source.js index b84ad06847d..11dca67c147 100644 --- a/packages/ckeditor5-find-and-replace/docs/_snippets/features/build-find-and-replace-source.js +++ b/packages/ckeditor5-find-and-replace/docs/_snippets/features/build-find-and-replace-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace-dropdown.js b/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace-dropdown.js index 9a84e8e3cf1..264652975b0 100644 --- a/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace-dropdown.js +++ b/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace-dropdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace.js b/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace.js index 3f57fec1067..8840c04e66a 100644 --- a/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace.js +++ b/packages/ckeditor5-find-and-replace/docs/_snippets/features/find-and-replace.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-find-and-replace/src/augmentation.ts b/packages/ckeditor5-find-and-replace/src/augmentation.ts index b2ce43bf826..484dacdf914 100644 --- a/packages/ckeditor5-find-and-replace/src/augmentation.ts +++ b/packages/ckeditor5-find-and-replace/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-find-and-replace/src/findandreplace.ts b/packages/ckeditor5-find-and-replace/src/findandreplace.ts index fe95e5c950f..87dcb8801a1 100644 --- a/packages/ckeditor5-find-and-replace/src/findandreplace.ts +++ b/packages/ckeditor5-find-and-replace/src/findandreplace.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findandreplaceconfig.ts b/packages/ckeditor5-find-and-replace/src/findandreplaceconfig.ts index 36f1e231777..7aefa8ad00a 100644 --- a/packages/ckeditor5-find-and-replace/src/findandreplaceconfig.ts +++ b/packages/ckeditor5-find-and-replace/src/findandreplaceconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findandreplaceediting.ts b/packages/ckeditor5-find-and-replace/src/findandreplaceediting.ts index c16dff96538..dd1dd859215 100644 --- a/packages/ckeditor5-find-and-replace/src/findandreplaceediting.ts +++ b/packages/ckeditor5-find-and-replace/src/findandreplaceediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findandreplacestate.ts b/packages/ckeditor5-find-and-replace/src/findandreplacestate.ts index 00f5005f035..4ddf1ed611f 100644 --- a/packages/ckeditor5-find-and-replace/src/findandreplacestate.ts +++ b/packages/ckeditor5-find-and-replace/src/findandreplacestate.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findandreplaceui.ts b/packages/ckeditor5-find-and-replace/src/findandreplaceui.ts index d5c2691b83b..1f2a40535d1 100644 --- a/packages/ckeditor5-find-and-replace/src/findandreplaceui.ts +++ b/packages/ckeditor5-find-and-replace/src/findandreplaceui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findandreplaceutils.ts b/packages/ckeditor5-find-and-replace/src/findandreplaceutils.ts index 9f1f4d7bbfb..1cd38a59ba3 100644 --- a/packages/ckeditor5-find-and-replace/src/findandreplaceutils.ts +++ b/packages/ckeditor5-find-and-replace/src/findandreplaceutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findcommand.ts b/packages/ckeditor5-find-and-replace/src/findcommand.ts index 0d9b71b08ae..4226c7788eb 100644 --- a/packages/ckeditor5-find-and-replace/src/findcommand.ts +++ b/packages/ckeditor5-find-and-replace/src/findcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findnextcommand.ts b/packages/ckeditor5-find-and-replace/src/findnextcommand.ts index c7a7e51d177..153cb230a2f 100644 --- a/packages/ckeditor5-find-and-replace/src/findnextcommand.ts +++ b/packages/ckeditor5-find-and-replace/src/findnextcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/findpreviouscommand.ts b/packages/ckeditor5-find-and-replace/src/findpreviouscommand.ts index daf02bc3a1a..02b39c10349 100644 --- a/packages/ckeditor5-find-and-replace/src/findpreviouscommand.ts +++ b/packages/ckeditor5-find-and-replace/src/findpreviouscommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/index.ts b/packages/ckeditor5-find-and-replace/src/index.ts index 10b888392a8..98c5b931480 100644 --- a/packages/ckeditor5-find-and-replace/src/index.ts +++ b/packages/ckeditor5-find-and-replace/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/replaceallcommand.ts b/packages/ckeditor5-find-and-replace/src/replaceallcommand.ts index 7c2f7a52461..52701568b28 100644 --- a/packages/ckeditor5-find-and-replace/src/replaceallcommand.ts +++ b/packages/ckeditor5-find-and-replace/src/replaceallcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/replacecommand.ts b/packages/ckeditor5-find-and-replace/src/replacecommand.ts index 2b69ee592f0..06c17557b8d 100644 --- a/packages/ckeditor5-find-and-replace/src/replacecommand.ts +++ b/packages/ckeditor5-find-and-replace/src/replacecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/replacecommandbase.ts b/packages/ckeditor5-find-and-replace/src/replacecommandbase.ts index c4489721d5e..ed4e4b87caf 100644 --- a/packages/ckeditor5-find-and-replace/src/replacecommandbase.ts +++ b/packages/ckeditor5-find-and-replace/src/replacecommandbase.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/src/ui/findandreplaceformview.ts b/packages/ckeditor5-find-and-replace/src/ui/findandreplaceformview.ts index 99c6628078d..97d30afb83e 100644 --- a/packages/ckeditor5-find-and-replace/src/ui/findandreplaceformview.ts +++ b/packages/ckeditor5-find-and-replace/src/ui/findandreplaceformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-find-and-replace/tests/findandreplace.js b/packages/ckeditor5-find-and-replace/tests/findandreplace.js index 97b23ecc792..bad3c611bff 100644 --- a/packages/ckeditor5-find-and-replace/tests/findandreplace.js +++ b/packages/ckeditor5-find-and-replace/tests/findandreplace.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-find-and-replace/tests/findandreplaceediting.js b/packages/ckeditor5-find-and-replace/tests/findandreplaceediting.js index 5612e7af03a..1825d281e31 100644 --- a/packages/ckeditor5-find-and-replace/tests/findandreplaceediting.js +++ b/packages/ckeditor5-find-and-replace/tests/findandreplaceediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FindAndReplaceEditing from '../src/findandreplaceediting.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/findandreplacestate.js b/packages/ckeditor5-find-and-replace/tests/findandreplacestate.js index dac07f77c95..1810f0fcf42 100644 --- a/packages/ckeditor5-find-and-replace/tests/findandreplacestate.js +++ b/packages/ckeditor5-find-and-replace/tests/findandreplacestate.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DecoupledEditor from '@ckeditor/ckeditor5-editor-decoupled/src/decouplededitor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/findandreplaceui.js b/packages/ckeditor5-find-and-replace/tests/findandreplaceui.js index 1bd23b4fc5f..af6c985d4c8 100644 --- a/packages/ckeditor5-find-and-replace/tests/findandreplaceui.js +++ b/packages/ckeditor5-find-and-replace/tests/findandreplaceui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/findandreplaceutils.js b/packages/ckeditor5-find-and-replace/tests/findandreplaceutils.js index aaf4daec840..d3734f9f977 100644 --- a/packages/ckeditor5-find-and-replace/tests/findandreplaceutils.js +++ b/packages/ckeditor5-find-and-replace/tests/findandreplaceutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-find-and-replace/tests/findcommand.js b/packages/ckeditor5-find-and-replace/tests/findcommand.js index 8fc41879b45..2b75c7aaac5 100644 --- a/packages/ckeditor5-find-and-replace/tests/findcommand.js +++ b/packages/ckeditor5-find-and-replace/tests/findcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/findnextcommand.js b/packages/ckeditor5-find-and-replace/tests/findnextcommand.js index b071b171ef5..b003908beca 100644 --- a/packages/ckeditor5-find-and-replace/tests/findnextcommand.js +++ b/packages/ckeditor5-find-and-replace/tests/findnextcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/findpreviouscommand.js b/packages/ckeditor5-find-and-replace/tests/findpreviouscommand.js index 986af476ecd..fc7f2591109 100644 --- a/packages/ckeditor5-find-and-replace/tests/findpreviouscommand.js +++ b/packages/ckeditor5-find-and-replace/tests/findpreviouscommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/manual/findandreplace.js b/packages/ckeditor5-find-and-replace/tests/manual/findandreplace.js index cde7a3f26e2..36ed1b3b1fb 100644 --- a/packages/ckeditor5-find-and-replace/tests/manual/findandreplace.js +++ b/packages/ckeditor5-find-and-replace/tests/manual/findandreplace.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-find-and-replace/tests/manual/multiroot.js b/packages/ckeditor5-find-and-replace/tests/manual/multiroot.js index 8d84820fc2e..64a05a68a34 100644 --- a/packages/ckeditor5-find-and-replace/tests/manual/multiroot.js +++ b/packages/ckeditor5-find-and-replace/tests/manual/multiroot.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-find-and-replace/tests/manual/scrolling.js b/packages/ckeditor5-find-and-replace/tests/manual/scrolling.js index c6656d0f774..70c953f86fe 100644 --- a/packages/ckeditor5-find-and-replace/tests/manual/scrolling.js +++ b/packages/ckeditor5-find-and-replace/tests/manual/scrolling.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-find-and-replace/tests/replaceallcommand.js b/packages/ckeditor5-find-and-replace/tests/replaceallcommand.js index 08e0bcda0c4..80c0bd8dd47 100644 --- a/packages/ckeditor5-find-and-replace/tests/replaceallcommand.js +++ b/packages/ckeditor5-find-and-replace/tests/replaceallcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/replacecommand.js b/packages/ckeditor5-find-and-replace/tests/replacecommand.js index 500cafaf092..9b772caacb3 100644 --- a/packages/ckeditor5-find-and-replace/tests/replacecommand.js +++ b/packages/ckeditor5-find-and-replace/tests/replacecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-find-and-replace/tests/ui/findandreplaceformview.js b/packages/ckeditor5-find-and-replace/tests/ui/findandreplaceformview.js index ce8984a94de..8eb1b96bbfc 100644 --- a/packages/ckeditor5-find-and-replace/tests/ui/findandreplaceformview.js +++ b/packages/ckeditor5-find-and-replace/tests/ui/findandreplaceformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, Event */ diff --git a/packages/ckeditor5-find-and-replace/theme/findandreplace.css b/packages/ckeditor5-find-and-replace/theme/findandreplace.css index 070cac79edc..67284af05ee 100644 --- a/packages/ckeditor5-find-and-replace/theme/findandreplace.css +++ b/packages/ckeditor5-find-and-replace/theme/findandreplace.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-find-result { diff --git a/packages/ckeditor5-find-and-replace/theme/findandreplaceform.css b/packages/ckeditor5-find-and-replace/theme/findandreplaceform.css index 8d4126d7b05..cb746e7bdb2 100644 --- a/packages/ckeditor5-find-and-replace/theme/findandreplaceform.css +++ b/packages/ckeditor5-find-and-replace/theme/findandreplaceform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-find-and-replace-form { diff --git a/packages/ckeditor5-find-and-replace/webpack.config.js b/packages/ckeditor5-find-and-replace/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-find-and-replace/webpack.config.js +++ b/packages/ckeditor5-find-and-replace/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-font/docs/_snippets/features/build-font-source.js b/packages/ckeditor5-font/docs/_snippets/features/build-font-source.js index a5e023155bb..4ca7a97e009 100644 --- a/packages/ckeditor5-font/docs/_snippets/features/build-font-source.js +++ b/packages/ckeditor5-font/docs/_snippets/features/build-font-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-font/docs/_snippets/features/custom-font-color-and-background-color-options.js b/packages/ckeditor5-font/docs/_snippets/features/custom-font-color-and-background-color-options.js index 122d22a4cac..2190493ca72 100644 --- a/packages/ckeditor5-font/docs/_snippets/features/custom-font-color-and-background-color-options.js +++ b/packages/ckeditor5-font/docs/_snippets/features/custom-font-color-and-background-color-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js'; diff --git a/packages/ckeditor5-font/docs/_snippets/features/custom-font-family-options.js b/packages/ckeditor5-font/docs/_snippets/features/custom-font-family-options.js index 0f33ddcf92c..d2204f22770 100644 --- a/packages/ckeditor5-font/docs/_snippets/features/custom-font-family-options.js +++ b/packages/ckeditor5-font/docs/_snippets/features/custom-font-family-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js'; diff --git a/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-named-options.js b/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-named-options.js index 5a939a38c76..744518e5287 100644 --- a/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-named-options.js +++ b/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-named-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-numeric-options.js b/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-numeric-options.js index 87c20889257..e3144f9d37b 100644 --- a/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-numeric-options.js +++ b/packages/ckeditor5-font/docs/_snippets/features/custom-font-size-numeric-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-font/docs/_snippets/features/font.js b/packages/ckeditor5-font/docs/_snippets/features/font.js index 0e12d9a218f..6a1b581a3cc 100644 --- a/packages/ckeditor5-font/docs/_snippets/features/font.js +++ b/packages/ckeditor5-font/docs/_snippets/features/font.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-font/src/augmentation.ts b/packages/ckeditor5-font/src/augmentation.ts index 6644f0bafd9..1bb761aff43 100644 --- a/packages/ckeditor5-font/src/augmentation.ts +++ b/packages/ckeditor5-font/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-font/src/font.ts b/packages/ckeditor5-font/src/font.ts index fce8edbab44..5560f092372 100644 --- a/packages/ckeditor5-font/src/font.ts +++ b/packages/ckeditor5-font/src/font.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontbackgroundcolor.ts b/packages/ckeditor5-font/src/fontbackgroundcolor.ts index 26f2a893d8c..3ec96b60f02 100644 --- a/packages/ckeditor5-font/src/fontbackgroundcolor.ts +++ b/packages/ckeditor5-font/src/fontbackgroundcolor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.ts b/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.ts index 6e0d5bb61aa..5d2212593aa 100644 --- a/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.ts +++ b/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.ts b/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.ts index e0c98430d3b..7cc8ad79b42 100644 --- a/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.ts +++ b/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.ts b/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.ts index c13c6a69fad..10f6a14ce5f 100644 --- a/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.ts +++ b/packages/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontcolor.ts b/packages/ckeditor5-font/src/fontcolor.ts index 32ed25b51b3..e994f7762a6 100644 --- a/packages/ckeditor5-font/src/fontcolor.ts +++ b/packages/ckeditor5-font/src/fontcolor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontcolor/fontcolorcommand.ts b/packages/ckeditor5-font/src/fontcolor/fontcolorcommand.ts index 02c84b4db6d..2feb905728a 100644 --- a/packages/ckeditor5-font/src/fontcolor/fontcolorcommand.ts +++ b/packages/ckeditor5-font/src/fontcolor/fontcolorcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontcolor/fontcolorediting.ts b/packages/ckeditor5-font/src/fontcolor/fontcolorediting.ts index 028d8694ee6..7ddb3329db6 100644 --- a/packages/ckeditor5-font/src/fontcolor/fontcolorediting.ts +++ b/packages/ckeditor5-font/src/fontcolor/fontcolorediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontcolor/fontcolorui.ts b/packages/ckeditor5-font/src/fontcolor/fontcolorui.ts index a975f920f8c..b6b610fe8aa 100644 --- a/packages/ckeditor5-font/src/fontcolor/fontcolorui.ts +++ b/packages/ckeditor5-font/src/fontcolor/fontcolorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontcommand.ts b/packages/ckeditor5-font/src/fontcommand.ts index 0c3c4d1d409..fe0d73c6278 100644 --- a/packages/ckeditor5-font/src/fontcommand.ts +++ b/packages/ckeditor5-font/src/fontcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontconfig.ts b/packages/ckeditor5-font/src/fontconfig.ts index 4845cc01e52..c45bc566e78 100644 --- a/packages/ckeditor5-font/src/fontconfig.ts +++ b/packages/ckeditor5-font/src/fontconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontfamily.ts b/packages/ckeditor5-font/src/fontfamily.ts index 8910fb08668..5cdca6c6f82 100644 --- a/packages/ckeditor5-font/src/fontfamily.ts +++ b/packages/ckeditor5-font/src/fontfamily.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontfamily/fontfamilycommand.ts b/packages/ckeditor5-font/src/fontfamily/fontfamilycommand.ts index 3bc33db05be..f6699d395d9 100644 --- a/packages/ckeditor5-font/src/fontfamily/fontfamilycommand.ts +++ b/packages/ckeditor5-font/src/fontfamily/fontfamilycommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontfamily/fontfamilyediting.ts b/packages/ckeditor5-font/src/fontfamily/fontfamilyediting.ts index f814540762f..45a2b3a5d0d 100644 --- a/packages/ckeditor5-font/src/fontfamily/fontfamilyediting.ts +++ b/packages/ckeditor5-font/src/fontfamily/fontfamilyediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontfamily/fontfamilyui.ts b/packages/ckeditor5-font/src/fontfamily/fontfamilyui.ts index 5283fc0c651..64a23931e40 100644 --- a/packages/ckeditor5-font/src/fontfamily/fontfamilyui.ts +++ b/packages/ckeditor5-font/src/fontfamily/fontfamilyui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontfamily/utils.ts b/packages/ckeditor5-font/src/fontfamily/utils.ts index 29d2daad209..088d69e4294 100644 --- a/packages/ckeditor5-font/src/fontfamily/utils.ts +++ b/packages/ckeditor5-font/src/fontfamily/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { FontFamilyOption } from '../fontconfig.js'; diff --git a/packages/ckeditor5-font/src/fontsize.ts b/packages/ckeditor5-font/src/fontsize.ts index 731bc561b88..ececfc77f71 100644 --- a/packages/ckeditor5-font/src/fontsize.ts +++ b/packages/ckeditor5-font/src/fontsize.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontsize/fontsizecommand.ts b/packages/ckeditor5-font/src/fontsize/fontsizecommand.ts index c89640bcea5..c45fbd60109 100644 --- a/packages/ckeditor5-font/src/fontsize/fontsizecommand.ts +++ b/packages/ckeditor5-font/src/fontsize/fontsizecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontsize/fontsizeediting.ts b/packages/ckeditor5-font/src/fontsize/fontsizeediting.ts index 078d77af8f9..74fb2216b93 100644 --- a/packages/ckeditor5-font/src/fontsize/fontsizeediting.ts +++ b/packages/ckeditor5-font/src/fontsize/fontsizeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontsize/fontsizeui.ts b/packages/ckeditor5-font/src/fontsize/fontsizeui.ts index 8b65633c13a..2f1e0069451 100644 --- a/packages/ckeditor5-font/src/fontsize/fontsizeui.ts +++ b/packages/ckeditor5-font/src/fontsize/fontsizeui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/fontsize/utils.ts b/packages/ckeditor5-font/src/fontsize/utils.ts index c0d2aadfffd..e545b495ae6 100644 --- a/packages/ckeditor5-font/src/fontsize/utils.ts +++ b/packages/ckeditor5-font/src/fontsize/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/index.ts b/packages/ckeditor5-font/src/index.ts index bb7957bf8eb..1624afd9097 100644 --- a/packages/ckeditor5-font/src/index.ts +++ b/packages/ckeditor5-font/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/ui/colorui.ts b/packages/ckeditor5-font/src/ui/colorui.ts index 0a3116eff0d..77dcc147c5d 100644 --- a/packages/ckeditor5-font/src/ui/colorui.ts +++ b/packages/ckeditor5-font/src/ui/colorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/src/utils.ts b/packages/ckeditor5-font/src/utils.ts index 6601aa8fff9..085c8268ba0 100644 --- a/packages/ckeditor5-font/src/utils.ts +++ b/packages/ckeditor5-font/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-font/tests/_utils/testcolorplugin.js b/packages/ckeditor5-font/tests/_utils/testcolorplugin.js index 2d47b58fa9e..bfb2a826e25 100644 --- a/packages/ckeditor5-font/tests/_utils/testcolorplugin.js +++ b/packages/ckeditor5-font/tests/_utils/testcolorplugin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ColorUI from './../../src/ui/colorui.js'; diff --git a/packages/ckeditor5-font/tests/font.js b/packages/ckeditor5-font/tests/font.js index e359d447392..708b364cc0e 100644 --- a/packages/ckeditor5-font/tests/font.js +++ b/packages/ckeditor5-font/tests/font.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Font from './../src/font.js'; diff --git a/packages/ckeditor5-font/tests/fontbackgroundcolor.js b/packages/ckeditor5-font/tests/fontbackgroundcolor.js index 66bf5098e9a..1cf05d07e5c 100644 --- a/packages/ckeditor5-font/tests/fontbackgroundcolor.js +++ b/packages/ckeditor5-font/tests/fontbackgroundcolor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontBackgroundColor from './../src/fontbackgroundcolor.js'; diff --git a/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorcommand.js b/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorcommand.js index 3af86ff1f11..2a2d58928a9 100644 --- a/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorcommand.js +++ b/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontBackgroundColorCommand from '../../src/fontbackgroundcolor/fontbackgroundcolorcommand.js'; diff --git a/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcoloreditng.js b/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcoloreditng.js index afe1c155ec7..98bb25ac46b 100644 --- a/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcoloreditng.js +++ b/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcoloreditng.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontBackgroundColorEditing from './../../src/fontbackgroundcolor/fontbackgroundcolorediting.js'; diff --git a/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorui.js b/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorui.js index 13f5502b689..6e733b73874 100644 --- a/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorui.js +++ b/packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcolorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-font/tests/fontcolor.js b/packages/ckeditor5-font/tests/fontcolor.js index 16ce4d6ec91..2918ada3ed0 100644 --- a/packages/ckeditor5-font/tests/fontcolor.js +++ b/packages/ckeditor5-font/tests/fontcolor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontColor from './../src/fontcolor.js'; diff --git a/packages/ckeditor5-font/tests/fontcolor/fontcolorcommand.js b/packages/ckeditor5-font/tests/fontcolor/fontcolorcommand.js index 2edb7d0e2fb..186a00ab0ab 100644 --- a/packages/ckeditor5-font/tests/fontcolor/fontcolorcommand.js +++ b/packages/ckeditor5-font/tests/fontcolor/fontcolorcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontColorCommand from '../../src/fontcolor/fontcolorcommand.js'; diff --git a/packages/ckeditor5-font/tests/fontcolor/fontcolorediting.js b/packages/ckeditor5-font/tests/fontcolor/fontcolorediting.js index 23f0ec0cb73..debc14beb6c 100644 --- a/packages/ckeditor5-font/tests/fontcolor/fontcolorediting.js +++ b/packages/ckeditor5-font/tests/fontcolor/fontcolorediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontColorEditing from './../../src/fontcolor/fontcolorediting.js'; diff --git a/packages/ckeditor5-font/tests/fontcolor/fontcolorui.js b/packages/ckeditor5-font/tests/fontcolor/fontcolorui.js index db3f08c3444..0217fb69bba 100644 --- a/packages/ckeditor5-font/tests/fontcolor/fontcolorui.js +++ b/packages/ckeditor5-font/tests/fontcolor/fontcolorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-font/tests/fontcommand.js b/packages/ckeditor5-font/tests/fontcommand.js index 49f3e72b474..24c769d1139 100644 --- a/packages/ckeditor5-font/tests/fontcommand.js +++ b/packages/ckeditor5-font/tests/fontcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontCommand from '../src/fontcommand.js'; diff --git a/packages/ckeditor5-font/tests/fontfamily.js b/packages/ckeditor5-font/tests/fontfamily.js index 49a5ba4f5b5..ba2ac037739 100644 --- a/packages/ckeditor5-font/tests/fontfamily.js +++ b/packages/ckeditor5-font/tests/fontfamily.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontFamily from './../src/fontfamily.js'; diff --git a/packages/ckeditor5-font/tests/fontfamily/fontfamilycommand.js b/packages/ckeditor5-font/tests/fontfamily/fontfamilycommand.js index e9d146201c6..92404abda59 100644 --- a/packages/ckeditor5-font/tests/fontfamily/fontfamilycommand.js +++ b/packages/ckeditor5-font/tests/fontfamily/fontfamilycommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontFamilyCommand from '../../src/fontfamily/fontfamilycommand.js'; diff --git a/packages/ckeditor5-font/tests/fontfamily/fontfamilyediting.js b/packages/ckeditor5-font/tests/fontfamily/fontfamilyediting.js index 5cf63d9b169..f69d370be44 100644 --- a/packages/ckeditor5-font/tests/fontfamily/fontfamilyediting.js +++ b/packages/ckeditor5-font/tests/fontfamily/fontfamilyediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontFamilyEditing from './../../src/fontfamily/fontfamilyediting.js'; diff --git a/packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js b/packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js index e3e9531d1df..1f3d0316d0c 100644 --- a/packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js +++ b/packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-font/tests/fontfamily/utils.js b/packages/ckeditor5-font/tests/fontfamily/utils.js index 84544bd357e..9da08b03051 100644 --- a/packages/ckeditor5-font/tests/fontfamily/utils.js +++ b/packages/ckeditor5-font/tests/fontfamily/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { normalizeOptions } from '../../src/fontfamily/utils.js'; diff --git a/packages/ckeditor5-font/tests/fontsize.js b/packages/ckeditor5-font/tests/fontsize.js index b5ee799d793..905b5a77e85 100644 --- a/packages/ckeditor5-font/tests/fontsize.js +++ b/packages/ckeditor5-font/tests/fontsize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontSize from './../src/fontsize.js'; diff --git a/packages/ckeditor5-font/tests/fontsize/fontsizecommand.js b/packages/ckeditor5-font/tests/fontsize/fontsizecommand.js index 56896abe9dc..0c90667e84c 100644 --- a/packages/ckeditor5-font/tests/fontsize/fontsizecommand.js +++ b/packages/ckeditor5-font/tests/fontsize/fontsizecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontSizeCommand from '../../src/fontsize/fontsizecommand.js'; diff --git a/packages/ckeditor5-font/tests/fontsize/fontsizeediting.js b/packages/ckeditor5-font/tests/fontsize/fontsizeediting.js index 10cb99f2bda..43d5c76f94b 100644 --- a/packages/ckeditor5-font/tests/fontsize/fontsizeediting.js +++ b/packages/ckeditor5-font/tests/fontsize/fontsizeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FontSizeEditing from './../../src/fontsize/fontsizeediting.js'; diff --git a/packages/ckeditor5-font/tests/fontsize/fontsizeui.js b/packages/ckeditor5-font/tests/fontsize/fontsizeui.js index 2b3d1483052..621819a101c 100644 --- a/packages/ckeditor5-font/tests/fontsize/fontsizeui.js +++ b/packages/ckeditor5-font/tests/fontsize/fontsizeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-font/tests/fontsize/integration.js b/packages/ckeditor5-font/tests/fontsize/integration.js index 597714ee1a2..eabcd010ce8 100644 --- a/packages/ckeditor5-font/tests/fontsize/integration.js +++ b/packages/ckeditor5-font/tests/fontsize/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-font/tests/fontsize/utils.js b/packages/ckeditor5-font/tests/fontsize/utils.js index a5533e36704..05f6b188ef0 100644 --- a/packages/ckeditor5-font/tests/fontsize/utils.js +++ b/packages/ckeditor5-font/tests/fontsize/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { normalizeOptions } from '../../src/fontsize/utils.js'; diff --git a/packages/ckeditor5-font/tests/integration.js b/packages/ckeditor5-font/tests/integration.js index 05d0b344161..1002b8bbe8a 100644 --- a/packages/ckeditor5-font/tests/integration.js +++ b/packages/ckeditor5-font/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, CustomEvent */ diff --git a/packages/ckeditor5-font/tests/manual/font-color-picker.js b/packages/ckeditor5-font/tests/manual/font-color-picker.js index dd4d68583ef..6ee33fa55e9 100644 --- a/packages/ckeditor5-font/tests/manual/font-color-picker.js +++ b/packages/ckeditor5-font/tests/manual/font-color-picker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-font/tests/manual/font-color.js b/packages/ckeditor5-font/tests/manual/font-color.js index b5823f5a928..8805f4993b9 100644 --- a/packages/ckeditor5-font/tests/manual/font-color.js +++ b/packages/ckeditor5-font/tests/manual/font-color.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-font/tests/manual/font-family.js b/packages/ckeditor5-font/tests/manual/font-family.js index 188f7b02346..f7f6aba63de 100644 --- a/packages/ckeditor5-font/tests/manual/font-family.js +++ b/packages/ckeditor5-font/tests/manual/font-family.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-font/tests/manual/font-size-numeric.js b/packages/ckeditor5-font/tests/manual/font-size-numeric.js index f2f814549b6..f58d379dc02 100644 --- a/packages/ckeditor5-font/tests/manual/font-size-numeric.js +++ b/packages/ckeditor5-font/tests/manual/font-size-numeric.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-font/tests/manual/font-size-presets.js b/packages/ckeditor5-font/tests/manual/font-size-presets.js index a62823f5519..e4a274eb7dc 100644 --- a/packages/ckeditor5-font/tests/manual/font-size-presets.js +++ b/packages/ckeditor5-font/tests/manual/font-size-presets.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-font/tests/manual/tickets/15580/1.js b/packages/ckeditor5-font/tests/manual/tickets/15580/1.js index 43ba4cf7c0a..9a1e4c8a512 100644 --- a/packages/ckeditor5-font/tests/manual/tickets/15580/1.js +++ b/packages/ckeditor5-font/tests/manual/tickets/15580/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-font/tests/manual/tickets/8233/1.js b/packages/ckeditor5-font/tests/manual/tickets/8233/1.js index 99bda12842f..c3b6067973b 100644 --- a/packages/ckeditor5-font/tests/manual/tickets/8233/1.js +++ b/packages/ckeditor5-font/tests/manual/tickets/8233/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-font/tests/ui/colorselectorview.js b/packages/ckeditor5-font/tests/ui/colorselectorview.js index 39c43a3d9e9..4eb2a517f05 100644 --- a/packages/ckeditor5-font/tests/ui/colorselectorview.js +++ b/packages/ckeditor5-font/tests/ui/colorselectorview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-font/tests/ui/colorui.js b/packages/ckeditor5-font/tests/ui/colorui.js index 7a6546727df..de6c1e05b8d 100644 --- a/packages/ckeditor5-font/tests/ui/colorui.js +++ b/packages/ckeditor5-font/tests/ui/colorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-font/tests/utils.js b/packages/ckeditor5-font/tests/utils.js index b956cacdd84..67ad07093f5 100644 --- a/packages/ckeditor5-font/tests/utils.js +++ b/packages/ckeditor5-font/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-font/theme/fontsize.css b/packages/ckeditor5-font/theme/fontsize.css index 4a3838624d9..cadafc4b1e8 100644 --- a/packages/ckeditor5-font/theme/fontsize.css +++ b/packages/ckeditor5-font/theme/fontsize.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */ diff --git a/packages/ckeditor5-font/webpack.config.js b/packages/ckeditor5-font/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-font/webpack.config.js +++ b/packages/ckeditor5-font/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-buttons.js b/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-buttons.js index ccb11f59821..b709f110a1e 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-buttons.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-buttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, document, window */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-elements.js b/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-elements.js index 46f342ebcd0..68f554a2328 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-elements.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-elements.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-levels.js b/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-levels.js index b8741b221e0..afd7f96e3f5 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-levels.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/custom-heading-levels.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/default-headings.js b/packages/ckeditor5-heading/docs/_snippets/features/default-headings.js index a2df322276f..3553e5f04cf 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/default-headings.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/default-headings.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/heading-buttons.js b/packages/ckeditor5-heading/docs/_snippets/features/heading-buttons.js index 1b06b57e4ff..618fd9e7953 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/heading-buttons.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/heading-buttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, document, window */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/heading-source.js b/packages/ckeditor5-heading/docs/_snippets/features/heading-source.js index abc70002b90..b1a64a61615 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/heading-source.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/heading-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-heading/docs/_snippets/features/title.js b/packages/ckeditor5-heading/docs/_snippets/features/title.js index d751dbb255e..c2ef51c2801 100644 --- a/packages/ckeditor5-heading/docs/_snippets/features/title.js +++ b/packages/ckeditor5-heading/docs/_snippets/features/title.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-heading/src/augmentation.ts b/packages/ckeditor5-heading/src/augmentation.ts index a0092bd10f4..ac0b0b9c6bd 100644 --- a/packages/ckeditor5-heading/src/augmentation.ts +++ b/packages/ckeditor5-heading/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-heading/src/heading.ts b/packages/ckeditor5-heading/src/heading.ts index 9a53f8904a0..2b75c13b18f 100644 --- a/packages/ckeditor5-heading/src/heading.ts +++ b/packages/ckeditor5-heading/src/heading.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/headingbuttonsui.ts b/packages/ckeditor5-heading/src/headingbuttonsui.ts index 37357ebf9b7..ddcedde3638 100644 --- a/packages/ckeditor5-heading/src/headingbuttonsui.ts +++ b/packages/ckeditor5-heading/src/headingbuttonsui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/headingcommand.ts b/packages/ckeditor5-heading/src/headingcommand.ts index bcaf97f862b..1f3305b0b51 100644 --- a/packages/ckeditor5-heading/src/headingcommand.ts +++ b/packages/ckeditor5-heading/src/headingcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/headingconfig.ts b/packages/ckeditor5-heading/src/headingconfig.ts index 06898810c71..c8ef947d087 100644 --- a/packages/ckeditor5-heading/src/headingconfig.ts +++ b/packages/ckeditor5-heading/src/headingconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/headingediting.ts b/packages/ckeditor5-heading/src/headingediting.ts index 5e065ad1c7e..2e36bf4a85e 100644 --- a/packages/ckeditor5-heading/src/headingediting.ts +++ b/packages/ckeditor5-heading/src/headingediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/headingui.ts b/packages/ckeditor5-heading/src/headingui.ts index 0737ae6e4bf..b3a9a11bbf8 100644 --- a/packages/ckeditor5-heading/src/headingui.ts +++ b/packages/ckeditor5-heading/src/headingui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/index.ts b/packages/ckeditor5-heading/src/index.ts index 68e037279cd..707c09ec52e 100644 --- a/packages/ckeditor5-heading/src/index.ts +++ b/packages/ckeditor5-heading/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/title.ts b/packages/ckeditor5-heading/src/title.ts index e8c20350614..32968cfb158 100644 --- a/packages/ckeditor5-heading/src/title.ts +++ b/packages/ckeditor5-heading/src/title.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/src/utils.ts b/packages/ckeditor5-heading/src/utils.ts index 70da4290fd1..e69ec89d41c 100644 --- a/packages/ckeditor5-heading/src/utils.ts +++ b/packages/ckeditor5-heading/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-heading/tests/heading.js b/packages/ckeditor5-heading/tests/heading.js index d2f175dc654..51a2572db68 100644 --- a/packages/ckeditor5-heading/tests/heading.js +++ b/packages/ckeditor5-heading/tests/heading.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Heading from '../src/heading.js'; diff --git a/packages/ckeditor5-heading/tests/headingbuttonsui.js b/packages/ckeditor5-heading/tests/headingbuttonsui.js index ec938dcc9e9..199e253bb61 100644 --- a/packages/ckeditor5-heading/tests/headingbuttonsui.js +++ b/packages/ckeditor5-heading/tests/headingbuttonsui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-heading/tests/headingcommand.js b/packages/ckeditor5-heading/tests/headingcommand.js index e4acf126caa..950f8e40809 100644 --- a/packages/ckeditor5-heading/tests/headingcommand.js +++ b/packages/ckeditor5-heading/tests/headingcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-heading/tests/headingediting.js b/packages/ckeditor5-heading/tests/headingediting.js index a74311f2ed0..397c33f48d4 100644 --- a/packages/ckeditor5-heading/tests/headingediting.js +++ b/packages/ckeditor5-heading/tests/headingediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HeadingEditing from '../src/headingediting.js'; diff --git a/packages/ckeditor5-heading/tests/headingui.js b/packages/ckeditor5-heading/tests/headingui.js index 6b176a65f52..915679f3e10 100644 --- a/packages/ckeditor5-heading/tests/headingui.js +++ b/packages/ckeditor5-heading/tests/headingui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-heading/tests/integration.js b/packages/ckeditor5-heading/tests/integration.js index 25645bdf463..003c7ac5c71 100644 --- a/packages/ckeditor5-heading/tests/integration.js +++ b/packages/ckeditor5-heading/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-heading/tests/manual/heading-buttons.js b/packages/ckeditor5-heading/tests/manual/heading-buttons.js index 0c8e4356ff9..4f80ff5860f 100644 --- a/packages/ckeditor5-heading/tests/manual/heading-buttons.js +++ b/packages/ckeditor5-heading/tests/manual/heading-buttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-heading/tests/manual/heading.js b/packages/ckeditor5-heading/tests/manual/heading.js index 46dd82b57a0..315c4c60785 100644 --- a/packages/ckeditor5-heading/tests/manual/heading.js +++ b/packages/ckeditor5-heading/tests/manual/heading.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-heading/tests/manual/title.js b/packages/ckeditor5-heading/tests/manual/title.js index f0e438e9f1b..f1e0f5ca319 100644 --- a/packages/ckeditor5-heading/tests/manual/title.js +++ b/packages/ckeditor5-heading/tests/manual/title.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-heading/tests/tickets/40.js b/packages/ckeditor5-heading/tests/tickets/40.js index c867d09a8e2..a859c4f6557 100644 --- a/packages/ckeditor5-heading/tests/tickets/40.js +++ b/packages/ckeditor5-heading/tests/tickets/40.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HeadingEditing from '../../src/headingediting.js'; diff --git a/packages/ckeditor5-heading/tests/title-integration.js b/packages/ckeditor5-heading/tests/title-integration.js index e9a098a537f..47585951ff5 100644 --- a/packages/ckeditor5-heading/tests/title-integration.js +++ b/packages/ckeditor5-heading/tests/title-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-heading/tests/title.js b/packages/ckeditor5-heading/tests/title.js index 95556bebb4f..35ac41584fa 100644 --- a/packages/ckeditor5-heading/tests/title.js +++ b/packages/ckeditor5-heading/tests/title.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-heading/tests/utils.js b/packages/ckeditor5-heading/tests/utils.js index 85ce265e255..f63ef765e31 100644 --- a/packages/ckeditor5-heading/tests/utils.js +++ b/packages/ckeditor5-heading/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-heading/theme/heading.css b/packages/ckeditor5-heading/theme/heading.css index aaa13697705..706c84eb638 100644 --- a/packages/ckeditor5-heading/theme/heading.css +++ b/packages/ckeditor5-heading/theme/heading.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-heading_heading1 .ck-button__label { diff --git a/packages/ckeditor5-heading/webpack.config.js b/packages/ckeditor5-heading/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-heading/webpack.config.js +++ b/packages/ckeditor5-heading/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-highlight/docs/_snippets/features/build-highlight-source.js b/packages/ckeditor5-highlight/docs/_snippets/features/build-highlight-source.js index ff2ee695b20..aa892e838cf 100644 --- a/packages/ckeditor5-highlight/docs/_snippets/features/build-highlight-source.js +++ b/packages/ckeditor5-highlight/docs/_snippets/features/build-highlight-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-inline.js b/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-inline.js index bd9e1dac036..f6f09374471 100644 --- a/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-inline.js +++ b/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-inline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-variables.js b/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-variables.js index 7dcac3e1abf..7bb38a2f0d5 100644 --- a/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-variables.js +++ b/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-colors-variables.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-options.js b/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-options.js index bfe13edb0e2..c6e4d7e8595 100644 --- a/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-options.js +++ b/packages/ckeditor5-highlight/docs/_snippets/features/custom-highlight-options.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-highlight/docs/_snippets/features/highlight-buttons.js b/packages/ckeditor5-highlight/docs/_snippets/features/highlight-buttons.js index b90ef64953a..e83991f116b 100644 --- a/packages/ckeditor5-highlight/docs/_snippets/features/highlight-buttons.js +++ b/packages/ckeditor5-highlight/docs/_snippets/features/highlight-buttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-highlight/docs/_snippets/features/highlight.js b/packages/ckeditor5-highlight/docs/_snippets/features/highlight.js index 05c5559bad6..1d28293c27e 100644 --- a/packages/ckeditor5-highlight/docs/_snippets/features/highlight.js +++ b/packages/ckeditor5-highlight/docs/_snippets/features/highlight.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-highlight/src/augmentation.ts b/packages/ckeditor5-highlight/src/augmentation.ts index f427c6483d0..560dd3aef21 100644 --- a/packages/ckeditor5-highlight/src/augmentation.ts +++ b/packages/ckeditor5-highlight/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-highlight/src/highlight.ts b/packages/ckeditor5-highlight/src/highlight.ts index 5fe557f36b1..9d3f2fd8b66 100644 --- a/packages/ckeditor5-highlight/src/highlight.ts +++ b/packages/ckeditor5-highlight/src/highlight.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-highlight/src/highlightcommand.ts b/packages/ckeditor5-highlight/src/highlightcommand.ts index f3464a26525..cdd04a6d060 100644 --- a/packages/ckeditor5-highlight/src/highlightcommand.ts +++ b/packages/ckeditor5-highlight/src/highlightcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-highlight/src/highlightconfig.ts b/packages/ckeditor5-highlight/src/highlightconfig.ts index 3e9b04f538f..b47ea1adad7 100644 --- a/packages/ckeditor5-highlight/src/highlightconfig.ts +++ b/packages/ckeditor5-highlight/src/highlightconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-highlight/src/highlightediting.ts b/packages/ckeditor5-highlight/src/highlightediting.ts index ccef079e14f..df68b14ba53 100644 --- a/packages/ckeditor5-highlight/src/highlightediting.ts +++ b/packages/ckeditor5-highlight/src/highlightediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-highlight/src/highlightui.ts b/packages/ckeditor5-highlight/src/highlightui.ts index 8bc0a7ee938..0e14c2fd5b7 100644 --- a/packages/ckeditor5-highlight/src/highlightui.ts +++ b/packages/ckeditor5-highlight/src/highlightui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-highlight/src/index.ts b/packages/ckeditor5-highlight/src/index.ts index 221306a2ce2..5e10998b7bc 100644 --- a/packages/ckeditor5-highlight/src/index.ts +++ b/packages/ckeditor5-highlight/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-highlight/tests/highlight.js b/packages/ckeditor5-highlight/tests/highlight.js index fbc82129f6b..66896eaacff 100644 --- a/packages/ckeditor5-highlight/tests/highlight.js +++ b/packages/ckeditor5-highlight/tests/highlight.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-highlight/tests/highlightcommand.js b/packages/ckeditor5-highlight/tests/highlightcommand.js index 7490ceb3250..1b6ca0a1404 100644 --- a/packages/ckeditor5-highlight/tests/highlightcommand.js +++ b/packages/ckeditor5-highlight/tests/highlightcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HighlightCommand from './../src/highlightcommand.js'; diff --git a/packages/ckeditor5-highlight/tests/highlightediting.js b/packages/ckeditor5-highlight/tests/highlightediting.js index 84fe12d425f..a05cfea3719 100644 --- a/packages/ckeditor5-highlight/tests/highlightediting.js +++ b/packages/ckeditor5-highlight/tests/highlightediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HighlightEditing from './../src/highlightediting.js'; diff --git a/packages/ckeditor5-highlight/tests/highlightui.js b/packages/ckeditor5-highlight/tests/highlightui.js index b7d08f9f074..d4e190195ca 100644 --- a/packages/ckeditor5-highlight/tests/highlightui.js +++ b/packages/ckeditor5-highlight/tests/highlightui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-highlight/tests/integration.js b/packages/ckeditor5-highlight/tests/integration.js index 03b3b09a342..3709405c989 100644 --- a/packages/ckeditor5-highlight/tests/integration.js +++ b/packages/ckeditor5-highlight/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-highlight/tests/manual/highlight-buttons.js b/packages/ckeditor5-highlight/tests/manual/highlight-buttons.js index f8da8944dae..fd1f98569b6 100644 --- a/packages/ckeditor5-highlight/tests/manual/highlight-buttons.js +++ b/packages/ckeditor5-highlight/tests/manual/highlight-buttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-highlight/tests/manual/highlight.js b/packages/ckeditor5-highlight/tests/manual/highlight.js index a0cc7098a79..f7d9e70b50e 100644 --- a/packages/ckeditor5-highlight/tests/manual/highlight.js +++ b/packages/ckeditor5-highlight/tests/manual/highlight.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-highlight/theme/highlight.css b/packages/ckeditor5-highlight/theme/highlight.css index 67e9c14ee53..e5584a8be5b 100644 --- a/packages/ckeditor5-highlight/theme/highlight.css +++ b/packages/ckeditor5-highlight/theme/highlight.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-highlight/webpack.config.js b/packages/ckeditor5-highlight/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-highlight/webpack.config.js +++ b/packages/ckeditor5-highlight/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-horizontal-line/docs/_snippets/features/horizontal-line.js b/packages/ckeditor5-horizontal-line/docs/_snippets/features/horizontal-line.js index 1e4fa82c67c..2befa396f94 100644 --- a/packages/ckeditor5-horizontal-line/docs/_snippets/features/horizontal-line.js +++ b/packages/ckeditor5-horizontal-line/docs/_snippets/features/horizontal-line.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-horizontal-line/src/augmentation.ts b/packages/ckeditor5-horizontal-line/src/augmentation.ts index d07a5f998de..ff65370eb21 100644 --- a/packages/ckeditor5-horizontal-line/src/augmentation.ts +++ b/packages/ckeditor5-horizontal-line/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-horizontal-line/src/horizontalline.ts b/packages/ckeditor5-horizontal-line/src/horizontalline.ts index c11f1777d84..cd9f4bfb553 100644 --- a/packages/ckeditor5-horizontal-line/src/horizontalline.ts +++ b/packages/ckeditor5-horizontal-line/src/horizontalline.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-horizontal-line/src/horizontallinecommand.ts b/packages/ckeditor5-horizontal-line/src/horizontallinecommand.ts index 2ffbb47133d..782d7c6b534 100644 --- a/packages/ckeditor5-horizontal-line/src/horizontallinecommand.ts +++ b/packages/ckeditor5-horizontal-line/src/horizontallinecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-horizontal-line/src/horizontallineediting.ts b/packages/ckeditor5-horizontal-line/src/horizontallineediting.ts index 213ecefef6f..ecdf0f35f8f 100644 --- a/packages/ckeditor5-horizontal-line/src/horizontallineediting.ts +++ b/packages/ckeditor5-horizontal-line/src/horizontallineediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-horizontal-line/src/horizontallineui.ts b/packages/ckeditor5-horizontal-line/src/horizontallineui.ts index 6df9de38b03..9b7f1bb3d81 100644 --- a/packages/ckeditor5-horizontal-line/src/horizontallineui.ts +++ b/packages/ckeditor5-horizontal-line/src/horizontallineui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-horizontal-line/src/index.ts b/packages/ckeditor5-horizontal-line/src/index.ts index 5fa0824f4e5..8cc33e6ef2a 100644 --- a/packages/ckeditor5-horizontal-line/src/index.ts +++ b/packages/ckeditor5-horizontal-line/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-horizontal-line/tests/horizontalline.js b/packages/ckeditor5-horizontal-line/tests/horizontalline.js index f9e726aa7e6..ab53ec713ec 100644 --- a/packages/ckeditor5-horizontal-line/tests/horizontalline.js +++ b/packages/ckeditor5-horizontal-line/tests/horizontalline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Widget from '@ckeditor/ckeditor5-widget/src/widget.js'; diff --git a/packages/ckeditor5-horizontal-line/tests/horizontallinecommand.js b/packages/ckeditor5-horizontal-line/tests/horizontallinecommand.js index dde5465003c..811b35eb82a 100644 --- a/packages/ckeditor5-horizontal-line/tests/horizontallinecommand.js +++ b/packages/ckeditor5-horizontal-line/tests/horizontallinecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-horizontal-line/tests/horizontallineediting.js b/packages/ckeditor5-horizontal-line/tests/horizontallineediting.js index c3e719a1933..88963f2b53b 100644 --- a/packages/ckeditor5-horizontal-line/tests/horizontallineediting.js +++ b/packages/ckeditor5-horizontal-line/tests/horizontallineediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-horizontal-line/tests/horizontallineui.js b/packages/ckeditor5-horizontal-line/tests/horizontallineui.js index 0f1e9df95ac..76c468ea4ff 100644 --- a/packages/ckeditor5-horizontal-line/tests/horizontallineui.js +++ b/packages/ckeditor5-horizontal-line/tests/horizontallineui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-horizontal-line/tests/manual/horizontalline.js b/packages/ckeditor5-horizontal-line/tests/manual/horizontalline.js index 740717114e5..cc486607f4e 100644 --- a/packages/ckeditor5-horizontal-line/tests/manual/horizontalline.js +++ b/packages/ckeditor5-horizontal-line/tests/manual/horizontalline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-horizontal-line/theme/horizontalline.css b/packages/ckeditor5-horizontal-line/theme/horizontalline.css index d983fe2e275..846d43ab04e 100644 --- a/packages/ckeditor5-horizontal-line/theme/horizontalline.css +++ b/packages/ckeditor5-horizontal-line/theme/horizontalline.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-horizontal-line/webpack.config.js b/packages/ckeditor5-horizontal-line/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-horizontal-line/webpack.config.js +++ b/packages/ckeditor5-horizontal-line/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-html-embed/docs/_snippets/features/html-embed.js b/packages/ckeditor5-html-embed/docs/_snippets/features/html-embed.js index fc706461b9e..1b84cccead5 100644 --- a/packages/ckeditor5-html-embed/docs/_snippets/features/html-embed.js +++ b/packages/ckeditor5-html-embed/docs/_snippets/features/html-embed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, location, console */ diff --git a/packages/ckeditor5-html-embed/src/augmentation.ts b/packages/ckeditor5-html-embed/src/augmentation.ts index 6f2049189f9..d8ce904bb15 100644 --- a/packages/ckeditor5-html-embed/src/augmentation.ts +++ b/packages/ckeditor5-html-embed/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-html-embed/src/htmlembed.ts b/packages/ckeditor5-html-embed/src/htmlembed.ts index ff03f4854f7..fafd3d3dae1 100644 --- a/packages/ckeditor5-html-embed/src/htmlembed.ts +++ b/packages/ckeditor5-html-embed/src/htmlembed.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-embed/src/htmlembedcommand.ts b/packages/ckeditor5-html-embed/src/htmlembedcommand.ts index 60f76dca657..20e59048c45 100644 --- a/packages/ckeditor5-html-embed/src/htmlembedcommand.ts +++ b/packages/ckeditor5-html-embed/src/htmlembedcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-embed/src/htmlembedconfig.ts b/packages/ckeditor5-html-embed/src/htmlembedconfig.ts index b78d869299a..1cbd7ac25ef 100644 --- a/packages/ckeditor5-html-embed/src/htmlembedconfig.ts +++ b/packages/ckeditor5-html-embed/src/htmlembedconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-embed/src/htmlembedediting.ts b/packages/ckeditor5-html-embed/src/htmlembedediting.ts index eaa9b340cec..8862bee6544 100644 --- a/packages/ckeditor5-html-embed/src/htmlembedediting.ts +++ b/packages/ckeditor5-html-embed/src/htmlembedediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-embed/src/htmlembedui.ts b/packages/ckeditor5-html-embed/src/htmlembedui.ts index 85dc2f1e372..c4dbe8ae1d8 100644 --- a/packages/ckeditor5-html-embed/src/htmlembedui.ts +++ b/packages/ckeditor5-html-embed/src/htmlembedui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-embed/src/index.ts b/packages/ckeditor5-html-embed/src/index.ts index 6b0af4cbeb5..902e0e3077f 100644 --- a/packages/ckeditor5-html-embed/src/index.ts +++ b/packages/ckeditor5-html-embed/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-embed/tests/htmlembed.js b/packages/ckeditor5-html-embed/tests/htmlembed.js index 54235b30fc6..df6b57a3861 100644 --- a/packages/ckeditor5-html-embed/tests/htmlembed.js +++ b/packages/ckeditor5-html-embed/tests/htmlembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlEmbed from '../src/htmlembed.js'; diff --git a/packages/ckeditor5-html-embed/tests/htmlembedcommand.js b/packages/ckeditor5-html-embed/tests/htmlembedcommand.js index 198f00f15cd..337048ea11c 100644 --- a/packages/ckeditor5-html-embed/tests/htmlembedcommand.js +++ b/packages/ckeditor5-html-embed/tests/htmlembedcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-html-embed/tests/htmlembedediting.js b/packages/ckeditor5-html-embed/tests/htmlembedediting.js index 9ab3ef83756..5b97c0b4252 100644 --- a/packages/ckeditor5-html-embed/tests/htmlembedediting.js +++ b/packages/ckeditor5-html-embed/tests/htmlembedediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, document, Event */ diff --git a/packages/ckeditor5-html-embed/tests/htmlembedui.js b/packages/ckeditor5-html-embed/tests/htmlembedui.js index 577707a4d4a..50103a54d2e 100644 --- a/packages/ckeditor5-html-embed/tests/htmlembedui.js +++ b/packages/ckeditor5-html-embed/tests/htmlembedui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-html-embed/tests/manual/htmlembed.js b/packages/ckeditor5-html-embed/tests/manual/htmlembed.js index 22431e4e140..c5ceefd21f8 100644 --- a/packages/ckeditor5-html-embed/tests/manual/htmlembed.js +++ b/packages/ckeditor5-html-embed/tests/manual/htmlembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-html-embed/tests/manual/tickets/8328/1.js b/packages/ckeditor5-html-embed/tests/manual/tickets/8328/1.js index 69d7e389e38..8ae1963b172 100644 --- a/packages/ckeditor5-html-embed/tests/manual/tickets/8328/1.js +++ b/packages/ckeditor5-html-embed/tests/manual/tickets/8328/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-html-embed/theme/htmlembed.css b/packages/ckeditor5-html-embed/theme/htmlembed.css index e779a8e7779..96a7ef208fb 100644 --- a/packages/ckeditor5-html-embed/theme/htmlembed.css +++ b/packages/ckeditor5-html-embed/theme/htmlembed.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* The feature container. */ diff --git a/packages/ckeditor5-html-embed/webpack.config.js b/packages/ckeditor5-html-embed/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-html-embed/webpack.config.js +++ b/packages/ckeditor5-html-embed/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.css b/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.css index bde16bb3ac9..66e19a4efe6 100644 --- a/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.css +++ b/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .posts { diff --git a/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.js b/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.js index 7741fc9d35f..dee8b238e70 100644 --- a/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.js +++ b/packages/ckeditor5-html-support/docs/_snippets/features/full-page-html.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, FullPage, GeneralHtmlSupport, ArticlePluginSet */ diff --git a/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support-source.js b/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support-source.js index 5059d93ff1e..c8a2805d2cb 100644 --- a/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support-source.js +++ b/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.css b/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.css index c5d731de470..4a58c32b673 100644 --- a/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.css +++ b/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .live-snippet .ck-editor__editable.ck-rounded-corners { diff --git a/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.js b/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.js index b690953160f..cabb7d99c10 100644 --- a/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.js +++ b/packages/ckeditor5-html-support/docs/_snippets/features/general-html-support.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, GeneralHtmlSupport, ArticlePluginSet */ diff --git a/packages/ckeditor5-html-support/docs/_snippets/features/html-comment.js b/packages/ckeditor5-html-support/docs/_snippets/features/html-comment.js index 81ab74f96a7..cde39b09048 100644 --- a/packages/ckeditor5-html-support/docs/_snippets/features/html-comment.js +++ b/packages/ckeditor5-html-support/docs/_snippets/features/html-comment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, HtmlComment */ diff --git a/packages/ckeditor5-html-support/src/augmentation.ts b/packages/ckeditor5-html-support/src/augmentation.ts index e2a8cd2eb23..d5bdb1bacfe 100644 --- a/packages/ckeditor5-html-support/src/augmentation.ts +++ b/packages/ckeditor5-html-support/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-html-support/src/converters.ts b/packages/ckeditor5-html-support/src/converters.ts index bf01b98a079..aa0304b0280 100644 --- a/packages/ckeditor5-html-support/src/converters.ts +++ b/packages/ckeditor5-html-support/src/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/datafilter.ts b/packages/ckeditor5-html-support/src/datafilter.ts index 8d3608fb65a..83fad4e9571 100644 --- a/packages/ckeditor5-html-support/src/datafilter.ts +++ b/packages/ckeditor5-html-support/src/datafilter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/dataschema.ts b/packages/ckeditor5-html-support/src/dataschema.ts index 04d784d5043..fd85484a36f 100644 --- a/packages/ckeditor5-html-support/src/dataschema.ts +++ b/packages/ckeditor5-html-support/src/dataschema.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/fullpage.ts b/packages/ckeditor5-html-support/src/fullpage.ts index cb6a00b346a..019ba38b408 100644 --- a/packages/ckeditor5-html-support/src/fullpage.ts +++ b/packages/ckeditor5-html-support/src/fullpage.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/generalhtmlsupport.ts b/packages/ckeditor5-html-support/src/generalhtmlsupport.ts index 24dfc25a8f5..608a7482948 100644 --- a/packages/ckeditor5-html-support/src/generalhtmlsupport.ts +++ b/packages/ckeditor5-html-support/src/generalhtmlsupport.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/generalhtmlsupportconfig.ts b/packages/ckeditor5-html-support/src/generalhtmlsupportconfig.ts index 68df32e334a..46a329c8614 100644 --- a/packages/ckeditor5-html-support/src/generalhtmlsupportconfig.ts +++ b/packages/ckeditor5-html-support/src/generalhtmlsupportconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/htmlcomment.ts b/packages/ckeditor5-html-support/src/htmlcomment.ts index 3ff12fd02ac..c3d7ac47f82 100644 --- a/packages/ckeditor5-html-support/src/htmlcomment.ts +++ b/packages/ckeditor5-html-support/src/htmlcomment.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/htmlpagedataprocessor.ts b/packages/ckeditor5-html-support/src/htmlpagedataprocessor.ts index 52696487343..8654fb38397 100644 --- a/packages/ckeditor5-html-support/src/htmlpagedataprocessor.ts +++ b/packages/ckeditor5-html-support/src/htmlpagedataprocessor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/index.ts b/packages/ckeditor5-html-support/src/index.ts index 2a2b527ea75..246876b21c0 100644 --- a/packages/ckeditor5-html-support/src/index.ts +++ b/packages/ckeditor5-html-support/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/codeblock.ts b/packages/ckeditor5-html-support/src/integrations/codeblock.ts index d0defe0e062..b8590fcd1a3 100644 --- a/packages/ckeditor5-html-support/src/integrations/codeblock.ts +++ b/packages/ckeditor5-html-support/src/integrations/codeblock.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/customelement.ts b/packages/ckeditor5-html-support/src/integrations/customelement.ts index dee879bcc76..4fa6d364110 100644 --- a/packages/ckeditor5-html-support/src/integrations/customelement.ts +++ b/packages/ckeditor5-html-support/src/integrations/customelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/dualcontent.ts b/packages/ckeditor5-html-support/src/integrations/dualcontent.ts index c3d01c48390..b672d24f6d4 100644 --- a/packages/ckeditor5-html-support/src/integrations/dualcontent.ts +++ b/packages/ckeditor5-html-support/src/integrations/dualcontent.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/heading.ts b/packages/ckeditor5-html-support/src/integrations/heading.ts index 98b39da3668..85b647ce4c9 100644 --- a/packages/ckeditor5-html-support/src/integrations/heading.ts +++ b/packages/ckeditor5-html-support/src/integrations/heading.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/image.ts b/packages/ckeditor5-html-support/src/integrations/image.ts index 5a5984e1f79..55503b27621 100644 --- a/packages/ckeditor5-html-support/src/integrations/image.ts +++ b/packages/ckeditor5-html-support/src/integrations/image.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/integrationutils.ts b/packages/ckeditor5-html-support/src/integrations/integrationutils.ts index 4b275ea6969..2efb741746d 100644 --- a/packages/ckeditor5-html-support/src/integrations/integrationutils.ts +++ b/packages/ckeditor5-html-support/src/integrations/integrationutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { DowncastWriter, ViewElement } from 'ckeditor5/src/engine.js'; diff --git a/packages/ckeditor5-html-support/src/integrations/list.ts b/packages/ckeditor5-html-support/src/integrations/list.ts index 9d0e13ddd83..1da290f8f72 100644 --- a/packages/ckeditor5-html-support/src/integrations/list.ts +++ b/packages/ckeditor5-html-support/src/integrations/list.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/mediaembed.ts b/packages/ckeditor5-html-support/src/integrations/mediaembed.ts index adaa6e35531..7e574cc0672 100644 --- a/packages/ckeditor5-html-support/src/integrations/mediaembed.ts +++ b/packages/ckeditor5-html-support/src/integrations/mediaembed.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/script.ts b/packages/ckeditor5-html-support/src/integrations/script.ts index d6c9f1ab199..4fc7e496515 100644 --- a/packages/ckeditor5-html-support/src/integrations/script.ts +++ b/packages/ckeditor5-html-support/src/integrations/script.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/style.ts b/packages/ckeditor5-html-support/src/integrations/style.ts index 5ca6e953191..bd1163f7903 100644 --- a/packages/ckeditor5-html-support/src/integrations/style.ts +++ b/packages/ckeditor5-html-support/src/integrations/style.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/integrations/table.ts b/packages/ckeditor5-html-support/src/integrations/table.ts index f0505226d64..3ee1760cd74 100644 --- a/packages/ckeditor5-html-support/src/integrations/table.ts +++ b/packages/ckeditor5-html-support/src/integrations/table.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/src/schemadefinitions.ts b/packages/ckeditor5-html-support/src/schemadefinitions.ts index eeb0b76d516..d42896dbab7 100644 --- a/packages/ckeditor5-html-support/src/schemadefinitions.ts +++ b/packages/ckeditor5-html-support/src/schemadefinitions.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { DataSchemaBlockElementDefinition, DataSchemaInlineElementDefinition } from './dataschema.js'; diff --git a/packages/ckeditor5-html-support/src/utils.ts b/packages/ckeditor5-html-support/src/utils.ts index 74c797e1cb1..dcda61198a9 100644 --- a/packages/ckeditor5-html-support/src/utils.ts +++ b/packages/ckeditor5-html-support/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-html-support/tests/_utils/utils.js b/packages/ckeditor5-html-support/tests/_utils/utils.js index a808a662d06..5bc113c53e9 100644 --- a/packages/ckeditor5-html-support/tests/_utils/utils.js +++ b/packages/ckeditor5-html-support/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { getData as getModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model.js'; diff --git a/packages/ckeditor5-html-support/tests/datafilter.js b/packages/ckeditor5-html-support/tests/datafilter.js index fd9518f53f1..86aed7b6254 100644 --- a/packages/ckeditor5-html-support/tests/datafilter.js +++ b/packages/ckeditor5-html-support/tests/datafilter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-html-support/tests/dataschema.js b/packages/ckeditor5-html-support/tests/dataschema.js index f7cc8c117ff..6e20cc63d70 100644 --- a/packages/ckeditor5-html-support/tests/dataschema.js +++ b/packages/ckeditor5-html-support/tests/dataschema.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/fullpage.js b/packages/ckeditor5-html-support/tests/fullpage.js index 59b3aaec441..f10613d2bad 100644 --- a/packages/ckeditor5-html-support/tests/fullpage.js +++ b/packages/ckeditor5-html-support/tests/fullpage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { FullPage, HtmlPageDataProcessor } from '../src/index.js'; diff --git a/packages/ckeditor5-html-support/tests/generalhtmlsupport.js b/packages/ckeditor5-html-support/tests/generalhtmlsupport.js index 3c945751d20..256b444d31a 100644 --- a/packages/ckeditor5-html-support/tests/generalhtmlsupport.js +++ b/packages/ckeditor5-html-support/tests/generalhtmlsupport.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-html-support/tests/htmlcomment-integration.js b/packages/ckeditor5-html-support/tests/htmlcomment-integration.js index 54e81855486..f3a28e0c264 100644 --- a/packages/ckeditor5-html-support/tests/htmlcomment-integration.js +++ b/packages/ckeditor5-html-support/tests/htmlcomment-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Event */ diff --git a/packages/ckeditor5-html-support/tests/htmlcomment.js b/packages/ckeditor5-html-support/tests/htmlcomment.js index 2a3f2ebe4ac..ba8aaaf9be1 100644 --- a/packages/ckeditor5-html-support/tests/htmlcomment.js +++ b/packages/ckeditor5-html-support/tests/htmlcomment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/htmlpagedataprocessor.js b/packages/ckeditor5-html-support/tests/htmlpagedataprocessor.js index 0e7406358f1..5a093fe3566 100644 --- a/packages/ckeditor5-html-support/tests/htmlpagedataprocessor.js +++ b/packages/ckeditor5-html-support/tests/htmlpagedataprocessor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlPageDataProcessor from '../src/htmlpagedataprocessor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/codeblock.js b/packages/ckeditor5-html-support/tests/integrations/codeblock.js index 44f983fbb8b..a5ef8eac4c9 100644 --- a/packages/ckeditor5-html-support/tests/integrations/codeblock.js +++ b/packages/ckeditor5-html-support/tests/integrations/codeblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/customelement.js b/packages/ckeditor5-html-support/tests/integrations/customelement.js index c80fdcc2157..f40c885d636 100644 --- a/packages/ckeditor5-html-support/tests/integrations/customelement.js +++ b/packages/ckeditor5-html-support/tests/integrations/customelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/dualcontent.js b/packages/ckeditor5-html-support/tests/integrations/dualcontent.js index b4bcbc66bd1..9634b97daa4 100644 --- a/packages/ckeditor5-html-support/tests/integrations/dualcontent.js +++ b/packages/ckeditor5-html-support/tests/integrations/dualcontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/heading.js b/packages/ckeditor5-html-support/tests/integrations/heading.js index 2edee923389..bbd8e6ccc2a 100644 --- a/packages/ckeditor5-html-support/tests/integrations/heading.js +++ b/packages/ckeditor5-html-support/tests/integrations/heading.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/image.js b/packages/ckeditor5-html-support/tests/integrations/image.js index 26a8f1f0119..4cafaab7b66 100644 --- a/packages/ckeditor5-html-support/tests/integrations/image.js +++ b/packages/ckeditor5-html-support/tests/integrations/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { range } from 'lodash-es'; diff --git a/packages/ckeditor5-html-support/tests/integrations/list.js b/packages/ckeditor5-html-support/tests/integrations/list.js index ecd50ce08f2..48c2b0583dd 100644 --- a/packages/ckeditor5-html-support/tests/integrations/list.js +++ b/packages/ckeditor5-html-support/tests/integrations/list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import GeneralHtmlSupport from '../../src/generalhtmlsupport.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/mediaembed.js b/packages/ckeditor5-html-support/tests/integrations/mediaembed.js index ae12b69700f..a7df75349ec 100644 --- a/packages/ckeditor5-html-support/tests/integrations/mediaembed.js +++ b/packages/ckeditor5-html-support/tests/integrations/mediaembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/script.js b/packages/ckeditor5-html-support/tests/integrations/script.js index 3512ce3d82c..9df9f5ef51e 100644 --- a/packages/ckeditor5-html-support/tests/integrations/script.js +++ b/packages/ckeditor5-html-support/tests/integrations/script.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/style.js b/packages/ckeditor5-html-support/tests/integrations/style.js index 83573af0d9c..de56465528e 100644 --- a/packages/ckeditor5-html-support/tests/integrations/style.js +++ b/packages/ckeditor5-html-support/tests/integrations/style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/integrations/table.js b/packages/ckeditor5-html-support/tests/integrations/table.js index b2874efa865..28315000933 100644 --- a/packages/ckeditor5-html-support/tests/integrations/table.js +++ b/packages/ckeditor5-html-support/tests/integrations/table.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-html-support/tests/manual/codeblock.js b/packages/ckeditor5-html-support/tests/manual/codeblock.js index bce766ce556..133e37e97b5 100644 --- a/packages/ckeditor5-html-support/tests/manual/codeblock.js +++ b/packages/ckeditor5-html-support/tests/manual/codeblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/customelements.js b/packages/ckeditor5-html-support/tests/manual/customelements.js index 548e47586d9..f1f7ab28d87 100644 --- a/packages/ckeditor5-html-support/tests/manual/customelements.js +++ b/packages/ckeditor5-html-support/tests/manual/customelements.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/div.js b/packages/ckeditor5-html-support/tests/manual/div.js index e0c3d848e2c..862d12d9f32 100644 --- a/packages/ckeditor5-html-support/tests/manual/div.js +++ b/packages/ckeditor5-html-support/tests/manual/div.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/documentlist.js b/packages/ckeditor5-html-support/tests/manual/documentlist.js index 7bf689e694b..7f12865b5ae 100644 --- a/packages/ckeditor5-html-support/tests/manual/documentlist.js +++ b/packages/ckeditor5-html-support/tests/manual/documentlist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/fullpage.js b/packages/ckeditor5-html-support/tests/manual/fullpage.js index d1d2bd28d7d..fe365a73040 100644 --- a/packages/ckeditor5-html-support/tests/manual/fullpage.js +++ b/packages/ckeditor5-html-support/tests/manual/fullpage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, console */ diff --git a/packages/ckeditor5-html-support/tests/manual/ghs-all-features.js b/packages/ckeditor5-html-support/tests/manual/ghs-all-features.js index d4e9061ebf6..0f46720324f 100644 --- a/packages/ckeditor5-html-support/tests/manual/ghs-all-features.js +++ b/packages/ckeditor5-html-support/tests/manual/ghs-all-features.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/ghs-custom-config.js b/packages/ckeditor5-html-support/tests/manual/ghs-custom-config.js index a183951be2d..db6066df3f7 100644 --- a/packages/ckeditor5-html-support/tests/manual/ghs-custom-config.js +++ b/packages/ckeditor5-html-support/tests/manual/ghs-custom-config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/ghs-empty-inline.js b/packages/ckeditor5-html-support/tests/manual/ghs-empty-inline.js index d4e9061ebf6..0f46720324f 100644 --- a/packages/ckeditor5-html-support/tests/manual/ghs-empty-inline.js +++ b/packages/ckeditor5-html-support/tests/manual/ghs-empty-inline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/ghs-link.js b/packages/ckeditor5-html-support/tests/manual/ghs-link.js index 35ed580ed43..269c4ed419a 100644 --- a/packages/ckeditor5-html-support/tests/manual/ghs-link.js +++ b/packages/ckeditor5-html-support/tests/manual/ghs-link.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/ghs-no-features.js b/packages/ckeditor5-html-support/tests/manual/ghs-no-features.js index 5509f7446ac..6c10d441e1e 100644 --- a/packages/ckeditor5-html-support/tests/manual/ghs-no-features.js +++ b/packages/ckeditor5-html-support/tests/manual/ghs-no-features.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/ghs-template-element.js b/packages/ckeditor5-html-support/tests/manual/ghs-template-element.js index 1db9984aa58..e6f6ea877d7 100644 --- a/packages/ckeditor5-html-support/tests/manual/ghs-template-element.js +++ b/packages/ckeditor5-html-support/tests/manual/ghs-template-element.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/htmlcomment.js b/packages/ckeditor5-html-support/tests/manual/htmlcomment.js index 0299a3e7980..13d54254a5d 100644 --- a/packages/ckeditor5-html-support/tests/manual/htmlcomment.js +++ b/packages/ckeditor5-html-support/tests/manual/htmlcomment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, console */ diff --git a/packages/ckeditor5-html-support/tests/manual/image.js b/packages/ckeditor5-html-support/tests/manual/image.js index 40a10709780..be9be0c1664 100644 --- a/packages/ckeditor5-html-support/tests/manual/image.js +++ b/packages/ckeditor5-html-support/tests/manual/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/mediaembed.js b/packages/ckeditor5-html-support/tests/manual/mediaembed.js index cd6f4d4948b..1f8a5c1c663 100644 --- a/packages/ckeditor5-html-support/tests/manual/mediaembed.js +++ b/packages/ckeditor5-html-support/tests/manual/mediaembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/objects.js b/packages/ckeditor5-html-support/tests/manual/objects.js index 7bb03160176..9d15039a6be 100644 --- a/packages/ckeditor5-html-support/tests/manual/objects.js +++ b/packages/ckeditor5-html-support/tests/manual/objects.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/pfo-table.js b/packages/ckeditor5-html-support/tests/manual/pfo-table.js index 9ac05d21c78..70e5d967085 100644 --- a/packages/ckeditor5-html-support/tests/manual/pfo-table.js +++ b/packages/ckeditor5-html-support/tests/manual/pfo-table.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/svg-render.js b/packages/ckeditor5-html-support/tests/manual/svg-render.js index 89f0f34f858..ad41cdd89f4 100644 --- a/packages/ckeditor5-html-support/tests/manual/svg-render.js +++ b/packages/ckeditor5-html-support/tests/manual/svg-render.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/manual/table.js b/packages/ckeditor5-html-support/tests/manual/table.js index a20b247e530..abe625563e5 100644 --- a/packages/ckeditor5-html-support/tests/manual/table.js +++ b/packages/ckeditor5-html-support/tests/manual/table.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-html-support/tests/schemadefinitions.js b/packages/ckeditor5-html-support/tests/schemadefinitions.js index 8216ddfd900..1c1c3633bdc 100644 --- a/packages/ckeditor5-html-support/tests/schemadefinitions.js +++ b/packages/ckeditor5-html-support/tests/schemadefinitions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import schemaDefinitions from '../src/schemadefinitions.js'; diff --git a/packages/ckeditor5-html-support/tests/tickets/13803.js b/packages/ckeditor5-html-support/tests/tickets/13803.js index cb4d3877ef7..78efc848f36 100644 --- a/packages/ckeditor5-html-support/tests/tickets/13803.js +++ b/packages/ckeditor5-html-support/tests/tickets/13803.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-html-support/tests/tickets/14683.js b/packages/ckeditor5-html-support/tests/tickets/14683.js index cd2942a718f..e60d83aa388 100644 --- a/packages/ckeditor5-html-support/tests/tickets/14683.js +++ b/packages/ckeditor5-html-support/tests/tickets/14683.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-html-support/theme/datafilter.css b/packages/ckeditor5-html-support/theme/datafilter.css index c5e0cc5213a..4dcd80632bc 100644 --- a/packages/ckeditor5-html-support/theme/datafilter.css +++ b/packages/ckeditor5-html-support/theme/datafilter.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-html-support/webpack.config.js b/packages/ckeditor5-html-support/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-html-support/webpack.config.js +++ b/packages/ckeditor5-html-support/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/build-image-source.js b/packages/ckeditor5-image/docs/_snippets/features/build-image-source.js index 9e9bec7e599..3bedec529bf 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/build-image-source.js +++ b/packages/ckeditor5-image/docs/_snippets/features/build-image-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-caption.js b/packages/ckeditor5-image/docs/_snippets/features/image-caption.js index d4b382388a7..8ca8d0b3553 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-caption.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-caption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-full.js b/packages/ckeditor5-image/docs/_snippets/features/image-full.js index facb8a21d7b..a8cd6b39ed1 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-full.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-full.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-pasting-url-into-editor.js b/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-pasting-url-into-editor.js index d43a5d7f5a6..ef68af13f56 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-pasting-url-into-editor.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-pasting-url-into-editor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-url.js b/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-url.js index 2f461b63d8f..162fe740e5f 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-url.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-insert-via-url.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-link.js b/packages/ckeditor5-image/docs/_snippets/features/image-link.js index c6d10e7a010..07f5b7c7824 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-link.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-link.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons-dropdown.js b/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons-dropdown.js index 8bfb55a88ae..9cc14e1157d 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons-dropdown.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons-dropdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons.js b/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons.js index 1459c5bad4e..a39e96e436e 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-resize-buttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-resize-px.js b/packages/ckeditor5-image/docs/_snippets/features/image-resize-px.js index 316c022f7c1..be7f76074b2 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-resize-px.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-resize-px.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-resize.js b/packages/ckeditor5-image/docs/_snippets/features/image-resize.js index f6cb472cd87..729d440eed8 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-resize.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-resize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-responsive.js b/packages/ckeditor5-image/docs/_snippets/features/image-responsive.js index 931894edee4..4ef986c44f1 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-responsive.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-responsive.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-semantical-style.js b/packages/ckeditor5-image/docs/_snippets/features/image-semantical-style.js index cfb38e25dfc..d8594eeb30c 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-semantical-style.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-semantical-style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-style-custom.js b/packages/ckeditor5-image/docs/_snippets/features/image-style-custom.js index 0e7644e6b9e..29d36615a34 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-style-custom.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-style-custom.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-style-presentational.js b/packages/ckeditor5-image/docs/_snippets/features/image-style-presentational.js index 01f5c37f4b4..130bb32a066 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-style-presentational.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-style-presentational.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/docs/_snippets/features/image-text-alternative.js b/packages/ckeditor5-image/docs/_snippets/features/image-text-alternative.js index 2c4e272a6bb..39858fef271 100644 --- a/packages/ckeditor5-image/docs/_snippets/features/image-text-alternative.js +++ b/packages/ckeditor5-image/docs/_snippets/features/image-text-alternative.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-image/src/augmentation.ts b/packages/ckeditor5-image/src/augmentation.ts index 5266eb8254c..6057ac8c3bc 100644 --- a/packages/ckeditor5-image/src/augmentation.ts +++ b/packages/ckeditor5-image/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-image/src/autoimage.ts b/packages/ckeditor5-image/src/autoimage.ts index 099c2a655fb..c81f2612c03 100644 --- a/packages/ckeditor5-image/src/autoimage.ts +++ b/packages/ckeditor5-image/src/autoimage.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image.ts b/packages/ckeditor5-image/src/image.ts index 448b10da63a..a98ce889297 100644 --- a/packages/ckeditor5-image/src/image.ts +++ b/packages/ckeditor5-image/src/image.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/converters.ts b/packages/ckeditor5-image/src/image/converters.ts index 91f481f5005..34d235aaca0 100644 --- a/packages/ckeditor5-image/src/image/converters.ts +++ b/packages/ckeditor5-image/src/image/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/imageblockediting.ts b/packages/ckeditor5-image/src/image/imageblockediting.ts index 57cc990d7f8..1b59cd4dc26 100644 --- a/packages/ckeditor5-image/src/image/imageblockediting.ts +++ b/packages/ckeditor5-image/src/image/imageblockediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/imageediting.ts b/packages/ckeditor5-image/src/image/imageediting.ts index 404730fef43..e5e88b34b3b 100644 --- a/packages/ckeditor5-image/src/image/imageediting.ts +++ b/packages/ckeditor5-image/src/image/imageediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/imageinlineediting.ts b/packages/ckeditor5-image/src/image/imageinlineediting.ts index f92a0fb4eae..ea630e1b879 100644 --- a/packages/ckeditor5-image/src/image/imageinlineediting.ts +++ b/packages/ckeditor5-image/src/image/imageinlineediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/imageloadobserver.ts b/packages/ckeditor5-image/src/image/imageloadobserver.ts index ae06fbc9b67..01e4de7ed1b 100644 --- a/packages/ckeditor5-image/src/image/imageloadobserver.ts +++ b/packages/ckeditor5-image/src/image/imageloadobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/imageplaceholder.ts b/packages/ckeditor5-image/src/image/imageplaceholder.ts index 9565352ee6d..f690fecf590 100644 --- a/packages/ckeditor5-image/src/image/imageplaceholder.ts +++ b/packages/ckeditor5-image/src/image/imageplaceholder.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/imagetypecommand.ts b/packages/ckeditor5-image/src/image/imagetypecommand.ts index 0465a2aadd8..40af57d49b8 100644 --- a/packages/ckeditor5-image/src/image/imagetypecommand.ts +++ b/packages/ckeditor5-image/src/image/imagetypecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/insertimagecommand.ts b/packages/ckeditor5-image/src/image/insertimagecommand.ts index 3fe27225c93..b06636cd91b 100644 --- a/packages/ckeditor5-image/src/image/insertimagecommand.ts +++ b/packages/ckeditor5-image/src/image/insertimagecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/replaceimagesourcecommand.ts b/packages/ckeditor5-image/src/image/replaceimagesourcecommand.ts index 3c8118703a4..9900125a80c 100644 --- a/packages/ckeditor5-image/src/image/replaceimagesourcecommand.ts +++ b/packages/ckeditor5-image/src/image/replaceimagesourcecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Command, type Editor } from 'ckeditor5/src/core.js'; diff --git a/packages/ckeditor5-image/src/image/ui/utils.ts b/packages/ckeditor5-image/src/image/ui/utils.ts index 399f468dda5..f94d37f4ccf 100644 --- a/packages/ckeditor5-image/src/image/ui/utils.ts +++ b/packages/ckeditor5-image/src/image/ui/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/image/utils.ts b/packages/ckeditor5-image/src/image/utils.ts index 9e97b5cd59c..43539ec9252 100644 --- a/packages/ckeditor5-image/src/image/utils.ts +++ b/packages/ckeditor5-image/src/image/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageblock.ts b/packages/ckeditor5-image/src/imageblock.ts index 8de13044a15..71bd1b6717b 100644 --- a/packages/ckeditor5-image/src/imageblock.ts +++ b/packages/ckeditor5-image/src/imageblock.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagecaption.ts b/packages/ckeditor5-image/src/imagecaption.ts index 2c0f3c568db..075721fafac 100644 --- a/packages/ckeditor5-image/src/imagecaption.ts +++ b/packages/ckeditor5-image/src/imagecaption.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagecaption/imagecaptionediting.ts b/packages/ckeditor5-image/src/imagecaption/imagecaptionediting.ts index 45d5d7bda6a..ec7db46347b 100644 --- a/packages/ckeditor5-image/src/imagecaption/imagecaptionediting.ts +++ b/packages/ckeditor5-image/src/imagecaption/imagecaptionediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagecaption/imagecaptionui.ts b/packages/ckeditor5-image/src/imagecaption/imagecaptionui.ts index 3faeda2ad1f..08df8cb3f38 100644 --- a/packages/ckeditor5-image/src/imagecaption/imagecaptionui.ts +++ b/packages/ckeditor5-image/src/imagecaption/imagecaptionui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagecaption/imagecaptionutils.ts b/packages/ckeditor5-image/src/imagecaption/imagecaptionutils.ts index fc1cc75252e..f123641d54e 100644 --- a/packages/ckeditor5-image/src/imagecaption/imagecaptionutils.ts +++ b/packages/ckeditor5-image/src/imagecaption/imagecaptionutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.ts b/packages/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.ts index 32dc9372244..b33c38e1607 100644 --- a/packages/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.ts +++ b/packages/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageconfig.ts b/packages/ckeditor5-image/src/imageconfig.ts index e48f62fa971..c37d331f620 100644 --- a/packages/ckeditor5-image/src/imageconfig.ts +++ b/packages/ckeditor5-image/src/imageconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinline.ts b/packages/ckeditor5-image/src/imageinline.ts index 27ced1678af..0557d7b6845 100644 --- a/packages/ckeditor5-image/src/imageinline.ts +++ b/packages/ckeditor5-image/src/imageinline.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinsert.ts b/packages/ckeditor5-image/src/imageinsert.ts index 2fde1be19fd..12ce7838c19 100644 --- a/packages/ckeditor5-image/src/imageinsert.ts +++ b/packages/ckeditor5-image/src/imageinsert.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinsert/imageinsertui.ts b/packages/ckeditor5-image/src/imageinsert/imageinsertui.ts index 86b25165291..ef9b8a9b005 100644 --- a/packages/ckeditor5-image/src/imageinsert/imageinsertui.ts +++ b/packages/ckeditor5-image/src/imageinsert/imageinsertui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinsert/imageinsertviaurlui.ts b/packages/ckeditor5-image/src/imageinsert/imageinsertviaurlui.ts index f00d7a47dad..a9f712eb08f 100644 --- a/packages/ckeditor5-image/src/imageinsert/imageinsertviaurlui.ts +++ b/packages/ckeditor5-image/src/imageinsert/imageinsertviaurlui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinsert/ui/imageinsertformview.ts b/packages/ckeditor5-image/src/imageinsert/ui/imageinsertformview.ts index 325fed5424c..0a37b4436c1 100644 --- a/packages/ckeditor5-image/src/imageinsert/ui/imageinsertformview.ts +++ b/packages/ckeditor5-image/src/imageinsert/ui/imageinsertformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinsert/ui/imageinserturlview.ts b/packages/ckeditor5-image/src/imageinsert/ui/imageinserturlview.ts index 9b6960a3b62..25609637f43 100644 --- a/packages/ckeditor5-image/src/imageinsert/ui/imageinserturlview.ts +++ b/packages/ckeditor5-image/src/imageinsert/ui/imageinserturlview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageinsertviaurl.ts b/packages/ckeditor5-image/src/imageinsertviaurl.ts index 3e490caf0bc..8c0243285ba 100644 --- a/packages/ckeditor5-image/src/imageinsertviaurl.ts +++ b/packages/ckeditor5-image/src/imageinsertviaurl.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize.ts b/packages/ckeditor5-image/src/imageresize.ts index 33f58da14e5..626cb7aedf7 100644 --- a/packages/ckeditor5-image/src/imageresize.ts +++ b/packages/ckeditor5-image/src/imageresize.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/imagecustomresizeui.ts b/packages/ckeditor5-image/src/imageresize/imagecustomresizeui.ts index eadb0de2eaa..e9005b758b9 100644 --- a/packages/ckeditor5-image/src/imageresize/imagecustomresizeui.ts +++ b/packages/ckeditor5-image/src/imageresize/imagecustomresizeui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/imageresizebuttons.ts b/packages/ckeditor5-image/src/imageresize/imageresizebuttons.ts index edbd37ed55f..d3bfccd243e 100644 --- a/packages/ckeditor5-image/src/imageresize/imageresizebuttons.ts +++ b/packages/ckeditor5-image/src/imageresize/imageresizebuttons.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/imageresizeediting.ts b/packages/ckeditor5-image/src/imageresize/imageresizeediting.ts index f0adf13dc56..ac7d7b42aa8 100644 --- a/packages/ckeditor5-image/src/imageresize/imageresizeediting.ts +++ b/packages/ckeditor5-image/src/imageresize/imageresizeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/imageresizehandles.ts b/packages/ckeditor5-image/src/imageresize/imageresizehandles.ts index 36ea6329556..77791b7f478 100644 --- a/packages/ckeditor5-image/src/imageresize/imageresizehandles.ts +++ b/packages/ckeditor5-image/src/imageresize/imageresizehandles.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/resizeimagecommand.ts b/packages/ckeditor5-image/src/imageresize/resizeimagecommand.ts index 9d35ee1acd0..da6a7ac81b1 100644 --- a/packages/ckeditor5-image/src/imageresize/resizeimagecommand.ts +++ b/packages/ckeditor5-image/src/imageresize/resizeimagecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/ui/imagecustomresizeformview.ts b/packages/ckeditor5-image/src/imageresize/ui/imagecustomresizeformview.ts index af48907ee26..6f921d1b7ce 100644 --- a/packages/ckeditor5-image/src/imageresize/ui/imagecustomresizeformview.ts +++ b/packages/ckeditor5-image/src/imageresize/ui/imagecustomresizeformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/utils/getselectedimageeditornodes.ts b/packages/ckeditor5-image/src/imageresize/utils/getselectedimageeditornodes.ts index 2fec489d969..6990faad94b 100644 --- a/packages/ckeditor5-image/src/imageresize/utils/getselectedimageeditornodes.ts +++ b/packages/ckeditor5-image/src/imageresize/utils/getselectedimageeditornodes.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/utils/getselectedimagepossibleresizerange.ts b/packages/ckeditor5-image/src/imageresize/utils/getselectedimagepossibleresizerange.ts index 950df510669..2dc01705d59 100644 --- a/packages/ckeditor5-image/src/imageresize/utils/getselectedimagepossibleresizerange.ts +++ b/packages/ckeditor5-image/src/imageresize/utils/getselectedimagepossibleresizerange.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/utils/getselectedimagewidthinunits.ts b/packages/ckeditor5-image/src/imageresize/utils/getselectedimagewidthinunits.ts index 7e46adfa052..8857ffa0ac6 100644 --- a/packages/ckeditor5-image/src/imageresize/utils/getselectedimagewidthinunits.ts +++ b/packages/ckeditor5-image/src/imageresize/utils/getselectedimagewidthinunits.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageresize/utils/tryparsedimensionwithunit.ts b/packages/ckeditor5-image/src/imageresize/utils/tryparsedimensionwithunit.ts index 7e3fbe7466b..cc232c150b4 100644 --- a/packages/ckeditor5-image/src/imageresize/utils/tryparsedimensionwithunit.ts +++ b/packages/ckeditor5-image/src/imageresize/utils/tryparsedimensionwithunit.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagesizeattributes.ts b/packages/ckeditor5-image/src/imagesizeattributes.ts index 4c53f9e30d2..51937eb2f38 100644 --- a/packages/ckeditor5-image/src/imagesizeattributes.ts +++ b/packages/ckeditor5-image/src/imagesizeattributes.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -121,8 +121,8 @@ export default class ImageSizeAttributes extends Plugin { // Dedicated converters to propagate attributes to the element. editor.conversion.for( 'editingDowncast' ).add( dispatcher => { - attachDowncastConverter( dispatcher, 'width', 'width', true ); - attachDowncastConverter( dispatcher, 'height', 'height', true ); + attachDowncastConverter( dispatcher, 'width', 'width', true, true ); + attachDowncastConverter( dispatcher, 'height', 'height', true, true ); } ); editor.conversion.for( 'dataDowncast' ).add( dispatcher => { @@ -134,7 +134,8 @@ export default class ImageSizeAttributes extends Plugin { dispatcher: DowncastDispatcher, modelAttributeName: string, viewAttributeName: string, - setRatioForInlineImage: boolean + setRatioForInlineImage: boolean, + isEditingDowncast: boolean = false ) { dispatcher.on( `attribute:${ modelAttributeName }:${ imageType }`, ( evt, data, conversionApi ) => { if ( !conversionApi.consumable.consume( data.item, evt.name ) ) { @@ -166,8 +167,14 @@ export default class ImageSizeAttributes extends Plugin { const width = data.item.getAttribute( 'width' ); const height = data.item.getAttribute( 'height' ); - if ( width && height ) { - viewWriter.setStyle( 'aspect-ratio', `${ width }/${ height }`, img ); + if ( !width || !height ) { + return; + } + + viewWriter.setStyle( 'aspect-ratio', `${ width }/${ height }`, img ); + + if ( isEditingDowncast ) { + viewWriter.setAttribute( 'loading', 'lazy', img ); } } ); } diff --git a/packages/ckeditor5-image/src/imagestyle.ts b/packages/ckeditor5-image/src/imagestyle.ts index 33fbb353edf..14b01066af0 100644 --- a/packages/ckeditor5-image/src/imagestyle.ts +++ b/packages/ckeditor5-image/src/imagestyle.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagestyle/converters.ts b/packages/ckeditor5-image/src/imagestyle/converters.ts index 67c30adfc00..4b9150b18be 100644 --- a/packages/ckeditor5-image/src/imagestyle/converters.ts +++ b/packages/ckeditor5-image/src/imagestyle/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { DowncastAttributeEvent, Element, UpcastElementEvent } from 'ckeditor5/src/engine.js'; diff --git a/packages/ckeditor5-image/src/imagestyle/imagestylecommand.ts b/packages/ckeditor5-image/src/imagestyle/imagestylecommand.ts index 640aaea4d10..227da115414 100644 --- a/packages/ckeditor5-image/src/imagestyle/imagestylecommand.ts +++ b/packages/ckeditor5-image/src/imagestyle/imagestylecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagestyle/imagestyleediting.ts b/packages/ckeditor5-image/src/imagestyle/imagestyleediting.ts index 965f461d54f..67b6467b7c6 100644 --- a/packages/ckeditor5-image/src/imagestyle/imagestyleediting.ts +++ b/packages/ckeditor5-image/src/imagestyle/imagestyleediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagestyle/imagestyleui.ts b/packages/ckeditor5-image/src/imagestyle/imagestyleui.ts index bf2a478ed7c..b3ad824ce0e 100644 --- a/packages/ckeditor5-image/src/imagestyle/imagestyleui.ts +++ b/packages/ckeditor5-image/src/imagestyle/imagestyleui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagestyle/utils.ts b/packages/ckeditor5-image/src/imagestyle/utils.ts index ad7d9086d51..527d08a7fc3 100644 --- a/packages/ckeditor5-image/src/imagestyle/utils.ts +++ b/packages/ckeditor5-image/src/imagestyle/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagetextalternative.ts b/packages/ckeditor5-image/src/imagetextalternative.ts index ebc6edb096a..8fb96cccb61 100644 --- a/packages/ckeditor5-image/src/imagetextalternative.ts +++ b/packages/ckeditor5-image/src/imagetextalternative.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.ts b/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.ts index 0e58353a740..2d85b95c2a6 100644 --- a/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.ts +++ b/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.ts b/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.ts index a068206332c..4096287b953 100644 --- a/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.ts +++ b/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.ts b/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.ts index 7af4aa6db43..23d9ee0b303 100644 --- a/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.ts +++ b/packages/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.ts b/packages/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.ts index 2590d3e6190..d75cedc706a 100644 --- a/packages/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.ts +++ b/packages/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imagetoolbar.ts b/packages/ckeditor5-image/src/imagetoolbar.ts index ed1b446b133..1e18b026979 100644 --- a/packages/ckeditor5-image/src/imagetoolbar.ts +++ b/packages/ckeditor5-image/src/imagetoolbar.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageupload.ts b/packages/ckeditor5-image/src/imageupload.ts index 254dbe8cdb3..fc6c4e5af7d 100644 --- a/packages/ckeditor5-image/src/imageupload.ts +++ b/packages/ckeditor5-image/src/imageupload.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageupload/imageuploadediting.ts b/packages/ckeditor5-image/src/imageupload/imageuploadediting.ts index 7ba5bffffb7..9eca6fe1eda 100644 --- a/packages/ckeditor5-image/src/imageupload/imageuploadediting.ts +++ b/packages/ckeditor5-image/src/imageupload/imageuploadediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -16,7 +16,9 @@ import { type Writer, type DataTransfer, type ViewElement, - type NodeAttributes + type NodeAttributes, + type DowncastAttributeEvent, + type UpcastElementEvent } from 'ckeditor5/src/engine.js'; import { Notification } from 'ckeditor5/src/ui.js'; @@ -64,7 +66,15 @@ export default class ImageUploadEditing extends Plugin { * element (reference) and resolve the upload for the correct model element (instead of the one that landed in the `$graveyard` * after image type changed). */ - private readonly _uploadImageElements: Map; + private readonly _uploadImageElements: Map>; + + /** + * An internal mapping of {@link module:upload/filerepository~FileLoader#id file loader UIDs} and + * upload responses for handling images dragged during their upload process. When such images are later + * dropped, their original upload IDs no longer exist in the registry (as the original upload completed). + * This map preserves the upload responses to properly handle such cases. + */ + private readonly _uploadedImages = new Map(); /** * @inheritDoc @@ -106,7 +116,36 @@ export default class ImageUploadEditing extends Plugin { key: 'uploadId' }, model: 'uploadId' - } ); + } ) + + // Handle the case when the image is not fully uploaded yet but it's being moved. + // See more: https://github.com/ckeditor/ckeditor5/pull/17327 + .add( dispatcher => dispatcher.on( 'element:img', ( evt, data, conversionApi ) => { + if ( !conversionApi.consumable.test( data.viewItem, { attributes: [ 'data-ck-upload-id' ] } ) ) { + return; + } + + const uploadId = data.viewItem.getAttribute( 'data-ck-upload-id' ); + + if ( !uploadId ) { + return; + } + + const [ modelElement ] = Array.from( data.modelRange!.getItems( { shallow: true } ) ); + const loader = fileRepository.loaders.get( uploadId as string ); + + if ( modelElement ) { + // Handle case when `uploadId` is set on the image element but the loader is not present in the registry. + // It may happen when the image was successfully uploaded and the loader was removed from the registry. + // It's still present in the `_uploadedImages` map though. It's why we do not place this line in the condition below. + conversionApi.writer.setAttribute( 'uploadId', uploadId, modelElement ); + conversionApi.consumable.consume( data.viewItem, { attributes: [ 'data-ck-upload-id' ] } ); + + if ( loader && loader.data ) { + conversionApi.writer.setAttribute( 'uploadStatus', loader.status, modelElement ); + } + } + }, { priority: 'low' } ) ); // Handle pasted images. // For every image file, a new file loader is created and a placeholder image is @@ -217,6 +256,26 @@ export default class ImageUploadEditing extends Plugin { const loader = fileRepository.loaders.get( uploadId ); if ( !loader ) { + // If the loader does not exist, it means that the image was already uploaded + // and the loader promise was removed from the registry. In that scenario we need + // to restore response object from the internal map. + if ( !isInsertedInGraveyard && this._uploadedImages.has( uploadId ) ) { + // Fire `uploadComplete` to set proper attributes on the image element. + editor.model.enqueueChange( { isUndoable: false }, writer => { + writer.setAttribute( 'uploadStatus', 'complete', imageElement ); + + this.fire( 'uploadComplete', { + data: this._uploadedImages.get( uploadId )!, + imageElement: imageElement as Element + } ); + } ); + + // While it makes sense to remove the image from the `_uploadedImages` map here, + // it's counterintuitive for the user that pastes image in uploading several times. + // It'll work the first time, but the next time the image will be empty because the + // `_uploadedImages` no longer contain the response. + } + continue; } @@ -224,7 +283,16 @@ export default class ImageUploadEditing extends Plugin { // If the image was inserted to the graveyard for good (**not** replaced by another image), // only then abort the loading process. if ( !insertedImagesIds.has( uploadId ) ) { - loader.abort(); + // ... but abort it only if all remain images that share the same loader are in the graveyard too. + // This is to prevent situation when we have two images in uploading state and one of them is being + // placed in the graveyard (e.g. using undo). The other one should not be aborted. + const allImagesThatShareUploaderInGraveyard = Array + .from( this._uploadImageElements.get( uploadId )! ) + .every( element => element.root.rootName == '$graveyard' ); + + if ( allImagesThatShareUploaderInGraveyard ) { + loader.abort(); + } } } else { // Remember the upload id of the inserted image. If it acted as a replacement for another @@ -236,7 +304,11 @@ export default class ImageUploadEditing extends Plugin { // can later resolve in the context of the correct model element. The model element could // change for the same upload if one image was replaced by another (e.g. image type was changed), // so this may also replace an existing mapping. - this._uploadImageElements.set( uploadId, imageElement as Element ); + if ( !this._uploadImageElements.has( uploadId ) ) { + this._uploadImageElements.set( uploadId, new Set( [ imageElement as Element ] ) ); + } else { + this._uploadImageElements.get( uploadId )!.add( imageElement as Element ); + } if ( loader.status == 'idle' ) { // If the image was inserted into content and has not been loaded yet, start loading it. @@ -274,12 +346,16 @@ export default class ImageUploadEditing extends Plugin { schema.extend( 'imageBlock', { allowAttributes: [ 'uploadId', 'uploadStatus' ] } ); + + this._registerConverters( 'imageBlock' ); } if ( this.editor.plugins.has( 'ImageInlineEditing' ) ) { schema.extend( 'imageInline', { allowAttributes: [ 'uploadId', 'uploadStatus' ] } ); + + this._registerConverters( 'imageInline' ); } } @@ -300,66 +376,72 @@ export default class ImageUploadEditing extends Plugin { const imageUploadElements = this._uploadImageElements; model.enqueueChange( { isUndoable: false }, writer => { - writer.setAttribute( 'uploadStatus', 'reading', imageUploadElements.get( loader.id )! ); + const elements = imageUploadElements.get( loader.id )!; + + for ( const element of elements ) { + writer.setAttribute( 'uploadStatus', 'reading', element ); + } } ); return loader.read() .then( () => { const promise = loader.upload(); - const imageElement = imageUploadElements.get( loader.id )!; - - // Force re–paint in Safari. Without it, the image will display with a wrong size. - // https://github.com/ckeditor/ckeditor5/issues/1975 - /* istanbul ignore next -- @preserve */ - if ( env.isSafari ) { - const viewFigure = editor.editing.mapper.toViewElement( imageElement )!; - const viewImg = imageUtils.findViewImgElement( viewFigure )!; - - editor.editing.view.once( 'render', () => { - // Early returns just to be safe. There might be some code ran - // in between the outer scope and this callback. - if ( !viewImg.parent ) { - return; - } - const domFigure = editor.editing.view.domConverter.mapViewToDom( viewImg.parent ) as HTMLElement | undefined; + if ( editor.ui ) { + editor.ui.ariaLiveAnnouncer.announce( t( 'Uploading image' ) ); + } - if ( !domFigure ) { - return; - } + for ( const imageElement of imageUploadElements.get( loader.id )! ) { + // Force re–paint in Safari. Without it, the image will display with a wrong size. + // https://github.com/ckeditor/ckeditor5/issues/1975 + /* istanbul ignore next -- @preserve */ + if ( env.isSafari ) { + const viewFigure = editor.editing.mapper.toViewElement( imageElement )!; + const viewImg = imageUtils.findViewImgElement( viewFigure )!; + + editor.editing.view.once( 'render', () => { + // Early returns just to be safe. There might be some code ran + // in between the outer scope and this callback. + if ( !viewImg.parent ) { + return; + } - const originalDisplay = domFigure.style.display; + const domFigure = editor.editing.view.domConverter.mapViewToDom( viewImg.parent ) as HTMLElement | undefined; - domFigure.style.display = 'none'; + if ( !domFigure ) { + return; + } - // Make sure this line will never be removed during minification for having "no effect". - ( domFigure as any )._ckHack = domFigure.offsetHeight; + const originalDisplay = domFigure.style.display; - domFigure.style.display = originalDisplay; - } ); - } + domFigure.style.display = 'none'; - if ( editor.ui ) { - editor.ui.ariaLiveAnnouncer.announce( t( 'Uploading image' ) ); - } + // Make sure this line will never be removed during minification for having "no effect". + ( domFigure as any )._ckHack = domFigure.offsetHeight; - model.enqueueChange( { isUndoable: false }, writer => { - writer.setAttribute( 'uploadStatus', 'uploading', imageElement ); - } ); + domFigure.style.display = originalDisplay; + } ); + } + + model.enqueueChange( { isUndoable: false }, writer => { + writer.setAttribute( 'uploadStatus', 'uploading', imageElement ); + } ); + } return promise; } ) .then( data => { model.enqueueChange( { isUndoable: false }, writer => { - const imageElement = imageUploadElements.get( loader.id )!; - - writer.setAttribute( 'uploadStatus', 'complete', imageElement ); + for ( const imageElement of imageUploadElements.get( loader.id )! ) { + writer.setAttribute( 'uploadStatus', 'complete', imageElement ); + this.fire( 'uploadComplete', { data, imageElement } ); + } if ( editor.ui ) { editor.ui.ariaLiveAnnouncer.announce( t( 'Image upload complete' ) ); } - this.fire( 'uploadComplete', { data, imageElement } ); + this._uploadedImages.set( loader.id, data ); } ); clean(); @@ -385,12 +467,12 @@ export default class ImageUploadEditing extends Plugin { // Permanently remove image from insertion batch. model.enqueueChange( { isUndoable: false }, writer => { - const node = imageUploadElements.get( loader.id ); - - // Handle situation when the image has been removed and then `abort` exception was thrown. - // See: https://github.com/cksource/ckeditor5-commercial/issues/6817 - if ( node && node.root.rootName !== '$graveyard' ) { - writer.remove( node ); + for ( const imageElement of imageUploadElements.get( loader.id )! ) { + // Handle situation when the image has been removed and then `abort` exception was thrown. + // See: https://github.com/cksource/ckeditor5-commercial/issues/6817 + if ( imageElement.root.rootName !== '$graveyard' ) { + writer.remove( imageElement ); + } } } ); @@ -399,10 +481,10 @@ export default class ImageUploadEditing extends Plugin { function clean() { model.enqueueChange( { isUndoable: false }, writer => { - const imageElement = imageUploadElements.get( loader.id )!; - - writer.removeAttribute( 'uploadId', imageElement ); - writer.removeAttribute( 'uploadStatus', imageElement ); + for ( const imageElement of imageUploadElements.get( loader.id )! ) { + writer.removeAttribute( 'uploadId', imageElement ); + writer.removeAttribute( 'uploadStatus', imageElement ); + } imageUploadElements.delete( loader.id ); } ); @@ -451,6 +533,43 @@ export default class ImageUploadEditing extends Plugin { writer.setAttributes( attributes, image ); } } + + /** + * Registers image upload converters. + * + * @param imageType The type of the image. + */ + private _registerConverters( imageType: 'imageBlock' | 'imageInline' ) { + const { conversion, plugins } = this.editor; + + const fileRepository = plugins.get( FileRepository ); + const imageUtils = plugins.get( ImageUtils ); + + // It sets `data-ck-upload-id` attribute on the view image elements that are not fully uploaded. + // It avoids the situation when image disappears when it's being moved and upload is not finished yet. + // See more: https://github.com/ckeditor/ckeditor5/issues/16967 + conversion.for( 'dataDowncast' ).add( dispatcher => { + dispatcher.on( `attribute:uploadId:${ imageType }`, ( evt, data, conversionApi ) => { + if ( !conversionApi.consumable.test( data.item, evt.name ) ) { + return; + } + + const loader = fileRepository.loaders.get( data.attributeNewValue as string ); + + if ( !loader || !loader.data ) { + return null; + } + + const viewElement = conversionApi.mapper.toViewElement( data.item as Element )!; + const img = imageUtils.findViewImgElement( viewElement ); + + if ( img ) { + conversionApi.consumable.consume( data.item, evt.name ); + conversionApi.writer.setAttribute( 'data-ck-upload-id', loader.id, img ); + } + } ); + } ); + } } /** diff --git a/packages/ckeditor5-image/src/imageupload/imageuploadprogress.ts b/packages/ckeditor5-image/src/imageupload/imageuploadprogress.ts index c9a6126b995..afb0b89bab1 100644 --- a/packages/ckeditor5-image/src/imageupload/imageuploadprogress.ts +++ b/packages/ckeditor5-image/src/imageupload/imageuploadprogress.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageupload/imageuploadui.ts b/packages/ckeditor5-image/src/imageupload/imageuploadui.ts index 051bce01a4e..b54daf47289 100644 --- a/packages/ckeditor5-image/src/imageupload/imageuploadui.ts +++ b/packages/ckeditor5-image/src/imageupload/imageuploadui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageupload/uploadimagecommand.ts b/packages/ckeditor5-image/src/imageupload/uploadimagecommand.ts index 689386935f9..23743b63957 100644 --- a/packages/ckeditor5-image/src/imageupload/uploadimagecommand.ts +++ b/packages/ckeditor5-image/src/imageupload/uploadimagecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { FileRepository } from 'ckeditor5/src/upload.js'; diff --git a/packages/ckeditor5-image/src/imageupload/utils.ts b/packages/ckeditor5-image/src/imageupload/utils.ts index 02a79d04ccd..c2aa4742027 100644 --- a/packages/ckeditor5-image/src/imageupload/utils.ts +++ b/packages/ckeditor5-image/src/imageupload/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/imageutils.ts b/packages/ckeditor5-image/src/imageutils.ts index f2a94b4c2f3..e90ed469df7 100644 --- a/packages/ckeditor5-image/src/imageutils.ts +++ b/packages/ckeditor5-image/src/imageutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/index.ts b/packages/ckeditor5-image/src/index.ts index 3a06bd534fe..76405356d84 100644 --- a/packages/ckeditor5-image/src/index.ts +++ b/packages/ckeditor5-image/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/src/pictureediting.ts b/packages/ckeditor5-image/src/pictureediting.ts index dfacc12cb74..7732e601661 100644 --- a/packages/ckeditor5-image/src/pictureediting.ts +++ b/packages/ckeditor5-image/src/pictureediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-image/tests/autoimage.js b/packages/ckeditor5-image/tests/autoimage.js index 506d8c3e69e..b6019674384 100644 --- a/packages/ckeditor5-image/tests/autoimage.js +++ b/packages/ckeditor5-image/tests/autoimage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global setTimeout */ diff --git a/packages/ckeditor5-image/tests/image.js b/packages/ckeditor5-image/tests/image.js index 8b37636cf26..289f162ce24 100644 --- a/packages/ckeditor5-image/tests/image.js +++ b/packages/ckeditor5-image/tests/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/image/converters.js b/packages/ckeditor5-image/tests/image/converters.js index 3b42f664b7e..cc56c09359d 100644 --- a/packages/ckeditor5-image/tests/image/converters.js +++ b/packages/ckeditor5-image/tests/image/converters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ImageEditing from '../../src/image/imageediting.js'; diff --git a/packages/ckeditor5-image/tests/image/imageblockediting.js b/packages/ckeditor5-image/tests/image/imageblockediting.js index 8aafd567879..eb947dfd7b0 100644 --- a/packages/ckeditor5-image/tests/image/imageblockediting.js +++ b/packages/ckeditor5-image/tests/image/imageblockediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event, setTimeout */ diff --git a/packages/ckeditor5-image/tests/image/imageediting.js b/packages/ckeditor5-image/tests/image/imageediting.js index a1a0f4aa861..f8e128d0079 100644 --- a/packages/ckeditor5-image/tests/image/imageediting.js +++ b/packages/ckeditor5-image/tests/image/imageediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-image/tests/image/imageinlineediting.js b/packages/ckeditor5-image/tests/image/imageinlineediting.js index a3d971a9fa3..64d02707bb2 100644 --- a/packages/ckeditor5-image/tests/image/imageinlineediting.js +++ b/packages/ckeditor5-image/tests/image/imageinlineediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event, setTimeout */ diff --git a/packages/ckeditor5-image/tests/image/imageloadobserver.js b/packages/ckeditor5-image/tests/image/imageloadobserver.js index 8cde473b7b5..8abe7cb0fa9 100644 --- a/packages/ckeditor5-image/tests/image/imageloadobserver.js +++ b/packages/ckeditor5-image/tests/image/imageloadobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-image/tests/image/imageplaceholder.js b/packages/ckeditor5-image/tests/image/imageplaceholder.js index b57cdcfc0de..e67b41f2dd9 100644 --- a/packages/ckeditor5-image/tests/image/imageplaceholder.js +++ b/packages/ckeditor5-image/tests/image/imageplaceholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-image/tests/image/imagetypecommand.js b/packages/ckeditor5-image/tests/image/imagetypecommand.js index 15ba403c37a..f6f308b8909 100644 --- a/packages/ckeditor5-image/tests/image/imagetypecommand.js +++ b/packages/ckeditor5-image/tests/image/imagetypecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals setTimeout */ diff --git a/packages/ckeditor5-image/tests/image/insertimagecommand.js b/packages/ckeditor5-image/tests/image/insertimagecommand.js index c0053361d25..4e05bd958e6 100644 --- a/packages/ckeditor5-image/tests/image/insertimagecommand.js +++ b/packages/ckeditor5-image/tests/image/insertimagecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-image/tests/image/replaceimagesourcecommand.js b/packages/ckeditor5-image/tests/image/replaceimagesourcecommand.js index 10e5fe2311b..f1708d4a8ea 100644 --- a/packages/ckeditor5-image/tests/image/replaceimagesourcecommand.js +++ b/packages/ckeditor5-image/tests/image/replaceimagesourcecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global setTimeout */ diff --git a/packages/ckeditor5-image/tests/image/ui/utils.js b/packages/ckeditor5-image/tests/image/ui/utils.js index ac144b30fae..0cd364a6700 100644 --- a/packages/ckeditor5-image/tests/image/ui/utils.js +++ b/packages/ckeditor5-image/tests/image/ui/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-image/tests/image/utils.js b/packages/ckeditor5-image/tests/image/utils.js index 2d2820d418b..13f971de654 100644 --- a/packages/ckeditor5-image/tests/image/utils.js +++ b/packages/ckeditor5-image/tests/image/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-image/tests/imageblock.js b/packages/ckeditor5-image/tests/imageblock.js index 15ad9de5307..d73794a7e59 100644 --- a/packages/ckeditor5-image/tests/imageblock.js +++ b/packages/ckeditor5-image/tests/imageblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagecaption.js b/packages/ckeditor5-image/tests/imagecaption.js index 9917d359236..aa82bb8abff 100644 --- a/packages/ckeditor5-image/tests/imagecaption.js +++ b/packages/ckeditor5-image/tests/imagecaption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-image/tests/imagecaption/imagecaption-integration.js b/packages/ckeditor5-image/tests/imagecaption/imagecaption-integration.js index 811fd8beaf2..f21e740bc41 100644 --- a/packages/ckeditor5-image/tests/imagecaption/imagecaption-integration.js +++ b/packages/ckeditor5-image/tests/imagecaption/imagecaption-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Image from '../../src/image.js'; diff --git a/packages/ckeditor5-image/tests/imagecaption/imagecaptionediting.js b/packages/ckeditor5-image/tests/imagecaption/imagecaptionediting.js index b745b674a0d..250307080a6 100644 --- a/packages/ckeditor5-image/tests/imagecaption/imagecaptionediting.js +++ b/packages/ckeditor5-image/tests/imagecaption/imagecaptionediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagecaption/imagecaptionui.js b/packages/ckeditor5-image/tests/imagecaption/imagecaptionui.js index b3c54f25095..80cd4e90700 100644 --- a/packages/ckeditor5-image/tests/imagecaption/imagecaptionui.js +++ b/packages/ckeditor5-image/tests/imagecaption/imagecaptionui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-image/tests/imagecaption/toggleimagecaptioncommand.js b/packages/ckeditor5-image/tests/imagecaption/toggleimagecaptioncommand.js index 2072a798284..a956f8c0657 100644 --- a/packages/ckeditor5-image/tests/imagecaption/toggleimagecaptioncommand.js +++ b/packages/ckeditor5-image/tests/imagecaption/toggleimagecaptioncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagecaption/utils.js b/packages/ckeditor5-image/tests/imagecaption/utils.js index e05f51e00de..1ef415c719b 100644 --- a/packages/ckeditor5-image/tests/imagecaption/utils.js +++ b/packages/ckeditor5-image/tests/imagecaption/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imageinline.js b/packages/ckeditor5-image/tests/imageinline.js index 3bcf3cb0350..596646cb84f 100644 --- a/packages/ckeditor5-image/tests/imageinline.js +++ b/packages/ckeditor5-image/tests/imageinline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imageinsert.js b/packages/ckeditor5-image/tests/imageinsert.js index 94e79b3bf46..6f2476081ce 100644 --- a/packages/ckeditor5-image/tests/imageinsert.js +++ b/packages/ckeditor5-image/tests/imageinsert.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imageinsert/imageinsertui.js b/packages/ckeditor5-image/tests/imageinsert/imageinsertui.js index 0186d7f2363..2392bf8a024 100644 --- a/packages/ckeditor5-image/tests/imageinsert/imageinsertui.js +++ b/packages/ckeditor5-image/tests/imageinsert/imageinsertui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-image/tests/imageinsert/imageinsertviaurlui.js b/packages/ckeditor5-image/tests/imageinsert/imageinsertviaurlui.js index 3fb53f631b1..3d6d9d8826a 100644 --- a/packages/ckeditor5-image/tests/imageinsert/imageinsertviaurlui.js +++ b/packages/ckeditor5-image/tests/imageinsert/imageinsertviaurlui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-image/tests/imageinsert/ui/imageinsertformview.js b/packages/ckeditor5-image/tests/imageinsert/ui/imageinsertformview.js index 467a2da7168..76661166b11 100644 --- a/packages/ckeditor5-image/tests/imageinsert/ui/imageinsertformview.js +++ b/packages/ckeditor5-image/tests/imageinsert/ui/imageinsertformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-image/tests/imageinsert/ui/imageinserturlview.js b/packages/ckeditor5-image/tests/imageinsert/ui/imageinserturlview.js index 8b006bcea88..5d6ced7b96c 100644 --- a/packages/ckeditor5-image/tests/imageinsert/ui/imageinserturlview.js +++ b/packages/ckeditor5-image/tests/imageinsert/ui/imageinserturlview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-image/tests/imageinsertviaurl.js b/packages/ckeditor5-image/tests/imageinsertviaurl.js index cceab23c828..32898b3801c 100644 --- a/packages/ckeditor5-image/tests/imageinsertviaurl.js +++ b/packages/ckeditor5-image/tests/imageinsertviaurl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imageresize/_utils/utils.js b/packages/ckeditor5-image/tests/imageresize/_utils/utils.js index 5762a5a1dd1..5117f36e820 100644 --- a/packages/ckeditor5-image/tests/imageresize/_utils/utils.js +++ b/packages/ckeditor5-image/tests/imageresize/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ImageLoadObserver from '../../../src/image/imageloadobserver.js'; diff --git a/packages/ckeditor5-image/tests/imageresize/imagecustomresizeui.js b/packages/ckeditor5-image/tests/imageresize/imagecustomresizeui.js index bd55e576865..d4b525c64d8 100644 --- a/packages/ckeditor5-image/tests/imageresize/imagecustomresizeui.js +++ b/packages/ckeditor5-image/tests/imageresize/imagecustomresizeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-image/tests/imageresize/imageresize.js b/packages/ckeditor5-image/tests/imageresize/imageresize.js index 61e049c5c49..662d329e5ca 100644 --- a/packages/ckeditor5-image/tests/imageresize/imageresize.js +++ b/packages/ckeditor5-image/tests/imageresize/imageresize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ImageResize from '../../src/imageresize.js'; diff --git a/packages/ckeditor5-image/tests/imageresize/imageresizebuttons.js b/packages/ckeditor5-image/tests/imageresize/imageresizebuttons.js index 90768864f9d..d0214a420bd 100644 --- a/packages/ckeditor5-image/tests/imageresize/imageresizebuttons.js +++ b/packages/ckeditor5-image/tests/imageresize/imageresizebuttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-image/tests/imageresize/imageresizeediting.js b/packages/ckeditor5-image/tests/imageresize/imageresizeediting.js index c8c0b67d41b..005f62bd06c 100644 --- a/packages/ckeditor5-image/tests/imageresize/imageresizeediting.js +++ b/packages/ckeditor5-image/tests/imageresize/imageresizeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-image/tests/imageresize/imageresizehandles.js b/packages/ckeditor5-image/tests/imageresize/imageresizehandles.js index bddb9da28ad..8b2f69418c2 100644 --- a/packages/ckeditor5-image/tests/imageresize/imageresizehandles.js +++ b/packages/ckeditor5-image/tests/imageresize/imageresizehandles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-image/tests/imageresize/resizeimagecommand.js b/packages/ckeditor5-image/tests/imageresize/resizeimagecommand.js index e621fdc2889..96f9364998a 100644 --- a/packages/ckeditor5-image/tests/imageresize/resizeimagecommand.js +++ b/packages/ckeditor5-image/tests/imageresize/resizeimagecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-image/tests/imageresize/ui/imagecustomresizeformview.js b/packages/ckeditor5-image/tests/imageresize/ui/imagecustomresizeformview.js index 2d34f860fc2..f2371a972fb 100644 --- a/packages/ckeditor5-image/tests/imageresize/ui/imagecustomresizeformview.js +++ b/packages/ckeditor5-image/tests/imageresize/ui/imagecustomresizeformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagepossibleresizerange.js b/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagepossibleresizerange.js index 62d3e32336f..20d0b71fd2d 100644 --- a/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagepossibleresizerange.js +++ b/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagepossibleresizerange.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagewidthinunits.js b/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagewidthinunits.js index ba711f948f6..4239fa984b9 100644 --- a/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagewidthinunits.js +++ b/packages/ckeditor5-image/tests/imageresize/utils/getselectedimagewidthinunits.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-image/tests/imageresize/utils/tryparsedimensionwithunit.js b/packages/ckeditor5-image/tests/imageresize/utils/tryparsedimensionwithunit.js index a395c1a1f1c..790aee1c280 100644 --- a/packages/ckeditor5-image/tests/imageresize/utils/tryparsedimensionwithunit.js +++ b/packages/ckeditor5-image/tests/imageresize/utils/tryparsedimensionwithunit.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { tryParseDimensionWithUnit } from '../../../src/imageresize/utils/tryparsedimensionwithunit.js'; diff --git a/packages/ckeditor5-image/tests/imagesizeattributes.js b/packages/ckeditor5-image/tests/imagesizeattributes.js index 3e282442531..7ddb3f13576 100644 --- a/packages/ckeditor5-image/tests/imagesizeattributes.js +++ b/packages/ckeditor5-image/tests/imagesizeattributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global setTimeout */ @@ -290,7 +290,8 @@ describe( 'ImageSizeAttributes', () => { expect( getViewData( view, { withoutSelection: true } ) ).to.equal( '

' + - '' + + '' + + '' + '

' ); @@ -307,7 +308,8 @@ describe( 'ImageSizeAttributes', () => { expect( getViewData( view, { withoutSelection: true } ) ).to.equal( '

' + - '' + + '' + + '' + '

' ); @@ -489,7 +491,8 @@ describe( 'ImageSizeAttributes', () => { expect( getViewData( view, { withoutSelection: true } ) ).to.equal( '
' + - '' + + '' + + '' + '
' ); @@ -507,7 +510,8 @@ describe( 'ImageSizeAttributes', () => { expect( getViewData( view, { withoutSelection: true } ) ).to.equal( '
' + - '' + + '' + + '' + '
' ); diff --git a/packages/ckeditor5-image/tests/imagestyle.js b/packages/ckeditor5-image/tests/imagestyle.js index 3b0edf4895b..92ab6914190 100644 --- a/packages/ckeditor5-image/tests/imagestyle.js +++ b/packages/ckeditor5-image/tests/imagestyle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagestyle/imagestyle-integration.js b/packages/ckeditor5-image/tests/imagestyle/imagestyle-integration.js index eefac9b3eea..f99198a6c21 100644 --- a/packages/ckeditor5-image/tests/imagestyle/imagestyle-integration.js +++ b/packages/ckeditor5-image/tests/imagestyle/imagestyle-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, setTimeout */ diff --git a/packages/ckeditor5-image/tests/imagestyle/imagestylecommand.js b/packages/ckeditor5-image/tests/imagestyle/imagestylecommand.js index a962e5e4afd..096b3971eb4 100644 --- a/packages/ckeditor5-image/tests/imagestyle/imagestylecommand.js +++ b/packages/ckeditor5-image/tests/imagestyle/imagestylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable no-undef */ diff --git a/packages/ckeditor5-image/tests/imagestyle/imagestyleediting.js b/packages/ckeditor5-image/tests/imagestyle/imagestyleediting.js index 99f7dd0821f..c09bec2ff8a 100644 --- a/packages/ckeditor5-image/tests/imagestyle/imagestyleediting.js +++ b/packages/ckeditor5-image/tests/imagestyle/imagestyleediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-image/tests/imagestyle/imagestyleui.js b/packages/ckeditor5-image/tests/imagestyle/imagestyleui.js index 88e1220ba95..88bf8d03e08 100644 --- a/packages/ckeditor5-image/tests/imagestyle/imagestyleui.js +++ b/packages/ckeditor5-image/tests/imagestyle/imagestyleui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-image/tests/imagestyle/utils.js b/packages/ckeditor5-image/tests/imagestyle/utils.js index 755698ae4b6..656f84a79a0 100644 --- a/packages/ckeditor5-image/tests/imagestyle/utils.js +++ b/packages/ckeditor5-image/tests/imagestyle/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-image/tests/imagetextalternative.js b/packages/ckeditor5-image/tests/imagetextalternative.js index b9cbe15d0be..b3d21bcc7a5 100644 --- a/packages/ckeditor5-image/tests/imagetextalternative.js +++ b/packages/ckeditor5-image/tests/imagetextalternative.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativecommand.js b/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativecommand.js index 4e64ed1f56f..5934ce477c8 100644 --- a/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativecommand.js +++ b/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeediting.js b/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeediting.js index 28a3e499ae5..40e18342adf 100644 --- a/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeediting.js +++ b/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeui.js b/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeui.js index 5f87c0e690a..753043569dc 100644 --- a/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeui.js +++ b/packages/ckeditor5-image/tests/imagetextalternative/imagetextalternativeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event, document */ diff --git a/packages/ckeditor5-image/tests/imagetextalternative/ui/textalternativeformview.js b/packages/ckeditor5-image/tests/imagetextalternative/ui/textalternativeformview.js index 53721af44df..5bcdf296932 100644 --- a/packages/ckeditor5-image/tests/imagetextalternative/ui/textalternativeformview.js +++ b/packages/ckeditor5-image/tests/imagetextalternative/ui/textalternativeformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-image/tests/imagetoolbar.js b/packages/ckeditor5-image/tests/imagetoolbar.js index 13514dc1379..8c6524330e2 100644 --- a/packages/ckeditor5-image/tests/imagetoolbar.js +++ b/packages/ckeditor5-image/tests/imagetoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-image/tests/imageupload.js b/packages/ckeditor5-image/tests/imageupload.js index 82ec53a5f9e..75bbd410d6e 100644 --- a/packages/ckeditor5-image/tests/imageupload.js +++ b/packages/ckeditor5-image/tests/imageupload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-image/tests/imageupload/imageuploadediting.js b/packages/ckeditor5-image/tests/imageupload/imageuploadediting.js index ffcc8adca53..a019a5d9793 100644 --- a/packages/ckeditor5-image/tests/imageupload/imageuploadediting.js +++ b/packages/ckeditor5-image/tests/imageupload/imageuploadediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, setTimeout, atob, URL, Blob, HTMLCanvasElement, console, document */ @@ -820,7 +820,7 @@ describe( 'ImageUploadEditing', () => { ); sinon.assert.notCalled( abortSpy ); - sinon.assert.calledOnce( uploadCompleteSpy ); + sinon.assert.calledTwice( uploadCompleteSpy ); } ); it( 'should abort if an image changed type and then was removed', async () => { @@ -1580,6 +1580,183 @@ describe( 'ImageUploadEditing', () => { } ); } ); + describe( 'data downcast conversion of images with uploading state', () => { + it( 'should dump the `data-ck-upload-id` into the data', async () => { + const onDispatch = sinon.spy( ( evt, data, conversionApi ) => { + const wasConsumed = conversionApi.consumable.test( data.item, 'attribute:uploadId:imageInline' ); + + expect( wasConsumed ).to.be.true; + } ); + + editor.conversion.for( 'downcast' ).add( dispatcher => + dispatcher.on( 'attribute:uploadId:imageInline', onDispatch, { priority: 'high' } ) + ); + + setModelData( model, '[]foo' ); + + const file = createNativeFileMock(); + editor.execute( 'uploadImage', { file } ); + loader.file.then( () => nativeReaderMock.mockSuccess( base64Sample ) ); + + await timeout( 50 ); + + const uploadId = adapterMocks[ 0 ].loader.id; + + expect( getModelData( editor.model ) ).to.be.equal( + `[]foo` + ); + + expect( onDispatch ).to.be.calledOnce; + expect( editor.getData() ).to.be.equal( + `

foo

` + ); + } ); + + it( 'should not crash if uploadId of down casted image is not found in loaders repository', async () => { + setModelData( model, '[]foo' ); + + const file = createNativeFileMock(); + editor.execute( 'uploadImage', { file } ); + loader.file.then( () => nativeReaderMock.mockSuccess( base64Sample ) ); + + await timeout( 50 ); + + const uploadId = adapterMocks[ 0 ].loader.id; + + sinon + .stub( fileRepository.loaders, 'get' ) + .withArgs( uploadId ) + .returns( null ); + + expect( getModelData( editor.model ) ).to.be.equal( + `[]foo` + ); + + expect( editor.getData() ).to.be.equal( '

foo

' ); + } ); + + it( 'should not downcast consumed uploadId image attribute', async () => { + editor.conversion.for( 'downcast' ).add( dispatcher => + dispatcher.on( 'attribute:uploadId:imageInline', ( evt, data, conversionApi ) => { + conversionApi.consumable.consume( data.item, 'attribute:uploadId:imageInline' ); + }, { priority: 'high' } ) + ); + + setModelData( model, '[]foo' ); + + const file = createNativeFileMock(); + editor.execute( 'uploadImage', { file } ); + loader.file.then( () => nativeReaderMock.mockSuccess( base64Sample ) ); + + await timeout( 50 ); + + const uploadId = adapterMocks[ 0 ].loader.id; + + expect( getModelData( editor.model ) ).to.be.equal( + `[]foo` + ); + + expect( editor.getData() ).to.be.equal( '

foo

' ); + } ); + + it( 'should restore image from `_uploadedImages` if it was pasted from clipboard', async () => { + setModelData( model, '[]foo' ); + + const file = createNativeFileMock(); + editor.execute( 'uploadImage', { file } ); + loader.file.then( () => nativeReaderMock.mockSuccess( base64Sample ) ); + + await timeout( 50 ); + + // Let's copy image in uploading state. + const uploadId = adapterMocks[ 0 ].loader.id; + expect( getModelData( editor.model ) ).to.be.equal( + `[]foo` + ); + + // Lets check if content of clipboard is correct. + const data = { + dataTransfer: createDataTransfer(), + preventDefault: () => {}, + stopPropagation: () => {} + }; + + viewDocument.fire( 'copy', data ); + expect( data.dataTransfer.getData( 'text/html' ) ).to.equal( `` ); + + // Let's resolve uploading status and ensure that image is loaded. + await new Promise( res => { + model.document.once( 'change', res, { priority: 'lowest' } ); + loader.file.then( () => adapterMocks[ 0 ].mockSuccess( { default: '/assets/sample.png', 800: 'image-800.png' } ) ); + } ); + + expect( editor.getData() ).to.be.equal( + '

foo

' + ); + + // Make sure it's no longer present in registry, so image upload is completed. + expect( fileRepository.loaders.get( uploadId ) ).to.be.null; + + // Let's paste the image from clipboard, it has upload id, which should be stored in plugin cache. + setModelData( model, 'hello[]' ); + + viewDocument.fire( 'paste', { + dataTransfer: mockDataTransfer( `` ), + preventDefault: () => {}, + stopPropagation: () => {} + } ); + + expect( editor.getData() ).to.be.equal( + '

hello

' + ); + } ); + } ); + + describe( 'data upcast of `data-ck-upload-id` attribute', () => { + it( 'should upcast `data-ck-upload-id` attribute', () => { + editor.setData( '

' ); + + expect( getModelData( model, { withoutSelection: true } ) ).to.equal( + '' + ); + } ); + + it( 'should not upcast empty `data-ck-upload-id` attribute', () => { + editor.setData( '

' ); + + expect( getModelData( model, { withoutSelection: true } ) ).to.equal( + '' + ); + } ); + + it( 'should not upcast already consumed element', () => { + editor.conversion.for( 'upcast' ).add( dispatcher => + dispatcher.on( 'element:img', ( evt, data, conversionApi ) => { + conversionApi.consumable.consume( data.viewItem, { attributes: [ 'data-ck-upload-id' ] } ); + }, { priority: 'high' } ) + ); + + editor.setData( '

' ); + + expect( getModelData( model, { withoutSelection: true } ) ).to.equal( + '' + ); + } ); + + it( 'should upcast `uploadStatus` if image is present in registry', () => { + sinon.stub( fileRepository.loaders, 'get' ).withArgs( '123' ).returns( { + status: 'uploading', + data: {} + } ); + + editor.setData( '

' ); + + expect( getModelData( model, { withoutSelection: true } ) ).to.equal( + '' + ); + } ); + } ); + // Helper for validating clipboard and model data as a result of a paste operation. This function checks both clipboard // data and model data synchronously (`expectedClipboardData`, `expectedModel`) and then the model data after `loader.file` // promise is resolved (so model state after successful/failed file fetch attempt). @@ -1713,3 +1890,17 @@ function base64ToBlob( base64Data ) { function timeout( ms ) { return new Promise( res => setTimeout( res, ms ) ); } + +function createDataTransfer() { + const store = new Map(); + + return { + setData( type, data ) { + store.set( type, data ); + }, + + getData( type ) { + return store.get( type ); + } + }; +} diff --git a/packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js b/packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js index d32502f6cc0..7d0dd896aa4 100644 --- a/packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js +++ b/packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-image/tests/imageupload/imageuploadui.js b/packages/ckeditor5-image/tests/imageupload/imageuploadui.js index 5c01da9187a..c02fda27c6e 100644 --- a/packages/ckeditor5-image/tests/imageupload/imageuploadui.js +++ b/packages/ckeditor5-image/tests/imageupload/imageuploadui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-image/tests/imageupload/uploadimagecommand.js b/packages/ckeditor5-image/tests/imageupload/uploadimagecommand.js index 38fae04f007..181a2997f5c 100644 --- a/packages/ckeditor5-image/tests/imageupload/uploadimagecommand.js +++ b/packages/ckeditor5-image/tests/imageupload/uploadimagecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-image/tests/imageupload/utils.js b/packages/ckeditor5-image/tests/imageupload/utils.js index 3178b9e0665..bbbb54b0d81 100644 --- a/packages/ckeditor5-image/tests/imageupload/utils.js +++ b/packages/ckeditor5-image/tests/imageupload/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { createImageTypeRegExp } from '../../src/imageupload/utils.js'; diff --git a/packages/ckeditor5-image/tests/imageutils.js b/packages/ckeditor5-image/tests/imageutils.js index 0eeb6f50e55..16be6670624 100644 --- a/packages/ckeditor5-image/tests/imageutils.js +++ b/packages/ckeditor5-image/tests/imageutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, setTimeout */ diff --git a/packages/ckeditor5-image/tests/integration.js b/packages/ckeditor5-image/tests/integration.js index 80ea5c46df3..f663f866fdb 100644 --- a/packages/ckeditor5-image/tests/integration.js +++ b/packages/ckeditor5-image/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-image/tests/manual/caption.js b/packages/ckeditor5-image/tests/manual/caption.js index 1c4a9377e6a..6f78d8f4690 100644 --- a/packages/ckeditor5-image/tests/manual/caption.js +++ b/packages/ckeditor5-image/tests/manual/caption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/image.js b/packages/ckeditor5-image/tests/manual/image.js index 815c80f8291..a0ec8c5f7de 100644 --- a/packages/ckeditor5-image/tests/manual/image.js +++ b/packages/ckeditor5-image/tests/manual/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imageblock.js b/packages/ckeditor5-image/tests/manual/imageblock.js index f0f62ba49f2..f969b5c358d 100644 --- a/packages/ckeditor5-image/tests/manual/imageblock.js +++ b/packages/ckeditor5-image/tests/manual/imageblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-image/tests/manual/imageinline.js b/packages/ckeditor5-image/tests/manual/imageinline.js index c57fd2f08d0..51c6f24cc56 100644 --- a/packages/ckeditor5-image/tests/manual/imageinline.js +++ b/packages/ckeditor5-image/tests/manual/imageinline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-image/tests/manual/imageinsert.js b/packages/ckeditor5-image/tests/manual/imageinsert.js index ae3e82efba3..408b15d7856 100644 --- a/packages/ckeditor5-image/tests/manual/imageinsert.js +++ b/packages/ckeditor5-image/tests/manual/imageinsert.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, CKEditorInspector */ diff --git a/packages/ckeditor5-image/tests/manual/imageinsertviaurl.js b/packages/ckeditor5-image/tests/manual/imageinsertviaurl.js index a14a47a901d..508616af7a6 100644 --- a/packages/ckeditor5-image/tests/manual/imageinsertviaurl.js +++ b/packages/ckeditor5-image/tests/manual/imageinsertviaurl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-image/tests/manual/imageplaceholder.js b/packages/ckeditor5-image/tests/manual/imageplaceholder.js index 8f525749cfe..f251f81bd73 100644 --- a/packages/ckeditor5-image/tests/manual/imageplaceholder.js +++ b/packages/ckeditor5-image/tests/manual/imageplaceholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imageresize.js b/packages/ckeditor5-image/tests/manual/imageresize.js index cc5c465b6d7..67a874c7913 100644 --- a/packages/ckeditor5-image/tests/manual/imageresize.js +++ b/packages/ckeditor5-image/tests/manual/imageresize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imageresizebuttons.js b/packages/ckeditor5-image/tests/manual/imageresizebuttons.js index 9db2975da21..90ecdf0150c 100644 --- a/packages/ckeditor5-image/tests/manual/imageresizebuttons.js +++ b/packages/ckeditor5-image/tests/manual/imageresizebuttons.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imageresizepx.js b/packages/ckeditor5-image/tests/manual/imageresizepx.js index c7e976bcc37..3e89ce6ab06 100644 --- a/packages/ckeditor5-image/tests/manual/imageresizepx.js +++ b/packages/ckeditor5-image/tests/manual/imageresizepx.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imagesizeattributes.js b/packages/ckeditor5-image/tests/manual/imagesizeattributes.js index 31c0dead997..cecc43b7d5f 100644 --- a/packages/ckeditor5-image/tests/manual/imagesizeattributes.js +++ b/packages/ckeditor5-image/tests/manual/imagesizeattributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imagesizeattributesallcases.js b/packages/ckeditor5-image/tests/manual/imagesizeattributesallcases.js index 46de58a6e82..9632ab639b1 100644 --- a/packages/ckeditor5-image/tests/manual/imagesizeattributesallcases.js +++ b/packages/ckeditor5-image/tests/manual/imagesizeattributesallcases.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window, CKEditorInspector */ diff --git a/packages/ckeditor5-image/tests/manual/imagesizeattributesghs.js b/packages/ckeditor5-image/tests/manual/imagesizeattributesghs.js index 45ed2707b16..5926c407e1a 100644 --- a/packages/ckeditor5-image/tests/manual/imagesizeattributesghs.js +++ b/packages/ckeditor5-image/tests/manual/imagesizeattributesghs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/imagestyle.js b/packages/ckeditor5-image/tests/manual/imagestyle.js index cc7fa7d8f52..47f925a9587 100644 --- a/packages/ckeditor5-image/tests/manual/imagestyle.js +++ b/packages/ckeditor5-image/tests/manual/imagestyle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global CKEditorInspector, document, window */ diff --git a/packages/ckeditor5-image/tests/manual/imagetypetoggle.js b/packages/ckeditor5-image/tests/manual/imagetypetoggle.js index 51dfc54398b..43e18af9c08 100644 --- a/packages/ckeditor5-image/tests/manual/imagetypetoggle.js +++ b/packages/ckeditor5-image/tests/manual/imagetypetoggle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-image/tests/manual/imageupload.js b/packages/ckeditor5-image/tests/manual/imageupload.js index 42a12b45a99..4fd0326018c 100644 --- a/packages/ckeditor5-image/tests/manual/imageupload.js +++ b/packages/ckeditor5-image/tests/manual/imageupload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-image/tests/manual/picture.js b/packages/ckeditor5-image/tests/manual/picture.js index 6eb38323242..05372b3e591 100644 --- a/packages/ckeditor5-image/tests/manual/picture.js +++ b/packages/ckeditor5-image/tests/manual/picture.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-image/tests/manual/resizing-images-in-tables.js b/packages/ckeditor5-image/tests/manual/resizing-images-in-tables.js index ae4257ae412..93691083d44 100644 --- a/packages/ckeditor5-image/tests/manual/resizing-images-in-tables.js +++ b/packages/ckeditor5-image/tests/manual/resizing-images-in-tables.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, CKEditorInspector */ diff --git a/packages/ckeditor5-image/tests/manual/simple-image.ts b/packages/ckeditor5-image/tests/manual/simple-image.ts index 1d336302548..737d34473b1 100644 --- a/packages/ckeditor5-image/tests/manual/simple-image.ts +++ b/packages/ckeditor5-image/tests/manual/simple-image.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-image/tests/manual/textalternative.js b/packages/ckeditor5-image/tests/manual/textalternative.js index 6e316b323f2..32771f39c78 100644 --- a/packages/ckeditor5-image/tests/manual/textalternative.js +++ b/packages/ckeditor5-image/tests/manual/textalternative.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/tickets/106/1.js b/packages/ckeditor5-image/tests/manual/tickets/106/1.js index c8cd029e1dc..a6eaab450fb 100644 --- a/packages/ckeditor5-image/tests/manual/tickets/106/1.js +++ b/packages/ckeditor5-image/tests/manual/tickets/106/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, setTimeout */ diff --git a/packages/ckeditor5-image/tests/manual/tickets/110/1.js b/packages/ckeditor5-image/tests/manual/tickets/110/1.js index 9724911f56d..ed8e7c4b8ec 100644 --- a/packages/ckeditor5-image/tests/manual/tickets/110/1.js +++ b/packages/ckeditor5-image/tests/manual/tickets/110/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/tickets/127/1.js b/packages/ckeditor5-image/tests/manual/tickets/127/1.js index 47ba42736aa..992646a4a8c 100644 --- a/packages/ckeditor5-image/tests/manual/tickets/127/1.js +++ b/packages/ckeditor5-image/tests/manual/tickets/127/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-image/tests/manual/tickets/142/1.js b/packages/ckeditor5-image/tests/manual/tickets/142/1.js index f29a89d4b7d..7ca0273626c 100644 --- a/packages/ckeditor5-image/tests/manual/tickets/142/1.js +++ b/packages/ckeditor5-image/tests/manual/tickets/142/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window, setTimeout */ diff --git a/packages/ckeditor5-image/tests/manual/tickets/8433/1.js b/packages/ckeditor5-image/tests/manual/tickets/8433/1.js index 994a1b4010f..dc6d8cfc973 100644 --- a/packages/ckeditor5-image/tests/manual/tickets/8433/1.js +++ b/packages/ckeditor5-image/tests/manual/tickets/8433/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-image/tests/pictureediting.js b/packages/ckeditor5-image/tests/pictureediting.js index 80202ee49a9..fe048abc8dc 100644 --- a/packages/ckeditor5-image/tests/pictureediting.js +++ b/packages/ckeditor5-image/tests/pictureediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-image/theme/image.css b/packages/ckeditor5-image/theme/image.css index 6bb8e916356..1520a291fa2 100644 --- a/packages/ckeditor5-image/theme/image.css +++ b/packages/ckeditor5-image/theme/image.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content { diff --git a/packages/ckeditor5-image/theme/imagecaption.css b/packages/ckeditor5-image/theme/imagecaption.css index 846b1663dc8..94f883c2fce 100644 --- a/packages/ckeditor5-image/theme/imagecaption.css +++ b/packages/ckeditor5-image/theme/imagecaption.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_mediacolors.css"; diff --git a/packages/ckeditor5-image/theme/imagecustomresizeform.css b/packages/ckeditor5-image/theme/imagecustomresizeform.css index b47628e487e..a19a4ff3dcc 100644 --- a/packages/ckeditor5-image/theme/imagecustomresizeform.css +++ b/packages/ckeditor5-image/theme/imagecustomresizeform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-image/theme/imageinsert.css b/packages/ckeditor5-image/theme/imageinsert.css index 936e7c6608c..edfede3279e 100644 --- a/packages/ckeditor5-image/theme/imageinsert.css +++ b/packages/ckeditor5-image/theme/imageinsert.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-image-insert-url { diff --git a/packages/ckeditor5-image/theme/imageplaceholder.css b/packages/ckeditor5-image/theme/imageplaceholder.css index c29244734a3..853366dbf44 100644 --- a/packages/ckeditor5-image/theme/imageplaceholder.css +++ b/packages/ckeditor5-image/theme/imageplaceholder.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-editor__editable { diff --git a/packages/ckeditor5-image/theme/imageresize.css b/packages/ckeditor5-image/theme/imageresize.css index 1020c5a8549..4221295cd29 100644 --- a/packages/ckeditor5-image/theme/imageresize.css +++ b/packages/ckeditor5-image/theme/imageresize.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* Preserve aspect ratio of the resized image after introducing image height attribute. */ diff --git a/packages/ckeditor5-image/theme/imagestyle.css b/packages/ckeditor5-image/theme/imagestyle.css index aada108ef8f..1530c338e74 100644 --- a/packages/ckeditor5-image/theme/imagestyle.css +++ b/packages/ckeditor5-image/theme/imagestyle.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-image/theme/imageuploadicon.css b/packages/ckeditor5-image/theme/imageuploadicon.css index f2c319f6ec9..edc44336553 100644 --- a/packages/ckeditor5-image/theme/imageuploadicon.css +++ b/packages/ckeditor5-image/theme/imageuploadicon.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-image-upload-complete-icon { diff --git a/packages/ckeditor5-image/theme/imageuploadloader.css b/packages/ckeditor5-image/theme/imageuploadloader.css index 5c27bc48d5d..054f8c0ce11 100644 --- a/packages/ckeditor5-image/theme/imageuploadloader.css +++ b/packages/ckeditor5-image/theme/imageuploadloader.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-upload-placeholder-loader { diff --git a/packages/ckeditor5-image/theme/imageuploadprogress.css b/packages/ckeditor5-image/theme/imageuploadprogress.css index e970556366d..1e10761822b 100644 --- a/packages/ckeditor5-image/theme/imageuploadprogress.css +++ b/packages/ckeditor5-image/theme/imageuploadprogress.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-editor__editable { diff --git a/packages/ckeditor5-image/theme/textalternativeform.css b/packages/ckeditor5-image/theme/textalternativeform.css index d91aaf63aaf..186244dffe9 100644 --- a/packages/ckeditor5-image/theme/textalternativeform.css +++ b/packages/ckeditor5-image/theme/textalternativeform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-image/webpack.config.js b/packages/ckeditor5-image/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-image/webpack.config.js +++ b/packages/ckeditor5-image/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-indent/docs/_snippets/features/build-indent-source.js b/packages/ckeditor5-indent/docs/_snippets/features/build-indent-source.js index 6b38f67b041..2670a5a5edd 100644 --- a/packages/ckeditor5-indent/docs/_snippets/features/build-indent-source.js +++ b/packages/ckeditor5-indent/docs/_snippets/features/build-indent-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-indent/docs/_snippets/features/custom-indent-block-classes.js b/packages/ckeditor5-indent/docs/_snippets/features/custom-indent-block-classes.js index 8a018021c07..f840f8e29d6 100644 --- a/packages/ckeditor5-indent/docs/_snippets/features/custom-indent-block-classes.js +++ b/packages/ckeditor5-indent/docs/_snippets/features/custom-indent-block-classes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-indent/docs/_snippets/features/indent.js b/packages/ckeditor5-indent/docs/_snippets/features/indent.js index ba9d26fbb02..3a8ac9c4e32 100644 --- a/packages/ckeditor5-indent/docs/_snippets/features/indent.js +++ b/packages/ckeditor5-indent/docs/_snippets/features/indent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-indent/src/augmentation.ts b/packages/ckeditor5-indent/src/augmentation.ts index 918dd7769f5..86552dd924c 100644 --- a/packages/ckeditor5-indent/src/augmentation.ts +++ b/packages/ckeditor5-indent/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-indent/src/indent.ts b/packages/ckeditor5-indent/src/indent.ts index 2dfb16c6edb..11dbf5d1808 100644 --- a/packages/ckeditor5-indent/src/indent.ts +++ b/packages/ckeditor5-indent/src/indent.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentblock.ts b/packages/ckeditor5-indent/src/indentblock.ts index 6a587e50fb7..53239ea40cc 100644 --- a/packages/ckeditor5-indent/src/indentblock.ts +++ b/packages/ckeditor5-indent/src/indentblock.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentblockcommand.ts b/packages/ckeditor5-indent/src/indentblockcommand.ts index 9524d67996e..00918e76a04 100644 --- a/packages/ckeditor5-indent/src/indentblockcommand.ts +++ b/packages/ckeditor5-indent/src/indentblockcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.ts b/packages/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.ts index 16404d7825b..5049d097a71 100644 --- a/packages/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.ts +++ b/packages/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.ts b/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.ts index 551f4c5dd6e..c33ab9760e8 100644 --- a/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.ts +++ b/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.ts b/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.ts index d01f2d8b306..b6293d8ea26 100644 --- a/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.ts +++ b/packages/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentconfig.ts b/packages/ckeditor5-indent/src/indentconfig.ts index 92d866236b0..9e3f9ccd5ca 100644 --- a/packages/ckeditor5-indent/src/indentconfig.ts +++ b/packages/ckeditor5-indent/src/indentconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentediting.ts b/packages/ckeditor5-indent/src/indentediting.ts index 0e540551746..880793ce817 100644 --- a/packages/ckeditor5-indent/src/indentediting.ts +++ b/packages/ckeditor5-indent/src/indentediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/indentui.ts b/packages/ckeditor5-indent/src/indentui.ts index 1f57b50306e..31644620135 100644 --- a/packages/ckeditor5-indent/src/indentui.ts +++ b/packages/ckeditor5-indent/src/indentui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/src/index.ts b/packages/ckeditor5-indent/src/index.ts index 07973b44648..d928b6d4c65 100644 --- a/packages/ckeditor5-indent/src/index.ts +++ b/packages/ckeditor5-indent/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-indent/tests/indent.js b/packages/ckeditor5-indent/tests/indent.js index 2b76def69fc..b4612abfaa1 100644 --- a/packages/ckeditor5-indent/tests/indent.js +++ b/packages/ckeditor5-indent/tests/indent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-indent/tests/indentblock-integration.js b/packages/ckeditor5-indent/tests/indentblock-integration.js index ef607065e10..11008902dfc 100644 --- a/packages/ckeditor5-indent/tests/indentblock-integration.js +++ b/packages/ckeditor5-indent/tests/indentblock-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-indent/tests/indentblock.js b/packages/ckeditor5-indent/tests/indentblock.js index 889933e063e..57943377e62 100644 --- a/packages/ckeditor5-indent/tests/indentblock.js +++ b/packages/ckeditor5-indent/tests/indentblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-indent/tests/indentblockcommand.js b/packages/ckeditor5-indent/tests/indentblockcommand.js index ec725506da1..6c46454c68f 100644 --- a/packages/ckeditor5-indent/tests/indentblockcommand.js +++ b/packages/ckeditor5-indent/tests/indentblockcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-indent/tests/indentediting.js b/packages/ckeditor5-indent/tests/indentediting.js index 225c7418480..0888314036a 100644 --- a/packages/ckeditor5-indent/tests/indentediting.js +++ b/packages/ckeditor5-indent/tests/indentediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-indent/tests/indentui.js b/packages/ckeditor5-indent/tests/indentui.js index 5f8b341c862..2b506a7cb47 100644 --- a/packages/ckeditor5-indent/tests/indentui.js +++ b/packages/ckeditor5-indent/tests/indentui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-indent/tests/manual/indent-block-classes.js b/packages/ckeditor5-indent/tests/manual/indent-block-classes.js index bf7aeec4474..3de52a80545 100644 --- a/packages/ckeditor5-indent/tests/manual/indent-block-classes.js +++ b/packages/ckeditor5-indent/tests/manual/indent-block-classes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-indent/tests/manual/indent-block.js b/packages/ckeditor5-indent/tests/manual/indent-block.js index 96156e14718..d1df594efe9 100644 --- a/packages/ckeditor5-indent/tests/manual/indent-block.js +++ b/packages/ckeditor5-indent/tests/manual/indent-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-indent/tests/manual/rtl.js b/packages/ckeditor5-indent/tests/manual/rtl.js index fe1841043d9..81fef35c773 100644 --- a/packages/ckeditor5-indent/tests/manual/rtl.js +++ b/packages/ckeditor5-indent/tests/manual/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-indent/webpack.config.js b/packages/ckeditor5-indent/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-indent/webpack.config.js +++ b/packages/ckeditor5-indent/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-language/docs/_snippets/features/textpartlanguage.js b/packages/ckeditor5-language/docs/_snippets/features/textpartlanguage.js index fad93583e7a..df7def3afca 100644 --- a/packages/ckeditor5-language/docs/_snippets/features/textpartlanguage.js +++ b/packages/ckeditor5-language/docs/_snippets/features/textpartlanguage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-language/src/augmentation.ts b/packages/ckeditor5-language/src/augmentation.ts index 93320958c36..197c8b2958c 100644 --- a/packages/ckeditor5-language/src/augmentation.ts +++ b/packages/ckeditor5-language/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-language/src/index.ts b/packages/ckeditor5-language/src/index.ts index 77f7d7c8fbc..0380ce2cd9a 100644 --- a/packages/ckeditor5-language/src/index.ts +++ b/packages/ckeditor5-language/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/src/textpartlanguage.ts b/packages/ckeditor5-language/src/textpartlanguage.ts index 680c624ef8d..75e1046d7da 100644 --- a/packages/ckeditor5-language/src/textpartlanguage.ts +++ b/packages/ckeditor5-language/src/textpartlanguage.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/src/textpartlanguagecommand.ts b/packages/ckeditor5-language/src/textpartlanguagecommand.ts index 656ce78e611..cf86b9d4e8c 100644 --- a/packages/ckeditor5-language/src/textpartlanguagecommand.ts +++ b/packages/ckeditor5-language/src/textpartlanguagecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/src/textpartlanguageconfig.ts b/packages/ckeditor5-language/src/textpartlanguageconfig.ts index 9481f81dc27..df07df5bbb6 100644 --- a/packages/ckeditor5-language/src/textpartlanguageconfig.ts +++ b/packages/ckeditor5-language/src/textpartlanguageconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/src/textpartlanguageediting.ts b/packages/ckeditor5-language/src/textpartlanguageediting.ts index cacc8d84b20..e5fcd0d610e 100644 --- a/packages/ckeditor5-language/src/textpartlanguageediting.ts +++ b/packages/ckeditor5-language/src/textpartlanguageediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/src/textpartlanguageui.ts b/packages/ckeditor5-language/src/textpartlanguageui.ts index 08adf2723b8..9e07ae9593b 100644 --- a/packages/ckeditor5-language/src/textpartlanguageui.ts +++ b/packages/ckeditor5-language/src/textpartlanguageui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/src/utils.ts b/packages/ckeditor5-language/src/utils.ts index be2fb384821..1b27d05a725 100644 --- a/packages/ckeditor5-language/src/utils.ts +++ b/packages/ckeditor5-language/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-language/tests/manual/textpartlanguage-italic.js b/packages/ckeditor5-language/tests/manual/textpartlanguage-italic.js index cf816ef9f5b..db6084b1dab 100644 --- a/packages/ckeditor5-language/tests/manual/textpartlanguage-italic.js +++ b/packages/ckeditor5-language/tests/manual/textpartlanguage-italic.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-language/tests/manual/textpartlanguage.js b/packages/ckeditor5-language/tests/manual/textpartlanguage.js index cf816ef9f5b..db6084b1dab 100644 --- a/packages/ckeditor5-language/tests/manual/textpartlanguage.js +++ b/packages/ckeditor5-language/tests/manual/textpartlanguage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console, window */ diff --git a/packages/ckeditor5-language/tests/textpartlanguage.js b/packages/ckeditor5-language/tests/textpartlanguage.js index 2dda1e273c0..b0940f92722 100644 --- a/packages/ckeditor5-language/tests/textpartlanguage.js +++ b/packages/ckeditor5-language/tests/textpartlanguage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import TextPartLanguage from '../src/textpartlanguage.js'; diff --git a/packages/ckeditor5-language/tests/textpartlanguagecommand.js b/packages/ckeditor5-language/tests/textpartlanguagecommand.js index f52d343d98c..f349e66f3ce 100644 --- a/packages/ckeditor5-language/tests/textpartlanguagecommand.js +++ b/packages/ckeditor5-language/tests/textpartlanguagecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-language/tests/textpartlanguageediting.js b/packages/ckeditor5-language/tests/textpartlanguageediting.js index df4d1c0e4de..7cc4a7d6e9e 100644 --- a/packages/ckeditor5-language/tests/textpartlanguageediting.js +++ b/packages/ckeditor5-language/tests/textpartlanguageediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-language/tests/textpartlanguageui.js b/packages/ckeditor5-language/tests/textpartlanguageui.js index 744d5ac34b4..1351e6b1385 100644 --- a/packages/ckeditor5-language/tests/textpartlanguageui.js +++ b/packages/ckeditor5-language/tests/textpartlanguageui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-language/webpack.config.js b/packages/ckeditor5-language/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-language/webpack.config.js +++ b/packages/ckeditor5-language/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-link/docs/_snippets/features/autolink.js b/packages/ckeditor5-link/docs/_snippets/features/autolink.js index cdf0d6725c0..5a5a8435c55 100644 --- a/packages/ckeditor5-link/docs/_snippets/features/autolink.js +++ b/packages/ckeditor5-link/docs/_snippets/features/autolink.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, CS_CONFIG, CKEditorPlugins */ diff --git a/packages/ckeditor5-link/docs/_snippets/features/build-link-source.js b/packages/ckeditor5-link/docs/_snippets/features/build-link-source.js index 8716a3e8c97..291df6a34c3 100644 --- a/packages/ckeditor5-link/docs/_snippets/features/build-link-source.js +++ b/packages/ckeditor5-link/docs/_snippets/features/build-link-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-link/docs/_snippets/features/link.js b/packages/ckeditor5-link/docs/_snippets/features/link.js index 846a07bd498..90fcf117998 100644 --- a/packages/ckeditor5-link/docs/_snippets/features/link.js +++ b/packages/ckeditor5-link/docs/_snippets/features/link.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, CKEditorPlugins, CS_CONFIG */ diff --git a/packages/ckeditor5-link/docs/_snippets/features/linkdecorators.js b/packages/ckeditor5-link/docs/_snippets/features/linkdecorators.js index 99232be587e..6ad6c33144f 100644 --- a/packages/ckeditor5-link/docs/_snippets/features/linkdecorators.js +++ b/packages/ckeditor5-link/docs/_snippets/features/linkdecorators.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, CS_CONFIG */ diff --git a/packages/ckeditor5-link/src/augmentation.ts b/packages/ckeditor5-link/src/augmentation.ts index 19480e716ee..fc3c536c865 100644 --- a/packages/ckeditor5-link/src/augmentation.ts +++ b/packages/ckeditor5-link/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-link/src/autolink.ts b/packages/ckeditor5-link/src/autolink.ts index abf1052fa10..437d20c4167 100644 --- a/packages/ckeditor5-link/src/autolink.ts +++ b/packages/ckeditor5-link/src/autolink.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/index.ts b/packages/ckeditor5-link/src/index.ts index fade7061f93..fc5d0fee2f8 100644 --- a/packages/ckeditor5-link/src/index.ts +++ b/packages/ckeditor5-link/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -19,7 +19,11 @@ export { default as LinkFormView } from './ui/linkformview.js'; export { default as LinkCommand } from './linkcommand.js'; export { default as UnlinkCommand } from './unlinkcommand.js'; -export { addLinkProtocolIfApplicable, isLinkableElement } from './utils.js'; +export { + addLinkProtocolIfApplicable, + ensureSafeUrl, + isLinkableElement +} from './utils.js'; export type { LinkConfig, LinkDecoratorDefinition } from './linkconfig.js'; diff --git a/packages/ckeditor5-link/src/link.ts b/packages/ckeditor5-link/src/link.ts index 84befbd1f8d..48859262ee4 100644 --- a/packages/ckeditor5-link/src/link.ts +++ b/packages/ckeditor5-link/src/link.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkcommand.ts b/packages/ckeditor5-link/src/linkcommand.ts index 1fa44fbf7ca..ebf02ac8f15 100644 --- a/packages/ckeditor5-link/src/linkcommand.ts +++ b/packages/ckeditor5-link/src/linkcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkconfig.ts b/packages/ckeditor5-link/src/linkconfig.ts index 56d00de5b02..4688a13f560 100644 --- a/packages/ckeditor5-link/src/linkconfig.ts +++ b/packages/ckeditor5-link/src/linkconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkediting.ts b/packages/ckeditor5-link/src/linkediting.ts index e7c5dcbf403..f8d98755138 100644 --- a/packages/ckeditor5-link/src/linkediting.ts +++ b/packages/ckeditor5-link/src/linkediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkimage.ts b/packages/ckeditor5-link/src/linkimage.ts index 6d99e78834f..09f3857975f 100644 --- a/packages/ckeditor5-link/src/linkimage.ts +++ b/packages/ckeditor5-link/src/linkimage.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkimageediting.ts b/packages/ckeditor5-link/src/linkimageediting.ts index 2621aa2c918..db402a0de10 100644 --- a/packages/ckeditor5-link/src/linkimageediting.ts +++ b/packages/ckeditor5-link/src/linkimageediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkimageui.ts b/packages/ckeditor5-link/src/linkimageui.ts index 8a1e844e701..929a667c742 100644 --- a/packages/ckeditor5-link/src/linkimageui.ts +++ b/packages/ckeditor5-link/src/linkimageui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/linkui.ts b/packages/ckeditor5-link/src/linkui.ts index 8ef2c45f7ba..cdecb4877d3 100644 --- a/packages/ckeditor5-link/src/linkui.ts +++ b/packages/ckeditor5-link/src/linkui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/ui/linkactionsview.ts b/packages/ckeditor5-link/src/ui/linkactionsview.ts index 20b3f761818..4d12ae31125 100644 --- a/packages/ckeditor5-link/src/ui/linkactionsview.ts +++ b/packages/ckeditor5-link/src/ui/linkactionsview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/ui/linkformview.ts b/packages/ckeditor5-link/src/ui/linkformview.ts index cb328c109d2..88f24fe0be7 100644 --- a/packages/ckeditor5-link/src/ui/linkformview.ts +++ b/packages/ckeditor5-link/src/ui/linkformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/unlinkcommand.ts b/packages/ckeditor5-link/src/unlinkcommand.ts index 0bfaf720292..e87bbfa0fe2 100644 --- a/packages/ckeditor5-link/src/unlinkcommand.ts +++ b/packages/ckeditor5-link/src/unlinkcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/utils.ts b/packages/ckeditor5-link/src/utils.ts index c7060ef8e2b..ccab2fe1192 100644 --- a/packages/ckeditor5-link/src/utils.ts +++ b/packages/ckeditor5-link/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/utils/automaticdecorators.ts b/packages/ckeditor5-link/src/utils/automaticdecorators.ts index 7014994595d..56ba820821b 100644 --- a/packages/ckeditor5-link/src/utils/automaticdecorators.ts +++ b/packages/ckeditor5-link/src/utils/automaticdecorators.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/src/utils/manualdecorator.ts b/packages/ckeditor5-link/src/utils/manualdecorator.ts index 1e64f37b7b9..aed07df452f 100644 --- a/packages/ckeditor5-link/src/utils/manualdecorator.ts +++ b/packages/ckeditor5-link/src/utils/manualdecorator.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-link/tests/autolink.js b/packages/ckeditor5-link/tests/autolink.js index 4fc3d638a51..406352bc590 100644 --- a/packages/ckeditor5-link/tests/autolink.js +++ b/packages/ckeditor5-link/tests/autolink.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClipboardPipeline from '@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js'; diff --git a/packages/ckeditor5-link/tests/integrations/clipboard.js b/packages/ckeditor5-link/tests/integrations/clipboard.js index 990547f738d..b27bffcdc7d 100644 --- a/packages/ckeditor5-link/tests/integrations/clipboard.js +++ b/packages/ckeditor5-link/tests/integrations/clipboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LinkEditing from '../../src/linkediting.js'; diff --git a/packages/ckeditor5-link/tests/link.js b/packages/ckeditor5-link/tests/link.js index a2f6ae5b8cf..fa176dcc983 100644 --- a/packages/ckeditor5-link/tests/link.js +++ b/packages/ckeditor5-link/tests/link.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Link from '../src/link.js'; diff --git a/packages/ckeditor5-link/tests/linkcommand.js b/packages/ckeditor5-link/tests/linkcommand.js index b507d51345c..d7fa3a7b1ed 100644 --- a/packages/ckeditor5-link/tests/linkcommand.js +++ b/packages/ckeditor5-link/tests/linkcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-link/tests/linkediting.js b/packages/ckeditor5-link/tests/linkediting.js index 7731688dec0..a65dbe29d91 100644 --- a/packages/ckeditor5-link/tests/linkediting.js +++ b/packages/ckeditor5-link/tests/linkediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LinkEditing from '../src/linkediting.js'; diff --git a/packages/ckeditor5-link/tests/linkimage-integration.js b/packages/ckeditor5-link/tests/linkimage-integration.js index 0c4c7196b40..70bb355c46e 100644 --- a/packages/ckeditor5-link/tests/linkimage-integration.js +++ b/packages/ckeditor5-link/tests/linkimage-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Image from '@ckeditor/ckeditor5-image/src/image.js'; diff --git a/packages/ckeditor5-link/tests/linkimage.js b/packages/ckeditor5-link/tests/linkimage.js index a5a3f76e664..6020b34e1d9 100644 --- a/packages/ckeditor5-link/tests/linkimage.js +++ b/packages/ckeditor5-link/tests/linkimage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LinkImage from '../src/linkimage.js'; diff --git a/packages/ckeditor5-link/tests/linkimageediting.js b/packages/ckeditor5-link/tests/linkimageediting.js index af412e93d1a..cb756c67d0e 100644 --- a/packages/ckeditor5-link/tests/linkimageediting.js +++ b/packages/ckeditor5-link/tests/linkimageediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-link/tests/linkimageui.js b/packages/ckeditor5-link/tests/linkimageui.js index 812bc1af634..98816f47d3a 100644 --- a/packages/ckeditor5-link/tests/linkimageui.js +++ b/packages/ckeditor5-link/tests/linkimageui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-link/tests/linkui.js b/packages/ckeditor5-link/tests/linkui.js index 92e3eee7175..468d469d183 100644 --- a/packages/ckeditor5-link/tests/linkui.js +++ b/packages/ckeditor5-link/tests/linkui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-link/tests/manual/autolink.js b/packages/ckeditor5-link/tests/manual/autolink.js index 73d20991a37..660e32f155e 100644 --- a/packages/ckeditor5-link/tests/manual/autolink.js +++ b/packages/ckeditor5-link/tests/manual/autolink.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-link/tests/manual/link.js b/packages/ckeditor5-link/tests/manual/link.js index 89d927323ea..390c4332b8c 100644 --- a/packages/ckeditor5-link/tests/manual/link.js +++ b/packages/ckeditor5-link/tests/manual/link.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-link/tests/manual/linkdecorator.js b/packages/ckeditor5-link/tests/manual/linkdecorator.js index 0c8078f8bb3..f095b8a63a1 100644 --- a/packages/ckeditor5-link/tests/manual/linkdecorator.js +++ b/packages/ckeditor5-link/tests/manual/linkdecorator.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-link/tests/manual/linkhighlight.js b/packages/ckeditor5-link/tests/manual/linkhighlight.js index 89d927323ea..390c4332b8c 100644 --- a/packages/ckeditor5-link/tests/manual/linkhighlight.js +++ b/packages/ckeditor5-link/tests/manual/linkhighlight.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-link/tests/manual/linkimage.js b/packages/ckeditor5-link/tests/manual/linkimage.js index 1688e36a934..dc3e3a641b2 100644 --- a/packages/ckeditor5-link/tests/manual/linkimage.js +++ b/packages/ckeditor5-link/tests/manual/linkimage.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-link/tests/manual/protocol.js b/packages/ckeditor5-link/tests/manual/protocol.js index 2dabae4e93b..55a9f65a3b5 100644 --- a/packages/ckeditor5-link/tests/manual/protocol.js +++ b/packages/ckeditor5-link/tests/manual/protocol.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-link/tests/manual/tickets/113/1.js b/packages/ckeditor5-link/tests/manual/tickets/113/1.js index 8c6bfff04dd..21ecd9a7b84 100644 --- a/packages/ckeditor5-link/tests/manual/tickets/113/1.js +++ b/packages/ckeditor5-link/tests/manual/tickets/113/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, setTimeout */ diff --git a/packages/ckeditor5-link/tests/manual/tickets/6053/1.js b/packages/ckeditor5-link/tests/manual/tickets/6053/1.js index 86b51cb3cd9..2e7e9b05d46 100644 --- a/packages/ckeditor5-link/tests/manual/tickets/6053/1.js +++ b/packages/ckeditor5-link/tests/manual/tickets/6053/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-link/tests/ui/linkactionsview.js b/packages/ckeditor5-link/tests/ui/linkactionsview.js index c497e723162..9c021873347 100644 --- a/packages/ckeditor5-link/tests/ui/linkactionsview.js +++ b/packages/ckeditor5-link/tests/ui/linkactionsview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, Event */ diff --git a/packages/ckeditor5-link/tests/ui/linkformview.js b/packages/ckeditor5-link/tests/ui/linkformview.js index 36f379d6390..3ce81e142fe 100644 --- a/packages/ckeditor5-link/tests/ui/linkformview.js +++ b/packages/ckeditor5-link/tests/ui/linkformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Event, document */ diff --git a/packages/ckeditor5-link/tests/unlinkcommand.js b/packages/ckeditor5-link/tests/unlinkcommand.js index ec931728f01..e0a1b2d3611 100644 --- a/packages/ckeditor5-link/tests/unlinkcommand.js +++ b/packages/ckeditor5-link/tests/unlinkcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-link/tests/utils.js b/packages/ckeditor5-link/tests/utils.js index 8d02c75725b..36a4f6c5e61 100644 --- a/packages/ckeditor5-link/tests/utils.js +++ b/packages/ckeditor5-link/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-link/tests/utils/automaticdecorators.js b/packages/ckeditor5-link/tests/utils/automaticdecorators.js index bb7955977d2..d12c9c40a0c 100644 --- a/packages/ckeditor5-link/tests/utils/automaticdecorators.js +++ b/packages/ckeditor5-link/tests/utils/automaticdecorators.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import AutomaticDecorators from '../../src/utils/automaticdecorators.js'; diff --git a/packages/ckeditor5-link/tests/utils/manualdecorator.js b/packages/ckeditor5-link/tests/utils/manualdecorator.js index 3264bf1ac57..1c40f304f93 100644 --- a/packages/ckeditor5-link/tests/utils/manualdecorator.js +++ b/packages/ckeditor5-link/tests/utils/manualdecorator.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ManualDecorator from '../../src/utils/manualdecorator.js'; diff --git a/packages/ckeditor5-link/theme/link.css b/packages/ckeditor5-link/theme/link.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-link/theme/link.css +++ b/packages/ckeditor5-link/theme/link.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-link/theme/linkactions.css b/packages/ckeditor5-link/theme/linkactions.css index aab028642c7..25a7913dd8c 100644 --- a/packages/ckeditor5-link/theme/linkactions.css +++ b/packages/ckeditor5-link/theme/linkactions.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-link/theme/linkform.css b/packages/ckeditor5-link/theme/linkform.css index a3bc742ee44..5aff0ddb8c3 100644 --- a/packages/ckeditor5-link/theme/linkform.css +++ b/packages/ckeditor5-link/theme/linkform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-link/theme/linkimage.css b/packages/ckeditor5-link/theme/linkimage.css index a7d7a470bd2..872633c5db6 100644 --- a/packages/ckeditor5-link/theme/linkimage.css +++ b/packages/ckeditor5-link/theme/linkimage.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-editor__editable { diff --git a/packages/ckeditor5-link/webpack.config.js b/packages/ckeditor5-link/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-link/webpack.config.js +++ b/packages/ckeditor5-link/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/lists-basic.js b/packages/ckeditor5-list/docs/_snippets/features/lists-basic.js index 92f0980aeac..7a7caec3a69 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/lists-basic.js +++ b/packages/ckeditor5-list/docs/_snippets/features/lists-basic.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, ImageResize, ListProperties */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/lists-document.js b/packages/ckeditor5-list/docs/_snippets/features/lists-document.js index b9070dd03c0..98df5cb18e4 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/lists-document.js +++ b/packages/ckeditor5-list/docs/_snippets/features/lists-document.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, ListProperties, TodoList, ImageResize */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/lists-index.js b/packages/ckeditor5-list/docs/_snippets/features/lists-index.js index be890361566..c637e6eb92c 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/lists-index.js +++ b/packages/ckeditor5-list/docs/_snippets/features/lists-index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, ListProperties */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/lists-reversed.js b/packages/ckeditor5-list/docs/_snippets/features/lists-reversed.js index d2b3194451a..8f89b50cd23 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/lists-reversed.js +++ b/packages/ckeditor5-list/docs/_snippets/features/lists-reversed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, ListProperties */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/lists-source.js b/packages/ckeditor5-list/docs/_snippets/features/lists-source.js index ad0e8ef82aa..d06c51293e5 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/lists-source.js +++ b/packages/ckeditor5-list/docs/_snippets/features/lists-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/lists-style.js b/packages/ckeditor5-list/docs/_snippets/features/lists-style.js index 475fb839b28..7a439e1fd7d 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/lists-style.js +++ b/packages/ckeditor5-list/docs/_snippets/features/lists-style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, ListProperties */ diff --git a/packages/ckeditor5-list/docs/_snippets/features/todo-list.js b/packages/ckeditor5-list/docs/_snippets/features/todo-list.js index 48df56b60ba..61e8dc4e89c 100644 --- a/packages/ckeditor5-list/docs/_snippets/features/todo-list.js +++ b/packages/ckeditor5-list/docs/_snippets/features/todo-list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/src/augmentation.ts b/packages/ckeditor5-list/src/augmentation.ts index 6951f50a4bf..fc836e4d856 100644 --- a/packages/ckeditor5-list/src/augmentation.ts +++ b/packages/ckeditor5-list/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-list/src/documentlist.ts b/packages/ckeditor5-list/src/documentlist.ts index 321dfe59581..f6257161fb6 100644 --- a/packages/ckeditor5-list/src/documentlist.ts +++ b/packages/ckeditor5-list/src/documentlist.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/documentlistproperties.ts b/packages/ckeditor5-list/src/documentlistproperties.ts index c1ef106fa4f..b7158e6749f 100644 --- a/packages/ckeditor5-list/src/documentlistproperties.ts +++ b/packages/ckeditor5-list/src/documentlistproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/index.ts b/packages/ckeditor5-list/src/index.ts index 45460282ab7..8ae733fe6bd 100644 --- a/packages/ckeditor5-list/src/index.ts +++ b/packages/ckeditor5-list/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist.ts b/packages/ckeditor5-list/src/legacylist.ts index 615703e83b5..b28b9754239 100644 --- a/packages/ckeditor5-list/src/legacylist.ts +++ b/packages/ckeditor5-list/src/legacylist.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist/legacyconverters.ts b/packages/ckeditor5-list/src/legacylist/legacyconverters.ts index 7eea20dcb6f..9c46d2a869e 100644 --- a/packages/ckeditor5-list/src/legacylist/legacyconverters.ts +++ b/packages/ckeditor5-list/src/legacylist/legacyconverters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist/legacyindentcommand.ts b/packages/ckeditor5-list/src/legacylist/legacyindentcommand.ts index 5239b7385c2..c2d7bd80b6b 100644 --- a/packages/ckeditor5-list/src/legacylist/legacyindentcommand.ts +++ b/packages/ckeditor5-list/src/legacylist/legacyindentcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist/legacylistcommand.ts b/packages/ckeditor5-list/src/legacylist/legacylistcommand.ts index 3295e7ac94a..b7daceceae1 100644 --- a/packages/ckeditor5-list/src/legacylist/legacylistcommand.ts +++ b/packages/ckeditor5-list/src/legacylist/legacylistcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist/legacylistediting.ts b/packages/ckeditor5-list/src/legacylist/legacylistediting.ts index d627ef2bbc0..96b3ab8ecc5 100644 --- a/packages/ckeditor5-list/src/legacylist/legacylistediting.ts +++ b/packages/ckeditor5-list/src/legacylist/legacylistediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist/legacylistutils.ts b/packages/ckeditor5-list/src/legacylist/legacylistutils.ts index 4025fbe11af..a9764c56b05 100644 --- a/packages/ckeditor5-list/src/legacylist/legacylistutils.ts +++ b/packages/ckeditor5-list/src/legacylist/legacylistutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylist/legacyutils.ts b/packages/ckeditor5-list/src/legacylist/legacyutils.ts index 3cd466fb91c..464c091951b 100644 --- a/packages/ckeditor5-list/src/legacylist/legacyutils.ts +++ b/packages/ckeditor5-list/src/legacylist/legacyutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylistproperties.ts b/packages/ckeditor5-list/src/legacylistproperties.ts index 273fa779b9a..419dca6d7d8 100644 --- a/packages/ckeditor5-list/src/legacylistproperties.ts +++ b/packages/ckeditor5-list/src/legacylistproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.ts b/packages/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.ts index 6b23a9e0c5f..0bc406e92db 100644 --- a/packages/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.ts +++ b/packages/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.ts b/packages/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.ts index a5fecf8b8d5..3fa471b653a 100644 --- a/packages/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.ts +++ b/packages/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.ts b/packages/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.ts index 6211a15de2c..1e3c00c180d 100644 --- a/packages/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.ts +++ b/packages/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.ts b/packages/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.ts index 4eca6d858a1..ac67ea0f8df 100644 --- a/packages/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.ts +++ b/packages/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacytodolist.ts b/packages/ckeditor5-list/src/legacytodolist.ts index d92ddc535ff..4a1c6f66bcd 100644 --- a/packages/ckeditor5-list/src/legacytodolist.ts +++ b/packages/ckeditor5-list/src/legacytodolist.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.ts b/packages/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.ts index 2723ee05c8e..d1013cb54fb 100644 --- a/packages/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.ts +++ b/packages/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacytodolist/legacytodolistconverters.ts b/packages/ckeditor5-list/src/legacytodolist/legacytodolistconverters.ts index 90b18c7daa2..8ab2a6246f3 100644 --- a/packages/ckeditor5-list/src/legacytodolist/legacytodolistconverters.ts +++ b/packages/ckeditor5-list/src/legacytodolist/legacytodolistconverters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/legacytodolist/legacytodolistediting.ts b/packages/ckeditor5-list/src/legacytodolist/legacytodolistediting.ts index d16a9751c0f..7b2298f28ea 100644 --- a/packages/ckeditor5-list/src/legacytodolist/legacytodolistediting.ts +++ b/packages/ckeditor5-list/src/legacytodolist/legacytodolistediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list.ts b/packages/ckeditor5-list/src/list.ts index 5657d50267f..0b0bd229a2b 100644 --- a/packages/ckeditor5-list/src/list.ts +++ b/packages/ckeditor5-list/src/list.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/adjacentlistssupport.ts b/packages/ckeditor5-list/src/list/adjacentlistssupport.ts index 97058be86ff..3a20f541475 100644 --- a/packages/ckeditor5-list/src/list/adjacentlistssupport.ts +++ b/packages/ckeditor5-list/src/list/adjacentlistssupport.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/converters.ts b/packages/ckeditor5-list/src/list/converters.ts index 033748da35b..1dcc791b14d 100644 --- a/packages/ckeditor5-list/src/list/converters.ts +++ b/packages/ckeditor5-list/src/list/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -137,33 +137,34 @@ export function reconvertItemsOnDataChange( return () => { const changes = model.document.differ.getChanges(); const itemsToRefresh = []; - const itemToListHead = new Map(); + const itemToListHead = new Set(); const changedItems = new Set(); + const visited = new Set(); for ( const entry of changes ) { if ( entry.type == 'insert' && entry.name != '$text' ) { - findAndAddListHeadToMap( entry.position, itemToListHead ); + findAndAddListHeadToMap( entry.position, itemToListHead, visited ); // Insert of a non-list item. if ( !entry.attributes.has( 'listItemId' ) ) { - findAndAddListHeadToMap( entry.position.getShiftedBy( entry.length ), itemToListHead ); + findAndAddListHeadToMap( entry.position.getShiftedBy( entry.length ), itemToListHead, visited ); } else { changedItems.add( entry.position.nodeAfter! ); } } // Removed list item. else if ( entry.type == 'remove' && entry.attributes.has( 'listItemId' ) ) { - findAndAddListHeadToMap( entry.position, itemToListHead ); + findAndAddListHeadToMap( entry.position, itemToListHead, visited ); } // Changed list attribute. else if ( entry.type == 'attribute' ) { const item = entry.range.start.nodeAfter!; if ( attributeNames.includes( entry.attributeKey ) ) { - findAndAddListHeadToMap( entry.range.start, itemToListHead ); + findAndAddListHeadToMap( entry.range.start, itemToListHead, visited ); if ( entry.attributeNewValue === null ) { - findAndAddListHeadToMap( entry.range.start.getShiftedBy( 1 ), itemToListHead ); + findAndAddListHeadToMap( entry.range.start.getShiftedBy( 1 ), itemToListHead, visited ); // Check if paragraph should be converted from bogus to plain paragraph. if ( doesItemBlockRequiresRefresh( item as Element ) ) { diff --git a/packages/ckeditor5-list/src/list/listcommand.ts b/packages/ckeditor5-list/src/list/listcommand.ts index 059fcd35ffc..49f75c2ef6f 100644 --- a/packages/ckeditor5-list/src/list/listcommand.ts +++ b/packages/ckeditor5-list/src/list/listcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/listediting.ts b/packages/ckeditor5-list/src/list/listediting.ts index 39ca5726439..2afd49e55bc 100644 --- a/packages/ckeditor5-list/src/list/listediting.ts +++ b/packages/ckeditor5-list/src/list/listediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -755,7 +755,8 @@ function modelChangePostFixer( listEditing: ListEditing ) { const changes = model.document.differ.getChanges(); - const itemToListHead = new Map(); + const visited = new Set(); + const itemToListHead = new Set(); const multiBlock = listEditing.editor.config.get( 'list.multiBlock' ); let applied = false; @@ -775,30 +776,30 @@ function modelChangePostFixer( } } - findAndAddListHeadToMap( entry.position, itemToListHead ); + findAndAddListHeadToMap( entry.position, itemToListHead, visited ); // Insert of a non-list item - check if there is a list after it. if ( !entry.attributes.has( 'listItemId' ) ) { - findAndAddListHeadToMap( entry.position.getShiftedBy( entry.length ), itemToListHead ); + findAndAddListHeadToMap( entry.position.getShiftedBy( entry.length ), itemToListHead, visited ); } // Check if there is no nested list. for ( const { item: innerItem, previousPosition } of model.createRangeIn( item as Element ) ) { if ( isListItemBlock( innerItem ) ) { - findAndAddListHeadToMap( previousPosition, itemToListHead ); + findAndAddListHeadToMap( previousPosition, itemToListHead, visited ); } } } // Removed list item or block adjacent to a list. else if ( entry.type == 'remove' ) { - findAndAddListHeadToMap( entry.position, itemToListHead ); + findAndAddListHeadToMap( entry.position, itemToListHead, visited ); } // Changed list item indent or type. else if ( entry.type == 'attribute' && attributeNames.includes( entry.attributeKey ) ) { - findAndAddListHeadToMap( entry.range.start, itemToListHead ); + findAndAddListHeadToMap( entry.range.start, itemToListHead, visited ); if ( entry.attributeNewValue === null ) { - findAndAddListHeadToMap( entry.range.start.getShiftedBy( 1 ), itemToListHead ); + findAndAddListHeadToMap( entry.range.start.getShiftedBy( 1 ), itemToListHead, visited ); } } diff --git a/packages/ckeditor5-list/src/list/listindentcommand.ts b/packages/ckeditor5-list/src/list/listindentcommand.ts index 2225c44dce7..3c2cee2803a 100644 --- a/packages/ckeditor5-list/src/list/listindentcommand.ts +++ b/packages/ckeditor5-list/src/list/listindentcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/listmergecommand.ts b/packages/ckeditor5-list/src/list/listmergecommand.ts index c182dd5e111..a875474b8e8 100644 --- a/packages/ckeditor5-list/src/list/listmergecommand.ts +++ b/packages/ckeditor5-list/src/list/listmergecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/listsplitcommand.ts b/packages/ckeditor5-list/src/list/listsplitcommand.ts index f27db853cfe..0af11fcca06 100644 --- a/packages/ckeditor5-list/src/list/listsplitcommand.ts +++ b/packages/ckeditor5-list/src/list/listsplitcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/listui.ts b/packages/ckeditor5-list/src/list/listui.ts index 2b893e596b8..7e9faf1b7a0 100644 --- a/packages/ckeditor5-list/src/list/listui.ts +++ b/packages/ckeditor5-list/src/list/listui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/listutils.ts b/packages/ckeditor5-list/src/list/listutils.ts index 9fa58b02486..9a205848cf5 100644 --- a/packages/ckeditor5-list/src/list/listutils.ts +++ b/packages/ckeditor5-list/src/list/listutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/utils.ts b/packages/ckeditor5-list/src/list/utils.ts index 8dda792e8ec..f8ea7facbfb 100644 --- a/packages/ckeditor5-list/src/list/utils.ts +++ b/packages/ckeditor5-list/src/list/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/utils/listwalker.ts b/packages/ckeditor5-list/src/list/utils/listwalker.ts index 9aab6ba8b56..5721b030287 100644 --- a/packages/ckeditor5-list/src/list/utils/listwalker.ts +++ b/packages/ckeditor5-list/src/list/utils/listwalker.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/utils/model.ts b/packages/ckeditor5-list/src/list/utils/model.ts index 05ad5d074b0..23421c8ad03 100644 --- a/packages/ckeditor5-list/src/list/utils/model.ts +++ b/packages/ckeditor5-list/src/list/utils/model.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/list/utils/postfixers.ts b/packages/ckeditor5-list/src/list/utils/postfixers.ts index 8484bf4e038..6f0445602c1 100644 --- a/packages/ckeditor5-list/src/list/utils/postfixers.ts +++ b/packages/ckeditor5-list/src/list/utils/postfixers.ts @@ -1,13 +1,13 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** * @module list/list/utils/postfixers */ -import type { Position, Writer } from 'ckeditor5/src/engine.js'; +import type { Element, Position, Writer } from 'ckeditor5/src/engine.js'; import { SiblingListBlocksIterator, type ListIteratorValue } from './listwalker.js'; import { getListItemBlocks, isListItemBlock, ListItemUid, type ListElement } from './model.js'; @@ -17,10 +17,12 @@ import { getListItemBlocks, isListItemBlock, ListItemUid, type ListElement } fro * @internal * @param position The search starting position. * @param itemToListHead The map from list item element to the list head element. + * @param visited A set of elements that were already visited. */ export function findAndAddListHeadToMap( position: Position, - itemToListHead: Map + itemToListHead: Set, + visited: Set ): void { const previousNode = position.nodeBefore; @@ -28,7 +30,7 @@ export function findAndAddListHeadToMap( const item = position.nodeAfter; if ( isListItemBlock( item ) ) { - itemToListHead.set( item, item ); + itemToListHead.add( item ); } } else { let listHead = previousNode; @@ -42,12 +44,18 @@ export function findAndAddListHeadToMap( for ( const { node } of new SiblingListBlocksIterator( listHead, 'backward' ) ) { listHead = node; - if ( itemToListHead.has( listHead ) ) { + if ( visited.has( listHead ) ) { + return; + } + + visited.add( listHead ); + + if ( itemToListHead.has( previousNode ) ) { return; } } - itemToListHead.set( previousNode, listHead ); + itemToListHead.add( listHead ); } } diff --git a/packages/ckeditor5-list/src/list/utils/view.ts b/packages/ckeditor5-list/src/list/utils/view.ts index 17a72e9247e..978acbc0829 100644 --- a/packages/ckeditor5-list/src/list/utils/view.ts +++ b/packages/ckeditor5-list/src/list/utils/view.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listconfig.ts b/packages/ckeditor5-list/src/listconfig.ts index 7fbbaca09fd..3963b80b814 100644 --- a/packages/ckeditor5-list/src/listconfig.ts +++ b/packages/ckeditor5-list/src/listconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties.ts b/packages/ckeditor5-list/src/listproperties.ts index ed5d9144952..cb900dd5bbb 100644 --- a/packages/ckeditor5-list/src/listproperties.ts +++ b/packages/ckeditor5-list/src/listproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/converters.ts b/packages/ckeditor5-list/src/listproperties/converters.ts index bb736b8d60d..833f57ea9a9 100644 --- a/packages/ckeditor5-list/src/listproperties/converters.ts +++ b/packages/ckeditor5-list/src/listproperties/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/listpropertiesediting.ts b/packages/ckeditor5-list/src/listproperties/listpropertiesediting.ts index 2e6e246224b..e39163ea0e6 100644 --- a/packages/ckeditor5-list/src/listproperties/listpropertiesediting.ts +++ b/packages/ckeditor5-list/src/listproperties/listpropertiesediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/listpropertiesui.ts b/packages/ckeditor5-list/src/listproperties/listpropertiesui.ts index f6b0e16c46e..c0d4154b2df 100644 --- a/packages/ckeditor5-list/src/listproperties/listpropertiesui.ts +++ b/packages/ckeditor5-list/src/listproperties/listpropertiesui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/listpropertiesutils.ts b/packages/ckeditor5-list/src/listproperties/listpropertiesutils.ts index 6a8af6e26f2..1ef4d6b4eef 100644 --- a/packages/ckeditor5-list/src/listproperties/listpropertiesutils.ts +++ b/packages/ckeditor5-list/src/listproperties/listpropertiesutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/listreversedcommand.ts b/packages/ckeditor5-list/src/listproperties/listreversedcommand.ts index d7290bcd75e..5c68b6849f8 100644 --- a/packages/ckeditor5-list/src/listproperties/listreversedcommand.ts +++ b/packages/ckeditor5-list/src/listproperties/listreversedcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/liststartcommand.ts b/packages/ckeditor5-list/src/listproperties/liststartcommand.ts index f9e1553d13f..7ab31d1094c 100644 --- a/packages/ckeditor5-list/src/listproperties/liststartcommand.ts +++ b/packages/ckeditor5-list/src/listproperties/liststartcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/liststylecommand.ts b/packages/ckeditor5-list/src/listproperties/liststylecommand.ts index 4a5dca638a6..263f39333ea 100644 --- a/packages/ckeditor5-list/src/listproperties/liststylecommand.ts +++ b/packages/ckeditor5-list/src/listproperties/liststylecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/ui/listpropertiesview.ts b/packages/ckeditor5-list/src/listproperties/ui/listpropertiesview.ts index 307f12b560a..02295a46d28 100644 --- a/packages/ckeditor5-list/src/listproperties/ui/listpropertiesview.ts +++ b/packages/ckeditor5-list/src/listproperties/ui/listpropertiesview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/utils/config.ts b/packages/ckeditor5-list/src/listproperties/utils/config.ts index afc307c6bef..a182299bbab 100644 --- a/packages/ckeditor5-list/src/listproperties/utils/config.ts +++ b/packages/ckeditor5-list/src/listproperties/utils/config.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/listproperties/utils/style.ts b/packages/ckeditor5-list/src/listproperties/utils/style.ts index cd02f3b95e2..ef6ebd76c46 100644 --- a/packages/ckeditor5-list/src/listproperties/utils/style.ts +++ b/packages/ckeditor5-list/src/listproperties/utils/style.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/tododocumentlist.ts b/packages/ckeditor5-list/src/tododocumentlist.ts index 0b28b3a0fe2..55acca2fc69 100644 --- a/packages/ckeditor5-list/src/tododocumentlist.ts +++ b/packages/ckeditor5-list/src/tododocumentlist.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/todolist.ts b/packages/ckeditor5-list/src/todolist.ts index 3880753004c..c68b9624176 100644 --- a/packages/ckeditor5-list/src/todolist.ts +++ b/packages/ckeditor5-list/src/todolist.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/todolist/checktodolistcommand.ts b/packages/ckeditor5-list/src/todolist/checktodolistcommand.ts index a69ad63f371..7396c070e82 100644 --- a/packages/ckeditor5-list/src/todolist/checktodolistcommand.ts +++ b/packages/ckeditor5-list/src/todolist/checktodolistcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/todolist/todocheckboxchangeobserver.ts b/packages/ckeditor5-list/src/todolist/todocheckboxchangeobserver.ts index 0bb69281461..9b210f9b05f 100644 --- a/packages/ckeditor5-list/src/todolist/todocheckboxchangeobserver.ts +++ b/packages/ckeditor5-list/src/todolist/todocheckboxchangeobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/todolist/todolistediting.ts b/packages/ckeditor5-list/src/todolist/todolistediting.ts index ddbc99a8535..e9ffe58d6f8 100644 --- a/packages/ckeditor5-list/src/todolist/todolistediting.ts +++ b/packages/ckeditor5-list/src/todolist/todolistediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/src/todolist/todolistui.ts b/packages/ckeditor5-list/src/todolist/todolistui.ts index 74eb20e5796..8f74018d6b8 100644 --- a/packages/ckeditor5-list/src/todolist/todolistui.ts +++ b/packages/ckeditor5-list/src/todolist/todolistui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-list/tests/documentlist.js b/packages/ckeditor5-list/tests/documentlist.js index e9cfbc26199..12f0cf23235 100644 --- a/packages/ckeditor5-list/tests/documentlist.js +++ b/packages/ckeditor5-list/tests/documentlist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-list/tests/documentlistproperties.js b/packages/ckeditor5-list/tests/documentlistproperties.js index cb64d9f938d..34494242978 100644 --- a/packages/ckeditor5-list/tests/documentlistproperties.js +++ b/packages/ckeditor5-list/tests/documentlistproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-list/tests/legacylist.js b/packages/ckeditor5-list/tests/legacylist.js index 0ebaafc9e10..ca79896e389 100644 --- a/packages/ckeditor5-list/tests/legacylist.js +++ b/packages/ckeditor5-list/tests/legacylist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyList from '../src/legacylist.js'; diff --git a/packages/ckeditor5-list/tests/legacylist/legacyindentcommand.js b/packages/ckeditor5-list/tests/legacylist/legacyindentcommand.js index 2c6c243f47a..1ea4b477f3d 100644 --- a/packages/ckeditor5-list/tests/legacylist/legacyindentcommand.js +++ b/packages/ckeditor5-list/tests/legacylist/legacyindentcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; diff --git a/packages/ckeditor5-list/tests/legacylist/legacylistcommand.js b/packages/ckeditor5-list/tests/legacylist/legacylistcommand.js index 7241b2736d0..0a347ebe818 100644 --- a/packages/ckeditor5-list/tests/legacylist/legacylistcommand.js +++ b/packages/ckeditor5-list/tests/legacylist/legacylistcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; diff --git a/packages/ckeditor5-list/tests/legacylist/legacylistediting.js b/packages/ckeditor5-list/tests/legacylist/legacylistediting.js index 189e35816b2..576bac87353 100644 --- a/packages/ckeditor5-list/tests/legacylist/legacylistediting.js +++ b/packages/ckeditor5-list/tests/legacylist/legacylistediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyListEditing from '../../src/legacylist/legacylistediting.js'; diff --git a/packages/ckeditor5-list/tests/legacylist/legacylistutils.js b/packages/ckeditor5-list/tests/legacylist/legacylistutils.js index 34f49bdf581..a3a622e9c1a 100644 --- a/packages/ckeditor5-list/tests/legacylist/legacylistutils.js +++ b/packages/ckeditor5-list/tests/legacylist/legacylistutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyListUtils from '../../src/legacylist/legacylistutils.js'; diff --git a/packages/ckeditor5-list/tests/legacylist/legacyutils.js b/packages/ckeditor5-list/tests/legacylist/legacyutils.js index c869cab8788..78daf21cace 100644 --- a/packages/ckeditor5-list/tests/legacylist/legacyutils.js +++ b/packages/ckeditor5-list/tests/legacylist/legacyutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ViewContainerElement from '@ckeditor/ckeditor5-engine/src/view/containerelement.js'; diff --git a/packages/ckeditor5-list/tests/legacylistproperties.js b/packages/ckeditor5-list/tests/legacylistproperties.js index dd367a57059..b89001678a0 100644 --- a/packages/ckeditor5-list/tests/legacylistproperties.js +++ b/packages/ckeditor5-list/tests/legacylistproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyListProperties from '../src/legacylistproperties.js'; diff --git a/packages/ckeditor5-list/tests/legacylistproperties/legacylistpropertiesediting.js b/packages/ckeditor5-list/tests/legacylistproperties/legacylistpropertiesediting.js index 37ed92f24fa..800ef573962 100644 --- a/packages/ckeditor5-list/tests/legacylistproperties/legacylistpropertiesediting.js +++ b/packages/ckeditor5-list/tests/legacylistproperties/legacylistpropertiesediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/legacylistproperties/legacylistreversedcommand.js b/packages/ckeditor5-list/tests/legacylistproperties/legacylistreversedcommand.js index d1bef0c15f7..fe2455a4ae0 100644 --- a/packages/ckeditor5-list/tests/legacylistproperties/legacylistreversedcommand.js +++ b/packages/ckeditor5-list/tests/legacylistproperties/legacylistreversedcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { setData, getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model.js'; diff --git a/packages/ckeditor5-list/tests/legacylistproperties/legacyliststartcommand.js b/packages/ckeditor5-list/tests/legacylistproperties/legacyliststartcommand.js index 90866acea90..20058a1a34b 100644 --- a/packages/ckeditor5-list/tests/legacylistproperties/legacyliststartcommand.js +++ b/packages/ckeditor5-list/tests/legacylistproperties/legacyliststartcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { setData, getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model.js'; diff --git a/packages/ckeditor5-list/tests/legacylistproperties/legacyliststylecommand.js b/packages/ckeditor5-list/tests/legacylistproperties/legacyliststylecommand.js index 14e43b0f2bd..d9a0f8b0582 100644 --- a/packages/ckeditor5-list/tests/legacylistproperties/legacyliststylecommand.js +++ b/packages/ckeditor5-list/tests/legacylistproperties/legacyliststylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { setData, getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model.js'; diff --git a/packages/ckeditor5-list/tests/legacytodolist.js b/packages/ckeditor5-list/tests/legacytodolist.js index 7b776d8cf86..47b67aae5fc 100644 --- a/packages/ckeditor5-list/tests/legacytodolist.js +++ b/packages/ckeditor5-list/tests/legacytodolist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyTodoList from '../src/legacytodolist.js'; diff --git a/packages/ckeditor5-list/tests/legacytodolist/legacychecktodolistcommand.js b/packages/ckeditor5-list/tests/legacytodolist/legacychecktodolistcommand.js index 0d7726151dc..0bba14959e5 100644 --- a/packages/ckeditor5-list/tests/legacytodolist/legacychecktodolistcommand.js +++ b/packages/ckeditor5-list/tests/legacytodolist/legacychecktodolistcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyTodoListEditing from '../../src/legacytodolist/legacytodolistediting.js'; diff --git a/packages/ckeditor5-list/tests/legacytodolist/legacytodolistediting.js b/packages/ckeditor5-list/tests/legacytodolist/legacytodolistediting.js index 7da2015cc19..b2a06bc4f82 100644 --- a/packages/ckeditor5-list/tests/legacytodolist/legacytodolistediting.js +++ b/packages/ckeditor5-list/tests/legacytodolist/legacytodolistediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LegacyTodoListEditing from '../../src/legacytodolist/legacytodolistediting.js'; diff --git a/packages/ckeditor5-list/tests/list.js b/packages/ckeditor5-list/tests/list.js index ab64c0ffa12..3fe80f7a443 100644 --- a/packages/ckeditor5-list/tests/list.js +++ b/packages/ckeditor5-list/tests/list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import List from '../src/list.js'; diff --git a/packages/ckeditor5-list/tests/list/_utils-tests/uid.js b/packages/ckeditor5-list/tests/list/_utils-tests/uid.js index 0187cdadc3b..95b69f4300a 100644 --- a/packages/ckeditor5-list/tests/list/_utils-tests/uid.js +++ b/packages/ckeditor5-list/tests/list/_utils-tests/uid.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-list/tests/list/_utils-tests/utils.js b/packages/ckeditor5-list/tests/list/_utils-tests/utils.js index 1fb6936257d..52464f5b1cb 100644 --- a/packages/ckeditor5-list/tests/list/_utils-tests/utils.js +++ b/packages/ckeditor5-list/tests/list/_utils-tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '@ckeditor/ckeditor5-engine/src/model/model.js'; diff --git a/packages/ckeditor5-list/tests/list/_utils/uid.js b/packages/ckeditor5-list/tests/list/_utils/uid.js index c2f19b8c9c3..22fb31162da 100644 --- a/packages/ckeditor5-list/tests/list/_utils/uid.js +++ b/packages/ckeditor5-list/tests/list/_utils/uid.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { ListItemUid } from '../../../src/list/utils/model.js'; diff --git a/packages/ckeditor5-list/tests/list/_utils/utils.js b/packages/ckeditor5-list/tests/list/_utils/utils.js index f1f39eb3edf..54756bd24b9 100644 --- a/packages/ckeditor5-list/tests/list/_utils/utils.js +++ b/packages/ckeditor5-list/tests/list/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '@ckeditor/ckeditor5-engine/src/model/model.js'; diff --git a/packages/ckeditor5-list/tests/list/adjacentlistssupport.js b/packages/ckeditor5-list/tests/list/adjacentlistssupport.js index 6c7a49480c2..d3ddebc468f 100644 --- a/packages/ckeditor5-list/tests/list/adjacentlistssupport.js +++ b/packages/ckeditor5-list/tests/list/adjacentlistssupport.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-list/tests/list/converters-changes.js b/packages/ckeditor5-list/tests/list/converters-changes.js index 1ec16aa11f2..1dc6d1125a6 100644 --- a/packages/ckeditor5-list/tests/list/converters-changes.js +++ b/packages/ckeditor5-list/tests/list/converters-changes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/converters-data-single-block.js b/packages/ckeditor5-list/tests/list/converters-data-single-block.js index 3162b4a3c3a..6a7e16049b3 100644 --- a/packages/ckeditor5-list/tests/list/converters-data-single-block.js +++ b/packages/ckeditor5-list/tests/list/converters-data-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/converters-data.js b/packages/ckeditor5-list/tests/list/converters-data.js index 049fa08598d..dbd153c2200 100644 --- a/packages/ckeditor5-list/tests/list/converters-data.js +++ b/packages/ckeditor5-list/tests/list/converters-data.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/converters-marker-changes.js b/packages/ckeditor5-list/tests/list/converters-marker-changes.js index cf256708f8e..e896561a407 100644 --- a/packages/ckeditor5-list/tests/list/converters-marker-changes.js +++ b/packages/ckeditor5-list/tests/list/converters-marker-changes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BlockQuoteEditing from '@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js'; diff --git a/packages/ckeditor5-list/tests/list/converters.js b/packages/ckeditor5-list/tests/list/converters.js index 2fd4d3334c1..a47d439f255 100644 --- a/packages/ckeditor5-list/tests/list/converters.js +++ b/packages/ckeditor5-list/tests/list/converters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/integrations/clipboard-single-block.js b/packages/ckeditor5-list/tests/list/integrations/clipboard-single-block.js index 339053afe0c..ae870157fe5 100644 --- a/packages/ckeditor5-list/tests/list/integrations/clipboard-single-block.js +++ b/packages/ckeditor5-list/tests/list/integrations/clipboard-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/clipboard.js b/packages/ckeditor5-list/tests/list/integrations/clipboard.js index e68f62dc24e..34d160209a9 100644 --- a/packages/ckeditor5-list/tests/list/integrations/clipboard.js +++ b/packages/ckeditor5-list/tests/list/integrations/clipboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/delete-single-block.js b/packages/ckeditor5-list/tests/list/integrations/delete-single-block.js index 5599293f43c..32c221a1773 100644 --- a/packages/ckeditor5-list/tests/list/integrations/delete-single-block.js +++ b/packages/ckeditor5-list/tests/list/integrations/delete-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/delete.js b/packages/ckeditor5-list/tests/list/integrations/delete.js index 115c4952262..16fa256f195 100644 --- a/packages/ckeditor5-list/tests/list/integrations/delete.js +++ b/packages/ckeditor5-list/tests/list/integrations/delete.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/enter.js b/packages/ckeditor5-list/tests/list/integrations/enter.js index 35faaef14c7..b680ca8b9ff 100644 --- a/packages/ckeditor5-list/tests/list/integrations/enter.js +++ b/packages/ckeditor5-list/tests/list/integrations/enter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/integrations/image.js b/packages/ckeditor5-list/tests/list/integrations/image.js index efbf03afbfb..bba8d489326 100644 --- a/packages/ckeditor5-list/tests/list/integrations/image.js +++ b/packages/ckeditor5-list/tests/list/integrations/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/indentmulticommand.js b/packages/ckeditor5-list/tests/list/integrations/indentmulticommand.js index cee11ce3a1f..e690ecf6657 100644 --- a/packages/ckeditor5-list/tests/list/integrations/indentmulticommand.js +++ b/packages/ckeditor5-list/tests/list/integrations/indentmulticommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/insertcontent.js b/packages/ckeditor5-list/tests/list/integrations/insertcontent.js index e1afec54ef7..9dff070d4f8 100644 --- a/packages/ckeditor5-list/tests/list/integrations/insertcontent.js +++ b/packages/ckeditor5-list/tests/list/integrations/insertcontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/markers.js b/packages/ckeditor5-list/tests/list/integrations/markers.js index f238c0b4a87..064508015a5 100644 --- a/packages/ckeditor5-list/tests/list/integrations/markers.js +++ b/packages/ckeditor5-list/tests/list/integrations/markers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/integrations/tabobservers.js b/packages/ckeditor5-list/tests/list/integrations/tabobservers.js index 97ba418e601..4a5c626c026 100644 --- a/packages/ckeditor5-list/tests/list/integrations/tabobservers.js +++ b/packages/ckeditor5-list/tests/list/integrations/tabobservers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/list/listcommand-single-block.js b/packages/ckeditor5-list/tests/list/listcommand-single-block.js index 33fc2f1dc76..b9063bb337c 100644 --- a/packages/ckeditor5-list/tests/list/listcommand-single-block.js +++ b/packages/ckeditor5-list/tests/list/listcommand-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-list/tests/list/listcommand.js b/packages/ckeditor5-list/tests/list/listcommand.js index 373622b27b5..d107ef27ad2 100644 --- a/packages/ckeditor5-list/tests/list/listcommand.js +++ b/packages/ckeditor5-list/tests/list/listcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListCommand from '../../src/list/listcommand.js'; diff --git a/packages/ckeditor5-list/tests/list/listediting-single-block.js b/packages/ckeditor5-list/tests/list/listediting-single-block.js index e47704f95eb..36c67f512ba 100644 --- a/packages/ckeditor5-list/tests/list/listediting-single-block.js +++ b/packages/ckeditor5-list/tests/list/listediting-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/listediting.js b/packages/ckeditor5-list/tests/list/listediting.js index 846f3425025..04bc4f89c47 100644 --- a/packages/ckeditor5-list/tests/list/listediting.js +++ b/packages/ckeditor5-list/tests/list/listediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListEditing from '../../src/list/listediting.js'; diff --git a/packages/ckeditor5-list/tests/list/listindentcommand-single-block.js b/packages/ckeditor5-list/tests/list/listindentcommand-single-block.js index 639556dfcfc..5d5d862cb5f 100644 --- a/packages/ckeditor5-list/tests/list/listindentcommand-single-block.js +++ b/packages/ckeditor5-list/tests/list/listindentcommand-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-list/tests/list/listindentcommand.js b/packages/ckeditor5-list/tests/list/listindentcommand.js index f37c2cb4442..b86e67538e2 100644 --- a/packages/ckeditor5-list/tests/list/listindentcommand.js +++ b/packages/ckeditor5-list/tests/list/listindentcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListIndentCommand from '../../src/list/listindentcommand.js'; diff --git a/packages/ckeditor5-list/tests/list/listmergecommand.js b/packages/ckeditor5-list/tests/list/listmergecommand.js index 8a9786ef08e..75d4ec464a1 100644 --- a/packages/ckeditor5-list/tests/list/listmergecommand.js +++ b/packages/ckeditor5-list/tests/list/listmergecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { modelList } from './_utils/utils.js'; diff --git a/packages/ckeditor5-list/tests/list/listsplitcommand.js b/packages/ckeditor5-list/tests/list/listsplitcommand.js index bb0663ec5e3..43e7f0bbd4a 100644 --- a/packages/ckeditor5-list/tests/list/listsplitcommand.js +++ b/packages/ckeditor5-list/tests/list/listsplitcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListSplitCommand from '../../src/list/listsplitcommand.js'; diff --git a/packages/ckeditor5-list/tests/list/listui.js b/packages/ckeditor5-list/tests/list/listui.js index 3b8cd3064f0..bd4265c623d 100644 --- a/packages/ckeditor5-list/tests/list/listui.js +++ b/packages/ckeditor5-list/tests/list/listui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-list/tests/list/listutils.js b/packages/ckeditor5-list/tests/list/listutils.js index 06798d07822..9be32bb0308 100644 --- a/packages/ckeditor5-list/tests/list/listutils.js +++ b/packages/ckeditor5-list/tests/list/listutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListUtils from '../../src/list/listutils.js'; diff --git a/packages/ckeditor5-list/tests/list/utils/listwalker.js b/packages/ckeditor5-list/tests/list/utils/listwalker.js index 861177a89da..31611d4d039 100644 --- a/packages/ckeditor5-list/tests/list/utils/listwalker.js +++ b/packages/ckeditor5-list/tests/list/utils/listwalker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListWalker from '../../../src/list/utils/listwalker.js'; diff --git a/packages/ckeditor5-list/tests/list/utils/model.js b/packages/ckeditor5-list/tests/list/utils/model.js index 2bd7a6ce13f..0b79703f3aa 100644 --- a/packages/ckeditor5-list/tests/list/utils/model.js +++ b/packages/ckeditor5-list/tests/list/utils/model.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-list/tests/list/utils/postfixers.js b/packages/ckeditor5-list/tests/list/utils/postfixers.js index 4921f915f88..9d1d6d69a97 100644 --- a/packages/ckeditor5-list/tests/list/utils/postfixers.js +++ b/packages/ckeditor5-list/tests/list/utils/postfixers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { @@ -42,9 +42,10 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 1 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -61,9 +62,10 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 2 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -80,9 +82,10 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 3 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -100,11 +103,12 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 3 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - itemToListHead.set( fragment.getChild( 2 ), fragment.getChild( 1 ) ); + itemToListHead.add( fragment.getChild( 1 ) ); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -122,11 +126,12 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 4 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - itemToListHead.set( fragment.getChild( 2 ), fragment.getChild( 1 ) ); + itemToListHead.add( fragment.getChild( 1 ) ); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -144,9 +149,10 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 4 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -165,9 +171,10 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 5 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); @@ -187,9 +194,10 @@ describe( 'List - utils - postfixers', () => { const fragment = parseModel( input, schema ); const position = model.createPositionAt( fragment, 3 ); - const itemToListHead = new Map(); + const itemToListHead = new Set(); + const visited = new Set(); - findAndAddListHeadToMap( position, itemToListHead ); + findAndAddListHeadToMap( position, itemToListHead, visited ); const heads = Array.from( itemToListHead.values() ); diff --git a/packages/ckeditor5-list/tests/list/utils/view.js b/packages/ckeditor5-list/tests/list/utils/view.js index 7e116092756..bd783cddb82 100644 --- a/packages/ckeditor5-list/tests/list/utils/view.js +++ b/packages/ckeditor5-list/tests/list/utils/view.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-list/tests/listproperties.js b/packages/ckeditor5-list/tests/listproperties.js index 8cb68e0821a..fff002cb837 100644 --- a/packages/ckeditor5-list/tests/listproperties.js +++ b/packages/ckeditor5-list/tests/listproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListProperties from '../src/listproperties.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/converters.js b/packages/ckeditor5-list/tests/listproperties/converters.js index 85a18175064..3b6898c3a46 100644 --- a/packages/ckeditor5-list/tests/listproperties/converters.js +++ b/packages/ckeditor5-list/tests/listproperties/converters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BoldEditing from '@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/listpropertiesediting.js b/packages/ckeditor5-list/tests/listproperties/listpropertiesediting.js index 64ecc53c2e5..fae4e2e1378 100644 --- a/packages/ckeditor5-list/tests/listproperties/listpropertiesediting.js +++ b/packages/ckeditor5-list/tests/listproperties/listpropertiesediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/listpropertiesui.js b/packages/ckeditor5-list/tests/listproperties/listpropertiesui.js index c6ced3cafc2..25c2301db77 100644 --- a/packages/ckeditor5-list/tests/listproperties/listpropertiesui.js +++ b/packages/ckeditor5-list/tests/listproperties/listpropertiesui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-list/tests/listproperties/listpropertiesutils.js b/packages/ckeditor5-list/tests/listproperties/listpropertiesutils.js index a6a4d6c9d6f..c3d94677f02 100644 --- a/packages/ckeditor5-list/tests/listproperties/listpropertiesutils.js +++ b/packages/ckeditor5-list/tests/listproperties/listpropertiesutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/listreversedcommand.js b/packages/ckeditor5-list/tests/listproperties/listreversedcommand.js index 75ddec6f4fb..438f6740a60 100644 --- a/packages/ckeditor5-list/tests/listproperties/listreversedcommand.js +++ b/packages/ckeditor5-list/tests/listproperties/listreversedcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/liststartcommand.js b/packages/ckeditor5-list/tests/listproperties/liststartcommand.js index 492ca7f1e55..336f9af1f04 100644 --- a/packages/ckeditor5-list/tests/listproperties/liststartcommand.js +++ b/packages/ckeditor5-list/tests/listproperties/liststartcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/liststylecommand.js b/packages/ckeditor5-list/tests/listproperties/liststylecommand.js index 774ad2cc75c..22f3bf250b0 100644 --- a/packages/ckeditor5-list/tests/listproperties/liststylecommand.js +++ b/packages/ckeditor5-list/tests/listproperties/liststylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/ui/listpropertiesview.js b/packages/ckeditor5-list/tests/listproperties/ui/listpropertiesview.js index bf09c463a35..d713c39e175 100644 --- a/packages/ckeditor5-list/tests/listproperties/ui/listpropertiesview.js +++ b/packages/ckeditor5-list/tests/listproperties/ui/listpropertiesview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-list/tests/listproperties/utils/config.js b/packages/ckeditor5-list/tests/listproperties/utils/config.js index 3412c2be843..a55cfddf8d7 100644 --- a/packages/ckeditor5-list/tests/listproperties/utils/config.js +++ b/packages/ckeditor5-list/tests/listproperties/utils/config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { getNormalizedConfig } from '../../../src/listproperties/utils/config.js'; diff --git a/packages/ckeditor5-list/tests/listproperties/utils/style.js b/packages/ckeditor5-list/tests/listproperties/utils/style.js index 0dc28e991ec..05de2320b42 100644 --- a/packages/ckeditor5-list/tests/listproperties/utils/style.js +++ b/packages/ckeditor5-list/tests/listproperties/utils/style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-list/tests/manual/documentlist-properties-all.js b/packages/ckeditor5-list/tests/manual/documentlist-properties-all.js index c5b49683c9d..3062701a75a 100644 --- a/packages/ckeditor5-list/tests/manual/documentlist-properties-all.js +++ b/packages/ckeditor5-list/tests/manual/documentlist-properties-all.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/documentlist-properties.js b/packages/ckeditor5-list/tests/manual/documentlist-properties.js index ef2e0eab638..50844313d4a 100644 --- a/packages/ckeditor5-list/tests/manual/documentlist-properties.js +++ b/packages/ckeditor5-list/tests/manual/documentlist-properties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-list/tests/manual/documentlist-separator.js b/packages/ckeditor5-list/tests/manual/documentlist-separator.js index e78d5ff1730..997b4efe187 100644 --- a/packages/ckeditor5-list/tests/manual/documentlist-separator.js +++ b/packages/ckeditor5-list/tests/manual/documentlist-separator.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/documentlist-simple.js b/packages/ckeditor5-list/tests/manual/documentlist-simple.js index 9ecbe87308d..cbcd8fecf2a 100644 --- a/packages/ckeditor5-list/tests/manual/documentlist-simple.js +++ b/packages/ckeditor5-list/tests/manual/documentlist-simple.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/documentlist.js b/packages/ckeditor5-list/tests/manual/documentlist.js index 4e77a788348..8abb875f3be 100644 --- a/packages/ckeditor5-list/tests/manual/documentlist.js +++ b/packages/ckeditor5-list/tests/manual/documentlist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/list-properties.js b/packages/ckeditor5-list/tests/manual/list-properties.js index f80214f3c9a..3feb42c6404 100644 --- a/packages/ckeditor5-list/tests/manual/list-properties.js +++ b/packages/ckeditor5-list/tests/manual/list-properties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals CKEditorInspector, console, document */ diff --git a/packages/ckeditor5-list/tests/manual/list-style.js b/packages/ckeditor5-list/tests/manual/list-style.js index e79c4a67a05..9e156c5b5dc 100644 --- a/packages/ckeditor5-list/tests/manual/list-style.js +++ b/packages/ckeditor5-list/tests/manual/list-style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/list.js b/packages/ckeditor5-list/tests/manual/list.js index 60a553f4f44..9953b805573 100644 --- a/packages/ckeditor5-list/tests/manual/list.js +++ b/packages/ckeditor5-list/tests/manual/list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/listmocking.js b/packages/ckeditor5-list/tests/manual/listmocking.js index baae95959e9..a3d7e720076 100644 --- a/packages/ckeditor5-list/tests/manual/listmocking.js +++ b/packages/ckeditor5-list/tests/manual/listmocking.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/nestedlists.js b/packages/ckeditor5-list/tests/manual/nestedlists.js index ab195b936e6..4176db76844 100644 --- a/packages/ckeditor5-list/tests/manual/nestedlists.js +++ b/packages/ckeditor5-list/tests/manual/nestedlists.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/todo-documentlist-rtl.js b/packages/ckeditor5-list/tests/manual/todo-documentlist-rtl.js index 343db0c1541..e887bb865b0 100644 --- a/packages/ckeditor5-list/tests/manual/todo-documentlist-rtl.js +++ b/packages/ckeditor5-list/tests/manual/todo-documentlist-rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/todo-documentlist-simple.js b/packages/ckeditor5-list/tests/manual/todo-documentlist-simple.js index a76f32454ad..e5ea05a7839 100644 --- a/packages/ckeditor5-list/tests/manual/todo-documentlist-simple.js +++ b/packages/ckeditor5-list/tests/manual/todo-documentlist-simple.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/todo-documentlist.js b/packages/ckeditor5-list/tests/manual/todo-documentlist.js index 72e5797d7ec..ae8509a9161 100644 --- a/packages/ckeditor5-list/tests/manual/todo-documentlist.js +++ b/packages/ckeditor5-list/tests/manual/todo-documentlist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/todo-list-rtl.js b/packages/ckeditor5-list/tests/manual/todo-list-rtl.js index 4eb8d55e4d6..66d66b31b26 100644 --- a/packages/ckeditor5-list/tests/manual/todo-list-rtl.js +++ b/packages/ckeditor5-list/tests/manual/todo-list-rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/manual/todo-list.js b/packages/ckeditor5-list/tests/manual/todo-list.js index 7fb4b8770cf..30e58e72aac 100644 --- a/packages/ckeditor5-list/tests/manual/todo-list.js +++ b/packages/ckeditor5-list/tests/manual/todo-list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-list/tests/tododocumentlist.js b/packages/ckeditor5-list/tests/tododocumentlist.js index 73a65bfea4d..2233322db3d 100644 --- a/packages/ckeditor5-list/tests/tododocumentlist.js +++ b/packages/ckeditor5-list/tests/tododocumentlist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console */ diff --git a/packages/ckeditor5-list/tests/todolist.js b/packages/ckeditor5-list/tests/todolist.js index c4992e2a89a..b28ebb8d063 100644 --- a/packages/ckeditor5-list/tests/todolist.js +++ b/packages/ckeditor5-list/tests/todolist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import TodoList from '../src/todolist.js'; diff --git a/packages/ckeditor5-list/tests/todolist/checktodolistcommand.js b/packages/ckeditor5-list/tests/todolist/checktodolistcommand.js index 4edc37e027d..ca20ab183cb 100644 --- a/packages/ckeditor5-list/tests/todolist/checktodolistcommand.js +++ b/packages/ckeditor5-list/tests/todolist/checktodolistcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HeadingEditing from '@ckeditor/ckeditor5-heading/src/headingediting.js'; diff --git a/packages/ckeditor5-list/tests/todolist/todocheckboxchangeobserver.js b/packages/ckeditor5-list/tests/todolist/todocheckboxchangeobserver.js index 0a3bbfa4896..53d162ef9a0 100644 --- a/packages/ckeditor5-list/tests/todolist/todocheckboxchangeobserver.js +++ b/packages/ckeditor5-list/tests/todolist/todocheckboxchangeobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-list/tests/todolist/todolistediting-conversion-changes.js b/packages/ckeditor5-list/tests/todolist/todolistediting-conversion-changes.js index 73dc91d6a3a..b156854bee9 100644 --- a/packages/ckeditor5-list/tests/todolist/todolistediting-conversion-changes.js +++ b/packages/ckeditor5-list/tests/todolist/todolistediting-conversion-changes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BlockQuoteEditing from '@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js'; diff --git a/packages/ckeditor5-list/tests/todolist/todolistediting-single-block.js b/packages/ckeditor5-list/tests/todolist/todolistediting-single-block.js index 6f5b0d4038f..49509550196 100644 --- a/packages/ckeditor5-list/tests/todolist/todolistediting-single-block.js +++ b/packages/ckeditor5-list/tests/todolist/todolistediting-single-block.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-list/tests/todolist/todolistediting.js b/packages/ckeditor5-list/tests/todolist/todolistediting.js index 1a3cbf609f4..094ba20cbf3 100644 --- a/packages/ckeditor5-list/tests/todolist/todolistediting.js +++ b/packages/ckeditor5-list/tests/todolist/todolistediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-list/tests/todolist/todolistui.js b/packages/ckeditor5-list/tests/todolist/todolistui.js index ef798478f34..21e3aa056a1 100644 --- a/packages/ckeditor5-list/tests/todolist/todolistui.js +++ b/packages/ckeditor5-list/tests/todolist/todolistui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-list/theme/documentlist.css b/packages/ckeditor5-list/theme/documentlist.css index a069884cdd1..971e3fecbe6 100644 --- a/packages/ckeditor5-list/theme/documentlist.css +++ b/packages/ckeditor5-list/theme/documentlist.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-editor__editable .ck-list-bogus-paragraph { diff --git a/packages/ckeditor5-list/theme/list.css b/packages/ckeditor5-list/theme/list.css index f1518141e62..34912d73362 100644 --- a/packages/ckeditor5-list/theme/list.css +++ b/packages/ckeditor5-list/theme/list.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content ol { diff --git a/packages/ckeditor5-list/theme/listproperties.css b/packages/ckeditor5-list/theme/listproperties.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-list/theme/listproperties.css +++ b/packages/ckeditor5-list/theme/listproperties.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-list/theme/liststyles.css b/packages/ckeditor5-list/theme/liststyles.css index 884397a8b8e..541b8706ebb 100644 --- a/packages/ckeditor5-list/theme/liststyles.css +++ b/packages/ckeditor5-list/theme/liststyles.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-list-styles-list { diff --git a/packages/ckeditor5-list/theme/todolist.css b/packages/ckeditor5-list/theme/todolist.css index 36cd7840779..5576b408e3b 100644 --- a/packages/ckeditor5-list/theme/todolist.css +++ b/packages/ckeditor5-list/theme/todolist.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-list/webpack.config.js b/packages/ckeditor5-list/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-list/webpack.config.js +++ b/packages/ckeditor5-list/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-markdown-gfm/docs/_snippets/features/markdown.js b/packages/ckeditor5-markdown-gfm/docs/_snippets/features/markdown.js index 5cb1b462b92..9dba47b7822 100644 --- a/packages/ckeditor5-markdown-gfm/docs/_snippets/features/markdown.js +++ b/packages/ckeditor5-markdown-gfm/docs/_snippets/features/markdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-markdown-gfm/docs/_snippets/features/paste-from-markdown.js b/packages/ckeditor5-markdown-gfm/docs/_snippets/features/paste-from-markdown.js index c63e481d8b1..af7836f0adc 100644 --- a/packages/ckeditor5-markdown-gfm/docs/_snippets/features/paste-from-markdown.js +++ b/packages/ckeditor5-markdown-gfm/docs/_snippets/features/paste-from-markdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-markdown-gfm/src/augmentation.ts b/packages/ckeditor5-markdown-gfm/src/augmentation.ts index e1954850fa6..794ab8f2db9 100644 --- a/packages/ckeditor5-markdown-gfm/src/augmentation.ts +++ b/packages/ckeditor5-markdown-gfm/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { Markdown, PasteFromMarkdownExperimental } from './index.js'; diff --git a/packages/ckeditor5-markdown-gfm/src/gfmdataprocessor.ts b/packages/ckeditor5-markdown-gfm/src/gfmdataprocessor.ts index f53c7d59f63..9be19a73e4e 100644 --- a/packages/ckeditor5-markdown-gfm/src/gfmdataprocessor.ts +++ b/packages/ckeditor5-markdown-gfm/src/gfmdataprocessor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-markdown-gfm/src/html2markdown/html2markdown.ts b/packages/ckeditor5-markdown-gfm/src/html2markdown/html2markdown.ts index 67aa4bae848..6b6f2dee144 100644 --- a/packages/ckeditor5-markdown-gfm/src/html2markdown/html2markdown.ts +++ b/packages/ckeditor5-markdown-gfm/src/html2markdown/html2markdown.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-markdown-gfm/src/index.ts b/packages/ckeditor5-markdown-gfm/src/index.ts index d0a4f4183d6..7fe159e02e3 100644 --- a/packages/ckeditor5-markdown-gfm/src/index.ts +++ b/packages/ckeditor5-markdown-gfm/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-markdown-gfm/src/markdown.ts b/packages/ckeditor5-markdown-gfm/src/markdown.ts index bbfb95efc2f..2ee751e1e57 100644 --- a/packages/ckeditor5-markdown-gfm/src/markdown.ts +++ b/packages/ckeditor5-markdown-gfm/src/markdown.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-markdown-gfm/src/markdown2html/markdown2html.ts b/packages/ckeditor5-markdown-gfm/src/markdown2html/markdown2html.ts index b7f1a85f7e1..016a95eeaa1 100644 --- a/packages/ckeditor5-markdown-gfm/src/markdown2html/markdown2html.ts +++ b/packages/ckeditor5-markdown-gfm/src/markdown2html/markdown2html.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-markdown-gfm/src/pastefrommarkdownexperimental.ts b/packages/ckeditor5-markdown-gfm/src/pastefrommarkdownexperimental.ts index 7949a78159d..5f28a9d1c9c 100644 --- a/packages/ckeditor5-markdown-gfm/src/pastefrommarkdownexperimental.ts +++ b/packages/ckeditor5-markdown-gfm/src/pastefrommarkdownexperimental.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-markdown-gfm/tests/_utils/utils.js b/packages/ckeditor5-markdown-gfm/tests/_utils/utils.js index c632a346984..26e61619976 100644 --- a/packages/ckeditor5-markdown-gfm/tests/_utils/utils.js +++ b/packages/ckeditor5-markdown-gfm/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import MarkdownDataProcessor from '../../src/gfmdataprocessor.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/blockquotes.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/blockquotes.js index a38201fea77..10d86746a20 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/blockquotes.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/blockquotes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/code.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/code.js index 3304c7b6551..60118e2bd09 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/code.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/code.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/escaping.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/escaping.js index 4388df5e234..4b9c74c87ba 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/escaping.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/escaping.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import MarkdownDataProcessor from '../../src/gfmdataprocessor.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/gfmdataprocessor.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/gfmdataprocessor.js index d6011c6328e..b633246dd62 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/gfmdataprocessor.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/gfmdataprocessor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import GFMDataProcessor from '../../src/gfmdataprocessor.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/headers.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/headers.js index 33bab8380b8..80cce349efd 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/headers.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/headers.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/horizontal-rules.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/horizontal-rules.js index 2953078c371..ddd894c1cda 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/horizontal-rules.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/horizontal-rules.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/html.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/html.js index b73e67e6f41..a60138d7fc6 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/html.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/html.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/images.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/images.js index 698b9e36f6f..57843f2951c 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/images.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/images.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/links.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/links.js index 46221c82db2..0498c49b208 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/links.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/links.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/lists.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/lists.js index 648bda6cd0a..a44a9836527 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/lists.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/lists.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/paragraphs.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/paragraphs.js index 1a9741e9e26..ed1fdee9733 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/paragraphs.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/paragraphs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strikethrough.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strikethrough.js index 8ccf1077a90..d3cc8b312ba 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strikethrough.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strikethrough.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strong-emphasis.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strong-emphasis.js index a9e2942cce2..33a1ae55f44 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strong-emphasis.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/strong-emphasis.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tables.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tables.js index ab13a4c53ca..8837df846b8 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tables.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tables.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tabs.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tabs.js index 151e596b6d4..f181569bacf 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tabs.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/tabs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/text.js b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/text.js index 5a857756064..3eaf6700c68 100644 --- a/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/text.js +++ b/packages/ckeditor5-markdown-gfm/tests/gfmdataprocessor/text.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { testDataProcessor } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/manual/gfmdataprocessor/gfmdataprocessor.js b/packages/ckeditor5-markdown-gfm/tests/manual/gfmdataprocessor/gfmdataprocessor.js index dc73f91338f..e1344d48544 100644 --- a/packages/ckeditor5-markdown-gfm/tests/manual/gfmdataprocessor/gfmdataprocessor.js +++ b/packages/ckeditor5-markdown-gfm/tests/manual/gfmdataprocessor/gfmdataprocessor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-markdown-gfm/tests/manual/markdown.js b/packages/ckeditor5-markdown-gfm/tests/manual/markdown.js index bf39fe973fb..bcbc6ee1835 100644 --- a/packages/ckeditor5-markdown-gfm/tests/manual/markdown.js +++ b/packages/ckeditor5-markdown-gfm/tests/manual/markdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-markdown-gfm/tests/manual/pastefrommarkdown/pastefrommarkdown.js b/packages/ckeditor5-markdown-gfm/tests/manual/pastefrommarkdown/pastefrommarkdown.js index 6a2b8bb450f..9ae250dd694 100644 --- a/packages/ckeditor5-markdown-gfm/tests/manual/pastefrommarkdown/pastefrommarkdown.js +++ b/packages/ckeditor5-markdown-gfm/tests/manual/pastefrommarkdown/pastefrommarkdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-markdown-gfm/tests/markdown.js b/packages/ckeditor5-markdown-gfm/tests/markdown.js index 01b8b5ba9c1..731875b6918 100644 --- a/packages/ckeditor5-markdown-gfm/tests/markdown.js +++ b/packages/ckeditor5-markdown-gfm/tests/markdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Markdown from '../src/markdown.js'; diff --git a/packages/ckeditor5-markdown-gfm/tests/pastefrommarkdownexperimental.js b/packages/ckeditor5-markdown-gfm/tests/pastefrommarkdownexperimental.js index c6785c1a0fa..d917cc7e977 100644 --- a/packages/ckeditor5-markdown-gfm/tests/pastefrommarkdownexperimental.js +++ b/packages/ckeditor5-markdown-gfm/tests/pastefrommarkdownexperimental.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-markdown-gfm/webpack.config.js b/packages/ckeditor5-markdown-gfm/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-markdown-gfm/webpack.config.js +++ b/packages/ckeditor5-markdown-gfm/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-media-embed/docs/_snippets/features/build-media-source.js b/packages/ckeditor5-media-embed/docs/_snippets/features/build-media-source.js index 32fd46889cb..eb529c6f275 100644 --- a/packages/ckeditor5-media-embed/docs/_snippets/features/build-media-source.js +++ b/packages/ckeditor5-media-embed/docs/_snippets/features/build-media-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed-preview.js b/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed-preview.js index 41ba63e1a81..f6da0ab602c 100644 --- a/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed-preview.js +++ b/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed-preview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.js b/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.js index 36b741862b6..3af8dd23617 100644 --- a/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.js +++ b/packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-media-embed/src/augmentation.ts b/packages/ckeditor5-media-embed/src/augmentation.ts index bf3d8ca5df2..6a7b7e89e60 100644 --- a/packages/ckeditor5-media-embed/src/augmentation.ts +++ b/packages/ckeditor5-media-embed/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-media-embed/src/automediaembed.ts b/packages/ckeditor5-media-embed/src/automediaembed.ts index 06cb4656e16..9fefb8edf95 100644 --- a/packages/ckeditor5-media-embed/src/automediaembed.ts +++ b/packages/ckeditor5-media-embed/src/automediaembed.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/converters.ts b/packages/ckeditor5-media-embed/src/converters.ts index 901124b0f99..50e6ec09eba 100644 --- a/packages/ckeditor5-media-embed/src/converters.ts +++ b/packages/ckeditor5-media-embed/src/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/index.ts b/packages/ckeditor5-media-embed/src/index.ts index ca2af734401..3682da388c5 100644 --- a/packages/ckeditor5-media-embed/src/index.ts +++ b/packages/ckeditor5-media-embed/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/mediaembed.ts b/packages/ckeditor5-media-embed/src/mediaembed.ts index 44948ebea35..49485fbeb66 100644 --- a/packages/ckeditor5-media-embed/src/mediaembed.ts +++ b/packages/ckeditor5-media-embed/src/mediaembed.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/mediaembedcommand.ts b/packages/ckeditor5-media-embed/src/mediaembedcommand.ts index dddf8b91971..13c1afa678a 100644 --- a/packages/ckeditor5-media-embed/src/mediaembedcommand.ts +++ b/packages/ckeditor5-media-embed/src/mediaembedcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/mediaembedconfig.ts b/packages/ckeditor5-media-embed/src/mediaembedconfig.ts index 44a3937bbfc..1ebbe5c9a17 100644 --- a/packages/ckeditor5-media-embed/src/mediaembedconfig.ts +++ b/packages/ckeditor5-media-embed/src/mediaembedconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { ToolbarConfigItem } from 'ckeditor5/src/core.js'; diff --git a/packages/ckeditor5-media-embed/src/mediaembedediting.ts b/packages/ckeditor5-media-embed/src/mediaembedediting.ts index 070a1de8fb4..53e009945cc 100644 --- a/packages/ckeditor5-media-embed/src/mediaembedediting.ts +++ b/packages/ckeditor5-media-embed/src/mediaembedediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/mediaembedtoolbar.ts b/packages/ckeditor5-media-embed/src/mediaembedtoolbar.ts index 2736a144ce7..059d86bb924 100644 --- a/packages/ckeditor5-media-embed/src/mediaembedtoolbar.ts +++ b/packages/ckeditor5-media-embed/src/mediaembedtoolbar.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/mediaembedui.ts b/packages/ckeditor5-media-embed/src/mediaembedui.ts index 9bb3f341796..03e1d13021a 100644 --- a/packages/ckeditor5-media-embed/src/mediaembedui.ts +++ b/packages/ckeditor5-media-embed/src/mediaembedui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/mediaregistry.ts b/packages/ckeditor5-media-embed/src/mediaregistry.ts index 5ee45d8b8a2..1c0c4f371e5 100644 --- a/packages/ckeditor5-media-embed/src/mediaregistry.ts +++ b/packages/ckeditor5-media-embed/src/mediaregistry.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/ui/mediaformview.ts b/packages/ckeditor5-media-embed/src/ui/mediaformview.ts index cd7b5c4c7c2..f2faadc3c2a 100644 --- a/packages/ckeditor5-media-embed/src/ui/mediaformview.ts +++ b/packages/ckeditor5-media-embed/src/ui/mediaformview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/src/utils.ts b/packages/ckeditor5-media-embed/src/utils.ts index 0ad6de492ab..251125667b2 100644 --- a/packages/ckeditor5-media-embed/src/utils.ts +++ b/packages/ckeditor5-media-embed/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-media-embed/tests/automediaembed.js b/packages/ckeditor5-media-embed/tests/automediaembed.js index 4a9bc786c3a..9dfe416fbd7 100644 --- a/packages/ckeditor5-media-embed/tests/automediaembed.js +++ b/packages/ckeditor5-media-embed/tests/automediaembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global setTimeout */ diff --git a/packages/ckeditor5-media-embed/tests/insertmediacommand.js b/packages/ckeditor5-media-embed/tests/insertmediacommand.js index a7da97d017c..b245eb509a7 100644 --- a/packages/ckeditor5-media-embed/tests/insertmediacommand.js +++ b/packages/ckeditor5-media-embed/tests/insertmediacommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-media-embed/tests/integration.js b/packages/ckeditor5-media-embed/tests/integration.js index 4e202aa0ee8..dc3fe6870c5 100644 --- a/packages/ckeditor5-media-embed/tests/integration.js +++ b/packages/ckeditor5-media-embed/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-media-embed/tests/manual/mediaembed.js b/packages/ckeditor5-media-embed/tests/manual/mediaembed.js index ab32a011aa0..fb6e2ee76b8 100644 --- a/packages/ckeditor5-media-embed/tests/manual/mediaembed.js +++ b/packages/ckeditor5-media-embed/tests/manual/mediaembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-media-embed/tests/manual/semanticmediaembed.js b/packages/ckeditor5-media-embed/tests/manual/semanticmediaembed.js index d546c157e9e..c2419fe176a 100644 --- a/packages/ckeditor5-media-embed/tests/manual/semanticmediaembed.js +++ b/packages/ckeditor5-media-embed/tests/manual/semanticmediaembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-media-embed/tests/mediaembed.js b/packages/ckeditor5-media-embed/tests/mediaembed.js index 14e6998209c..476d79b3430 100644 --- a/packages/ckeditor5-media-embed/tests/mediaembed.js +++ b/packages/ckeditor5-media-embed/tests/mediaembed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-media-embed/tests/mediaembedediting.js b/packages/ckeditor5-media-embed/tests/mediaembedediting.js index d47a5c77ee1..27fd38f2715 100644 --- a/packages/ckeditor5-media-embed/tests/mediaembedediting.js +++ b/packages/ckeditor5-media-embed/tests/mediaembedediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-media-embed/tests/mediaembedtoolbar.js b/packages/ckeditor5-media-embed/tests/mediaembedtoolbar.js index 6d189d1c281..a4a73ac3882 100644 --- a/packages/ckeditor5-media-embed/tests/mediaembedtoolbar.js +++ b/packages/ckeditor5-media-embed/tests/mediaembedtoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-media-embed/tests/mediaembedui.js b/packages/ckeditor5-media-embed/tests/mediaembedui.js index e893c189eab..e4ce9c6630e 100644 --- a/packages/ckeditor5-media-embed/tests/mediaembedui.js +++ b/packages/ckeditor5-media-embed/tests/mediaembedui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-media-embed/tests/mediaregistry.js b/packages/ckeditor5-media-embed/tests/mediaregistry.js index ca9f981ddbb..fecda23545c 100644 --- a/packages/ckeditor5-media-embed/tests/mediaregistry.js +++ b/packages/ckeditor5-media-embed/tests/mediaregistry.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-media-embed/tests/ui/mediaformview.js b/packages/ckeditor5-media-embed/tests/ui/mediaformview.js index e93940776bd..bd2357ecb7e 100644 --- a/packages/ckeditor5-media-embed/tests/ui/mediaformview.js +++ b/packages/ckeditor5-media-embed/tests/ui/mediaformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-media-embed/theme/mediaembed.css b/packages/ckeditor5-media-embed/theme/mediaembed.css index f70c116c636..d1448bab46b 100644 --- a/packages/ckeditor5-media-embed/theme/mediaembed.css +++ b/packages/ckeditor5-media-embed/theme/mediaembed.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content .media { diff --git a/packages/ckeditor5-media-embed/theme/mediaembedediting.css b/packages/ckeditor5-media-embed/theme/mediaembedediting.css index add3ba36b20..aff6ca32c6b 100644 --- a/packages/ckeditor5-media-embed/theme/mediaembedediting.css +++ b/packages/ckeditor5-media-embed/theme/mediaembedediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-media__wrapper { diff --git a/packages/ckeditor5-media-embed/theme/mediaform.css b/packages/ckeditor5-media-embed/theme/mediaform.css index 65ef4b6468a..7bae3fa9cff 100644 --- a/packages/ckeditor5-media-embed/theme/mediaform.css +++ b/packages/ckeditor5-media-embed/theme/mediaform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-media-embed/webpack.config.js b/packages/ckeditor5-media-embed/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-media-embed/webpack.config.js +++ b/packages/ckeditor5-media-embed/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-mention/docs/_snippets/examples/chat-with-mentions.js b/packages/ckeditor5-mention/docs/_snippets/examples/chat-with-mentions.js index e8c89bbb6a9..92e5d8b130f 100644 --- a/packages/ckeditor5-mention/docs/_snippets/examples/chat-with-mentions.js +++ b/packages/ckeditor5-mention/docs/_snippets/examples/chat-with-mentions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setTimeout */ diff --git a/packages/ckeditor5-mention/docs/_snippets/features/build-mention-source.js b/packages/ckeditor5-mention/docs/_snippets/features/build-mention-source.js index d44de7e7b20..d483a017f9e 100644 --- a/packages/ckeditor5-mention/docs/_snippets/features/build-mention-source.js +++ b/packages/ckeditor5-mention/docs/_snippets/features/build-mention-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-mention/docs/_snippets/features/custom-mention-colors-variables.js b/packages/ckeditor5-mention/docs/_snippets/features/custom-mention-colors-variables.js index 41268ab0e82..7681d09a919 100644 --- a/packages/ckeditor5-mention/docs/_snippets/features/custom-mention-colors-variables.js +++ b/packages/ckeditor5-mention/docs/_snippets/features/custom-mention-colors-variables.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-mention/docs/_snippets/features/mention-customization.js b/packages/ckeditor5-mention/docs/_snippets/features/mention-customization.js index 98875df69d2..d76d28ed566 100644 --- a/packages/ckeditor5-mention/docs/_snippets/features/mention-customization.js +++ b/packages/ckeditor5-mention/docs/_snippets/features/mention-customization.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document, setTimeout */ diff --git a/packages/ckeditor5-mention/docs/_snippets/features/mention.js b/packages/ckeditor5-mention/docs/_snippets/features/mention.js index f35c5cc1de6..eff2176d69e 100644 --- a/packages/ckeditor5-mention/docs/_snippets/features/mention.js +++ b/packages/ckeditor5-mention/docs/_snippets/features/mention.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-mention/src/augmentation.ts b/packages/ckeditor5-mention/src/augmentation.ts index a450758e2be..60ff87dcba0 100644 --- a/packages/ckeditor5-mention/src/augmentation.ts +++ b/packages/ckeditor5-mention/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-mention/src/index.ts b/packages/ckeditor5-mention/src/index.ts index 689b5a535e1..8a58428ddc0 100644 --- a/packages/ckeditor5-mention/src/index.ts +++ b/packages/ckeditor5-mention/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/mention.ts b/packages/ckeditor5-mention/src/mention.ts index 671aa395aa1..f7f46d79a99 100644 --- a/packages/ckeditor5-mention/src/mention.ts +++ b/packages/ckeditor5-mention/src/mention.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/mentioncommand.ts b/packages/ckeditor5-mention/src/mentioncommand.ts index 08609394a75..44d1b9d96f8 100644 --- a/packages/ckeditor5-mention/src/mentioncommand.ts +++ b/packages/ckeditor5-mention/src/mentioncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/mentionconfig.ts b/packages/ckeditor5-mention/src/mentionconfig.ts index 729e7793408..40bcac95e7f 100644 --- a/packages/ckeditor5-mention/src/mentionconfig.ts +++ b/packages/ckeditor5-mention/src/mentionconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/mentionediting.ts b/packages/ckeditor5-mention/src/mentionediting.ts index f3bccb7b38d..ef05afa7c09 100644 --- a/packages/ckeditor5-mention/src/mentionediting.ts +++ b/packages/ckeditor5-mention/src/mentionediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/mentionui.ts b/packages/ckeditor5-mention/src/mentionui.ts index 4a870b241a1..b105574989e 100644 --- a/packages/ckeditor5-mention/src/mentionui.ts +++ b/packages/ckeditor5-mention/src/mentionui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/ui/domwrapperview.ts b/packages/ckeditor5-mention/src/ui/domwrapperview.ts index 2638f749279..b04efa9211b 100644 --- a/packages/ckeditor5-mention/src/ui/domwrapperview.ts +++ b/packages/ckeditor5-mention/src/ui/domwrapperview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/ui/mentionlistitemview.ts b/packages/ckeditor5-mention/src/ui/mentionlistitemview.ts index d279562cd26..36847102d2a 100644 --- a/packages/ckeditor5-mention/src/ui/mentionlistitemview.ts +++ b/packages/ckeditor5-mention/src/ui/mentionlistitemview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/src/ui/mentionsview.ts b/packages/ckeditor5-mention/src/ui/mentionsview.ts index c65036717b9..06f52e88f83 100644 --- a/packages/ckeditor5-mention/src/ui/mentionsview.ts +++ b/packages/ckeditor5-mention/src/ui/mentionsview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-mention/tests/_utils/asyncserver/index.js b/packages/ckeditor5-mention/tests/_utils/asyncserver/index.js index b2f62260c02..f64d3092f38 100644 --- a/packages/ckeditor5-mention/tests/_utils/asyncserver/index.js +++ b/packages/ckeditor5-mention/tests/_utils/asyncserver/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-mention/tests/manual/mention-asynchronous.js b/packages/ckeditor5-mention/tests/manual/mention-asynchronous.js index 421e84d0c46..7bc5a85e721 100644 --- a/packages/ckeditor5-mention/tests/manual/mention-asynchronous.js +++ b/packages/ckeditor5-mention/tests/manual/mention-asynchronous.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window, fetch, document */ diff --git a/packages/ckeditor5-mention/tests/manual/mention-custom-commitkeys.js b/packages/ckeditor5-mention/tests/manual/mention-custom-commitkeys.js index 1c46286cd1c..e23deb61585 100644 --- a/packages/ckeditor5-mention/tests/manual/mention-custom-commitkeys.js +++ b/packages/ckeditor5-mention/tests/manual/mention-custom-commitkeys.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-mention/tests/manual/mention-custom-dropdownlimit.js b/packages/ckeditor5-mention/tests/manual/mention-custom-dropdownlimit.js index 1b5a235942a..f8e4f828073 100644 --- a/packages/ckeditor5-mention/tests/manual/mention-custom-dropdownlimit.js +++ b/packages/ckeditor5-mention/tests/manual/mention-custom-dropdownlimit.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-mention/tests/manual/mention-custom-renderer.js b/packages/ckeditor5-mention/tests/manual/mention-custom-renderer.js index b30350488b0..c6702c8d344 100644 --- a/packages/ckeditor5-mention/tests/manual/mention-custom-renderer.js +++ b/packages/ckeditor5-mention/tests/manual/mention-custom-renderer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window, document */ diff --git a/packages/ckeditor5-mention/tests/manual/mention-custom-view.js b/packages/ckeditor5-mention/tests/manual/mention-custom-view.js index b8e3762ba56..0cc4cd353b8 100644 --- a/packages/ckeditor5-mention/tests/manual/mention-custom-view.js +++ b/packages/ckeditor5-mention/tests/manual/mention-custom-view.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-mention/tests/manual/mention.js b/packages/ckeditor5-mention/tests/manual/mention.js index 55c74bec27b..4f26bb0dd85 100644 --- a/packages/ckeditor5-mention/tests/manual/mention.js +++ b/packages/ckeditor5-mention/tests/manual/mention.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-mention/tests/manual/tickets/11400.js b/packages/ckeditor5-mention/tests/manual/tickets/11400.js index 72704e1111c..50764ab3f83 100644 --- a/packages/ckeditor5-mention/tests/manual/tickets/11400.js +++ b/packages/ckeditor5-mention/tests/manual/tickets/11400.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window, document */ diff --git a/packages/ckeditor5-mention/tests/mention-integration.js b/packages/ckeditor5-mention/tests/mention-integration.js index 992e0b5dfff..07358ebec73 100644 --- a/packages/ckeditor5-mention/tests/mention-integration.js +++ b/packages/ckeditor5-mention/tests/mention-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, setTimeout */ diff --git a/packages/ckeditor5-mention/tests/mention.js b/packages/ckeditor5-mention/tests/mention.js index bdd89a4cb6e..c0590fb5a66 100644 --- a/packages/ckeditor5-mention/tests/mention.js +++ b/packages/ckeditor5-mention/tests/mention.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-mention/tests/mentioncommand.js b/packages/ckeditor5-mention/tests/mentioncommand.js index 87e972c1be9..31b810afd37 100644 --- a/packages/ckeditor5-mention/tests/mentioncommand.js +++ b/packages/ckeditor5-mention/tests/mentioncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-mention/tests/mentionediting.js b/packages/ckeditor5-mention/tests/mentionediting.js index e5840412634..ba16f12e339 100644 --- a/packages/ckeditor5-mention/tests/mentionediting.js +++ b/packages/ckeditor5-mention/tests/mentionediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-mention/tests/mentionui.js b/packages/ckeditor5-mention/tests/mentionui.js index 9ad1a580be9..b45bf8b04b7 100644 --- a/packages/ckeditor5-mention/tests/mentionui.js +++ b/packages/ckeditor5-mention/tests/mentionui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document, setTimeout, Event, console */ diff --git a/packages/ckeditor5-mention/tests/ui/domwrapperview.js b/packages/ckeditor5-mention/tests/ui/domwrapperview.js index d74d02e3bda..ab57ef66d88 100644 --- a/packages/ckeditor5-mention/tests/ui/domwrapperview.js +++ b/packages/ckeditor5-mention/tests/ui/domwrapperview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-mention/theme/mention.css b/packages/ckeditor5-mention/theme/mention.css index 9ad7328fc5d..e770d7e4759 100644 --- a/packages/ckeditor5-mention/theme/mention.css +++ b/packages/ckeditor5-mention/theme/mention.css @@ -1,4 +1,4 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-mention/theme/mentionui.css b/packages/ckeditor5-mention/theme/mentionui.css index c57e564c465..a4a44cb3538 100644 --- a/packages/ckeditor5-mention/theme/mentionui.css +++ b/packages/ckeditor5-mention/theme/mentionui.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-mention/webpack.config.js b/packages/ckeditor5-mention/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-mention/webpack.config.js +++ b/packages/ckeditor5-mention/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-minimap/docs/_snippets/features/minimap.js b/packages/ckeditor5-minimap/docs/_snippets/features/minimap.js index 5378a3b445d..2fbad61f3f4 100644 --- a/packages/ckeditor5-minimap/docs/_snippets/features/minimap.js +++ b/packages/ckeditor5-minimap/docs/_snippets/features/minimap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-minimap/src/augmentation.ts b/packages/ckeditor5-minimap/src/augmentation.ts index 49618ccba30..55a22ac7780 100644 --- a/packages/ckeditor5-minimap/src/augmentation.ts +++ b/packages/ckeditor5-minimap/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-minimap/src/index.ts b/packages/ckeditor5-minimap/src/index.ts index c192420fb33..afcca577a72 100644 --- a/packages/ckeditor5-minimap/src/index.ts +++ b/packages/ckeditor5-minimap/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-minimap/src/minimap.ts b/packages/ckeditor5-minimap/src/minimap.ts index 29f6763e93c..eda8ad61baa 100644 --- a/packages/ckeditor5-minimap/src/minimap.ts +++ b/packages/ckeditor5-minimap/src/minimap.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-minimap/src/minimapconfig.ts b/packages/ckeditor5-minimap/src/minimapconfig.ts index 6173fe68c55..5ea74f318f7 100644 --- a/packages/ckeditor5-minimap/src/minimapconfig.ts +++ b/packages/ckeditor5-minimap/src/minimapconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-minimap/src/minimapiframeview.ts b/packages/ckeditor5-minimap/src/minimapiframeview.ts index 324ab2475c3..93c095d2534 100644 --- a/packages/ckeditor5-minimap/src/minimapiframeview.ts +++ b/packages/ckeditor5-minimap/src/minimapiframeview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-minimap/src/minimappositiontrackerview.ts b/packages/ckeditor5-minimap/src/minimappositiontrackerview.ts index 63d3fd396e6..4d34bd463c7 100644 --- a/packages/ckeditor5-minimap/src/minimappositiontrackerview.ts +++ b/packages/ckeditor5-minimap/src/minimappositiontrackerview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-minimap/src/minimapview.ts b/packages/ckeditor5-minimap/src/minimapview.ts index e163421c0fd..3bf68f56024 100644 --- a/packages/ckeditor5-minimap/src/minimapview.ts +++ b/packages/ckeditor5-minimap/src/minimapview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-minimap/src/utils.ts b/packages/ckeditor5-minimap/src/utils.ts index 22bcb45dfac..51ac27fab2e 100644 --- a/packages/ckeditor5-minimap/src/utils.ts +++ b/packages/ckeditor5-minimap/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global CSSMediaRule */ diff --git a/packages/ckeditor5-minimap/tests/fixtures.js b/packages/ckeditor5-minimap/tests/fixtures.js index 36bd3c660bc..4b31d624037 100644 --- a/packages/ckeditor5-minimap/tests/fixtures.js +++ b/packages/ckeditor5-minimap/tests/fixtures.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable */ diff --git a/packages/ckeditor5-minimap/tests/manual/minimap-in-body.js b/packages/ckeditor5-minimap/tests/manual/minimap-in-body.js index 2d2ae9e9546..88ca5b22af4 100644 --- a/packages/ckeditor5-minimap/tests/manual/minimap-in-body.js +++ b/packages/ckeditor5-minimap/tests/manual/minimap-in-body.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-minimap/tests/manual/minimap.js b/packages/ckeditor5-minimap/tests/manual/minimap.js index 4b1b7068daa..bf0a1a645cc 100644 --- a/packages/ckeditor5-minimap/tests/manual/minimap.js +++ b/packages/ckeditor5-minimap/tests/manual/minimap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-minimap/tests/mock-test-for-ci-to-not-fail.js b/packages/ckeditor5-minimap/tests/mock-test-for-ci-to-not-fail.js index 073824bb2a9..7bb356b4102 100644 --- a/packages/ckeditor5-minimap/tests/mock-test-for-ci-to-not-fail.js +++ b/packages/ckeditor5-minimap/tests/mock-test-for-ci-to-not-fail.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ describe( 'Minimap', () => { diff --git a/packages/ckeditor5-minimap/theme/minimap.css b/packages/ckeditor5-minimap/theme/minimap.css index 885c4b97d47..e562dcb2fbb 100644 --- a/packages/ckeditor5-minimap/theme/minimap.css +++ b/packages/ckeditor5-minimap/theme/minimap.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-minimap/webpack.config.js b/packages/ckeditor5-minimap/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-minimap/webpack.config.js +++ b/packages/ckeditor5-minimap/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-page-break/docs/_snippets/features/page-break.js b/packages/ckeditor5-page-break/docs/_snippets/features/page-break.js index dfeba65b359..93a85c2e978 100644 --- a/packages/ckeditor5-page-break/docs/_snippets/features/page-break.js +++ b/packages/ckeditor5-page-break/docs/_snippets/features/page-break.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-page-break/src/augmentation.ts b/packages/ckeditor5-page-break/src/augmentation.ts index 04d170bd607..ae7ac831144 100644 --- a/packages/ckeditor5-page-break/src/augmentation.ts +++ b/packages/ckeditor5-page-break/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-page-break/src/index.ts b/packages/ckeditor5-page-break/src/index.ts index 115a14db842..28f8755f89b 100644 --- a/packages/ckeditor5-page-break/src/index.ts +++ b/packages/ckeditor5-page-break/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-page-break/src/pagebreak.ts b/packages/ckeditor5-page-break/src/pagebreak.ts index 6691224e443..a08f8c70f35 100644 --- a/packages/ckeditor5-page-break/src/pagebreak.ts +++ b/packages/ckeditor5-page-break/src/pagebreak.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-page-break/src/pagebreakcommand.ts b/packages/ckeditor5-page-break/src/pagebreakcommand.ts index b67ac9c2433..07e8c61e8d3 100644 --- a/packages/ckeditor5-page-break/src/pagebreakcommand.ts +++ b/packages/ckeditor5-page-break/src/pagebreakcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-page-break/src/pagebreakediting.ts b/packages/ckeditor5-page-break/src/pagebreakediting.ts index d060bd965bf..ed574b200d1 100644 --- a/packages/ckeditor5-page-break/src/pagebreakediting.ts +++ b/packages/ckeditor5-page-break/src/pagebreakediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-page-break/src/pagebreakui.ts b/packages/ckeditor5-page-break/src/pagebreakui.ts index 4ab5ff2a674..a8e132f527b 100644 --- a/packages/ckeditor5-page-break/src/pagebreakui.ts +++ b/packages/ckeditor5-page-break/src/pagebreakui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-page-break/tests/manual/pagebreak.js b/packages/ckeditor5-page-break/tests/manual/pagebreak.js index f7c42cdda4e..357c0272045 100644 --- a/packages/ckeditor5-page-break/tests/manual/pagebreak.js +++ b/packages/ckeditor5-page-break/tests/manual/pagebreak.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-page-break/tests/pagebreak.js b/packages/ckeditor5-page-break/tests/pagebreak.js index 1c1605c6893..48670a673d8 100644 --- a/packages/ckeditor5-page-break/tests/pagebreak.js +++ b/packages/ckeditor5-page-break/tests/pagebreak.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Widget from '@ckeditor/ckeditor5-widget/src/widget.js'; diff --git a/packages/ckeditor5-page-break/tests/pagebreakcommand.js b/packages/ckeditor5-page-break/tests/pagebreakcommand.js index 68831a45013..b13ad9fdb33 100644 --- a/packages/ckeditor5-page-break/tests/pagebreakcommand.js +++ b/packages/ckeditor5-page-break/tests/pagebreakcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-page-break/tests/pagebreakediting.js b/packages/ckeditor5-page-break/tests/pagebreakediting.js index d5106026247..b1c7ce8d470 100644 --- a/packages/ckeditor5-page-break/tests/pagebreakediting.js +++ b/packages/ckeditor5-page-break/tests/pagebreakediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-page-break/tests/pagebreakui.js b/packages/ckeditor5-page-break/tests/pagebreakui.js index 7df379ed57c..0cf74260507 100644 --- a/packages/ckeditor5-page-break/tests/pagebreakui.js +++ b/packages/ckeditor5-page-break/tests/pagebreakui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-page-break/theme/pagebreak.css b/packages/ckeditor5-page-break/theme/pagebreak.css index a40004c1a55..9c02efe1a0a 100644 --- a/packages/ckeditor5-page-break/theme/pagebreak.css +++ b/packages/ckeditor5-page-break/theme/pagebreak.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content .page-break { diff --git a/packages/ckeditor5-page-break/webpack.config.js b/packages/ckeditor5-page-break/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-page-break/webpack.config.js +++ b/packages/ckeditor5-page-break/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-paragraph/src/augmentation.ts b/packages/ckeditor5-paragraph/src/augmentation.ts index 62297fe4141..33f4fdfd8d1 100644 --- a/packages/ckeditor5-paragraph/src/augmentation.ts +++ b/packages/ckeditor5-paragraph/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-paragraph/src/index.ts b/packages/ckeditor5-paragraph/src/index.ts index 489df145ba0..dab2e0bdcb4 100644 --- a/packages/ckeditor5-paragraph/src/index.ts +++ b/packages/ckeditor5-paragraph/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paragraph/src/insertparagraphcommand.ts b/packages/ckeditor5-paragraph/src/insertparagraphcommand.ts index 47511591b3c..03f24456f24 100644 --- a/packages/ckeditor5-paragraph/src/insertparagraphcommand.ts +++ b/packages/ckeditor5-paragraph/src/insertparagraphcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paragraph/src/paragraph.ts b/packages/ckeditor5-paragraph/src/paragraph.ts index c0936a74be4..4052b6c685f 100644 --- a/packages/ckeditor5-paragraph/src/paragraph.ts +++ b/packages/ckeditor5-paragraph/src/paragraph.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paragraph/src/paragraphbuttonui.ts b/packages/ckeditor5-paragraph/src/paragraphbuttonui.ts index 89e3cee9ff6..c1037dcca99 100644 --- a/packages/ckeditor5-paragraph/src/paragraphbuttonui.ts +++ b/packages/ckeditor5-paragraph/src/paragraphbuttonui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paragraph/src/paragraphcommand.ts b/packages/ckeditor5-paragraph/src/paragraphcommand.ts index d247f5495fc..693ff5d54e5 100644 --- a/packages/ckeditor5-paragraph/src/paragraphcommand.ts +++ b/packages/ckeditor5-paragraph/src/paragraphcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paragraph/tests/insertparagraphcommand.js b/packages/ckeditor5-paragraph/tests/insertparagraphcommand.js index feda233865c..707c96e7609 100644 --- a/packages/ckeditor5-paragraph/tests/insertparagraphcommand.js +++ b/packages/ckeditor5-paragraph/tests/insertparagraphcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-paragraph/tests/manual/clipboard-integration.js b/packages/ckeditor5-paragraph/tests/manual/clipboard-integration.js index dc9683e763f..684d7345146 100644 --- a/packages/ckeditor5-paragraph/tests/manual/clipboard-integration.js +++ b/packages/ckeditor5-paragraph/tests/manual/clipboard-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-paragraph/tests/paragraph-intergration.js b/packages/ckeditor5-paragraph/tests/paragraph-intergration.js index 1e09de5d044..81830e77c88 100644 --- a/packages/ckeditor5-paragraph/tests/paragraph-intergration.js +++ b/packages/ckeditor5-paragraph/tests/paragraph-intergration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '../src/paragraph.js'; diff --git a/packages/ckeditor5-paragraph/tests/paragraph.js b/packages/ckeditor5-paragraph/tests/paragraph.js index c0e18b865c3..60c91f339ba 100644 --- a/packages/ckeditor5-paragraph/tests/paragraph.js +++ b/packages/ckeditor5-paragraph/tests/paragraph.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '../src/paragraph.js'; diff --git a/packages/ckeditor5-paragraph/tests/paragraphbuttonui.js b/packages/ckeditor5-paragraph/tests/paragraphbuttonui.js index d5a57525b0a..2e9ebc759c0 100644 --- a/packages/ckeditor5-paragraph/tests/paragraphbuttonui.js +++ b/packages/ckeditor5-paragraph/tests/paragraphbuttonui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-paragraph/tests/paragraphcommand.js b/packages/ckeditor5-paragraph/tests/paragraphcommand.js index 84d8ad338e5..5b1f19da7fb 100644 --- a/packages/ckeditor5-paragraph/tests/paragraphcommand.js +++ b/packages/ckeditor5-paragraph/tests/paragraphcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-paste-from-office/docs/_snippets/features/build-paste-from-office-source.js b/packages/ckeditor5-paste-from-office/docs/_snippets/features/build-paste-from-office-source.js index d17301e24ac..2e90778c609 100644 --- a/packages/ckeditor5-paste-from-office/docs/_snippets/features/build-paste-from-office-source.js +++ b/packages/ckeditor5-paste-from-office/docs/_snippets/features/build-paste-from-office-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-paste-from-office/docs/_snippets/features/paste-from-office.js b/packages/ckeditor5-paste-from-office/docs/_snippets/features/paste-from-office.js index 0610589b9a1..fe73167dfde 100644 --- a/packages/ckeditor5-paste-from-office/docs/_snippets/features/paste-from-office.js +++ b/packages/ckeditor5-paste-from-office/docs/_snippets/features/paste-from-office.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document, ListProperties */ diff --git a/packages/ckeditor5-paste-from-office/src/augmentation.ts b/packages/ckeditor5-paste-from-office/src/augmentation.ts index c2f8b221359..7a3a65abfc3 100644 --- a/packages/ckeditor5-paste-from-office/src/augmentation.ts +++ b/packages/ckeditor5-paste-from-office/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { PasteFromOffice } from './index.js'; diff --git a/packages/ckeditor5-paste-from-office/src/filters/bookmark.ts b/packages/ckeditor5-paste-from-office/src/filters/bookmark.ts index 97f46dc2da4..e4dbd831854 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/bookmark.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/bookmark.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/br.ts b/packages/ckeditor5-paste-from-office/src/filters/br.ts index d12a2da432a..145da6d51e4 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/br.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/br.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/image.ts b/packages/ckeditor5-paste-from-office/src/filters/image.ts index 030198caa19..820732cc617 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/image.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/image.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/list.ts b/packages/ckeditor5-paste-from-office/src/filters/list.ts index 92b046aa925..e07cfabb027 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/list.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/list.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/parse.ts b/packages/ckeditor5-paste-from-office/src/filters/parse.ts index 5f9b0a1ff47..da801a8b554 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/parse.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/parse.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/removeboldwrapper.ts b/packages/ckeditor5-paste-from-office/src/filters/removeboldwrapper.ts index c9efbb6acb4..6f44b7ba3d3 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/removeboldwrapper.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/removeboldwrapper.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.ts b/packages/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.ts index cd15e64e55a..7d72b8cd698 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.ts b/packages/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.ts index 9fcf56cc4e2..4c4651c34f9 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/removemsattributes.ts b/packages/ckeditor5-paste-from-office/src/filters/removemsattributes.ts index 9cc1cbb0e4e..6f076ed1ead 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/removemsattributes.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/removemsattributes.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/removestyleblock.ts b/packages/ckeditor5-paste-from-office/src/filters/removestyleblock.ts index 9b97abe32fd..f210667297f 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/removestyleblock.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/removestyleblock.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/removexmlns.ts b/packages/ckeditor5-paste-from-office/src/filters/removexmlns.ts index 1020f5c8ae5..cbbd4398e63 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/removexmlns.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/removexmlns.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/space.ts b/packages/ckeditor5-paste-from-office/src/filters/space.ts index d36dc5a6d7d..8388ec4ba60 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/space.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/space.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/filters/utils.ts b/packages/ckeditor5-paste-from-office/src/filters/utils.ts index dbaf0da58a3..34b542e2ff4 100644 --- a/packages/ckeditor5-paste-from-office/src/filters/utils.ts +++ b/packages/ckeditor5-paste-from-office/src/filters/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/index.ts b/packages/ckeditor5-paste-from-office/src/index.ts index 3028c7634c9..c096e3afb92 100644 --- a/packages/ckeditor5-paste-from-office/src/index.ts +++ b/packages/ckeditor5-paste-from-office/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/normalizer.ts b/packages/ckeditor5-paste-from-office/src/normalizer.ts index c39377c0868..9de0c4bf9ad 100644 --- a/packages/ckeditor5-paste-from-office/src/normalizer.ts +++ b/packages/ckeditor5-paste-from-office/src/normalizer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.ts b/packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.ts index 1732b1c0e6a..12968fbab1a 100644 --- a/packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.ts +++ b/packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.ts b/packages/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.ts index ac4792cc579..a5910eea033 100644 --- a/packages/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.ts +++ b/packages/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.ts b/packages/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.ts index 95345a5880f..2069336c95f 100644 --- a/packages/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.ts +++ b/packages/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/src/pastefromoffice.ts b/packages/ckeditor5-paste-from-office/src/pastefromoffice.ts index bc580ca4c0c..01229356f30 100644 --- a/packages/ckeditor5-paste-from-office/src/pastefromoffice.ts +++ b/packages/ckeditor5-paste-from-office/src/pastefromoffice.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-paste-from-office/tests/_data/basic-styles/index.js b/packages/ckeditor5-paste-from-office/tests/_data/basic-styles/index.js index 0293d4e2694..3b106ada5d6 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/basic-styles/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/basic-styles/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Default. diff --git a/packages/ckeditor5-paste-from-office/tests/_data/bookmark/index.js b/packages/ckeditor5-paste-from-office/tests/_data/bookmark/index.js index 25b8b6bdfe5..d368b51c76c 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/bookmark/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/bookmark/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import image from './image/input.word.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/font-without-table-properties/index.js b/packages/ckeditor5-paste-from-office/tests/_data/font-without-table-properties/index.js index 000ae5b69e4..95b4c7cbd72 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/font-without-table-properties/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/font-without-table-properties/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import font from './font/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/image/index.js b/packages/ckeditor5-paste-from-office/tests/_data/image/index.js index 49afb86902f..3c57342d30a 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/image/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/image/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Generic. diff --git a/packages/ckeditor5-paste-from-office/tests/_data/link/index.js b/packages/ckeditor5-paste-from-office/tests/_data/link/index.js index 7d65a80313e..c749a1844b7 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/link/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/link/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Default. diff --git a/packages/ckeditor5-paste-from-office/tests/_data/list/index.js b/packages/ckeditor5-paste-from-office/tests/_data/list/index.js index c4f45c8bf02..deed2c54f3c 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/list/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/list/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Default. diff --git a/packages/ckeditor5-paste-from-office/tests/_data/other/index.js b/packages/ckeditor5-paste-from-office/tests/_data/other/index.js index 8a51566668b..db909afd445 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/other/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/other/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import smartTags from './smart-tags/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/page-break/index.js b/packages/ckeditor5-paste-from-office/tests/_data/page-break/index.js index d95ba46c93c..2c219db554b 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/page-break/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/page-break/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import pageBreak from './page-break/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/bold-wrapper/index.js b/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/bold-wrapper/index.js index 093c0aa01d2..75b7f56a2e2 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/bold-wrapper/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/bold-wrapper/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import simpleText from './simple-text/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/br-paragraph/index.js b/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/br-paragraph/index.js index 325cdc3d8c0..c5b2f2a696e 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/br-paragraph/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/br-paragraph/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import simpleParagraphs from './simple-paragraphs/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/lists/index.js b/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/lists/index.js index 3decf7750d3..d2efa732877 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/lists/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/paste-from-google-docs/lists/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import nestedOrderedList from './nested-ordered-lists/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_data/spacing/index.js b/packages/ckeditor5-paste-from-office/tests/_data/spacing/index.js index 74aa12f0d83..47a9a4d1611 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/spacing/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/spacing/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Default. diff --git a/packages/ckeditor5-paste-from-office/tests/_data/table/index.js b/packages/ckeditor5-paste-from-office/tests/_data/table/index.js index 8701a0de1d6..674542244c5 100644 --- a/packages/ckeditor5-paste-from-office/tests/_data/table/index.js +++ b/packages/ckeditor5-paste-from-office/tests/_data/table/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import tableCellProperties from './tablecellproperties/input.html'; diff --git a/packages/ckeditor5-paste-from-office/tests/_utils/fixtures.js b/packages/ckeditor5-paste-from-office/tests/_utils/fixtures.js index 45f30bb0897..ba4d8ea69b1 100644 --- a/packages/ckeditor5-paste-from-office/tests/_utils/fixtures.js +++ b/packages/ckeditor5-paste-from-office/tests/_utils/fixtures.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Import fixtures. diff --git a/packages/ckeditor5-paste-from-office/tests/_utils/utils.js b/packages/ckeditor5-paste-from-office/tests/_utils/utils.js index 2bcc15d65c8..e5e20e29b50 100644 --- a/packages/ckeditor5-paste-from-office/tests/_utils/utils.js +++ b/packages/ckeditor5-paste-from-office/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-paste-from-office/tests/data/integration.js b/packages/ckeditor5-paste-from-office/tests/data/integration.js index 1db314a7021..6aa505efc69 100644 --- a/packages/ckeditor5-paste-from-office/tests/data/integration.js +++ b/packages/ckeditor5-paste-from-office/tests/data/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Clipboard from '@ckeditor/ckeditor5-clipboard/src/clipboard.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/data/normalization.js b/packages/ckeditor5-paste-from-office/tests/data/normalization.js index 287b5a04137..94947e7163a 100644 --- a/packages/ckeditor5-paste-from-office/tests/data/normalization.js +++ b/packages/ckeditor5-paste-from-office/tests/data/normalization.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClipboardPipeline from '@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/bookmark.js b/packages/ckeditor5-paste-from-office/tests/filters/bookmark.js index 9688bf8d42e..d5fc99470a3 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/bookmark.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/bookmark.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import transformBookmarks from '../../src/filters/bookmark.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/br.js b/packages/ckeditor5-paste-from-office/tests/filters/br.js index 802db745ed1..239cb3d918e 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/br.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/br.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import transformBlockBrsToParagraphs from '../../src/filters/br.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/image.js b/packages/ckeditor5-paste-from-office/tests/filters/image.js index 1015f82925a..17c2580046a 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/image.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/list.js b/packages/ckeditor5-paste-from-office/tests/filters/list.js index 52e1519d9fd..8bfbb6f6b34 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/list.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/parse.js b/packages/ckeditor5-paste-from-office/tests/filters/parse.js index 643fe98b891..6df9b21874a 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/parse.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/parse.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals CSSStyleSheet */ diff --git a/packages/ckeditor5-paste-from-office/tests/filters/removeboldwrapper.js b/packages/ckeditor5-paste-from-office/tests/filters/removeboldwrapper.js index 43d843dde43..32e628126f5 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/removeboldwrapper.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/removeboldwrapper.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/removegooglesheetstag.js b/packages/ckeditor5-paste-from-office/tests/filters/removegooglesheetstag.js index ecb6b16527a..13284b67762 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/removegooglesheetstag.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/removegooglesheetstag.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/removeinvalidtablewidth.js b/packages/ckeditor5-paste-from-office/tests/filters/removeinvalidtablewidth.js index 660bda0ba5e..82a67af89d1 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/removeinvalidtablewidth.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/removeinvalidtablewidth.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/removemsattributes.js b/packages/ckeditor5-paste-from-office/tests/filters/removemsattributes.js index c1f7db3cd93..9071ecc8216 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/removemsattributes.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/removemsattributes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/removestyleblock.js b/packages/ckeditor5-paste-from-office/tests/filters/removestyleblock.js index bd5c500f7c4..0e15ba4c974 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/removestyleblock.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/removestyleblock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/removexmlns.js b/packages/ckeditor5-paste-from-office/tests/filters/removexmlns.js index 346a0f12b9d..b855ac08c31 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/removexmlns.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/removexmlns.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/filters/space.js b/packages/ckeditor5-paste-from-office/tests/filters/space.js index 14657a9132e..07b3c5c24df 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/space.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/space.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals DOMParser */ diff --git a/packages/ckeditor5-paste-from-office/tests/filters/utils.js b/packages/ckeditor5-paste-from-office/tests/filters/utils.js index ffa9448ab34..427f16ce307 100644 --- a/packages/ckeditor5-paste-from-office/tests/filters/utils.js +++ b/packages/ckeditor5-paste-from-office/tests/filters/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { convertCssLengthToPx, isPx, toPx } from '../../src/filters/utils.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/manual/integration.js b/packages/ckeditor5-paste-from-office/tests/manual/integration.js index 6c2c7fe14c1..47349703355 100644 --- a/packages/ckeditor5-paste-from-office/tests/manual/integration.js +++ b/packages/ckeditor5-paste-from-office/tests/manual/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-paste-from-office/tests/manual/tickets/12361/1.js b/packages/ckeditor5-paste-from-office/tests/manual/tickets/12361/1.js index f9cf30fab12..7a2b9a5e400 100644 --- a/packages/ckeditor5-paste-from-office/tests/manual/tickets/12361/1.js +++ b/packages/ckeditor5-paste-from-office/tests/manual/tickets/12361/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-paste-from-office/tests/manual/tickets/7957/1.js b/packages/ckeditor5-paste-from-office/tests/manual/tickets/7957/1.js index f4cd4d0df02..592741e5f47 100644 --- a/packages/ckeditor5-paste-from-office/tests/manual/tickets/7957/1.js +++ b/packages/ckeditor5-paste-from-office/tests/manual/tickets/7957/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-paste-from-office/tests/normalizers/googledocsnormalizer.js b/packages/ckeditor5-paste-from-office/tests/normalizers/googledocsnormalizer.js index 4856d841df1..231a7778dc3 100644 --- a/packages/ckeditor5-paste-from-office/tests/normalizers/googledocsnormalizer.js +++ b/packages/ckeditor5-paste-from-office/tests/normalizers/googledocsnormalizer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import GoogleDocsNormalizer from '../../src/normalizers/googledocsnormalizer.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/normalizers/googlesheetsnormalizer.js b/packages/ckeditor5-paste-from-office/tests/normalizers/googlesheetsnormalizer.js index f948b80885e..acc2793004a 100644 --- a/packages/ckeditor5-paste-from-office/tests/normalizers/googlesheetsnormalizer.js +++ b/packages/ckeditor5-paste-from-office/tests/normalizers/googlesheetsnormalizer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import GoogleSheetsNormalizer from '../../src/normalizers/googlesheetsnormalizer.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/normalizers/mswordnormalizer.js b/packages/ckeditor5-paste-from-office/tests/normalizers/mswordnormalizer.js index 5ee205dd550..5ffac638480 100644 --- a/packages/ckeditor5-paste-from-office/tests/normalizers/mswordnormalizer.js +++ b/packages/ckeditor5-paste-from-office/tests/normalizers/mswordnormalizer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import MSWordNormalizer from '../../src/normalizers/mswordnormalizer.js'; diff --git a/packages/ckeditor5-paste-from-office/tests/pastefromoffice.js b/packages/ckeditor5-paste-from-office/tests/pastefromoffice.js index bce8166cac5..30bedd6719d 100644 --- a/packages/ckeditor5-paste-from-office/tests/pastefromoffice.js +++ b/packages/ckeditor5-paste-from-office/tests/pastefromoffice.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import PasteFromOffice from '../src/pastefromoffice.js'; diff --git a/packages/ckeditor5-paste-from-office/webpack.config.js b/packages/ckeditor5-paste-from-office/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-paste-from-office/webpack.config.js +++ b/packages/ckeditor5-paste-from-office/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-remove-format/docs/_snippets/features/build-remove-format-source.js b/packages/ckeditor5-remove-format/docs/_snippets/features/build-remove-format-source.js index 843e0a32961..fe1d037b4c5 100644 --- a/packages/ckeditor5-remove-format/docs/_snippets/features/build-remove-format-source.js +++ b/packages/ckeditor5-remove-format/docs/_snippets/features/build-remove-format-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-remove-format/docs/_snippets/features/remove-format.js b/packages/ckeditor5-remove-format/docs/_snippets/features/remove-format.js index 202c4d9591d..93a1daa46f7 100644 --- a/packages/ckeditor5-remove-format/docs/_snippets/features/remove-format.js +++ b/packages/ckeditor5-remove-format/docs/_snippets/features/remove-format.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-remove-format/src/augmentation.ts b/packages/ckeditor5-remove-format/src/augmentation.ts index 3c0b292a819..ffdff513609 100644 --- a/packages/ckeditor5-remove-format/src/augmentation.ts +++ b/packages/ckeditor5-remove-format/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-remove-format/src/index.ts b/packages/ckeditor5-remove-format/src/index.ts index 2c143d20410..4ba02580c57 100644 --- a/packages/ckeditor5-remove-format/src/index.ts +++ b/packages/ckeditor5-remove-format/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-remove-format/src/removeformat.ts b/packages/ckeditor5-remove-format/src/removeformat.ts index a1b36cabb23..6f2ba6f1983 100644 --- a/packages/ckeditor5-remove-format/src/removeformat.ts +++ b/packages/ckeditor5-remove-format/src/removeformat.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-remove-format/src/removeformatcommand.ts b/packages/ckeditor5-remove-format/src/removeformatcommand.ts index d979dc3c530..4b5db6a6aa1 100644 --- a/packages/ckeditor5-remove-format/src/removeformatcommand.ts +++ b/packages/ckeditor5-remove-format/src/removeformatcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-remove-format/src/removeformatediting.ts b/packages/ckeditor5-remove-format/src/removeformatediting.ts index b50bbff238d..d412fb38e6e 100644 --- a/packages/ckeditor5-remove-format/src/removeformatediting.ts +++ b/packages/ckeditor5-remove-format/src/removeformatediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-remove-format/src/removeformatui.ts b/packages/ckeditor5-remove-format/src/removeformatui.ts index 415f3634758..640a1eec251 100644 --- a/packages/ckeditor5-remove-format/src/removeformatui.ts +++ b/packages/ckeditor5-remove-format/src/removeformatui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-remove-format/tests/integration.js b/packages/ckeditor5-remove-format/tests/integration.js index 55d992298df..57be0bfde34 100644 --- a/packages/ckeditor5-remove-format/tests/integration.js +++ b/packages/ckeditor5-remove-format/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-remove-format/tests/manual/removeformat.js b/packages/ckeditor5-remove-format/tests/manual/removeformat.js index 6a23a3e7f97..38341601ab4 100644 --- a/packages/ckeditor5-remove-format/tests/manual/removeformat.js +++ b/packages/ckeditor5-remove-format/tests/manual/removeformat.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-remove-format/tests/removeformat.js b/packages/ckeditor5-remove-format/tests/removeformat.js index 18ef296d13b..f4b8c27c405 100644 --- a/packages/ckeditor5-remove-format/tests/removeformat.js +++ b/packages/ckeditor5-remove-format/tests/removeformat.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import RemoveFormat from '../src/removeformat.js'; diff --git a/packages/ckeditor5-remove-format/tests/removeformatcommand.js b/packages/ckeditor5-remove-format/tests/removeformatcommand.js index a2f93e456f4..08967de41b4 100644 --- a/packages/ckeditor5-remove-format/tests/removeformatcommand.js +++ b/packages/ckeditor5-remove-format/tests/removeformatcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import RemoveFormatCommand from '../src/removeformatcommand.js'; diff --git a/packages/ckeditor5-remove-format/tests/removeformatediting.js b/packages/ckeditor5-remove-format/tests/removeformatediting.js index bd25ceab9ba..a01373fb43b 100644 --- a/packages/ckeditor5-remove-format/tests/removeformatediting.js +++ b/packages/ckeditor5-remove-format/tests/removeformatediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-remove-format/tests/removeformatui.js b/packages/ckeditor5-remove-format/tests/removeformatui.js index a5c168114e7..a743d2f179c 100644 --- a/packages/ckeditor5-remove-format/tests/removeformatui.js +++ b/packages/ckeditor5-remove-format/tests/removeformatui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-remove-format/webpack.config.js b/packages/ckeditor5-remove-format/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-remove-format/webpack.config.js +++ b/packages/ckeditor5-remove-format/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-restricted-editing/docs/_snippets/features/restricted-editing.js b/packages/ckeditor5-restricted-editing/docs/_snippets/features/restricted-editing.js index 90bd82f4fae..2b9609b31a0 100644 --- a/packages/ckeditor5-restricted-editing/docs/_snippets/features/restricted-editing.js +++ b/packages/ckeditor5-restricted-editing/docs/_snippets/features/restricted-editing.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-restricted-editing/src/augmentation.ts b/packages/ckeditor5-restricted-editing/src/augmentation.ts index 97467d4e2c8..f59c1a823d6 100644 --- a/packages/ckeditor5-restricted-editing/src/augmentation.ts +++ b/packages/ckeditor5-restricted-editing/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-restricted-editing/src/index.ts b/packages/ckeditor5-restricted-editing/src/index.ts index 090643027ef..60375f320b5 100644 --- a/packages/ckeditor5-restricted-editing/src/index.ts +++ b/packages/ckeditor5-restricted-editing/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingconfig.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingconfig.ts index b6c1cdace57..56e2b06bf18 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingconfig.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingexceptioncommand.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingexceptioncommand.ts index 992609f1325..01bd7b03080 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingexceptioncommand.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingexceptioncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingmode.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingmode.ts index 49cab2f9ad2..e7ec335d83b 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingmode.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingmode.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingmode/converters.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingmode/converters.ts index 41cd0bd5ca7..d0e5991f76d 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingmode/converters.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingmode/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingmode/utils.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingmode/utils.ts index e48d1a48177..94ccbaba54f 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingmode/utils.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingmode/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { Editor } from 'ckeditor5/src/core.js'; diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.ts index ebeb8a07f3d..af4e9775de2 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingmodenavigationcommand.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingmodenavigationcommand.ts index 69935c1820e..b39132307e6 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingmodenavigationcommand.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingmodenavigationcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/restrictededitingmodeui.ts b/packages/ckeditor5-restricted-editing/src/restrictededitingmodeui.ts index a692d867697..26eb7d27e1f 100644 --- a/packages/ckeditor5-restricted-editing/src/restrictededitingmodeui.ts +++ b/packages/ckeditor5-restricted-editing/src/restrictededitingmodeui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/standardeditingmode.ts b/packages/ckeditor5-restricted-editing/src/standardeditingmode.ts index 77dd01b5246..1f89725d382 100644 --- a/packages/ckeditor5-restricted-editing/src/standardeditingmode.ts +++ b/packages/ckeditor5-restricted-editing/src/standardeditingmode.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/standardeditingmodeediting.ts b/packages/ckeditor5-restricted-editing/src/standardeditingmodeediting.ts index eef13a068c0..51dab122297 100644 --- a/packages/ckeditor5-restricted-editing/src/standardeditingmodeediting.ts +++ b/packages/ckeditor5-restricted-editing/src/standardeditingmodeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/src/standardeditingmodeui.ts b/packages/ckeditor5-restricted-editing/src/standardeditingmodeui.ts index 4cebd374316..b87a62101b6 100644 --- a/packages/ckeditor5-restricted-editing/src/standardeditingmodeui.ts +++ b/packages/ckeditor5-restricted-editing/src/standardeditingmodeui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting-focus.js b/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting-focus.js index 805199b01f0..cad1507677f 100644 --- a/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting-focus.js +++ b/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting-focus.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.js b/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.js index 5158d633b03..ba9e0a02d0b 100644 --- a/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.js +++ b/packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-restricted-editing/tests/restrictededitingexceptioncommand.js b/packages/ckeditor5-restricted-editing/tests/restrictededitingexceptioncommand.js index c6f05917d5e..0ba92d5f1c3 100644 --- a/packages/ckeditor5-restricted-editing/tests/restrictededitingexceptioncommand.js +++ b/packages/ckeditor5-restricted-editing/tests/restrictededitingexceptioncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-restricted-editing/tests/restrictededitingmode.js b/packages/ckeditor5-restricted-editing/tests/restrictededitingmode.js index 950463b2e90..8735241b2ad 100644 --- a/packages/ckeditor5-restricted-editing/tests/restrictededitingmode.js +++ b/packages/ckeditor5-restricted-editing/tests/restrictededitingmode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting-commands.js b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting-commands.js index 11ad0096e2c..5d563863c7c 100644 --- a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting-commands.js +++ b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting-commands.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting.js b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting.js index 050f8cdcbce..f2b1866ea73 100644 --- a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting.js +++ b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodenavigationcommand.js b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodenavigationcommand.js index 05779e68773..c4465c793c5 100644 --- a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodenavigationcommand.js +++ b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodenavigationcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeui.js b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeui.js index 43728c6928d..a54593dd505 100644 --- a/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeui.js +++ b/packages/ckeditor5-restricted-editing/tests/restrictededitingmodeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-restricted-editing/tests/standardeditingmode.js b/packages/ckeditor5-restricted-editing/tests/standardeditingmode.js index b36577f8171..1cb82ba4544 100644 --- a/packages/ckeditor5-restricted-editing/tests/standardeditingmode.js +++ b/packages/ckeditor5-restricted-editing/tests/standardeditingmode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-restricted-editing/tests/standardeditingmodeediting.js b/packages/ckeditor5-restricted-editing/tests/standardeditingmodeediting.js index 6c3602dd457..8b68b4392ea 100644 --- a/packages/ckeditor5-restricted-editing/tests/standardeditingmodeediting.js +++ b/packages/ckeditor5-restricted-editing/tests/standardeditingmodeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-restricted-editing/tests/standardeditingmodeui.js b/packages/ckeditor5-restricted-editing/tests/standardeditingmodeui.js index 7f268556da4..1ba712fd29e 100644 --- a/packages/ckeditor5-restricted-editing/tests/standardeditingmodeui.js +++ b/packages/ckeditor5-restricted-editing/tests/standardeditingmodeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-restricted-editing/theme/restrictedediting.css b/packages/ckeditor5-restricted-editing/theme/restrictedediting.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-restricted-editing/theme/restrictedediting.css +++ b/packages/ckeditor5-restricted-editing/theme/restrictedediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-restricted-editing/webpack.config.js b/packages/ckeditor5-restricted-editing/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-restricted-editing/webpack.config.js +++ b/packages/ckeditor5-restricted-editing/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-select-all/docs/_snippets/features/select-all.js b/packages/ckeditor5-select-all/docs/_snippets/features/select-all.js index a6b9e682d39..3e1595eb118 100644 --- a/packages/ckeditor5-select-all/docs/_snippets/features/select-all.js +++ b/packages/ckeditor5-select-all/docs/_snippets/features/select-all.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-select-all/src/augmentation.ts b/packages/ckeditor5-select-all/src/augmentation.ts index a3b4f2c7b3b..5031d2b0c61 100644 --- a/packages/ckeditor5-select-all/src/augmentation.ts +++ b/packages/ckeditor5-select-all/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-select-all/src/index.ts b/packages/ckeditor5-select-all/src/index.ts index 08c2d34dfe6..abc967cde4d 100644 --- a/packages/ckeditor5-select-all/src/index.ts +++ b/packages/ckeditor5-select-all/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-select-all/src/selectall.ts b/packages/ckeditor5-select-all/src/selectall.ts index 1a069f13ac8..a59d286d0d0 100644 --- a/packages/ckeditor5-select-all/src/selectall.ts +++ b/packages/ckeditor5-select-all/src/selectall.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-select-all/src/selectallcommand.ts b/packages/ckeditor5-select-all/src/selectallcommand.ts index f2fe9dfdcf1..e11e04874ab 100644 --- a/packages/ckeditor5-select-all/src/selectallcommand.ts +++ b/packages/ckeditor5-select-all/src/selectallcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-select-all/src/selectallediting.ts b/packages/ckeditor5-select-all/src/selectallediting.ts index 2909a7622ae..37987b24b06 100644 --- a/packages/ckeditor5-select-all/src/selectallediting.ts +++ b/packages/ckeditor5-select-all/src/selectallediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-select-all/src/selectallui.ts b/packages/ckeditor5-select-all/src/selectallui.ts index 836f2d0e476..f689169a013 100644 --- a/packages/ckeditor5-select-all/src/selectallui.ts +++ b/packages/ckeditor5-select-all/src/selectallui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-select-all/tests/manual/selectall.js b/packages/ckeditor5-select-all/tests/manual/selectall.js index 864f82de7b5..00fa8478122 100644 --- a/packages/ckeditor5-select-all/tests/manual/selectall.js +++ b/packages/ckeditor5-select-all/tests/manual/selectall.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, window, document */ diff --git a/packages/ckeditor5-select-all/tests/selectall.js b/packages/ckeditor5-select-all/tests/selectall.js index a1242092cbc..0fcbd506185 100644 --- a/packages/ckeditor5-select-all/tests/selectall.js +++ b/packages/ckeditor5-select-all/tests/selectall.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SelectAll from '../src/selectall.js'; diff --git a/packages/ckeditor5-select-all/tests/selectallcommand.js b/packages/ckeditor5-select-all/tests/selectallcommand.js index 72f9484ca2f..f8b9282ad77 100644 --- a/packages/ckeditor5-select-all/tests/selectallcommand.js +++ b/packages/ckeditor5-select-all/tests/selectallcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-select-all/tests/selectallediting.js b/packages/ckeditor5-select-all/tests/selectallediting.js index 7acf561ba7f..fa1312517fd 100644 --- a/packages/ckeditor5-select-all/tests/selectallediting.js +++ b/packages/ckeditor5-select-all/tests/selectallediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-select-all/tests/selectallui.js b/packages/ckeditor5-select-all/tests/selectallui.js index 155f2439404..4406d316aa0 100644 --- a/packages/ckeditor5-select-all/tests/selectallui.js +++ b/packages/ckeditor5-select-all/tests/selectallui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-show-blocks/docs/_snippets/features/show-blocks.js b/packages/ckeditor5-show-blocks/docs/_snippets/features/show-blocks.js index 186478ee58e..5854ac1aa97 100644 --- a/packages/ckeditor5-show-blocks/docs/_snippets/features/show-blocks.js +++ b/packages/ckeditor5-show-blocks/docs/_snippets/features/show-blocks.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-show-blocks/src/augmentation.ts b/packages/ckeditor5-show-blocks/src/augmentation.ts index d52093d3cac..dca871b6fe1 100644 --- a/packages/ckeditor5-show-blocks/src/augmentation.ts +++ b/packages/ckeditor5-show-blocks/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-show-blocks/src/index.ts b/packages/ckeditor5-show-blocks/src/index.ts index a5ce66599bd..44f9b5ac3ac 100644 --- a/packages/ckeditor5-show-blocks/src/index.ts +++ b/packages/ckeditor5-show-blocks/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-show-blocks/src/showblocks.ts b/packages/ckeditor5-show-blocks/src/showblocks.ts index 5a8134e2691..cf8b0470b08 100644 --- a/packages/ckeditor5-show-blocks/src/showblocks.ts +++ b/packages/ckeditor5-show-blocks/src/showblocks.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-show-blocks/src/showblockscommand.ts b/packages/ckeditor5-show-blocks/src/showblockscommand.ts index 36bc9b784d3..81432b56d30 100644 --- a/packages/ckeditor5-show-blocks/src/showblockscommand.ts +++ b/packages/ckeditor5-show-blocks/src/showblockscommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-show-blocks/src/showblocksediting.ts b/packages/ckeditor5-show-blocks/src/showblocksediting.ts index 08a7135ba3a..4823aaf60a4 100644 --- a/packages/ckeditor5-show-blocks/src/showblocksediting.ts +++ b/packages/ckeditor5-show-blocks/src/showblocksediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-show-blocks/src/showblocksui.ts b/packages/ckeditor5-show-blocks/src/showblocksui.ts index 68a918294dc..ceef6bdfad1 100644 --- a/packages/ckeditor5-show-blocks/src/showblocksui.ts +++ b/packages/ckeditor5-show-blocks/src/showblocksui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-show-blocks/tests/index.js b/packages/ckeditor5-show-blocks/tests/index.js index beab355988c..00f555f8216 100644 --- a/packages/ckeditor5-show-blocks/tests/index.js +++ b/packages/ckeditor5-show-blocks/tests/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { ShowBlocks as ShowBlocksDLL } from '../src/index.js'; diff --git a/packages/ckeditor5-show-blocks/tests/manual/showblocks-in-multirooteditor.js b/packages/ckeditor5-show-blocks/tests/manual/showblocks-in-multirooteditor.js index b5535ee4353..326284ae22f 100644 --- a/packages/ckeditor5-show-blocks/tests/manual/showblocks-in-multirooteditor.js +++ b/packages/ckeditor5-show-blocks/tests/manual/showblocks-in-multirooteditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-show-blocks/tests/manual/showblocks.js b/packages/ckeditor5-show-blocks/tests/manual/showblocks.js index 2b8e1de4d06..4bebe55c527 100644 --- a/packages/ckeditor5-show-blocks/tests/manual/showblocks.js +++ b/packages/ckeditor5-show-blocks/tests/manual/showblocks.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console */ diff --git a/packages/ckeditor5-show-blocks/tests/manual/showblockseditortypes.js b/packages/ckeditor5-show-blocks/tests/manual/showblockseditortypes.js index 669e0c427c9..3d1007a11b1 100644 --- a/packages/ckeditor5-show-blocks/tests/manual/showblockseditortypes.js +++ b/packages/ckeditor5-show-blocks/tests/manual/showblockseditortypes.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-show-blocks/tests/showblocks.js b/packages/ckeditor5-show-blocks/tests/showblocks.js index 77e3d0c7e91..8c8ac4955aa 100644 --- a/packages/ckeditor5-show-blocks/tests/showblocks.js +++ b/packages/ckeditor5-show-blocks/tests/showblocks.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Essentials from '@ckeditor/ckeditor5-essentials/src/essentials.js'; diff --git a/packages/ckeditor5-show-blocks/tests/showblockscommand.js b/packages/ckeditor5-show-blocks/tests/showblockscommand.js index 92093fce67f..302137137d7 100644 --- a/packages/ckeditor5-show-blocks/tests/showblockscommand.js +++ b/packages/ckeditor5-show-blocks/tests/showblockscommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-show-blocks/tests/showblocksediting.js b/packages/ckeditor5-show-blocks/tests/showblocksediting.js index 97bd65f20d7..7bc75452aee 100644 --- a/packages/ckeditor5-show-blocks/tests/showblocksediting.js +++ b/packages/ckeditor5-show-blocks/tests/showblocksediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-show-blocks/tests/showblocksui.js b/packages/ckeditor5-show-blocks/tests/showblocksui.js index 7d7f5610d7b..aece07e3ee7 100644 --- a/packages/ckeditor5-show-blocks/tests/showblocksui.js +++ b/packages/ckeditor5-show-blocks/tests/showblocksui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-show-blocks/theme/showblocks.css b/packages/ckeditor5-show-blocks/theme/showblocks.css index 9662264ae1f..3db9b601b2b 100644 --- a/packages/ckeditor5-show-blocks/theme/showblocks.css +++ b/packages/ckeditor5-show-blocks/theme/showblocks.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-show-blocks/webpack.config.js b/packages/ckeditor5-show-blocks/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-show-blocks/webpack.config.js +++ b/packages/ckeditor5-show-blocks/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-imports.js b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-imports.js index 96179fe5975..6604bb782c0 100644 --- a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-imports.js +++ b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-imports.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-with-markdown.js b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-with-markdown.js index 1ba95d92174..ad564a38bb6 100644 --- a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-with-markdown.js +++ b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing-with-markdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor, Markdown */ diff --git a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.css b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.css index 138a81b2d50..c39d7319f05 100644 --- a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.css +++ b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .live-snippet .ck-editor__editable.ck-rounded-corners { diff --git a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.js b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.js index e4d74d6cb47..508df9e33f0 100644 --- a/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.js +++ b/packages/ckeditor5-source-editing/docs/_snippets/features/source-editing.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, ClassicEditor */ diff --git a/packages/ckeditor5-source-editing/src/augmentation.ts b/packages/ckeditor5-source-editing/src/augmentation.ts index 77011b791e7..1831da596d1 100644 --- a/packages/ckeditor5-source-editing/src/augmentation.ts +++ b/packages/ckeditor5-source-editing/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { SourceEditing, SourceEditingConfig } from './index.js'; diff --git a/packages/ckeditor5-source-editing/src/index.ts b/packages/ckeditor5-source-editing/src/index.ts index 5374709c7c3..dd976b55154 100644 --- a/packages/ckeditor5-source-editing/src/index.ts +++ b/packages/ckeditor5-source-editing/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-source-editing/src/sourceediting.ts b/packages/ckeditor5-source-editing/src/sourceediting.ts index 283f9415f03..5bf63d880a9 100644 --- a/packages/ckeditor5-source-editing/src/sourceediting.ts +++ b/packages/ckeditor5-source-editing/src/sourceediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-source-editing/src/sourceeditingconfig.ts b/packages/ckeditor5-source-editing/src/sourceeditingconfig.ts index 1512d169220..739dbe1422e 100644 --- a/packages/ckeditor5-source-editing/src/sourceeditingconfig.ts +++ b/packages/ckeditor5-source-editing/src/sourceeditingconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-source-editing/src/utils/formathtml.ts b/packages/ckeditor5-source-editing/src/utils/formathtml.ts index fa8ffc8bb33..9e240081ce2 100644 --- a/packages/ckeditor5-source-editing/src/utils/formathtml.ts +++ b/packages/ckeditor5-source-editing/src/utils/formathtml.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-source-editing/tests/manual/sourceediting.js b/packages/ckeditor5-source-editing/tests/manual/sourceediting.js index 4096047cdc1..f16d38c5fa9 100644 --- a/packages/ckeditor5-source-editing/tests/manual/sourceediting.js +++ b/packages/ckeditor5-source-editing/tests/manual/sourceediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, console */ diff --git a/packages/ckeditor5-source-editing/tests/sourceediting.js b/packages/ckeditor5-source-editing/tests/sourceediting.js index 57c72f34670..adf1e9d29c0 100644 --- a/packages/ckeditor5-source-editing/tests/sourceediting.js +++ b/packages/ckeditor5-source-editing/tests/sourceediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event, console */ diff --git a/packages/ckeditor5-source-editing/tests/utils/formathtml.js b/packages/ckeditor5-source-editing/tests/utils/formathtml.js index fb34fc7ea51..583e8e24d64 100644 --- a/packages/ckeditor5-source-editing/tests/utils/formathtml.js +++ b/packages/ckeditor5-source-editing/tests/utils/formathtml.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { formatHtml } from '../../src/utils/formathtml.js'; diff --git a/packages/ckeditor5-source-editing/theme/sourceediting.css b/packages/ckeditor5-source-editing/theme/sourceediting.css index 41a8baf68d2..33f38beab3b 100644 --- a/packages/ckeditor5-source-editing/theme/sourceediting.css +++ b/packages/ckeditor5-source-editing/theme/sourceediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rounded.css"; diff --git a/packages/ckeditor5-source-editing/webpack.config.js b/packages/ckeditor5-source-editing/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-source-editing/webpack.config.js +++ b/packages/ckeditor5-source-editing/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-extended-category.js b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-extended-category.js index 86183c8a5cd..9f969dd8f17 100644 --- a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-extended-category.js +++ b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-extended-category.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, SpecialCharactersEssentials */ diff --git a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-limited-categories.js b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-limited-categories.js index ca21511a325..755d0eaeb81 100644 --- a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-limited-categories.js +++ b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-limited-categories.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, SpecialCharactersCurrency, SpecialCharactersMathematical */ diff --git a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-new-category.js b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-new-category.js index 95a92a4e702..1747c9f1b9d 100644 --- a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-new-category.js +++ b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-new-category.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, SpecialCharactersEssentials */ diff --git a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-source.js b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-source.js index 2135cc612cb..dcf3d344222 100644 --- a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-source.js +++ b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters.js b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters.js index c18a9fd7b05..8cb483a00ed 100644 --- a/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters.js +++ b/packages/ckeditor5-special-characters/docs/_snippets/features/special-characters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console, ClassicEditor, SpecialCharactersEssentials */ diff --git a/packages/ckeditor5-special-characters/src/augmentation.ts b/packages/ckeditor5-special-characters/src/augmentation.ts index 5aa7a7a7bf7..0271a814b07 100644 --- a/packages/ckeditor5-special-characters/src/augmentation.ts +++ b/packages/ckeditor5-special-characters/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-special-characters/src/index.ts b/packages/ckeditor5-special-characters/src/index.ts index b16cbbfc2f9..80cc258c96a 100644 --- a/packages/ckeditor5-special-characters/src/index.ts +++ b/packages/ckeditor5-special-characters/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharacters.ts b/packages/ckeditor5-special-characters/src/specialcharacters.ts index 95059b5b501..1cce7fca6db 100644 --- a/packages/ckeditor5-special-characters/src/specialcharacters.ts +++ b/packages/ckeditor5-special-characters/src/specialcharacters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharactersarrows.ts b/packages/ckeditor5-special-characters/src/specialcharactersarrows.ts index 9915c36c2f0..03f5734ebfa 100644 --- a/packages/ckeditor5-special-characters/src/specialcharactersarrows.ts +++ b/packages/ckeditor5-special-characters/src/specialcharactersarrows.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharactersconfig.ts b/packages/ckeditor5-special-characters/src/specialcharactersconfig.ts index c045f84ce45..4723930599d 100644 --- a/packages/ckeditor5-special-characters/src/specialcharactersconfig.ts +++ b/packages/ckeditor5-special-characters/src/specialcharactersconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharacterscurrency.ts b/packages/ckeditor5-special-characters/src/specialcharacterscurrency.ts index b200e6d1337..d9b79b863e1 100644 --- a/packages/ckeditor5-special-characters/src/specialcharacterscurrency.ts +++ b/packages/ckeditor5-special-characters/src/specialcharacterscurrency.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharactersessentials.ts b/packages/ckeditor5-special-characters/src/specialcharactersessentials.ts index ef73a29f511..b06fb4652a2 100644 --- a/packages/ckeditor5-special-characters/src/specialcharactersessentials.ts +++ b/packages/ckeditor5-special-characters/src/specialcharactersessentials.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharacterslatin.ts b/packages/ckeditor5-special-characters/src/specialcharacterslatin.ts index b723b966a1f..9c51a21606d 100644 --- a/packages/ckeditor5-special-characters/src/specialcharacterslatin.ts +++ b/packages/ckeditor5-special-characters/src/specialcharacterslatin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharactersmathematical.ts b/packages/ckeditor5-special-characters/src/specialcharactersmathematical.ts index c7afac197d9..3a560c1e26e 100644 --- a/packages/ckeditor5-special-characters/src/specialcharactersmathematical.ts +++ b/packages/ckeditor5-special-characters/src/specialcharactersmathematical.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/specialcharacterstext.ts b/packages/ckeditor5-special-characters/src/specialcharacterstext.ts index a4c2a1b438f..9e1a14d2c2e 100644 --- a/packages/ckeditor5-special-characters/src/specialcharacterstext.ts +++ b/packages/ckeditor5-special-characters/src/specialcharacterstext.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/ui/charactergridview.ts b/packages/ckeditor5-special-characters/src/ui/charactergridview.ts index 821232df6b7..22e4e7b6ee4 100644 --- a/packages/ckeditor5-special-characters/src/ui/charactergridview.ts +++ b/packages/ckeditor5-special-characters/src/ui/charactergridview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/ui/characterinfoview.ts b/packages/ckeditor5-special-characters/src/ui/characterinfoview.ts index 679b7ad3b04..bc7edc4cadb 100644 --- a/packages/ckeditor5-special-characters/src/ui/characterinfoview.ts +++ b/packages/ckeditor5-special-characters/src/ui/characterinfoview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/ui/specialcharacterscategoriesview.ts b/packages/ckeditor5-special-characters/src/ui/specialcharacterscategoriesview.ts index 72f1d8485b7..37093884455 100644 --- a/packages/ckeditor5-special-characters/src/ui/specialcharacterscategoriesview.ts +++ b/packages/ckeditor5-special-characters/src/ui/specialcharacterscategoriesview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/src/ui/specialcharactersview.ts b/packages/ckeditor5-special-characters/src/ui/specialcharactersview.ts index e05ad88967d..c303cb633c1 100644 --- a/packages/ckeditor5-special-characters/src/ui/specialcharactersview.ts +++ b/packages/ckeditor5-special-characters/src/ui/specialcharactersview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-special-characters/tests/manual/specialcharacters.js b/packages/ckeditor5-special-characters/tests/manual/specialcharacters.js index 9b53ebf43c2..c5066870c73 100644 --- a/packages/ckeditor5-special-characters/tests/manual/specialcharacters.js +++ b/packages/ckeditor5-special-characters/tests/manual/specialcharacters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-special-characters/tests/specialcharacters.js b/packages/ckeditor5-special-characters/tests/specialcharacters.js index 72f341ee62b..94f2bbbc242 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharacters.js +++ b/packages/ckeditor5-special-characters/tests/specialcharacters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-special-characters/tests/specialcharactersarrows.js b/packages/ckeditor5-special-characters/tests/specialcharactersarrows.js index 00615c6225b..0062d0e78f7 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharactersarrows.js +++ b/packages/ckeditor5-special-characters/tests/specialcharactersarrows.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-special-characters/tests/specialcharacterscurrency.js b/packages/ckeditor5-special-characters/tests/specialcharacterscurrency.js index 20615646bf6..0714bf77e41 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharacterscurrency.js +++ b/packages/ckeditor5-special-characters/tests/specialcharacterscurrency.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-special-characters/tests/specialcharactersessentials.js b/packages/ckeditor5-special-characters/tests/specialcharactersessentials.js index 632d9ef91cf..da050dcbb03 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharactersessentials.js +++ b/packages/ckeditor5-special-characters/tests/specialcharactersessentials.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SpecialCharactersEssentials from '../src/specialcharactersessentials.js'; diff --git a/packages/ckeditor5-special-characters/tests/specialcharacterslatin.js b/packages/ckeditor5-special-characters/tests/specialcharacterslatin.js index 7f2fd126402..6becf17d714 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharacterslatin.js +++ b/packages/ckeditor5-special-characters/tests/specialcharacterslatin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-special-characters/tests/specialcharactersmathematical.js b/packages/ckeditor5-special-characters/tests/specialcharactersmathematical.js index ce7f646e130..b2749a7edc8 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharactersmathematical.js +++ b/packages/ckeditor5-special-characters/tests/specialcharactersmathematical.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-special-characters/tests/specialcharacterstext.js b/packages/ckeditor5-special-characters/tests/specialcharacterstext.js index cfb3268c510..8cc04d9406f 100644 --- a/packages/ckeditor5-special-characters/tests/specialcharacterstext.js +++ b/packages/ckeditor5-special-characters/tests/specialcharacterstext.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-special-characters/tests/ui/charactergridview.js b/packages/ckeditor5-special-characters/tests/ui/charactergridview.js index b596ab52ada..80350b020b3 100644 --- a/packages/ckeditor5-special-characters/tests/ui/charactergridview.js +++ b/packages/ckeditor5-special-characters/tests/ui/charactergridview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-special-characters/tests/ui/characterinfoview.js b/packages/ckeditor5-special-characters/tests/ui/characterinfoview.js index 308041e16d1..a3e855e3250 100644 --- a/packages/ckeditor5-special-characters/tests/ui/characterinfoview.js +++ b/packages/ckeditor5-special-characters/tests/ui/characterinfoview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CharacterInfoView from '../../src/ui/characterinfoview.js'; diff --git a/packages/ckeditor5-special-characters/tests/ui/specialcharacterscategoriesview.js b/packages/ckeditor5-special-characters/tests/ui/specialcharacterscategoriesview.js index dcf17c9ea70..5aaa0289f36 100644 --- a/packages/ckeditor5-special-characters/tests/ui/specialcharacterscategoriesview.js +++ b/packages/ckeditor5-special-characters/tests/ui/specialcharacterscategoriesview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SpecialCharactersCategoriesView from '../../src/ui/specialcharacterscategoriesview.js'; diff --git a/packages/ckeditor5-special-characters/tests/ui/specialcharactersview.js b/packages/ckeditor5-special-characters/tests/ui/specialcharactersview.js index c4f9e609be8..89c33b292de 100644 --- a/packages/ckeditor5-special-characters/tests/ui/specialcharactersview.js +++ b/packages/ckeditor5-special-characters/tests/ui/specialcharactersview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-special-characters/theme/charactergrid.css b/packages/ckeditor5-special-characters/theme/charactergrid.css index 0368254280c..8b31c61d7ca 100644 --- a/packages/ckeditor5-special-characters/theme/charactergrid.css +++ b/packages/ckeditor5-special-characters/theme/charactergrid.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-character-grid { diff --git a/packages/ckeditor5-special-characters/theme/characterinfo.css b/packages/ckeditor5-special-characters/theme/characterinfo.css index 022193bfdec..ec2826eef59 100644 --- a/packages/ckeditor5-special-characters/theme/characterinfo.css +++ b/packages/ckeditor5-special-characters/theme/characterinfo.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-character-info { diff --git a/packages/ckeditor5-special-characters/theme/specialcharacters.css b/packages/ckeditor5-special-characters/theme/specialcharacters.css index d72dcee60e4..6550f5fa257 100644 --- a/packages/ckeditor5-special-characters/theme/specialcharacters.css +++ b/packages/ckeditor5-special-characters/theme/specialcharacters.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-special-characters/webpack.config.js b/packages/ckeditor5-special-characters/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-special-characters/webpack.config.js +++ b/packages/ckeditor5-special-characters/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-style/docs/_snippets/features/styles.js b/packages/ckeditor5-style/docs/_snippets/features/styles.js index 5b8773aedf6..ee49dd0e2c7 100644 --- a/packages/ckeditor5-style/docs/_snippets/features/styles.js +++ b/packages/ckeditor5-style/docs/_snippets/features/styles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ @@ -42,7 +42,7 @@ ClassicEditor 'undo', 'redo', '|', 'style', '|', 'heading', '|', 'bold', 'italic', 'strikethrough', 'code', - '-', 'link', 'insertImage', 'insertTable', 'highlight', 'codeBlock', + '-', 'link', 'insertImage', 'insertTable', 'highlight', 'blockQuote', 'mediaEmbed', 'codeBlock', 'horizontalLine', '|', 'bulletedList', 'numberedList', 'outdent', 'indent' ], diff --git a/packages/ckeditor5-style/src/augmentation.ts b/packages/ckeditor5-style/src/augmentation.ts index 8eedc7fe4d4..1ef4441af27 100644 --- a/packages/ckeditor5-style/src/augmentation.ts +++ b/packages/ckeditor5-style/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-style/src/index.ts b/packages/ckeditor5-style/src/index.ts index e2707598c1f..21ec6f56610 100644 --- a/packages/ckeditor5-style/src/index.ts +++ b/packages/ckeditor5-style/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/integrations/link.ts b/packages/ckeditor5-style/src/integrations/link.ts index dd9e1d75009..854d7ce6271 100644 --- a/packages/ckeditor5-style/src/integrations/link.ts +++ b/packages/ckeditor5-style/src/integrations/link.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/integrations/list.ts b/packages/ckeditor5-style/src/integrations/list.ts index 58f7f030a40..0430d475006 100644 --- a/packages/ckeditor5-style/src/integrations/list.ts +++ b/packages/ckeditor5-style/src/integrations/list.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/integrations/table.ts b/packages/ckeditor5-style/src/integrations/table.ts index 4f82353cdda..849d436b4c7 100644 --- a/packages/ckeditor5-style/src/integrations/table.ts +++ b/packages/ckeditor5-style/src/integrations/table.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/style.ts b/packages/ckeditor5-style/src/style.ts index d5c139fbd8a..a6c9e4e6dd6 100644 --- a/packages/ckeditor5-style/src/style.ts +++ b/packages/ckeditor5-style/src/style.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/stylecommand.ts b/packages/ckeditor5-style/src/stylecommand.ts index 5db8058b7f7..6e4e79db509 100644 --- a/packages/ckeditor5-style/src/stylecommand.ts +++ b/packages/ckeditor5-style/src/stylecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/styleconfig.ts b/packages/ckeditor5-style/src/styleconfig.ts index 4c54b37880d..9b53ed84157 100644 --- a/packages/ckeditor5-style/src/styleconfig.ts +++ b/packages/ckeditor5-style/src/styleconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/styleediting.ts b/packages/ckeditor5-style/src/styleediting.ts index 0598cccca62..3861cfc90e7 100644 --- a/packages/ckeditor5-style/src/styleediting.ts +++ b/packages/ckeditor5-style/src/styleediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/styleui.ts b/packages/ckeditor5-style/src/styleui.ts index 0aad2f16609..17e8bfe4f19 100644 --- a/packages/ckeditor5-style/src/styleui.ts +++ b/packages/ckeditor5-style/src/styleui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/styleutils.ts b/packages/ckeditor5-style/src/styleutils.ts index daff7edbc64..408dbc38232 100644 --- a/packages/ckeditor5-style/src/styleutils.ts +++ b/packages/ckeditor5-style/src/styleutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/ui/stylegridbuttonview.ts b/packages/ckeditor5-style/src/ui/stylegridbuttonview.ts index d531cc197e1..97b0ab62334 100644 --- a/packages/ckeditor5-style/src/ui/stylegridbuttonview.ts +++ b/packages/ckeditor5-style/src/ui/stylegridbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/ui/stylegridview.ts b/packages/ckeditor5-style/src/ui/stylegridview.ts index 4a92294a8de..6f0c82628ab 100644 --- a/packages/ckeditor5-style/src/ui/stylegridview.ts +++ b/packages/ckeditor5-style/src/ui/stylegridview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/ui/stylegroupview.ts b/packages/ckeditor5-style/src/ui/stylegroupview.ts index 56baf24110e..2aaf1383796 100644 --- a/packages/ckeditor5-style/src/ui/stylegroupview.ts +++ b/packages/ckeditor5-style/src/ui/stylegroupview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/src/ui/stylepanelview.ts b/packages/ckeditor5-style/src/ui/stylepanelview.ts index 6c825fbd374..b40b8293341 100644 --- a/packages/ckeditor5-style/src/ui/stylepanelview.ts +++ b/packages/ckeditor5-style/src/ui/stylepanelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-style/tests/integrations/link.js b/packages/ckeditor5-style/tests/integrations/link.js index 54ef0ce4e04..4f0c5bc846f 100644 --- a/packages/ckeditor5-style/tests/integrations/link.js +++ b/packages/ckeditor5-style/tests/integrations/link.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-style/tests/integrations/list.js b/packages/ckeditor5-style/tests/integrations/list.js index d91b60abc42..44b2998716f 100644 --- a/packages/ckeditor5-style/tests/integrations/list.js +++ b/packages/ckeditor5-style/tests/integrations/list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-style/tests/integrations/table.js b/packages/ckeditor5-style/tests/integrations/table.js index 404b418efd0..aaf1bd83bd0 100644 --- a/packages/ckeditor5-style/tests/integrations/table.js +++ b/packages/ckeditor5-style/tests/integrations/table.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-style/tests/manual/styledropdown.js b/packages/ckeditor5-style/tests/manual/styledropdown.js index a78713ca197..6e0fd002d7e 100644 --- a/packages/ckeditor5-style/tests/manual/styledropdown.js +++ b/packages/ckeditor5-style/tests/manual/styledropdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-style/tests/style.js b/packages/ckeditor5-style/tests/style.js index abeb9b3f022..6e7c23f67fa 100644 --- a/packages/ckeditor5-style/tests/style.js +++ b/packages/ckeditor5-style/tests/style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-style/tests/stylecommand.js b/packages/ckeditor5-style/tests/stylecommand.js index f661749740a..02550076d15 100644 --- a/packages/ckeditor5-style/tests/stylecommand.js +++ b/packages/ckeditor5-style/tests/stylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-style/tests/styleediting.js b/packages/ckeditor5-style/tests/styleediting.js index 1e3104daf6e..db966c40822 100644 --- a/packages/ckeditor5-style/tests/styleediting.js +++ b/packages/ckeditor5-style/tests/styleediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-style/tests/styleui.js b/packages/ckeditor5-style/tests/styleui.js index 2d16e1805ee..4647b866556 100644 --- a/packages/ckeditor5-style/tests/styleui.js +++ b/packages/ckeditor5-style/tests/styleui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-style/tests/styleutils.js b/packages/ckeditor5-style/tests/styleutils.js index be1f8a5c139..166c2fc157d 100644 --- a/packages/ckeditor5-style/tests/styleutils.js +++ b/packages/ckeditor5-style/tests/styleutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-style/tests/tickets/11580.js b/packages/ckeditor5-style/tests/tickets/11580.js index 145b4d70442..798f8d39c29 100644 --- a/packages/ckeditor5-style/tests/tickets/11580.js +++ b/packages/ckeditor5-style/tests/tickets/11580.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-style/tests/ui/stylegridbuttonview.js b/packages/ckeditor5-style/tests/ui/stylegridbuttonview.js index 344c6982ba8..40a3417d2cc 100644 --- a/packages/ckeditor5-style/tests/ui/stylegridbuttonview.js +++ b/packages/ckeditor5-style/tests/ui/stylegridbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { ButtonView, View } from '@ckeditor/ckeditor5-ui'; diff --git a/packages/ckeditor5-style/tests/ui/stylegridview.js b/packages/ckeditor5-style/tests/ui/stylegridview.js index 5b1ef03a155..e3f95bbfdd5 100644 --- a/packages/ckeditor5-style/tests/ui/stylegridview.js +++ b/packages/ckeditor5-style/tests/ui/stylegridview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { ViewCollection } from '@ckeditor/ckeditor5-ui'; diff --git a/packages/ckeditor5-style/tests/ui/stylegroupview.js b/packages/ckeditor5-style/tests/ui/stylegroupview.js index 4c46231ef78..25dbd8ea7b8 100644 --- a/packages/ckeditor5-style/tests/ui/stylegroupview.js +++ b/packages/ckeditor5-style/tests/ui/stylegroupview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { LabelView } from '@ckeditor/ckeditor5-ui'; diff --git a/packages/ckeditor5-style/tests/ui/stylepanelview.js b/packages/ckeditor5-style/tests/ui/stylepanelview.js index 963c103a951..dbe384c85f5 100644 --- a/packages/ckeditor5-style/tests/ui/stylepanelview.js +++ b/packages/ckeditor5-style/tests/ui/stylepanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-style/theme/style.css b/packages/ckeditor5-style/theme/style.css index 9ad7328fc5d..e770d7e4759 100644 --- a/packages/ckeditor5-style/theme/style.css +++ b/packages/ckeditor5-style/theme/style.css @@ -1,4 +1,4 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-style/theme/stylegrid.css b/packages/ckeditor5-style/theme/stylegrid.css index d89dbe04213..d81986910ad 100644 --- a/packages/ckeditor5-style/theme/stylegrid.css +++ b/packages/ckeditor5-style/theme/stylegrid.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-style/theme/stylegroup.css b/packages/ckeditor5-style/theme/stylegroup.css index 9ad7328fc5d..e770d7e4759 100644 --- a/packages/ckeditor5-style/theme/stylegroup.css +++ b/packages/ckeditor5-style/theme/stylegroup.css @@ -1,4 +1,4 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-style/theme/stylepanel.css b/packages/ckeditor5-style/theme/stylepanel.css index 9c98d4dd8ef..2b1390c95d9 100644 --- a/packages/ckeditor5-style/theme/stylepanel.css +++ b/packages/ckeditor5-style/theme/stylepanel.css @@ -1,5 +1,5 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-style/webpack.config.js b/packages/ckeditor5-style/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-style/webpack.config.js +++ b/packages/ckeditor5-style/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/build-table-source.js b/packages/ckeditor5-table/docs/_snippets/features/build-table-source.js index 1619e713ab3..50c5bdaf2bb 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/build-table-source.js +++ b/packages/ckeditor5-table/docs/_snippets/features/build-table-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-caption.js b/packages/ckeditor5-table/docs/_snippets/features/table-caption.js index 25642a1db13..13449e3a562 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-caption.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-caption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-column-resize.js b/packages/ckeditor5-table/docs/_snippets/features/table-column-resize.js index d5bf8328251..2eefddb4d63 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-column-resize.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-column-resize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-default-headings.js b/packages/ckeditor5-table/docs/_snippets/features/table-default-headings.js index 56c141852c9..036dbc56022 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-default-headings.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-default-headings.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-default-properties.js b/packages/ckeditor5-table/docs/_snippets/features/table-default-properties.js index 3d45dc1e338..a1456f2a888 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-default-properties.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-default-properties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-nesting.js b/packages/ckeditor5-table/docs/_snippets/features/table-nesting.js index ac5a6e83158..6e04c36bc9d 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-nesting.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-nesting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-styling-colors.js b/packages/ckeditor5-table/docs/_snippets/features/table-styling-colors.js index 99ffa3dba82..38018ec67d2 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-styling-colors.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-styling-colors.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/table-styling.js b/packages/ckeditor5-table/docs/_snippets/features/table-styling.js index b7602a110f0..547a7d2f3b6 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/table-styling.js +++ b/packages/ckeditor5-table/docs/_snippets/features/table-styling.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/docs/_snippets/features/tables.js b/packages/ckeditor5-table/docs/_snippets/features/tables.js index 359f1335914..1ff2fd3bec5 100644 --- a/packages/ckeditor5-table/docs/_snippets/features/tables.js +++ b/packages/ckeditor5-table/docs/_snippets/features/tables.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, CKEditorPlugins, console, window, document */ diff --git a/packages/ckeditor5-table/lang/translations/uk.po b/packages/ckeditor5-table/lang/translations/uk.po index 151c649fec2..442b41e11c8 100644 --- a/packages/ckeditor5-table/lang/translations/uk.po +++ b/packages/ckeditor5-table/lang/translations/uk.po @@ -45,11 +45,11 @@ msgstr "Заголовок рядка" msgctxt "Label for the insert row below button." msgid "Insert row below" -msgstr "Вставити рядок зверху" +msgstr "Вставити рядок знизу" msgctxt "Label for the insert row above button." msgid "Insert row above" -msgstr "Вставити рядок знизу" +msgstr "Вставити рядок зверху" msgctxt "Label for the delete table row button." msgid "Delete row" diff --git a/packages/ckeditor5-table/src/augmentation.ts b/packages/ckeditor5-table/src/augmentation.ts index 93ae947bc76..f395f5f358d 100644 --- a/packages/ckeditor5-table/src/augmentation.ts +++ b/packages/ckeditor5-table/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-table/src/commands/insertcolumncommand.ts b/packages/ckeditor5-table/src/commands/insertcolumncommand.ts index 06a5cfad01b..3cf6442c67d 100644 --- a/packages/ckeditor5-table/src/commands/insertcolumncommand.ts +++ b/packages/ckeditor5-table/src/commands/insertcolumncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/insertrowcommand.ts b/packages/ckeditor5-table/src/commands/insertrowcommand.ts index 617f2715980..1de4823938a 100644 --- a/packages/ckeditor5-table/src/commands/insertrowcommand.ts +++ b/packages/ckeditor5-table/src/commands/insertrowcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/inserttablecommand.ts b/packages/ckeditor5-table/src/commands/inserttablecommand.ts index 99c59419180..e2450f1e479 100644 --- a/packages/ckeditor5-table/src/commands/inserttablecommand.ts +++ b/packages/ckeditor5-table/src/commands/inserttablecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/mergecellcommand.ts b/packages/ckeditor5-table/src/commands/mergecellcommand.ts index ae940507af0..513d9f99cb0 100644 --- a/packages/ckeditor5-table/src/commands/mergecellcommand.ts +++ b/packages/ckeditor5-table/src/commands/mergecellcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/mergecellscommand.ts b/packages/ckeditor5-table/src/commands/mergecellscommand.ts index 39c71623ab2..497d5f42c78 100644 --- a/packages/ckeditor5-table/src/commands/mergecellscommand.ts +++ b/packages/ckeditor5-table/src/commands/mergecellscommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/removecolumncommand.ts b/packages/ckeditor5-table/src/commands/removecolumncommand.ts index e21b4b366fe..99a26fd19a9 100644 --- a/packages/ckeditor5-table/src/commands/removecolumncommand.ts +++ b/packages/ckeditor5-table/src/commands/removecolumncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/removerowcommand.ts b/packages/ckeditor5-table/src/commands/removerowcommand.ts index efada3566ed..75afb6d7d7c 100644 --- a/packages/ckeditor5-table/src/commands/removerowcommand.ts +++ b/packages/ckeditor5-table/src/commands/removerowcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/selectcolumncommand.ts b/packages/ckeditor5-table/src/commands/selectcolumncommand.ts index 12407ee31cb..a023d6017fb 100644 --- a/packages/ckeditor5-table/src/commands/selectcolumncommand.ts +++ b/packages/ckeditor5-table/src/commands/selectcolumncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/selectrowcommand.ts b/packages/ckeditor5-table/src/commands/selectrowcommand.ts index c57286c6956..fda0616adfb 100644 --- a/packages/ckeditor5-table/src/commands/selectrowcommand.ts +++ b/packages/ckeditor5-table/src/commands/selectrowcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/setheadercolumncommand.ts b/packages/ckeditor5-table/src/commands/setheadercolumncommand.ts index 7e4b545f79d..7c1eadb9924 100644 --- a/packages/ckeditor5-table/src/commands/setheadercolumncommand.ts +++ b/packages/ckeditor5-table/src/commands/setheadercolumncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/setheaderrowcommand.ts b/packages/ckeditor5-table/src/commands/setheaderrowcommand.ts index c383d4f43ba..92dd75853f4 100644 --- a/packages/ckeditor5-table/src/commands/setheaderrowcommand.ts +++ b/packages/ckeditor5-table/src/commands/setheaderrowcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/commands/splitcellcommand.ts b/packages/ckeditor5-table/src/commands/splitcellcommand.ts index a0cbab17101..23e869cb45f 100644 --- a/packages/ckeditor5-table/src/commands/splitcellcommand.ts +++ b/packages/ckeditor5-table/src/commands/splitcellcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/downcast.ts b/packages/ckeditor5-table/src/converters/downcast.ts index 33363d40ef8..ecfce3fe47a 100644 --- a/packages/ckeditor5-table/src/converters/downcast.ts +++ b/packages/ckeditor5-table/src/converters/downcast.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/table-caption-post-fixer.ts b/packages/ckeditor5-table/src/converters/table-caption-post-fixer.ts index 1e689040712..47afa2e3603 100644 --- a/packages/ckeditor5-table/src/converters/table-caption-post-fixer.ts +++ b/packages/ckeditor5-table/src/converters/table-caption-post-fixer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.ts b/packages/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.ts index a97d6ea7480..99adeb23b09 100644 --- a/packages/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.ts +++ b/packages/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/table-cell-refresh-handler.ts b/packages/ckeditor5-table/src/converters/table-cell-refresh-handler.ts index b772d171a19..5e76708b020 100644 --- a/packages/ckeditor5-table/src/converters/table-cell-refresh-handler.ts +++ b/packages/ckeditor5-table/src/converters/table-cell-refresh-handler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/table-headings-refresh-handler.ts b/packages/ckeditor5-table/src/converters/table-headings-refresh-handler.ts index 6d242591bd6..3cf9c69b773 100644 --- a/packages/ckeditor5-table/src/converters/table-headings-refresh-handler.ts +++ b/packages/ckeditor5-table/src/converters/table-headings-refresh-handler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/table-layout-post-fixer.ts b/packages/ckeditor5-table/src/converters/table-layout-post-fixer.ts index 38b50e24d0e..3ea878acef4 100644 --- a/packages/ckeditor5-table/src/converters/table-layout-post-fixer.ts +++ b/packages/ckeditor5-table/src/converters/table-layout-post-fixer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/tableproperties.ts b/packages/ckeditor5-table/src/converters/tableproperties.ts index 736adc2e09c..45956bd32fd 100644 --- a/packages/ckeditor5-table/src/converters/tableproperties.ts +++ b/packages/ckeditor5-table/src/converters/tableproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/converters/upcasttable.ts b/packages/ckeditor5-table/src/converters/upcasttable.ts index f4e832371f5..2c5fc63bc2b 100644 --- a/packages/ckeditor5-table/src/converters/upcasttable.ts +++ b/packages/ckeditor5-table/src/converters/upcasttable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/index.ts b/packages/ckeditor5-table/src/index.ts index 041b2c40dcf..2b4e8fcf504 100644 --- a/packages/ckeditor5-table/src/index.ts +++ b/packages/ckeditor5-table/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/plaintableoutput.ts b/packages/ckeditor5-table/src/plaintableoutput.ts index caab272c4f5..6579ae9f4f8 100644 --- a/packages/ckeditor5-table/src/plaintableoutput.ts +++ b/packages/ckeditor5-table/src/plaintableoutput.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/table.ts b/packages/ckeditor5-table/src/table.ts index f997bbb1722..857b71f7228 100644 --- a/packages/ckeditor5-table/src/table.ts +++ b/packages/ckeditor5-table/src/table.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecaption.ts b/packages/ckeditor5-table/src/tablecaption.ts index 29a5b80e7e6..071c0dfe1eb 100644 --- a/packages/ckeditor5-table/src/tablecaption.ts +++ b/packages/ckeditor5-table/src/tablecaption.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecaption/tablecaptionediting.ts b/packages/ckeditor5-table/src/tablecaption/tablecaptionediting.ts index e94f364f69c..24848a62e47 100644 --- a/packages/ckeditor5-table/src/tablecaption/tablecaptionediting.ts +++ b/packages/ckeditor5-table/src/tablecaption/tablecaptionediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecaption/tablecaptionui.ts b/packages/ckeditor5-table/src/tablecaption/tablecaptionui.ts index 4c0376aa5a4..bb8adf3f7a2 100644 --- a/packages/ckeditor5-table/src/tablecaption/tablecaptionui.ts +++ b/packages/ckeditor5-table/src/tablecaption/tablecaptionui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.ts b/packages/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.ts index 9a7c0b91a24..7104422efc2 100644 --- a/packages/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.ts +++ b/packages/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecaption/utils.ts b/packages/ckeditor5-table/src/tablecaption/utils.ts index 4cf3becb750..42840d25832 100644 --- a/packages/ckeditor5-table/src/tablecaption/utils.ts +++ b/packages/ckeditor5-table/src/tablecaption/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties.ts b/packages/ckeditor5-table/src/tablecellproperties.ts index 7ffecc593d4..7837ecf287d 100644 --- a/packages/ckeditor5-table/src/tablecellproperties.ts +++ b/packages/ckeditor5-table/src/tablecellproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.ts index 22692276c6d..36812e6f9ac 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.ts index 9a4aebb9a87..0800f9a7eac 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.ts index 19a97dcb729..f8f8043a599 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.ts index 6d7367c4681..b5bac81ae3b 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.ts index 30a6c2d867e..d3b8d9698c5 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.ts index 6d656041e74..500efd3afab 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.ts index 7e50ed9e792..3b7665dcf5e 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.ts index fc7243cac9e..6ec5cd073c4 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.ts b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.ts index 9e43731006d..753c132e9f0 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.ts b/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.ts index 3f50e4ebe59..5cb55090d8f 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.ts b/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.ts index 020b063e486..9569832defa 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.ts b/packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.ts index 55f1cd4faf2..1d313b97c65 100644 --- a/packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.ts +++ b/packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.ts b/packages/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.ts index d2bda19f619..0a5ce3b035d 100644 --- a/packages/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.ts +++ b/packages/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.ts b/packages/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.ts index 514084e3c9f..e2760404564 100644 --- a/packages/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.ts +++ b/packages/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableclipboard.ts b/packages/ckeditor5-table/src/tableclipboard.ts index 5d03a1ba322..64a5d6bc276 100644 --- a/packages/ckeditor5-table/src/tableclipboard.ts +++ b/packages/ckeditor5-table/src/tableclipboard.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecolumnresize.ts b/packages/ckeditor5-table/src/tablecolumnresize.ts index aefda1c8c30..0e78364621a 100644 --- a/packages/ckeditor5-table/src/tablecolumnresize.ts +++ b/packages/ckeditor5-table/src/tablecolumnresize.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecolumnresize/constants.ts b/packages/ckeditor5-table/src/tablecolumnresize/constants.ts index 24f0a343a1e..b448fb7a4b2 100644 --- a/packages/ckeditor5-table/src/tablecolumnresize/constants.ts +++ b/packages/ckeditor5-table/src/tablecolumnresize/constants.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecolumnresize/converters.ts b/packages/ckeditor5-table/src/tablecolumnresize/converters.ts index a27096ab660..74423128bca 100644 --- a/packages/ckeditor5-table/src/tablecolumnresize/converters.ts +++ b/packages/ckeditor5-table/src/tablecolumnresize/converters.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.ts b/packages/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.ts index eb38a21152f..0b5474df4a8 100644 --- a/packages/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.ts +++ b/packages/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.ts b/packages/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.ts index 78e90dc47fc..7b5697e15dc 100644 --- a/packages/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.ts +++ b/packages/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablecolumnresize/utils.ts b/packages/ckeditor5-table/src/tablecolumnresize/utils.ts index 430ae75484b..cf13719a2be 100644 --- a/packages/ckeditor5-table/src/tablecolumnresize/utils.ts +++ b/packages/ckeditor5-table/src/tablecolumnresize/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableconfig.ts b/packages/ckeditor5-table/src/tableconfig.ts index fe8647167e0..fdfb0ddb197 100644 --- a/packages/ckeditor5-table/src/tableconfig.ts +++ b/packages/ckeditor5-table/src/tableconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableediting.ts b/packages/ckeditor5-table/src/tableediting.ts index d3826e61f78..6c90b3971fc 100644 --- a/packages/ckeditor5-table/src/tableediting.ts +++ b/packages/ckeditor5-table/src/tableediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablekeyboard.ts b/packages/ckeditor5-table/src/tablekeyboard.ts index 79ab6e8913e..f6e2bcf8c2b 100644 --- a/packages/ckeditor5-table/src/tablekeyboard.ts +++ b/packages/ckeditor5-table/src/tablekeyboard.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablemouse.ts b/packages/ckeditor5-table/src/tablemouse.ts index 8605e9d8a0f..ab68fc74504 100644 --- a/packages/ckeditor5-table/src/tablemouse.ts +++ b/packages/ckeditor5-table/src/tablemouse.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablemouse/mouseeventsobserver.ts b/packages/ckeditor5-table/src/tablemouse/mouseeventsobserver.ts index da0a5e86faf..8bcc6fcf14b 100644 --- a/packages/ckeditor5-table/src/tablemouse/mouseeventsobserver.ts +++ b/packages/ckeditor5-table/src/tablemouse/mouseeventsobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties.ts b/packages/ckeditor5-table/src/tableproperties.ts index db35ea42c4a..0763070387f 100644 --- a/packages/ckeditor5-table/src/tableproperties.ts +++ b/packages/ckeditor5-table/src/tableproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.ts index 412a82bf394..3b50ff38d51 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.ts index e34b1aa31ed..158c570c62b 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.ts index bec7cff0aaa..ac5854bffc7 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.ts index cf3c9d7b7d7..f445c90e8c8 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.ts index 00bc7b2e743..5abc46e4461 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tableheightcommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tableheightcommand.ts index 05bba589ea6..703396699c8 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tableheightcommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tableheightcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.ts index 50a5d0e6ba3..67111640d25 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.ts b/packages/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.ts index 044d0a23f27..a0f765ea738 100644 --- a/packages/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.ts +++ b/packages/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/tablepropertiesediting.ts b/packages/ckeditor5-table/src/tableproperties/tablepropertiesediting.ts index d73a1d57bb4..d6785680edd 100644 --- a/packages/ckeditor5-table/src/tableproperties/tablepropertiesediting.ts +++ b/packages/ckeditor5-table/src/tableproperties/tablepropertiesediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/tablepropertiesui.ts b/packages/ckeditor5-table/src/tableproperties/tablepropertiesui.ts index ef87cdda99d..5d605f614de 100644 --- a/packages/ckeditor5-table/src/tableproperties/tablepropertiesui.ts +++ b/packages/ckeditor5-table/src/tableproperties/tablepropertiesui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.ts b/packages/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.ts index d80d68d8e57..45fa9d613b5 100644 --- a/packages/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.ts +++ b/packages/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableselection.ts b/packages/ckeditor5-table/src/tableselection.ts index 25ea341021d..fa8ee4ee3ab 100644 --- a/packages/ckeditor5-table/src/tableselection.ts +++ b/packages/ckeditor5-table/src/tableselection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tabletoolbar.ts b/packages/ckeditor5-table/src/tabletoolbar.ts index 2bb1871b4f2..2b2112ceb6b 100644 --- a/packages/ckeditor5-table/src/tabletoolbar.ts +++ b/packages/ckeditor5-table/src/tabletoolbar.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableui.ts b/packages/ckeditor5-table/src/tableui.ts index c2dc48dca76..49444952c99 100644 --- a/packages/ckeditor5-table/src/tableui.ts +++ b/packages/ckeditor5-table/src/tableui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tableutils.ts b/packages/ckeditor5-table/src/tableutils.ts index d51f814dba9..a304ea85ecd 100644 --- a/packages/ckeditor5-table/src/tableutils.ts +++ b/packages/ckeditor5-table/src/tableutils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/tablewalker.ts b/packages/ckeditor5-table/src/tablewalker.ts index 5a091baa6ae..b1a681c4073 100644 --- a/packages/ckeditor5-table/src/tablewalker.ts +++ b/packages/ckeditor5-table/src/tablewalker.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/ui/colorinputview.ts b/packages/ckeditor5-table/src/ui/colorinputview.ts index 38952460a94..869f94ec6ec 100644 --- a/packages/ckeditor5-table/src/ui/colorinputview.ts +++ b/packages/ckeditor5-table/src/ui/colorinputview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/ui/formrowview.ts b/packages/ckeditor5-table/src/ui/formrowview.ts index 4d91fc6eff0..cc7f556b31f 100644 --- a/packages/ckeditor5-table/src/ui/formrowview.ts +++ b/packages/ckeditor5-table/src/ui/formrowview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/ui/inserttableview.ts b/packages/ckeditor5-table/src/ui/inserttableview.ts index f3b7d9b4e58..99527d45746 100644 --- a/packages/ckeditor5-table/src/ui/inserttableview.ts +++ b/packages/ckeditor5-table/src/ui/inserttableview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/utils/common.ts b/packages/ckeditor5-table/src/utils/common.ts index 52241010c23..64536782191 100644 --- a/packages/ckeditor5-table/src/utils/common.ts +++ b/packages/ckeditor5-table/src/utils/common.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/utils/structure.ts b/packages/ckeditor5-table/src/utils/structure.ts index b3217cb2dc4..a0a3378d523 100644 --- a/packages/ckeditor5-table/src/utils/structure.ts +++ b/packages/ckeditor5-table/src/utils/structure.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/utils/table-properties.ts b/packages/ckeditor5-table/src/utils/table-properties.ts index 21a58fe9cbf..b121e5cfd15 100644 --- a/packages/ckeditor5-table/src/utils/table-properties.ts +++ b/packages/ckeditor5-table/src/utils/table-properties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/utils/ui/contextualballoon.ts b/packages/ckeditor5-table/src/utils/ui/contextualballoon.ts index 372263d93d4..6d4796e7b21 100644 --- a/packages/ckeditor5-table/src/utils/ui/contextualballoon.ts +++ b/packages/ckeditor5-table/src/utils/ui/contextualballoon.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/utils/ui/table-properties.ts b/packages/ckeditor5-table/src/utils/ui/table-properties.ts index 2e5475b368c..c3015b97ddd 100644 --- a/packages/ckeditor5-table/src/utils/ui/table-properties.ts +++ b/packages/ckeditor5-table/src/utils/ui/table-properties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/src/utils/ui/widget.ts b/packages/ckeditor5-table/src/utils/ui/widget.ts index cc7caab8aa7..0228f5dd994 100644 --- a/packages/ckeditor5-table/src/utils/ui/widget.ts +++ b/packages/ckeditor5-table/src/utils/ui/widget.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-table/tests/_utils-tests/table-ascii-art.js b/packages/ckeditor5-table/tests/_utils-tests/table-ascii-art.js index 51e4df4e7b6..884b7b606ea 100644 --- a/packages/ckeditor5-table/tests/_utils-tests/table-ascii-art.js +++ b/packages/ckeditor5-table/tests/_utils-tests/table-ascii-art.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { createTableAsciiArt, modelTable, prepareModelTableInput, prettyFormatModelTableInput } from '../_utils/utils.js'; diff --git a/packages/ckeditor5-table/tests/_utils/utils.js b/packages/ckeditor5-table/tests/_utils/utils.js index 8bae40fc3ba..476d19bae47 100644 --- a/packages/ckeditor5-table/tests/_utils/utils.js +++ b/packages/ckeditor5-table/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { setData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model.js'; diff --git a/packages/ckeditor5-table/tests/commands/insertcolumncommand.js b/packages/ckeditor5-table/tests/commands/insertcolumncommand.js index e25ac182949..3c09f7559bb 100644 --- a/packages/ckeditor5-table/tests/commands/insertcolumncommand.js +++ b/packages/ckeditor5-table/tests/commands/insertcolumncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/insertrowcommand.js b/packages/ckeditor5-table/tests/commands/insertrowcommand.js index 2387e7b6b47..4324e08dd5d 100644 --- a/packages/ckeditor5-table/tests/commands/insertrowcommand.js +++ b/packages/ckeditor5-table/tests/commands/insertrowcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/inserttablecommand.js b/packages/ckeditor5-table/tests/commands/inserttablecommand.js index c2d63365c3c..0f2ba9efe10 100644 --- a/packages/ckeditor5-table/tests/commands/inserttablecommand.js +++ b/packages/ckeditor5-table/tests/commands/inserttablecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/mergecellcommand.js b/packages/ckeditor5-table/tests/commands/mergecellcommand.js index 3d91ef35649..a6eab589de0 100644 --- a/packages/ckeditor5-table/tests/commands/mergecellcommand.js +++ b/packages/ckeditor5-table/tests/commands/mergecellcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/mergecellscommand.js b/packages/ckeditor5-table/tests/commands/mergecellscommand.js index ad2926b5222..0e63d4e6a2b 100644 --- a/packages/ckeditor5-table/tests/commands/mergecellscommand.js +++ b/packages/ckeditor5-table/tests/commands/mergecellscommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/removecolumncommand.js b/packages/ckeditor5-table/tests/commands/removecolumncommand.js index 43df4bb7b10..c41e44f3e98 100644 --- a/packages/ckeditor5-table/tests/commands/removecolumncommand.js +++ b/packages/ckeditor5-table/tests/commands/removecolumncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/removerowcommand.js b/packages/ckeditor5-table/tests/commands/removerowcommand.js index 2b5161b6338..a5dd017c1d6 100644 --- a/packages/ckeditor5-table/tests/commands/removerowcommand.js +++ b/packages/ckeditor5-table/tests/commands/removerowcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/selectcolumncommand.js b/packages/ckeditor5-table/tests/commands/selectcolumncommand.js index 0b398ebcd12..80af307a944 100644 --- a/packages/ckeditor5-table/tests/commands/selectcolumncommand.js +++ b/packages/ckeditor5-table/tests/commands/selectcolumncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/selectrowcommand.js b/packages/ckeditor5-table/tests/commands/selectrowcommand.js index d4ef7a7459e..3829edbe0ea 100644 --- a/packages/ckeditor5-table/tests/commands/selectrowcommand.js +++ b/packages/ckeditor5-table/tests/commands/selectrowcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/setheadercolumncommand.js b/packages/ckeditor5-table/tests/commands/setheadercolumncommand.js index 76a676e9530..c7951d831eb 100644 --- a/packages/ckeditor5-table/tests/commands/setheadercolumncommand.js +++ b/packages/ckeditor5-table/tests/commands/setheadercolumncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/setheaderrowcommand.js b/packages/ckeditor5-table/tests/commands/setheaderrowcommand.js index fd7ebaeddb4..c9c6b2c323c 100644 --- a/packages/ckeditor5-table/tests/commands/setheaderrowcommand.js +++ b/packages/ckeditor5-table/tests/commands/setheaderrowcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/commands/splitcellcommand.js b/packages/ckeditor5-table/tests/commands/splitcellcommand.js index f9d6bc858d6..cc3b6f968db 100644 --- a/packages/ckeditor5-table/tests/commands/splitcellcommand.js +++ b/packages/ckeditor5-table/tests/commands/splitcellcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/converters/downcast.js b/packages/ckeditor5-table/tests/converters/downcast.js index 2f82c9d88bd..d8d2db0c9ea 100644 --- a/packages/ckeditor5-table/tests/converters/downcast.js +++ b/packages/ckeditor5-table/tests/converters/downcast.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/converters/table-caption-post-fixer.js b/packages/ckeditor5-table/tests/converters/table-caption-post-fixer.js index f5f790ac6b6..6ae93e24298 100644 --- a/packages/ckeditor5-table/tests/converters/table-caption-post-fixer.js +++ b/packages/ckeditor5-table/tests/converters/table-caption-post-fixer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js b/packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js index 5f1ee175cf8..bb5bb5dfe24 100644 --- a/packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js +++ b/packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/converters/table-cell-refresh-handler.js b/packages/ckeditor5-table/tests/converters/table-cell-refresh-handler.js index 0be9023a8e3..a8eb32b57f0 100644 --- a/packages/ckeditor5-table/tests/converters/table-cell-refresh-handler.js +++ b/packages/ckeditor5-table/tests/converters/table-cell-refresh-handler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/converters/table-layout-post-fixer.js b/packages/ckeditor5-table/tests/converters/table-layout-post-fixer.js index 130dd611335..47d0e5ae9f4 100644 --- a/packages/ckeditor5-table/tests/converters/table-layout-post-fixer.js +++ b/packages/ckeditor5-table/tests/converters/table-layout-post-fixer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/converters/upcasttable.js b/packages/ckeditor5-table/tests/converters/upcasttable.js index f477e582191..0bf5af058ac 100644 --- a/packages/ckeditor5-table/tests/converters/upcasttable.js +++ b/packages/ckeditor5-table/tests/converters/upcasttable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-table/tests/integration.js b/packages/ckeditor5-table/tests/integration.js index 198d46e6a3d..d3a76102305 100644 --- a/packages/ckeditor5-table/tests/integration.js +++ b/packages/ckeditor5-table/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-table/tests/manual/plaintableoutput.js b/packages/ckeditor5-table/tests/manual/plaintableoutput.js index 3a31d44d344..ffbbde7a447 100644 --- a/packages/ckeditor5-table/tests/manual/plaintableoutput.js +++ b/packages/ckeditor5-table/tests/manual/plaintableoutput.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-table/tests/manual/rtl.js b/packages/ckeditor5-table/tests/manual/rtl.js index 3ac002c91c9..be6b219d13a 100644 --- a/packages/ckeditor5-table/tests/manual/rtl.js +++ b/packages/ckeditor5-table/tests/manual/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/table.js b/packages/ckeditor5-table/tests/manual/table.js index 17aefef8334..4265cd4e63f 100644 --- a/packages/ckeditor5-table/tests/manual/table.js +++ b/packages/ckeditor5-table/tests/manual/table.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tableautoheadings.js b/packages/ckeditor5-table/tests/manual/tableautoheadings.js index 54f513bf62e..1f7b0ae366b 100644 --- a/packages/ckeditor5-table/tests/manual/tableautoheadings.js +++ b/packages/ckeditor5-table/tests/manual/tableautoheadings.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tableblockcontent.js b/packages/ckeditor5-table/tests/manual/tableblockcontent.js index 2a32e5bc52d..d0917c64088 100644 --- a/packages/ckeditor5-table/tests/manual/tableblockcontent.js +++ b/packages/ckeditor5-table/tests/manual/tableblockcontent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tablecaption.js b/packages/ckeditor5-table/tests/manual/tablecaption.js index fa5bf45289e..9bd1d6828c2 100644 --- a/packages/ckeditor5-table/tests/manual/tablecaption.js +++ b/packages/ckeditor5-table/tests/manual/tablecaption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-table/tests/manual/tableclipboard.js b/packages/ckeditor5-table/tests/manual/tableclipboard.js index 062838f1894..abebe883da3 100644 --- a/packages/ckeditor5-table/tests/manual/tableclipboard.js +++ b/packages/ckeditor5-table/tests/manual/tableclipboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window, CKEditorInspector */ diff --git a/packages/ckeditor5-table/tests/manual/tablecolumnresize.js b/packages/ckeditor5-table/tests/manual/tablecolumnresize.js index 08d226209bd..f4247fb89ad 100644 --- a/packages/ckeditor5-table/tests/manual/tablecolumnresize.js +++ b/packages/ckeditor5-table/tests/manual/tablecolumnresize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-table/tests/manual/tablecolumnresizewithoutproperties.js b/packages/ckeditor5-table/tests/manual/tablecolumnresizewithoutproperties.js index 78ab53ba019..98db90552dc 100644 --- a/packages/ckeditor5-table/tests/manual/tablecolumnresizewithoutproperties.js +++ b/packages/ckeditor5-table/tests/manual/tablecolumnresizewithoutproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-table/tests/manual/tabledefaultproperties.js b/packages/ckeditor5-table/tests/manual/tabledefaultproperties.js index d07baf2d561..4bbaf71f8b0 100644 --- a/packages/ckeditor5-table/tests/manual/tabledefaultproperties.js +++ b/packages/ckeditor5-table/tests/manual/tabledefaultproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tablemocking.js b/packages/ckeditor5-table/tests/manual/tablemocking.js index a4900271731..2f66c47a036 100644 --- a/packages/ckeditor5-table/tests/manual/tablemocking.js +++ b/packages/ckeditor5-table/tests/manual/tablemocking.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tablenonesting.js b/packages/ckeditor5-table/tests/manual/tablenonesting.js index 21c068c7f11..06bd0f01061 100644 --- a/packages/ckeditor5-table/tests/manual/tablenonesting.js +++ b/packages/ckeditor5-table/tests/manual/tablenonesting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tableproperties.js b/packages/ckeditor5-table/tests/manual/tableproperties.js index 72ef80b7e74..d2ed223cf41 100644 --- a/packages/ckeditor5-table/tests/manual/tableproperties.js +++ b/packages/ckeditor5-table/tests/manual/tableproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tableselection.js b/packages/ckeditor5-table/tests/manual/tableselection.js index 1cc96b1dc0e..8ef99a3d37f 100644 --- a/packages/ckeditor5-table/tests/manual/tableselection.js +++ b/packages/ckeditor5-table/tests/manual/tableselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-table/tests/manual/tickets/10042.js b/packages/ckeditor5-table/tests/manual/tickets/10042.js index 21c6ca1f9d4..00cb139b684 100644 --- a/packages/ckeditor5-table/tests/manual/tickets/10042.js +++ b/packages/ckeditor5-table/tests/manual/tickets/10042.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/manual/tickets/6062.js b/packages/ckeditor5-table/tests/manual/tickets/6062.js index 17aefef8334..4265cd4e63f 100644 --- a/packages/ckeditor5-table/tests/manual/tickets/6062.js +++ b/packages/ckeditor5-table/tests/manual/tickets/6062.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-table/tests/plaintableoutput.js b/packages/ckeditor5-table/tests/plaintableoutput.js index ef273ad19db..fdab124ba5c 100644 --- a/packages/ckeditor5-table/tests/plaintableoutput.js +++ b/packages/ckeditor5-table/tests/plaintableoutput.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/table-integration.js b/packages/ckeditor5-table/tests/table-integration.js index 9af67a985df..0eaa3e03aff 100644 --- a/packages/ckeditor5-table/tests/table-integration.js +++ b/packages/ckeditor5-table/tests/table-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Widget from '@ckeditor/ckeditor5-widget/src/widget.js'; diff --git a/packages/ckeditor5-table/tests/table.js b/packages/ckeditor5-table/tests/table.js index 75f2a43845a..08e9e8f0dbb 100644 --- a/packages/ckeditor5-table/tests/table.js +++ b/packages/ckeditor5-table/tests/table.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Table from '../src/table.js'; diff --git a/packages/ckeditor5-table/tests/tablecaption/tablecaption.js b/packages/ckeditor5-table/tests/tablecaption/tablecaption.js index 8562190db27..c8e1b077f42 100644 --- a/packages/ckeditor5-table/tests/tablecaption/tablecaption.js +++ b/packages/ckeditor5-table/tests/tablecaption/tablecaption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import TableCaption from '../../src/tablecaption.js'; diff --git a/packages/ckeditor5-table/tests/tablecaption/tablecaptionediting.js b/packages/ckeditor5-table/tests/tablecaption/tablecaptionediting.js index 8da213925b9..7c41185bd52 100644 --- a/packages/ckeditor5-table/tests/tablecaption/tablecaptionediting.js +++ b/packages/ckeditor5-table/tests/tablecaption/tablecaptionediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/tablecaption/tablecaptionui.js b/packages/ckeditor5-table/tests/tablecaption/tablecaptionui.js index f609a945bdd..1f50ab5420c 100644 --- a/packages/ckeditor5-table/tests/tablecaption/tablecaptionui.js +++ b/packages/ckeditor5-table/tests/tablecaption/tablecaptionui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tablecaption/toggletablecaptioncommand.js b/packages/ckeditor5-table/tests/tablecaption/toggletablecaptioncommand.js index f9d06c577ac..68f741a1285 100644 --- a/packages/ckeditor5-table/tests/tablecaption/toggletablecaptioncommand.js +++ b/packages/ckeditor5-table/tests/tablecaption/toggletablecaptioncommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecaption/utils.js b/packages/ckeditor5-table/tests/tablecaption/utils.js index ef2db92a907..6226e456565 100644 --- a/packages/ckeditor5-table/tests/tablecaption/utils.js +++ b/packages/ckeditor5-table/tests/tablecaption/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties.js b/packages/ckeditor5-table/tests/tablecellproperties.js index 6662f05b3a4..aee2f337d23 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties.js +++ b/packages/ckeditor5-table/tests/tablecellproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import global from '@ckeditor/ckeditor5-utils/src/dom/global.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js index 5f216ea7a7e..1d2302fd863 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js index e918f9b13e0..0631f08bf3e 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderstylecommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderstylecommand.js index d10891aaa11..d2c3145bb31 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderstylecommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderstylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.js index d44c61544d3..d65257776e8 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js index e272c64f370..3281d3826fb 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js index d8782c55e16..27dafe75fff 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellpaddingcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellpaddingcommand.js index 73f56f181b7..8e6aa39a3ea 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellpaddingcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellpaddingcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js index 98579ba6cce..7a877a75a26 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesediting.js b/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesediting.js index 4782f617c28..32a96a08d8e 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesediting.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesui.js b/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesui.js index d923769be42..b2b1fc7318e 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesui.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-table/tests/tablecellproperties/ui/tablecellpropertiesview.js b/packages/ckeditor5-table/tests/tablecellproperties/ui/tablecellpropertiesview.js index c25bd311de6..16cb06939e1 100644 --- a/packages/ckeditor5-table/tests/tablecellproperties/ui/tablecellpropertiesview.js +++ b/packages/ckeditor5-table/tests/tablecellproperties/ui/tablecellpropertiesview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-table/tests/tablecellwidth/commands/tablecellwidthcommand.js b/packages/ckeditor5-table/tests/tablecellwidth/commands/tablecellwidthcommand.js index 1ad636edbb0..e64119f909f 100644 --- a/packages/ckeditor5-table/tests/tablecellwidth/commands/tablecellwidthcommand.js +++ b/packages/ckeditor5-table/tests/tablecellwidth/commands/tablecellwidthcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecellwidth/tablecellwidthediting.js b/packages/ckeditor5-table/tests/tablecellwidth/tablecellwidthediting.js index 0b25f5cb8f1..f7ec7064624 100644 --- a/packages/ckeditor5-table/tests/tablecellwidth/tablecellwidthediting.js +++ b/packages/ckeditor5-table/tests/tablecellwidth/tablecellwidthediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableclipboard-copy-cut.js b/packages/ckeditor5-table/tests/tableclipboard-copy-cut.js index e472079b731..5e3e8f089bb 100644 --- a/packages/ckeditor5-table/tests/tableclipboard-copy-cut.js +++ b/packages/ckeditor5-table/tests/tableclipboard-copy-cut.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tableclipboard-paste.js b/packages/ckeditor5-table/tests/tableclipboard-paste.js index 446db55c749..d943350691a 100644 --- a/packages/ckeditor5-table/tests/tableclipboard-paste.js +++ b/packages/ckeditor5-table/tests/tableclipboard-paste.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tableclipboard.js b/packages/ckeditor5-table/tests/tableclipboard.js index bc4dc7ce987..f5cf8155dce 100644 --- a/packages/ckeditor5-table/tests/tableclipboard.js +++ b/packages/ckeditor5-table/tests/tableclipboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablecolumnresize/_utils/utils.js b/packages/ckeditor5-table/tests/tablecolumnresize/_utils/utils.js index dc5dffc379e..cc2a8991a12 100644 --- a/packages/ckeditor5-table/tests/tablecolumnresize/_utils/utils.js +++ b/packages/ckeditor5-table/tests/tablecolumnresize/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from 'ckeditor5/src/utils.js'; diff --git a/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresize.js b/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresize.js index fb8c9a15344..65d14333353 100644 --- a/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresize.js +++ b/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import TableColumnResize from '../../src/tablecolumnresize.js'; diff --git a/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresizeediting.js b/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresizeediting.js index 513c2b9c0c9..2f42f5d7bcb 100644 --- a/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresizeediting.js +++ b/packages/ckeditor5-table/tests/tablecolumnresize/tablecolumnresizeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-table/tests/tablecolumnresize/tablewidthscommand.js b/packages/ckeditor5-table/tests/tablecolumnresize/tablewidthscommand.js index 5908ad81b3d..15bc553e1c1 100644 --- a/packages/ckeditor5-table/tests/tablecolumnresize/tablewidthscommand.js +++ b/packages/ckeditor5-table/tests/tablecolumnresize/tablewidthscommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-table/tests/tablecolumnresize/utils.js b/packages/ckeditor5-table/tests/tablecolumnresize/utils.js index 545e4e425bd..ae30d779288 100644 --- a/packages/ckeditor5-table/tests/tablecolumnresize/utils.js +++ b/packages/ckeditor5-table/tests/tablecolumnresize/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Element from '@ckeditor/ckeditor5-engine/src/model/element.js'; diff --git a/packages/ckeditor5-table/tests/tableediting.js b/packages/ckeditor5-table/tests/tableediting.js index 4f29f1b9bde..d343db7efe1 100644 --- a/packages/ckeditor5-table/tests/tableediting.js +++ b/packages/ckeditor5-table/tests/tableediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/tablekeyboard.js b/packages/ckeditor5-table/tests/tablekeyboard.js index 1e860b3ec65..0a533a67ce2 100644 --- a/packages/ckeditor5-table/tests/tablekeyboard.js +++ b/packages/ckeditor5-table/tests/tablekeyboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import TableKeyboard from '../src/tablekeyboard.js'; diff --git a/packages/ckeditor5-table/tests/tablemouse.js b/packages/ckeditor5-table/tests/tablemouse.js index fac31d1add5..0010f70292d 100644 --- a/packages/ckeditor5-table/tests/tablemouse.js +++ b/packages/ckeditor5-table/tests/tablemouse.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tableproperties.js b/packages/ckeditor5-table/tests/tableproperties.js index 51e3ce798d9..5e3f5a423ce 100644 --- a/packages/ckeditor5-table/tests/tableproperties.js +++ b/packages/ckeditor5-table/tests/tableproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import global from '@ckeditor/ckeditor5-utils/src/dom/global.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tablealignmentcommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tablealignmentcommand.js index 8e01b3ee992..6241cbeb63b 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tablealignmentcommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tablealignmentcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tablebackgroundcolorcommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tablebackgroundcolorcommand.js index 9eac9275eb6..17f8eab67b1 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tablebackgroundcolorcommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tablebackgroundcolorcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tablebordercolorcommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tablebordercolorcommand.js index da21c14897e..b5e1961e3a3 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tablebordercolorcommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tablebordercolorcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tableborderstylecommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tableborderstylecommand.js index 45e8ce6f905..934fb000f1d 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tableborderstylecommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tableborderstylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tableborderwidthcommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tableborderwidthcommand.js index 5ed385552af..6af8cd08cda 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tableborderwidthcommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tableborderwidthcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tableheightcommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tableheightcommand.js index cc8b610d309..b11daa706f7 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tableheightcommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tableheightcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/commands/tablewidthcommand.js b/packages/ckeditor5-table/tests/tableproperties/commands/tablewidthcommand.js index 2bb934157f4..ddaf10a7661 100644 --- a/packages/ckeditor5-table/tests/tableproperties/commands/tablewidthcommand.js +++ b/packages/ckeditor5-table/tests/tableproperties/commands/tablewidthcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting-integration.js b/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting-integration.js index 19b7db1c854..51ade32c0b1 100644 --- a/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting-integration.js +++ b/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting.js b/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting.js index b9ce6482790..98a25b5cfb4 100644 --- a/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting.js +++ b/packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tableproperties/tablepropertiesui.js b/packages/ckeditor5-table/tests/tableproperties/tablepropertiesui.js index 498f952417b..fb325e53c0f 100644 --- a/packages/ckeditor5-table/tests/tableproperties/tablepropertiesui.js +++ b/packages/ckeditor5-table/tests/tableproperties/tablepropertiesui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-table/tests/tableproperties/ui/tablepropertiesview.js b/packages/ckeditor5-table/tests/tableproperties/ui/tablepropertiesview.js index 3b97cfd9dfb..cbd2eaaadcd 100644 --- a/packages/ckeditor5-table/tests/tableproperties/ui/tablepropertiesview.js +++ b/packages/ckeditor5-table/tests/tableproperties/ui/tablepropertiesview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-table/tests/tableselection-integration.js b/packages/ckeditor5-table/tests/tableselection-integration.js index c85c9d9b8af..78e7ceddfd6 100644 --- a/packages/ckeditor5-table/tests/tableselection-integration.js +++ b/packages/ckeditor5-table/tests/tableselection-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tableselection.js b/packages/ckeditor5-table/tests/tableselection.js index 12335aad63f..762fa26a92f 100644 --- a/packages/ckeditor5-table/tests/tableselection.js +++ b/packages/ckeditor5-table/tests/tableselection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tableselection/mouseeventsobserver.js b/packages/ckeditor5-table/tests/tableselection/mouseeventsobserver.js index 5f218c751ea..8ef38a44ad6 100644 --- a/packages/ckeditor5-table/tests/tableselection/mouseeventsobserver.js +++ b/packages/ckeditor5-table/tests/tableselection/mouseeventsobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-table/tests/tabletoolbar.js b/packages/ckeditor5-table/tests/tabletoolbar.js index 85a75c41465..e39e4c27e0b 100644 --- a/packages/ckeditor5-table/tests/tabletoolbar.js +++ b/packages/ckeditor5-table/tests/tabletoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-table/tests/tableui.js b/packages/ckeditor5-table/tests/tableui.js index 02a4bba63a2..6e584ebae73 100644 --- a/packages/ckeditor5-table/tests/tableui.js +++ b/packages/ckeditor5-table/tests/tableui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-table/tests/tableutils.js b/packages/ckeditor5-table/tests/tableutils.js index 6fa87fc748d..44fba9df9b5 100644 --- a/packages/ckeditor5-table/tests/tableutils.js +++ b/packages/ckeditor5-table/tests/tableutils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/tablewalker.js b/packages/ckeditor5-table/tests/tablewalker.js index d1a23bfc2d0..a4a3f038bae 100644 --- a/packages/ckeditor5-table/tests/tablewalker.js +++ b/packages/ckeditor5-table/tests/tablewalker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/ui/colorinputview.js b/packages/ckeditor5-table/tests/ui/colorinputview.js index 4d7a6e8b266..3c47f15d54c 100644 --- a/packages/ckeditor5-table/tests/ui/colorinputview.js +++ b/packages/ckeditor5-table/tests/ui/colorinputview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-table/tests/ui/formrowview.js b/packages/ckeditor5-table/tests/ui/formrowview.js index adcdfa09dfa..9fa4382ffb5 100644 --- a/packages/ckeditor5-table/tests/ui/formrowview.js +++ b/packages/ckeditor5-table/tests/ui/formrowview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import View from '@ckeditor/ckeditor5-ui/src/view.js'; diff --git a/packages/ckeditor5-table/tests/ui/inserttableview.js b/packages/ckeditor5-table/tests/ui/inserttableview.js index 5ebef867c23..707f7d29aab 100644 --- a/packages/ckeditor5-table/tests/ui/inserttableview.js +++ b/packages/ckeditor5-table/tests/ui/inserttableview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-table/tests/utils/common.js b/packages/ckeditor5-table/tests/utils/common.js index 16c1263626a..3eb465d8143 100644 --- a/packages/ckeditor5-table/tests/utils/common.js +++ b/packages/ckeditor5-table/tests/utils/common.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-table/tests/utils/structure.js b/packages/ckeditor5-table/tests/utils/structure.js index bf7f46e1f8c..f67ae2d173c 100644 --- a/packages/ckeditor5-table/tests/utils/structure.js +++ b/packages/ckeditor5-table/tests/utils/structure.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; diff --git a/packages/ckeditor5-table/tests/utils/table-properties.js b/packages/ckeditor5-table/tests/utils/table-properties.js index 53ef10ecc2a..214e7e940e6 100644 --- a/packages/ckeditor5-table/tests/utils/table-properties.js +++ b/packages/ckeditor5-table/tests/utils/table-properties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-table/tests/utils/ui/contextualballoon.js b/packages/ckeditor5-table/tests/utils/ui/contextualballoon.js index d83e541fc1a..f5cb32bb758 100644 --- a/packages/ckeditor5-table/tests/utils/ui/contextualballoon.js +++ b/packages/ckeditor5-table/tests/utils/ui/contextualballoon.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-table/tests/utils/ui/table-properties.js b/packages/ckeditor5-table/tests/utils/ui/table-properties.js index a1fab2e637c..1b7a4bf76a6 100644 --- a/packages/ckeditor5-table/tests/utils/ui/table-properties.js +++ b/packages/ckeditor5-table/tests/utils/ui/table-properties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-table/tests/utils/ui/widget.js b/packages/ckeditor5-table/tests/utils/ui/widget.js index 1ddae93d409..1aa0611eb04 100644 --- a/packages/ckeditor5-table/tests/utils/ui/widget.js +++ b/packages/ckeditor5-table/tests/utils/ui/widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ViewSelection from '@ckeditor/ckeditor5-engine/src/view/selection.js'; diff --git a/packages/ckeditor5-table/theme/colorinput.css b/packages/ckeditor5-table/theme/colorinput.css index 804cab78c4f..bdc2394d01c 100644 --- a/packages/ckeditor5-table/theme/colorinput.css +++ b/packages/ckeditor5-table/theme/colorinput.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-input-color { diff --git a/packages/ckeditor5-table/theme/form.css b/packages/ckeditor5-table/theme/form.css index 42b7126db82..79b167baf9e 100644 --- a/packages/ckeditor5-table/theme/form.css +++ b/packages/ckeditor5-table/theme/form.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-table/theme/formrow.css b/packages/ckeditor5-table/theme/formrow.css index 876f9765a7b..d6fb75a3243 100644 --- a/packages/ckeditor5-table/theme/formrow.css +++ b/packages/ckeditor5-table/theme/formrow.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-form__row { diff --git a/packages/ckeditor5-table/theme/inserttable.css b/packages/ckeditor5-table/theme/inserttable.css index cc2eddb2fc4..59cd6a13ea3 100644 --- a/packages/ckeditor5-table/theme/inserttable.css +++ b/packages/ckeditor5-table/theme/inserttable.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-insert-table-dropdown__grid { diff --git a/packages/ckeditor5-table/theme/table.css b/packages/ckeditor5-table/theme/table.css index 1bcf2ceeadf..f38f5b3b5b6 100644 --- a/packages/ckeditor5-table/theme/table.css +++ b/packages/ckeditor5-table/theme/table.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content .table { diff --git a/packages/ckeditor5-table/theme/tablecaption.css b/packages/ckeditor5-table/theme/tablecaption.css index 342afeb7365..1c5fdf684e5 100644 --- a/packages/ckeditor5-table/theme/tablecaption.css +++ b/packages/ckeditor5-table/theme/tablecaption.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_mediacolors.css"; diff --git a/packages/ckeditor5-table/theme/tablecellproperties.css b/packages/ckeditor5-table/theme/tablecellproperties.css index abe8e097c28..0133ca1ac26 100644 --- a/packages/ckeditor5-table/theme/tablecellproperties.css +++ b/packages/ckeditor5-table/theme/tablecellproperties.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-table-cell-properties-form { diff --git a/packages/ckeditor5-table/theme/tablecolumnresize.css b/packages/ckeditor5-table/theme/tablecolumnresize.css index 49c3e3e324a..3a53f816ca6 100644 --- a/packages/ckeditor5-table/theme/tablecolumnresize.css +++ b/packages/ckeditor5-table/theme/tablecolumnresize.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-table/theme/tableediting.css b/packages/ckeditor5-table/theme/tableediting.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-table/theme/tableediting.css +++ b/packages/ckeditor5-table/theme/tableediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-table/theme/tableform.css b/packages/ckeditor5-table/theme/tableform.css index e52aecc8dc6..6283d983b97 100644 --- a/packages/ckeditor5-table/theme/tableform.css +++ b/packages/ckeditor5-table/theme/tableform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-table-form { diff --git a/packages/ckeditor5-table/theme/tableproperties.css b/packages/ckeditor5-table/theme/tableproperties.css index a26fb7ab49b..b80569088bf 100644 --- a/packages/ckeditor5-table/theme/tableproperties.css +++ b/packages/ckeditor5-table/theme/tableproperties.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-table-properties-form { diff --git a/packages/ckeditor5-table/theme/tableselection.css b/packages/ckeditor5-table/theme/tableselection.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-table/theme/tableselection.css +++ b/packages/ckeditor5-table/theme/tableselection.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-table/webpack.config.js b/packages/ckeditor5-table/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-table/webpack.config.js +++ b/packages/ckeditor5-table/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/packages/ckeditor5-theme-lark/docs/_snippets/examples/custom.css b/packages/ckeditor5-theme-lark/docs/_snippets/examples/custom.css index 19b29d12442..3d648ae9cd2 100644 --- a/packages/ckeditor5-theme-lark/docs/_snippets/examples/custom.css +++ b/packages/ckeditor5-theme-lark/docs/_snippets/examples/custom.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/docs/_snippets/examples/theme-lark.js b/packages/ckeditor5-theme-lark/docs/_snippets/examples/theme-lark.js index 6330c53e51c..7aa007034f2 100644 --- a/packages/ckeditor5-theme-lark/docs/_snippets/examples/theme-lark.js +++ b/packages/ckeditor5-theme-lark/docs/_snippets/examples/theme-lark.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-theme-lark/tests/42.js b/packages/ckeditor5-theme-lark/tests/42.js index 4bc33c894a8..b06a8483694 100644 --- a/packages/ckeditor5-theme-lark/tests/42.js +++ b/packages/ckeditor5-theme-lark/tests/42.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ describe( 'Theme Lark', () => { diff --git a/packages/ckeditor5-theme-lark/tests/manual/iconset.js b/packages/ckeditor5-theme-lark/tests/manual/iconset.js index 46ddba9b245..906564aba7a 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/iconset.js +++ b/packages/ckeditor5-theme-lark/tests/manual/iconset.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-theme-lark/tests/manual/inverted.js b/packages/ckeditor5-theme-lark/tests/manual/inverted.js index 31dd5fb7e5e..92399ed1386 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/inverted.js +++ b/packages/ckeditor5-theme-lark/tests/manual/inverted.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, console */ diff --git a/packages/ckeditor5-theme-lark/tests/manual/reset.js b/packages/ckeditor5-theme-lark/tests/manual/reset.js index 82f6394ade9..80179b93c3f 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/reset.js +++ b/packages/ckeditor5-theme-lark/tests/manual/reset.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Importing View to make sure resets are imported and injected diff --git a/packages/ckeditor5-theme-lark/tests/manual/theme.js b/packages/ckeditor5-theme-lark/tests/manual/theme.js index 3a1197a0ed1..951957329ed 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/theme.js +++ b/packages/ckeditor5-theme-lark/tests/manual/theme.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-theme-lark/tests/manual/tickets/113/1.js b/packages/ckeditor5-theme-lark/tests/manual/tickets/113/1.js index fb031a58599..dd2ea6403c0 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/tickets/113/1.js +++ b/packages/ckeditor5-theme-lark/tests/manual/tickets/113/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, console */ diff --git a/packages/ckeditor5-theme-lark/tests/manual/tickets/189/1.js b/packages/ckeditor5-theme-lark/tests/manual/tickets/189/1.js index 4a6c4fdc652..52a50dd9ede 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/tickets/189/1.js +++ b/packages/ckeditor5-theme-lark/tests/manual/tickets/189/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, console */ diff --git a/packages/ckeditor5-theme-lark/tests/manual/tickets/189/assets/iframe-content.js b/packages/ckeditor5-theme-lark/tests/manual/tickets/189/assets/iframe-content.js index 40a7e5136e4..76479390ccc 100644 --- a/packages/ckeditor5-theme-lark/tests/manual/tickets/189/assets/iframe-content.js +++ b/packages/ckeditor5-theme-lark/tests/manual/tickets/189/assets/iframe-content.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, window, console, $ */ diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-bookmark/bookmark.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-bookmark/bookmark.css index 48c2953ee87..43634ff1065 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-bookmark/bookmark.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-bookmark/bookmark.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-clipboard/clipboard.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-clipboard/clipboard.css index 9ca9366b819..7b936db5aa5 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-clipboard/clipboard.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-clipboard/clipboard.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-code-block/codeblock.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-code-block/codeblock.css index 298a82c8889..38202e8675c 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-code-block/codeblock.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-code-block/codeblock.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-editor-classic/classiceditor.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-editor-classic/classiceditor.css index d313ac51b5c..0fe87954c34 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-editor-classic/classiceditor.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-editor-classic/classiceditor.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-engine/placeholder.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-engine/placeholder.css index e5eb5f0a5e9..c770cbd5c9d 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-engine/placeholder.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-engine/placeholder.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_mediacolors.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-find-and-replace/findandreplaceform.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-find-and-replace/findandreplaceform.css index dd5e95e2310..32175bfc5ed 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-find-and-replace/findandreplaceform.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-find-and-replace/findandreplaceform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-heading/heading.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-heading/heading.css index c67492c89b4..d8c16c41cee 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-heading/heading.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-heading/heading.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* Resize dropdown's button label. */ diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-horizontal-line/horizontalline.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-horizontal-line/horizontalline.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-horizontal-line/horizontalline.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-horizontal-line/horizontalline.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css index a25a758fc6f..f5c64ac583e 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageinsert.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageinsert.css index 2df374b6447..c6237efae77 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageinsert.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageinsert.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageupload.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageupload.css index 9ad7328fc5d..e770d7e4759 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageupload.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageupload.css @@ -1,4 +1,4 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadicon.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadicon.css index 51d13ecb79d..63458fb40a6 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadicon.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadicon.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadloader.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadloader.css index 11b85a1300a..7395c2213ed 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadloader.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadloader.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadprogress.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadprogress.css index 83722c70827..52384365224 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadprogress.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadprogress.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-editor__editable { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css index cb251afc8de..010897f71c8 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* Class added to span element surrounding currently selected link. */ diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css index 896639df2e0..19f928c639d 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css index ef3098ea2d5..03531389010 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkimage.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkimage.css index d3cdfb6ada0..f054e83bc79 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkimage.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkimage.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-list/listproperties.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-list/listproperties.css index c4c86686398..a8427b783b6 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-list/listproperties.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-list/listproperties.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-list-properties { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-list/liststyles.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-list/liststyles.css index ec69de27aef..2e002cf9a95 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-list/liststyles.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-list/liststyles.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-media-embed/mediaembedediting.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-media-embed/mediaembedediting.css index 8a8b57b81bb..c5c0c201158 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-media-embed/mediaembedediting.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-media-embed/mediaembedediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-mention/mention.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-mention/mention.css index 964f355c90e..e7dc5e48c2f 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-mention/mention.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-mention/mention.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-restricted-editing/restrictedediting.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-restricted-editing/restrictedediting.css index 6b351629e25..c0e1530422b 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-restricted-editing/restrictedediting.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-restricted-editing/restrictedediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/charactergrid.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/charactergrid.css index 0fc361ed552..cb96b30cdbe 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/charactergrid.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/charactergrid.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/characterinfo.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/characterinfo.css index 8268ba5d48c..9cca811a167 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/characterinfo.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/characterinfo.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/specialcharacters.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/specialcharacters.css index b3a01faee7e..775ed2fd898 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/specialcharacters.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-special-characters/specialcharacters.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/style.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/style.css index 9532f3f63ed..36ebea2ce30 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/style.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/style.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active > .ck-button > .ck-button__label { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegrid.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegrid.css index be6589b7972..fac0d8441b5 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegrid.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegrid.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegroup.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegroup.css index ebeb60b6666..d023e87693b 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegroup.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylegroup.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-style-panel .ck-style-panel__style-group { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylepanel.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylepanel.css index 41933e1064a..ec09eba899f 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylepanel.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-style/stylepanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/colorinput.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/colorinput.css index bdfa6fbf5a8..f72c47adedd 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/colorinput.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/colorinput.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/form.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/form.css index a2efcedd478..01ef5a43d0e 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/form.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/form.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-form { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/formrow.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/formrow.css index f8afb6a3a27..2f56892083f 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/formrow.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/formrow.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/inserttable.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/inserttable.css index c1e15d41646..1fe667efe83 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/inserttable.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/inserttable.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tablecellproperties.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tablecellproperties.css index 071ba0a2cf3..d3e87a5a03d 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tablecellproperties.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tablecellproperties.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-table-cell-properties-form { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css index 983492f7805..92d0a06d31d 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableform.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableform.css index ff6c72ef045..f5c7ce1cb81 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableform.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableproperties.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableproperties.css index 7d72064b0be..5cf858aa217 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableproperties.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableproperties.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-table-properties-form { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css index 71b796ac774..68206d6685b 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/autocomplete/autocomplete.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/autocomplete/autocomplete.css index b1eee1a82c0..84d797ba505 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/autocomplete/autocomplete.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/autocomplete/autocomplete.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css index a187358c32b..1ff3df30b39 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_focus.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/listitembutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/listitembutton.css index 6a9b9cd60f3..68e070486db 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/listitembutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/listitembutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/switchbutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/switchbutton.css index e36d764bae5..3f312f0dc0a 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/switchbutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/switchbutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/collapsible/collapsible.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/collapsible/collapsible.css index 5b87583b08f..ee12499a7b0 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/collapsible/collapsible.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/collapsible/collapsible.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorgrid/colorgrid.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorgrid/colorgrid.css index 443d4bb7f46..74ef6fe8c70 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorgrid/colorgrid.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorgrid/colorgrid.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorselector/colorselector.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorselector/colorselector.css index 7cfb7a31cda..de435cc4f74 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorselector/colorselector.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/colorselector/colorselector.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialog.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialog.css index f342b050399..0956b7aae0b 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialog.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialog.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialogactions.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialogactions.css index d15cab8a555..aa269d260f4 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialogactions.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dialog/dialogactions.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-dialog { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css index 0b81a0f92a8..863bbb6e84b 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/listdropdown.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/listdropdown.css index d7662be7a71..439b5d11c2a 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/listdropdown.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/listdropdown.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenubutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenubutton.css index 2d33f459c8c..d1bda2b23fb 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenubutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenubutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../../mixins/_disabled.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitem.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitem.css index c4109ee0df9..c54744b0154 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitem.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitem.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitembutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitembutton.css index e6c721d83fc..06d485f53dc 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitembutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitembutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenupanel.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenupanel.css index e883799246c..ce0fa69e31a 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenupanel.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenupanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/splitbutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/splitbutton.css index 3b5f27759c9..fbb2bd8e8a1 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/splitbutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/splitbutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css index 381dda34971..3e22f429127 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-toolbar-dropdown .ck-toolbar { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/accessibilityhelp.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/accessibilityhelp.css index 70865719148..cc0dc82f00f 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/accessibilityhelp.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/accessibilityhelp.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_focus.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css index 41b2e9adc6a..8d8893601e1 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/formheader/formheader.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/formheader/formheader.css index dfbe0fb6097..5120fe18efe 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/formheader/formheader.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/formheader/formheader.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css index 7b85b8ef4a2..079e5d25d6c 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/input/input.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/input/input.css index a87bbad4b33..0b54eee930e 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/input/input.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/input/input.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/label/label.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/label/label.css index 2b6e9171801..b15e181fce9 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/label/label.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/label/label.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-label { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css index 7d8da7dc6ea..27bb96d61b8 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledinput/labeledinput.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledinput/labeledinput.css index f289b613121..cd0d50b8bc8 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledinput/labeledinput.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/labeledinput/labeledinput.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-labeled-input .ck-labeled-input__status { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css index 35d79b9373c..342394bcfc4 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_disabled.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubar.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubar.css index 7d50da5561b..fb4e6b3f94c 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubar.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubar.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-menu-bar { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenu.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenu.css index ba3a90d832f..9f72e41713c 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenu.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenu.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-menu-bar__menu { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenubutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenubutton.css index 44371d9cd37..87a3ad3d3b5 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenubutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenubutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_disabled.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitem.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitem.css index de7dfd65fb8..ba530575ee9 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitem.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitem.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitembutton.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitembutton.css index 8cf06c91704..3d263d33d30 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitembutton.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenulistitembutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenupanel.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenupanel.css index 820a67f1452..b214d2070a6 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenupanel.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/menubar/menubarmenupanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonpanel.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonpanel.css index 1cda562e565..9dd75b2a1ae 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonpanel.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonpanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonrotator.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonrotator.css index 714ab90ee2e..b6929613569 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonrotator.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/balloonrotator.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-balloon-rotator__navigation { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/fakepanel.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/fakepanel.css index e5abaaf3653..ebec6bd8aaf 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/fakepanel.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/fakepanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_shadow.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/stickypanel.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/stickypanel.css index 0a759179563..25f2e6d71b8 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/stickypanel.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/stickypanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_shadow.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/responsive-form/responsiveform.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/responsive-form/responsiveform.css index 2aadf0aec2f..885c7b8a726 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/responsive-form/responsiveform.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/responsive-form/responsiveform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/search/search.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/search/search.css index d6dfc1eeb26..6c2355bd075 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/search/search.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/search/search.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/spinner/spinner.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/spinner/spinner.css index b31a69b3da2..11e9561a426 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/spinner/spinner.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/spinner/spinner.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/textarea/textarea.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/textarea/textarea.css index 6355ae3cfb2..092daff7e14 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/textarea/textarea.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/textarea/textarea.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css index 751bafb98e0..12ecc35a638 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css index e77890bddc1..3b3c9527ae5 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/tooltip/tooltip.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/tooltip/tooltip.css index 7caedd9cfad..b3076571167 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/tooltip/tooltip.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/tooltip/tooltip.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../../mixins/_rounded.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css index 5c8da9df0a7..9047c2d4f1a 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_disabled.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_disabled.css index d13f83bebee..1739cd2ff6a 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_disabled.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_disabled.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_focus.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_focus.css index 469df0590dc..956bb9b101c 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_focus.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_focus.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_fonts.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_fonts.css index 88c25a0cf00..364595c5ac1 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_fonts.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_fonts.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_reset.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_reset.css index 48ea47eb6c6..5445395e41d 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_reset.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_reset.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_rounded.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_rounded.css index e74cf81fdba..3f98df7f1a5 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_rounded.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_rounded.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_shadow.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_shadow.css index be93351fdc5..fb284e73105 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_shadow.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_shadow.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_spacing.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_spacing.css index a5146b0425d..c4d2151cc95 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_spacing.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_spacing.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/globals.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/globals.css index d1db81a7a6b..c98fedf0dc2 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/globals.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/globals.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "./_colors.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/mixins/_button.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/mixins/_button.css index 2d62014a9c9..4cbf3c3c590 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/mixins/_button.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/mixins/_button.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css index c21fd7267d6..e922f7a2941 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../mixins/_focus.css"; diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgetresize.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgetresize.css index 5c19e14199f..5f01e87110b 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgetresize.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgetresize.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css index ce6bc609802..aa52c4decaf 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-theme-lark/theme/index.css b/packages/ckeditor5-theme-lark/theme/index.css index 7d7868297fa..89af3ca882a 100644 --- a/packages/ckeditor5-theme-lark/theme/index.css +++ b/packages/ckeditor5-theme-lark/theme/index.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* Reset */ diff --git a/packages/ckeditor5-theme-lark/theme/mixins/_disabled.css b/packages/ckeditor5-theme-lark/theme/mixins/_disabled.css index 088600091e6..e932309f178 100644 --- a/packages/ckeditor5-theme-lark/theme/mixins/_disabled.css +++ b/packages/ckeditor5-theme-lark/theme/mixins/_disabled.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-theme-lark/theme/mixins/_focus.css b/packages/ckeditor5-theme-lark/theme/mixins/_focus.css index 8f351233639..70fad76b324 100644 --- a/packages/ckeditor5-theme-lark/theme/mixins/_focus.css +++ b/packages/ckeditor5-theme-lark/theme/mixins/_focus.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-theme-lark/theme/mixins/_rounded.css b/packages/ckeditor5-theme-lark/theme/mixins/_rounded.css index 923e9b99d27..64cfb55d500 100644 --- a/packages/ckeditor5-theme-lark/theme/mixins/_rounded.css +++ b/packages/ckeditor5-theme-lark/theme/mixins/_rounded.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-theme-lark/theme/mixins/_shadow.css b/packages/ckeditor5-theme-lark/theme/mixins/_shadow.css index 760af593cd8..c72559765db 100644 --- a/packages/ckeditor5-theme-lark/theme/mixins/_shadow.css +++ b/packages/ckeditor5-theme-lark/theme/mixins/_shadow.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-theme-lark/theme/theme.css b/packages/ckeditor5-theme-lark/theme/theme.css index 9ad7328fc5d..e770d7e4759 100644 --- a/packages/ckeditor5-theme-lark/theme/theme.css +++ b/packages/ckeditor5-theme-lark/theme/theme.css @@ -1,4 +1,4 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/packages/ckeditor5-typing/docs/_snippets/features/build-text-transformation-source.js b/packages/ckeditor5-typing/docs/_snippets/features/build-text-transformation-source.js index 516cc20cb31..1daad4764e3 100644 --- a/packages/ckeditor5-typing/docs/_snippets/features/build-text-transformation-source.js +++ b/packages/ckeditor5-typing/docs/_snippets/features/build-text-transformation-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-typing/docs/_snippets/features/text-transformation-extended.js b/packages/ckeditor5-typing/docs/_snippets/features/text-transformation-extended.js index 16d23edd3f0..73d8084b667 100644 --- a/packages/ckeditor5-typing/docs/_snippets/features/text-transformation-extended.js +++ b/packages/ckeditor5-typing/docs/_snippets/features/text-transformation-extended.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-typing/docs/_snippets/features/text-transformation.js b/packages/ckeditor5-typing/docs/_snippets/features/text-transformation.js index e11f16f0ba0..d004eca446f 100644 --- a/packages/ckeditor5-typing/docs/_snippets/features/text-transformation.js +++ b/packages/ckeditor5-typing/docs/_snippets/features/text-transformation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals ClassicEditor, console, window, document */ diff --git a/packages/ckeditor5-typing/src/augmentation.ts b/packages/ckeditor5-typing/src/augmentation.ts index 1e38f1c8344..7e9dc954f0e 100644 --- a/packages/ckeditor5-typing/src/augmentation.ts +++ b/packages/ckeditor5-typing/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-typing/src/delete.ts b/packages/ckeditor5-typing/src/delete.ts index 4b4c40507d3..4afa9baa39d 100644 --- a/packages/ckeditor5-typing/src/delete.ts +++ b/packages/ckeditor5-typing/src/delete.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/deletecommand.ts b/packages/ckeditor5-typing/src/deletecommand.ts index cfaa5733e5a..07ec55e4a6f 100644 --- a/packages/ckeditor5-typing/src/deletecommand.ts +++ b/packages/ckeditor5-typing/src/deletecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/deleteobserver.ts b/packages/ckeditor5-typing/src/deleteobserver.ts index c680fd81cf5..2f6914d3b20 100644 --- a/packages/ckeditor5-typing/src/deleteobserver.ts +++ b/packages/ckeditor5-typing/src/deleteobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/index.ts b/packages/ckeditor5-typing/src/index.ts index 5ebcc9871d9..524e3fe882b 100644 --- a/packages/ckeditor5-typing/src/index.ts +++ b/packages/ckeditor5-typing/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/input.ts b/packages/ckeditor5-typing/src/input.ts index e2262faf0f7..2346e5fd3c4 100644 --- a/packages/ckeditor5-typing/src/input.ts +++ b/packages/ckeditor5-typing/src/input.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/inserttextcommand.ts b/packages/ckeditor5-typing/src/inserttextcommand.ts index fda411f674c..f804788a0f3 100644 --- a/packages/ckeditor5-typing/src/inserttextcommand.ts +++ b/packages/ckeditor5-typing/src/inserttextcommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/inserttextobserver.ts b/packages/ckeditor5-typing/src/inserttextobserver.ts index 8a94e30f71f..61e320a2c7c 100644 --- a/packages/ckeditor5-typing/src/inserttextobserver.ts +++ b/packages/ckeditor5-typing/src/inserttextobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/texttransformation.ts b/packages/ckeditor5-typing/src/texttransformation.ts index 72469b277cd..6bdbd737084 100644 --- a/packages/ckeditor5-typing/src/texttransformation.ts +++ b/packages/ckeditor5-typing/src/texttransformation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/textwatcher.ts b/packages/ckeditor5-typing/src/textwatcher.ts index c203d2b465b..7dff14194ac 100644 --- a/packages/ckeditor5-typing/src/textwatcher.ts +++ b/packages/ckeditor5-typing/src/textwatcher.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/twostepcaretmovement.ts b/packages/ckeditor5-typing/src/twostepcaretmovement.ts index 27283ad2356..e8ae0beffc2 100644 --- a/packages/ckeditor5-typing/src/twostepcaretmovement.ts +++ b/packages/ckeditor5-typing/src/twostepcaretmovement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** @@ -13,6 +13,7 @@ import { keyCodes } from '@ckeditor/ckeditor5-utils'; import { MouseObserver, + TouchObserver, type DocumentSelection, type DocumentSelectionChangeRangeEvent, type DomEventData, @@ -21,6 +22,7 @@ import { type ViewDocumentArrowKeyEvent, type ViewDocumentMouseDownEvent, type ViewDocumentSelectionChangeEvent, + type ViewDocumentTouchStartEvent, type ModelInsertContentEvent, type ModelDeleteContentEvent } from '@ckeditor/ckeditor5-engine'; @@ -481,10 +483,22 @@ export default class TwoStepCaretMovement extends Plugin { const document = editor.editing.view.document; editor.editing.view.addObserver( MouseObserver ); + editor.editing.view.addObserver( TouchObserver ); + let touched = false; let clicked = false; - // Detect the click. + // This event should be fired before selection on mobile devices. + this.listenTo( document, 'touchstart', () => { + clicked = false; + touched = true; + } ); + + // Track mouse click event. + // Keep in mind that it's often called after the selection change on iOS devices. + // On the Android devices, it's called before the selection change. + // That's why we watch `touchstart` event on mobile and set `touched` flag, as it's fired before the selection change. + // See more: https://github.com/ckeditor/ckeditor5/issues/17171 this.listenTo( document, 'mousedown', () => { clicked = true; } ); @@ -493,12 +507,13 @@ export default class TwoStepCaretMovement extends Plugin { this.listenTo( document, 'selectionChange', () => { const attributes = this.attributes; - if ( !clicked ) { + if ( !clicked && !touched ) { return; } - // ...and it was caused by the click... + // ...and it was caused by the click or touch... clicked = false; + touched = false; // ...and no text is selected... if ( !selection.isCollapsed ) { diff --git a/packages/ckeditor5-typing/src/typing.ts b/packages/ckeditor5-typing/src/typing.ts index ff04215d075..e3069df2058 100644 --- a/packages/ckeditor5-typing/src/typing.ts +++ b/packages/ckeditor5-typing/src/typing.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/typingconfig.ts b/packages/ckeditor5-typing/src/typingconfig.ts index d96fcdada47..ce82ef2d62a 100644 --- a/packages/ckeditor5-typing/src/typingconfig.ts +++ b/packages/ckeditor5-typing/src/typingconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/utils/changebuffer.ts b/packages/ckeditor5-typing/src/utils/changebuffer.ts index b1d603d0ce5..1721c2dbe08 100644 --- a/packages/ckeditor5-typing/src/utils/changebuffer.ts +++ b/packages/ckeditor5-typing/src/utils/changebuffer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/utils/findattributerange.ts b/packages/ckeditor5-typing/src/utils/findattributerange.ts index 10027fd37b0..d9978c59809 100644 --- a/packages/ckeditor5-typing/src/utils/findattributerange.ts +++ b/packages/ckeditor5-typing/src/utils/findattributerange.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/utils/getlasttextline.ts b/packages/ckeditor5-typing/src/utils/getlasttextline.ts index 02f9ac15a07..40aa3211253 100644 --- a/packages/ckeditor5-typing/src/utils/getlasttextline.ts +++ b/packages/ckeditor5-typing/src/utils/getlasttextline.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/src/utils/inlinehighlight.ts b/packages/ckeditor5-typing/src/utils/inlinehighlight.ts index 5a04b0e1201..2dba05a5cca 100644 --- a/packages/ckeditor5-typing/src/utils/inlinehighlight.ts +++ b/packages/ckeditor5-typing/src/utils/inlinehighlight.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-typing/tests/_utils/utils.js b/packages/ckeditor5-typing/tests/_utils/utils.js index b8295540df5..c014f5f040f 100644 --- a/packages/ckeditor5-typing/tests/_utils/utils.js +++ b/packages/ckeditor5-typing/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Event */ diff --git a/packages/ckeditor5-typing/tests/delete-integration.js b/packages/ckeditor5-typing/tests/delete-integration.js index 638a88e4b2f..d838a556234 100644 --- a/packages/ckeditor5-typing/tests/delete-integration.js +++ b/packages/ckeditor5-typing/tests/delete-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-typing/tests/delete.js b/packages/ckeditor5-typing/tests/delete.js index bcb23f31728..57888aef5e6 100644 --- a/packages/ckeditor5-typing/tests/delete.js +++ b/packages/ckeditor5-typing/tests/delete.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Delete from '../src/delete.js'; diff --git a/packages/ckeditor5-typing/tests/deletecommand.js b/packages/ckeditor5-typing/tests/deletecommand.js index 58028e4ddaa..ed861303ddd 100644 --- a/packages/ckeditor5-typing/tests/deletecommand.js +++ b/packages/ckeditor5-typing/tests/deletecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DeleteCommand from '../src/deletecommand.js'; diff --git a/packages/ckeditor5-typing/tests/deleteobserver.js b/packages/ckeditor5-typing/tests/deleteobserver.js index 998888b3949..98a7eda50ac 100644 --- a/packages/ckeditor5-typing/tests/deleteobserver.js +++ b/packages/ckeditor5-typing/tests/deleteobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-typing/tests/input-integration.js b/packages/ckeditor5-typing/tests/input-integration.js index f1ccb38d0d9..dd54d5ca62a 100644 --- a/packages/ckeditor5-typing/tests/input-integration.js +++ b/packages/ckeditor5-typing/tests/input-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-typing/tests/input.js b/packages/ckeditor5-typing/tests/input.js index 30d5c6beb27..8833febd23c 100644 --- a/packages/ckeditor5-typing/tests/input.js +++ b/packages/ckeditor5-typing/tests/input.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-typing/tests/inserttextcommand.js b/packages/ckeditor5-typing/tests/inserttextcommand.js index d81c0ebf351..1726017e3ee 100644 --- a/packages/ckeditor5-typing/tests/inserttextcommand.js +++ b/packages/ckeditor5-typing/tests/inserttextcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor.js'; diff --git a/packages/ckeditor5-typing/tests/inserttextobserver.js b/packages/ckeditor5-typing/tests/inserttextobserver.js index 0f8cfdf9881..717a0f8895a 100644 --- a/packages/ckeditor5-typing/tests/inserttextobserver.js +++ b/packages/ckeditor5-typing/tests/inserttextobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-typing/tests/manual/1301/1.js b/packages/ckeditor5-typing/tests/manual/1301/1.js index 5249e41fd4c..eace2bee4a0 100644 --- a/packages/ckeditor5-typing/tests/manual/1301/1.js +++ b/packages/ckeditor5-typing/tests/manual/1301/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, document */ diff --git a/packages/ckeditor5-typing/tests/manual/20/1.js b/packages/ckeditor5-typing/tests/manual/20/1.js index c540064208c..f91b87c4d32 100644 --- a/packages/ckeditor5-typing/tests/manual/20/1.js +++ b/packages/ckeditor5-typing/tests/manual/20/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/21/1.js b/packages/ckeditor5-typing/tests/manual/21/1.js index c540064208c..f91b87c4d32 100644 --- a/packages/ckeditor5-typing/tests/manual/21/1.js +++ b/packages/ckeditor5-typing/tests/manual/21/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/40/1.js b/packages/ckeditor5-typing/tests/manual/40/1.js index 7093051c67a..dbbfeffec83 100644 --- a/packages/ckeditor5-typing/tests/manual/40/1.js +++ b/packages/ckeditor5-typing/tests/manual/40/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-typing/tests/manual/52/1.js b/packages/ckeditor5-typing/tests/manual/52/1.js index 69bcd1cda79..e258daf9548 100644 --- a/packages/ckeditor5-typing/tests/manual/52/1.js +++ b/packages/ckeditor5-typing/tests/manual/52/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/59/1.js b/packages/ckeditor5-typing/tests/manual/59/1.js index 8f0d54f544a..440a6e7d820 100644 --- a/packages/ckeditor5-typing/tests/manual/59/1.js +++ b/packages/ckeditor5-typing/tests/manual/59/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-typing/tests/manual/82/1.js b/packages/ckeditor5-typing/tests/manual/82/1.js index ddd1dcc7446..71ed8caafbe 100644 --- a/packages/ckeditor5-typing/tests/manual/82/1.js +++ b/packages/ckeditor5-typing/tests/manual/82/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/86/1.js b/packages/ckeditor5-typing/tests/manual/86/1.js index 0c40b8132cc..55d35e8a730 100644 --- a/packages/ckeditor5-typing/tests/manual/86/1.js +++ b/packages/ckeditor5-typing/tests/manual/86/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/beforeinput-contenteditable.js b/packages/ckeditor5-typing/tests/manual/beforeinput-contenteditable.js index 52a19108b96..8cd11ecc812 100644 --- a/packages/ckeditor5-typing/tests/manual/beforeinput-contenteditable.js +++ b/packages/ckeditor5-typing/tests/manual/beforeinput-contenteditable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/beforeinput.js b/packages/ckeditor5-typing/tests/manual/beforeinput.js index 7f4bfa292d0..eaecf5e6254 100644 --- a/packages/ckeditor5-typing/tests/manual/beforeinput.js +++ b/packages/ckeditor5-typing/tests/manual/beforeinput.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, console, document, sessionStorage */ diff --git a/packages/ckeditor5-typing/tests/manual/delete.js b/packages/ckeditor5-typing/tests/manual/delete.js index 15b0e57df1a..6d53d9e0fa2 100644 --- a/packages/ckeditor5-typing/tests/manual/delete.js +++ b/packages/ckeditor5-typing/tests/manual/delete.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/input.js b/packages/ckeditor5-typing/tests/manual/input.js index 69bcd1cda79..e258daf9548 100644 --- a/packages/ckeditor5-typing/tests/manual/input.js +++ b/packages/ckeditor5-typing/tests/manual/input.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/nbsp.js b/packages/ckeditor5-typing/tests/manual/nbsp.js index 81971d93310..9e783ea58f5 100644 --- a/packages/ckeditor5-typing/tests/manual/nbsp.js +++ b/packages/ckeditor5-typing/tests/manual/nbsp.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-typing/tests/manual/rtl.js b/packages/ckeditor5-typing/tests/manual/rtl.js index a28cea28781..00e502b055a 100644 --- a/packages/ckeditor5-typing/tests/manual/rtl.js +++ b/packages/ckeditor5-typing/tests/manual/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/selection.js b/packages/ckeditor5-typing/tests/manual/selection.js index 41521052d97..2bc9e83f698 100644 --- a/packages/ckeditor5-typing/tests/manual/selection.js +++ b/packages/ckeditor5-typing/tests/manual/selection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document, window */ diff --git a/packages/ckeditor5-typing/tests/manual/spellchecking.js b/packages/ckeditor5-typing/tests/manual/spellchecking.js index d635b8a136c..287afb55b53 100644 --- a/packages/ckeditor5-typing/tests/manual/spellchecking.js +++ b/packages/ckeditor5-typing/tests/manual/spellchecking.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/manual/texttransformation.js b/packages/ckeditor5-typing/tests/manual/texttransformation.js index f19b8618979..d464be95022 100644 --- a/packages/ckeditor5-typing/tests/manual/texttransformation.js +++ b/packages/ckeditor5-typing/tests/manual/texttransformation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-typing/tests/manual/two-step-caret.js b/packages/ckeditor5-typing/tests/manual/two-step-caret.js index 176332d9658..f875627f0e9 100644 --- a/packages/ckeditor5-typing/tests/manual/two-step-caret.js +++ b/packages/ckeditor5-typing/tests/manual/two-step-caret.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, document */ diff --git a/packages/ckeditor5-typing/tests/manual/unicode.js b/packages/ckeditor5-typing/tests/manual/unicode.js index 727e56fabb4..f15e486b674 100644 --- a/packages/ckeditor5-typing/tests/manual/unicode.js +++ b/packages/ckeditor5-typing/tests/manual/unicode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-typing/tests/texttransformation-integration.js b/packages/ckeditor5-typing/tests/texttransformation-integration.js index 6a17988e344..ea1fe971b53 100644 --- a/packages/ckeditor5-typing/tests/texttransformation-integration.js +++ b/packages/ckeditor5-typing/tests/texttransformation-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-typing/tests/texttransformation.js b/packages/ckeditor5-typing/tests/texttransformation.js index 858185f64df..f7cb807bdb6 100644 --- a/packages/ckeditor5-typing/tests/texttransformation.js +++ b/packages/ckeditor5-typing/tests/texttransformation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-typing/tests/textwatcher.js b/packages/ckeditor5-typing/tests/textwatcher.js index 828d4ef58fd..a2eeb879351 100644 --- a/packages/ckeditor5-typing/tests/textwatcher.js +++ b/packages/ckeditor5-typing/tests/textwatcher.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-typing/tests/tickets/11904.js b/packages/ckeditor5-typing/tests/tickets/11904.js index 01bc3898043..22c832f385c 100644 --- a/packages/ckeditor5-typing/tests/tickets/11904.js +++ b/packages/ckeditor5-typing/tests/tickets/11904.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-typing/tests/tickets/59.js b/packages/ckeditor5-typing/tests/tickets/59.js index a9aeb5dd6a1..cffdce4320c 100644 --- a/packages/ckeditor5-typing/tests/tickets/59.js +++ b/packages/ckeditor5-typing/tests/tickets/59.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-typing/tests/twostepcaretmovement.js b/packages/ckeditor5-typing/tests/twostepcaretmovement.js index 12e0452a538..8f31c201a6c 100644 --- a/packages/ckeditor5-typing/tests/twostepcaretmovement.js +++ b/packages/ckeditor5-typing/tests/twostepcaretmovement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ @@ -975,6 +975,27 @@ describe( 'TwoStepCaretMovement', () => { expect( getModelData( model ) ).to.equal( '<$text bold="true">foo[]' ); } ); + + // https://github.com/ckeditor/ckeditor5/issues/17171 + it( 'should handle use touchstart event to determine behavior if mousedown is fired after selectionchange on iOS', () => { + setModelData( model, '<$text a="1">foo[]' ); + + editor.editing.view.document.fire( 'touchstart' ); + editor.editing.view.document.fire( 'selectionChange', { + newSelection: view.document.selection + } ); + + // on safari the mousedown event is called after selectionchange, so we can simulate it here + editor.editing.view.document.fire( 'mousedown' ); + + expect( getModelData( model ) ).to.equal( '<$text a="1">foo[]' ); + + model.change( writer => { + model.insertContent( writer.createText( 'bar', selection.getAttributes() ), selection.getFirstPosition() ); + } ); + + expect( getModelData( model ) ).to.equal( '<$text a="1">foobar[]' ); + } ); } ); // https://github.com/ckeditor/ckeditor5/issues/6053 diff --git a/packages/ckeditor5-typing/tests/typing.js b/packages/ckeditor5-typing/tests/typing.js index ed21836cad7..f9d25b481bd 100644 --- a/packages/ckeditor5-typing/tests/typing.js +++ b/packages/ckeditor5-typing/tests/typing.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Typing from '../src/typing.js'; diff --git a/packages/ckeditor5-typing/tests/utils/changebuffer.js b/packages/ckeditor5-typing/tests/utils/changebuffer.js index 3bbacbc65db..f11a4847fc3 100644 --- a/packages/ckeditor5-typing/tests/utils/changebuffer.js +++ b/packages/ckeditor5-typing/tests/utils/changebuffer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ChangeBuffer from '../../src/utils/changebuffer.js'; diff --git a/packages/ckeditor5-typing/tests/utils/findattributerange.js b/packages/ckeditor5-typing/tests/utils/findattributerange.js index d31b5f534f7..0359b2735e6 100644 --- a/packages/ckeditor5-typing/tests/utils/findattributerange.js +++ b/packages/ckeditor5-typing/tests/utils/findattributerange.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import findAttributeRange, { findAttributeRangeBound } from '../../src/utils/findattributerange.js'; diff --git a/packages/ckeditor5-typing/tests/utils/getlasttextline.js b/packages/ckeditor5-typing/tests/utils/getlasttextline.js index 4924f28f75f..332ccef1c29 100644 --- a/packages/ckeditor5-typing/tests/utils/getlasttextline.js +++ b/packages/ckeditor5-typing/tests/utils/getlasttextline.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '@ckeditor/ckeditor5-engine/src/model/model.js'; diff --git a/packages/ckeditor5-typing/tests/utils/inlinehighlight.js b/packages/ckeditor5-typing/tests/utils/inlinehighlight.js index 12304f5ad4a..1d533f02f95 100644 --- a/packages/ckeditor5-typing/tests/utils/inlinehighlight.js +++ b/packages/ckeditor5-typing/tests/utils/inlinehighlight.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import inlineHighlight from '../../src/utils/inlinehighlight.js'; diff --git a/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js b/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js index 8868fa37336..b37ca82d8b0 100644 --- a/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js +++ b/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals $, window, console:false */ diff --git a/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js b/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js index 7a4c95c8ba7..0d7b90481a9 100644 --- a/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js +++ b/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* config { "dependencies": [ "examples/bootstrap-ui-inner" ] } */ diff --git a/packages/ckeditor5-ui/src/arialiveannouncer.ts b/packages/ckeditor5-ui/src/arialiveannouncer.ts index 5c5f1eaca4e..94225c027fb 100644 --- a/packages/ckeditor5-ui/src/arialiveannouncer.ts +++ b/packages/ckeditor5-ui/src/arialiveannouncer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/augmentation.ts b/packages/ckeditor5-ui/src/augmentation.ts index fc414d295b0..3643fb944f6 100644 --- a/packages/ckeditor5-ui/src/augmentation.ts +++ b/packages/ckeditor5-ui/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-ui/src/autocomplete/autocompleteview.ts b/packages/ckeditor5-ui/src/autocomplete/autocompleteview.ts index a1c3300bec3..10033585d5d 100644 --- a/packages/ckeditor5-ui/src/autocomplete/autocompleteview.ts +++ b/packages/ckeditor5-ui/src/autocomplete/autocompleteview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/badge/badge.ts b/packages/ckeditor5-ui/src/badge/badge.ts index fe64bba2b86..67743083415 100644 --- a/packages/ckeditor5-ui/src/badge/badge.ts +++ b/packages/ckeditor5-ui/src/badge/badge.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.ts b/packages/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.ts index 3148c1077ef..3899de0583d 100644 --- a/packages/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.ts +++ b/packages/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/clickoutsidehandler.ts b/packages/ckeditor5-ui/src/bindings/clickoutsidehandler.ts index 64cd33d4420..1a44f8e8310 100644 --- a/packages/ckeditor5-ui/src/bindings/clickoutsidehandler.ts +++ b/packages/ckeditor5-ui/src/bindings/clickoutsidehandler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/csstransitiondisablermixin.ts b/packages/ckeditor5-ui/src/bindings/csstransitiondisablermixin.ts index 53b062df1c4..d48304ab441 100644 --- a/packages/ckeditor5-ui/src/bindings/csstransitiondisablermixin.ts +++ b/packages/ckeditor5-ui/src/bindings/csstransitiondisablermixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/draggableviewmixin.ts b/packages/ckeditor5-ui/src/bindings/draggableviewmixin.ts index d709a2a2abd..7201ad792a4 100644 --- a/packages/ckeditor5-ui/src/bindings/draggableviewmixin.ts +++ b/packages/ckeditor5-ui/src/bindings/draggableviewmixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.ts b/packages/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.ts index 0f182524024..f2ec4ace616 100644 --- a/packages/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.ts +++ b/packages/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/preventdefault.ts b/packages/ckeditor5-ui/src/bindings/preventdefault.ts index 8d885ca5bfa..b5b704a51a3 100644 --- a/packages/ckeditor5-ui/src/bindings/preventdefault.ts +++ b/packages/ckeditor5-ui/src/bindings/preventdefault.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/bindings/submithandler.ts b/packages/ckeditor5-ui/src/bindings/submithandler.ts index 7efadda75c6..830a2d59265 100644 --- a/packages/ckeditor5-ui/src/bindings/submithandler.ts +++ b/packages/ckeditor5-ui/src/bindings/submithandler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/button.ts b/packages/ckeditor5-ui/src/button/button.ts index d26370ea9e3..788873cb24d 100644 --- a/packages/ckeditor5-ui/src/button/button.ts +++ b/packages/ckeditor5-ui/src/button/button.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/buttonlabel.ts b/packages/ckeditor5-ui/src/button/buttonlabel.ts index 176979eb1d6..f0ab47ad4ba 100644 --- a/packages/ckeditor5-ui/src/button/buttonlabel.ts +++ b/packages/ckeditor5-ui/src/button/buttonlabel.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/buttonlabelview.ts b/packages/ckeditor5-ui/src/button/buttonlabelview.ts index 7f182853290..859244a8acc 100644 --- a/packages/ckeditor5-ui/src/button/buttonlabelview.ts +++ b/packages/ckeditor5-ui/src/button/buttonlabelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/buttonview.ts b/packages/ckeditor5-ui/src/button/buttonview.ts index d46839f775a..da4af418ee6 100644 --- a/packages/ckeditor5-ui/src/button/buttonview.ts +++ b/packages/ckeditor5-ui/src/button/buttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/filedialogbuttonview.ts b/packages/ckeditor5-ui/src/button/filedialogbuttonview.ts index b2e92b5a256..5b0042b390f 100644 --- a/packages/ckeditor5-ui/src/button/filedialogbuttonview.ts +++ b/packages/ckeditor5-ui/src/button/filedialogbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/listitembuttonview.ts b/packages/ckeditor5-ui/src/button/listitembuttonview.ts index 56a3c9d71f1..e47c815caa5 100644 --- a/packages/ckeditor5-ui/src/button/listitembuttonview.ts +++ b/packages/ckeditor5-ui/src/button/listitembuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/button/switchbuttonview.ts b/packages/ckeditor5-ui/src/button/switchbuttonview.ts index d741cffd25f..3b2bb046d75 100644 --- a/packages/ckeditor5-ui/src/button/switchbuttonview.ts +++ b/packages/ckeditor5-ui/src/button/switchbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/collapsible/collapsibleview.ts b/packages/ckeditor5-ui/src/collapsible/collapsibleview.ts index 4704da7205e..98cc6323a4a 100644 --- a/packages/ckeditor5-ui/src/collapsible/collapsibleview.ts +++ b/packages/ckeditor5-ui/src/collapsible/collapsibleview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorgrid/colorgridview.ts b/packages/ckeditor5-ui/src/colorgrid/colorgridview.ts index 4cde8ddcc2e..b771f050b51 100644 --- a/packages/ckeditor5-ui/src/colorgrid/colorgridview.ts +++ b/packages/ckeditor5-ui/src/colorgrid/colorgridview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorgrid/colortileview.ts b/packages/ckeditor5-ui/src/colorgrid/colortileview.ts index 91208234595..d3f87410523 100644 --- a/packages/ckeditor5-ui/src/colorgrid/colortileview.ts +++ b/packages/ckeditor5-ui/src/colorgrid/colortileview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorgrid/utils.ts b/packages/ckeditor5-ui/src/colorgrid/utils.ts index a032c8ff4f8..d6bcd881fc0 100644 --- a/packages/ckeditor5-ui/src/colorgrid/utils.ts +++ b/packages/ckeditor5-ui/src/colorgrid/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorpicker/colorpickerview.ts b/packages/ckeditor5-ui/src/colorpicker/colorpickerview.ts index 9dfa07226c6..6a6f6c91673 100644 --- a/packages/ckeditor5-ui/src/colorpicker/colorpickerview.ts +++ b/packages/ckeditor5-ui/src/colorpicker/colorpickerview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorpicker/utils.ts b/packages/ckeditor5-ui/src/colorpicker/utils.ts index 17fc13cf638..545f46f1e7a 100644 --- a/packages/ckeditor5-ui/src/colorpicker/utils.ts +++ b/packages/ckeditor5-ui/src/colorpicker/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorselector/colorgridsfragmentview.ts b/packages/ckeditor5-ui/src/colorselector/colorgridsfragmentview.ts index 847b029788b..514935f684a 100644 --- a/packages/ckeditor5-ui/src/colorselector/colorgridsfragmentview.ts +++ b/packages/ckeditor5-ui/src/colorselector/colorgridsfragmentview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorselector/colorpickerfragmentview.ts b/packages/ckeditor5-ui/src/colorselector/colorpickerfragmentview.ts index 99afffb940a..d6a7d1ddf79 100644 --- a/packages/ckeditor5-ui/src/colorselector/colorpickerfragmentview.ts +++ b/packages/ckeditor5-ui/src/colorselector/colorpickerfragmentview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorselector/colorselectorview.ts b/packages/ckeditor5-ui/src/colorselector/colorselectorview.ts index fecfee2c98b..6ec69693722 100644 --- a/packages/ckeditor5-ui/src/colorselector/colorselectorview.ts +++ b/packages/ckeditor5-ui/src/colorselector/colorselectorview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/colorselector/documentcolorcollection.ts b/packages/ckeditor5-ui/src/colorselector/documentcolorcollection.ts index 578581eebfe..2f91ff8bb60 100644 --- a/packages/ckeditor5-ui/src/colorselector/documentcolorcollection.ts +++ b/packages/ckeditor5-ui/src/colorselector/documentcolorcollection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/componentfactory.ts b/packages/ckeditor5-ui/src/componentfactory.ts index 5438cc16d29..fe8a9c8fe9e 100644 --- a/packages/ckeditor5-ui/src/componentfactory.ts +++ b/packages/ckeditor5-ui/src/componentfactory.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dialog/dialog.ts b/packages/ckeditor5-ui/src/dialog/dialog.ts index b054d2655b3..27a00149f17 100644 --- a/packages/ckeditor5-ui/src/dialog/dialog.ts +++ b/packages/ckeditor5-ui/src/dialog/dialog.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dialog/dialogactionsview.ts b/packages/ckeditor5-ui/src/dialog/dialogactionsview.ts index 7c30d7af39c..cbe1e149e58 100644 --- a/packages/ckeditor5-ui/src/dialog/dialogactionsview.ts +++ b/packages/ckeditor5-ui/src/dialog/dialogactionsview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dialog/dialogcontentview.ts b/packages/ckeditor5-ui/src/dialog/dialogcontentview.ts index 8939169c865..200c49f2021 100644 --- a/packages/ckeditor5-ui/src/dialog/dialogcontentview.ts +++ b/packages/ckeditor5-ui/src/dialog/dialogcontentview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dialog/dialogview.ts b/packages/ckeditor5-ui/src/dialog/dialogview.ts index 25c855220f6..285ce633611 100644 --- a/packages/ckeditor5-ui/src/dialog/dialogview.ts +++ b/packages/ckeditor5-ui/src/dialog/dialogview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/button/dropdownbutton.ts b/packages/ckeditor5-ui/src/dropdown/button/dropdownbutton.ts index a0485013ba8..3184ad50a56 100644 --- a/packages/ckeditor5-ui/src/dropdown/button/dropdownbutton.ts +++ b/packages/ckeditor5-ui/src/dropdown/button/dropdownbutton.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.ts b/packages/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.ts index aaa05af144c..bb316708240 100644 --- a/packages/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.ts +++ b/packages/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/button/splitbuttonview.ts b/packages/ckeditor5-ui/src/dropdown/button/splitbuttonview.ts index 56163044ad7..8d490c78316 100644 --- a/packages/ckeditor5-ui/src/dropdown/button/splitbuttonview.ts +++ b/packages/ckeditor5-ui/src/dropdown/button/splitbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.ts b/packages/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.ts index 0dd0a60daa5..0480ce95deb 100644 --- a/packages/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.ts +++ b/packages/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/dropdownpanelview.ts b/packages/ckeditor5-ui/src/dropdown/dropdownpanelview.ts index 28384ffac66..6a5ddf6bcb3 100644 --- a/packages/ckeditor5-ui/src/dropdown/dropdownpanelview.ts +++ b/packages/ckeditor5-ui/src/dropdown/dropdownpanelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/dropdownview.ts b/packages/ckeditor5-ui/src/dropdown/dropdownview.ts index 13854fe9451..c918d464897 100644 --- a/packages/ckeditor5-ui/src/dropdown/dropdownview.ts +++ b/packages/ckeditor5-ui/src/dropdown/dropdownview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubehaviors.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubehaviors.ts index 49019bcda8a..45b74c8987f 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubehaviors.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubehaviors.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubuttonview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubuttonview.ts index 40cee059d45..088f457c4e5 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubuttonview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenubuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitembuttonview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitembuttonview.ts index b6e7c1e7ff1..1907066c00c 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitembuttonview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitembuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitemview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitemview.ts index 7791f7e799e..400167c977e 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitemview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistitemview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistview.ts index 154efca9ab6..1f8dab7fa9d 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenulistview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenupanelview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenupanelview.ts index bdbc4a673dc..310e9eedc01 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenupanelview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenupanelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenuview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenuview.ts index e5ee1af6e20..321308f9fa7 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenuview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenunestedmenuview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenurootlistview.ts b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenurootlistview.ts index 7ad075a955c..5f3aa79af5f 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenurootlistview.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/dropdownmenurootlistview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/menu/utils.ts b/packages/ckeditor5-ui/src/dropdown/menu/utils.ts index dac2c87bff5..84383da5083 100644 --- a/packages/ckeditor5-ui/src/dropdown/menu/utils.ts +++ b/packages/ckeditor5-ui/src/dropdown/menu/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/dropdown/utils.ts b/packages/ckeditor5-ui/src/dropdown/utils.ts index 006f2da9f76..5fb718e0e35 100644 --- a/packages/ckeditor5-ui/src/dropdown/utils.ts +++ b/packages/ckeditor5-ui/src/dropdown/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editableui/editableuiview.ts b/packages/ckeditor5-ui/src/editableui/editableuiview.ts index 28530db57e0..51dde843606 100644 --- a/packages/ckeditor5-ui/src/editableui/editableuiview.ts +++ b/packages/ckeditor5-ui/src/editableui/editableuiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.ts b/packages/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.ts index 7a50223fe57..3ffafbad77e 100644 --- a/packages/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.ts +++ b/packages/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.ts b/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.ts index 8eee671a10f..928dddccbf3 100644 --- a/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.ts +++ b/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.ts b/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.ts index d809fe186db..d37335ede0b 100644 --- a/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.ts +++ b/packages/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/bodycollection.ts b/packages/ckeditor5-ui/src/editorui/bodycollection.ts index 070a776bbb6..a31629f6702 100644 --- a/packages/ckeditor5-ui/src/editorui/bodycollection.ts +++ b/packages/ckeditor5-ui/src/editorui/bodycollection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.ts b/packages/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.ts index 07354e6b387..c1f987d95d3 100644 --- a/packages/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.ts +++ b/packages/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/editorui.ts b/packages/ckeditor5-ui/src/editorui/editorui.ts index 08c2d8ebffc..107e5b01749 100644 --- a/packages/ckeditor5-ui/src/editorui/editorui.ts +++ b/packages/ckeditor5-ui/src/editorui/editorui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/editoruiview.ts b/packages/ckeditor5-ui/src/editorui/editoruiview.ts index 21c84e5d0ee..60cbe9b16bf 100644 --- a/packages/ckeditor5-ui/src/editorui/editoruiview.ts +++ b/packages/ckeditor5-ui/src/editorui/editoruiview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/evaluationbadge.ts b/packages/ckeditor5-ui/src/editorui/evaluationbadge.ts index 182c2ac6c48..f4e6cf2665a 100644 --- a/packages/ckeditor5-ui/src/editorui/evaluationbadge.ts +++ b/packages/ckeditor5-ui/src/editorui/evaluationbadge.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/editorui/poweredby.ts b/packages/ckeditor5-ui/src/editorui/poweredby.ts index 29de16c71cf..189434f4546 100644 --- a/packages/ckeditor5-ui/src/editorui/poweredby.ts +++ b/packages/ckeditor5-ui/src/editorui/poweredby.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/focuscycler.ts b/packages/ckeditor5-ui/src/focuscycler.ts index 4d407dd590f..323bb2c1e6f 100644 --- a/packages/ckeditor5-ui/src/focuscycler.ts +++ b/packages/ckeditor5-ui/src/focuscycler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/formheader/formheaderview.ts b/packages/ckeditor5-ui/src/formheader/formheaderview.ts index f65b04c4bb4..344522f4eb4 100644 --- a/packages/ckeditor5-ui/src/formheader/formheaderview.ts +++ b/packages/ckeditor5-ui/src/formheader/formheaderview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/highlightedtext/buttonlabelwithhighlightview.ts b/packages/ckeditor5-ui/src/highlightedtext/buttonlabelwithhighlightview.ts index 976b42ada0f..30674bddf5f 100644 --- a/packages/ckeditor5-ui/src/highlightedtext/buttonlabelwithhighlightview.ts +++ b/packages/ckeditor5-ui/src/highlightedtext/buttonlabelwithhighlightview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/highlightedtext/highlightedtextview.ts b/packages/ckeditor5-ui/src/highlightedtext/highlightedtextview.ts index 10baef9337a..566e47aa901 100644 --- a/packages/ckeditor5-ui/src/highlightedtext/highlightedtextview.ts +++ b/packages/ckeditor5-ui/src/highlightedtext/highlightedtextview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/highlightedtext/labelwithhighlightview.ts b/packages/ckeditor5-ui/src/highlightedtext/labelwithhighlightview.ts index 4bcb3afad79..2ba941457e4 100644 --- a/packages/ckeditor5-ui/src/highlightedtext/labelwithhighlightview.ts +++ b/packages/ckeditor5-ui/src/highlightedtext/labelwithhighlightview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/icon/iconview.ts b/packages/ckeditor5-ui/src/icon/iconview.ts index 789435296b6..2c12d43806e 100644 --- a/packages/ckeditor5-ui/src/icon/iconview.ts +++ b/packages/ckeditor5-ui/src/icon/iconview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global DOMParser */ @@ -123,7 +123,8 @@ export default class IconView extends View { // (https://github.com/ckeditor/ckeditor5/issues/12599). bind.if( 'isColorInherited', 'ck-icon_inherit-color' ) ], - viewBox: bind.to( 'viewBox' ) + viewBox: bind.to( 'viewBox' ), + 'aria-hidden': true } } ); } diff --git a/packages/ckeditor5-ui/src/iframe/iframeview.ts b/packages/ckeditor5-ui/src/iframe/iframeview.ts index e42a0b15fe7..c6e948b56de 100644 --- a/packages/ckeditor5-ui/src/iframe/iframeview.ts +++ b/packages/ckeditor5-ui/src/iframe/iframeview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/index.ts b/packages/ckeditor5-ui/src/index.ts index a9b52f7e993..63ed8be58fa 100644 --- a/packages/ckeditor5-ui/src/index.ts +++ b/packages/ckeditor5-ui/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/input/inputbase.ts b/packages/ckeditor5-ui/src/input/inputbase.ts index e3968f433d0..2e06f9e6a64 100644 --- a/packages/ckeditor5-ui/src/input/inputbase.ts +++ b/packages/ckeditor5-ui/src/input/inputbase.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/input/inputview.ts b/packages/ckeditor5-ui/src/input/inputview.ts index af88081ebe8..b5a003ce89e 100644 --- a/packages/ckeditor5-ui/src/input/inputview.ts +++ b/packages/ckeditor5-ui/src/input/inputview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/inputnumber/inputnumberview.ts b/packages/ckeditor5-ui/src/inputnumber/inputnumberview.ts index cc9b81796d1..7d24d73e7f1 100644 --- a/packages/ckeditor5-ui/src/inputnumber/inputnumberview.ts +++ b/packages/ckeditor5-ui/src/inputnumber/inputnumberview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/inputtext/inputtextview.ts b/packages/ckeditor5-ui/src/inputtext/inputtextview.ts index a1a14bd838b..f3fec5a983a 100644 --- a/packages/ckeditor5-ui/src/inputtext/inputtextview.ts +++ b/packages/ckeditor5-ui/src/inputtext/inputtextview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/label/labelview.ts b/packages/ckeditor5-ui/src/label/labelview.ts index 2f2fa2e47e5..6ae86819ab4 100644 --- a/packages/ckeditor5-ui/src/label/labelview.ts +++ b/packages/ckeditor5-ui/src/label/labelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/labeledfield/labeledfieldview.ts b/packages/ckeditor5-ui/src/labeledfield/labeledfieldview.ts index 7d705c5c950..f43b7cf9862 100644 --- a/packages/ckeditor5-ui/src/labeledfield/labeledfieldview.ts +++ b/packages/ckeditor5-ui/src/labeledfield/labeledfieldview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/labeledfield/utils.ts b/packages/ckeditor5-ui/src/labeledfield/utils.ts index f88dc9e88ef..12ca53631e3 100644 --- a/packages/ckeditor5-ui/src/labeledfield/utils.ts +++ b/packages/ckeditor5-ui/src/labeledfield/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/labeledinput/labeledinputview.ts b/packages/ckeditor5-ui/src/labeledinput/labeledinputview.ts index 53f5dcb8ddd..ba871266f9f 100644 --- a/packages/ckeditor5-ui/src/labeledinput/labeledinputview.ts +++ b/packages/ckeditor5-ui/src/labeledinput/labeledinputview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/list/listitemgroupview.ts b/packages/ckeditor5-ui/src/list/listitemgroupview.ts index 71ecc8152f7..2cd482943b1 100644 --- a/packages/ckeditor5-ui/src/list/listitemgroupview.ts +++ b/packages/ckeditor5-ui/src/list/listitemgroupview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/list/listitemview.ts b/packages/ckeditor5-ui/src/list/listitemview.ts index 3fa14dc2488..aa55a27a258 100644 --- a/packages/ckeditor5-ui/src/list/listitemview.ts +++ b/packages/ckeditor5-ui/src/list/listitemview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/list/listseparatorview.ts b/packages/ckeditor5-ui/src/list/listseparatorview.ts index a64d3a5a9ed..c063da15308 100644 --- a/packages/ckeditor5-ui/src/list/listseparatorview.ts +++ b/packages/ckeditor5-ui/src/list/listseparatorview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/list/listview.ts b/packages/ckeditor5-ui/src/list/listview.ts index f6a0766fe67..2be62e3677c 100644 --- a/packages/ckeditor5-ui/src/list/listview.ts +++ b/packages/ckeditor5-ui/src/list/listview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenubuttonview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenubuttonview.ts index c3ff03b55d2..71b2984277e 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenubuttonview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenubuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.ts index a2b2c061963..0e4f492b022 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.ts index 6613ddd29a1..014287be94f 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenulistitemview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenulistitemview.ts index 3ae7e0ca152..c75773f555d 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenulistitemview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenulistitemview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenulistview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenulistview.ts index c658f0d1f2f..cc8b64caf94 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenulistview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenulistview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenupanelview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenupanelview.ts index d69189b0b6e..910d6998808 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenupanelview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenupanelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarmenuview.ts b/packages/ckeditor5-ui/src/menubar/menubarmenuview.ts index 1a28ad8c5df..4b4567cc249 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarmenuview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarmenuview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/menubarview.ts b/packages/ckeditor5-ui/src/menubar/menubarview.ts index 1d43cce432e..ca921827a20 100644 --- a/packages/ckeditor5-ui/src/menubar/menubarview.ts +++ b/packages/ckeditor5-ui/src/menubar/menubarview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/menubar/utils.ts b/packages/ckeditor5-ui/src/menubar/utils.ts index 3d7a6884631..cbb208933c9 100644 --- a/packages/ckeditor5-ui/src/menubar/utils.ts +++ b/packages/ckeditor5-ui/src/menubar/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/model.ts b/packages/ckeditor5-ui/src/model.ts index c1c2ab770db..255c12f36dc 100644 --- a/packages/ckeditor5-ui/src/model.ts +++ b/packages/ckeditor5-ui/src/model.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/notification/notification.ts b/packages/ckeditor5-ui/src/notification/notification.ts index ec637d31e7d..ee36a8a110f 100644 --- a/packages/ckeditor5-ui/src/notification/notification.ts +++ b/packages/ckeditor5-ui/src/notification/notification.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/panel/balloon/balloonpanelview.ts b/packages/ckeditor5-ui/src/panel/balloon/balloonpanelview.ts index 3fda8cbbcc8..ca75f909ac6 100644 --- a/packages/ckeditor5-ui/src/panel/balloon/balloonpanelview.ts +++ b/packages/ckeditor5-ui/src/panel/balloon/balloonpanelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/panel/balloon/contextualballoon.ts b/packages/ckeditor5-ui/src/panel/balloon/contextualballoon.ts index 5a89ad2639d..a28b73ff9d2 100644 --- a/packages/ckeditor5-ui/src/panel/balloon/contextualballoon.ts +++ b/packages/ckeditor5-ui/src/panel/balloon/contextualballoon.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/panel/sticky/stickypanelview.ts b/packages/ckeditor5-ui/src/panel/sticky/stickypanelview.ts index 15222033626..cb25e6514e2 100644 --- a/packages/ckeditor5-ui/src/panel/sticky/stickypanelview.ts +++ b/packages/ckeditor5-ui/src/panel/sticky/stickypanelview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/search/filteredview.ts b/packages/ckeditor5-ui/src/search/filteredview.ts index a9c4e4bb63e..968c83fd4ac 100644 --- a/packages/ckeditor5-ui/src/search/filteredview.ts +++ b/packages/ckeditor5-ui/src/search/filteredview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { FocusableView } from '../focuscycler.js'; diff --git a/packages/ckeditor5-ui/src/search/filtergroupanditemnames.ts b/packages/ckeditor5-ui/src/search/filtergroupanditemnames.ts index c6cdd8bc0ed..77b9428f257 100644 --- a/packages/ckeditor5-ui/src/search/filtergroupanditemnames.ts +++ b/packages/ckeditor5-ui/src/search/filtergroupanditemnames.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/search/searchinfoview.ts b/packages/ckeditor5-ui/src/search/searchinfoview.ts index 45c2354debe..44bb68c7884 100644 --- a/packages/ckeditor5-ui/src/search/searchinfoview.ts +++ b/packages/ckeditor5-ui/src/search/searchinfoview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/search/searchresultsview.ts b/packages/ckeditor5-ui/src/search/searchresultsview.ts index e3987601a2a..166ccfe9ea5 100644 --- a/packages/ckeditor5-ui/src/search/searchresultsview.ts +++ b/packages/ckeditor5-ui/src/search/searchresultsview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/search/text/searchtextqueryview.ts b/packages/ckeditor5-ui/src/search/text/searchtextqueryview.ts index 1f82a5e86b2..03d1bd0a6c5 100644 --- a/packages/ckeditor5-ui/src/search/text/searchtextqueryview.ts +++ b/packages/ckeditor5-ui/src/search/text/searchtextqueryview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/search/text/searchtextview.ts b/packages/ckeditor5-ui/src/search/text/searchtextview.ts index 22b212674fc..20aec426db9 100644 --- a/packages/ckeditor5-ui/src/search/text/searchtextview.ts +++ b/packages/ckeditor5-ui/src/search/text/searchtextview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/spinner/spinnerview.ts b/packages/ckeditor5-ui/src/spinner/spinnerview.ts index 07c6d63bedb..6c814c88df7 100644 --- a/packages/ckeditor5-ui/src/spinner/spinnerview.ts +++ b/packages/ckeditor5-ui/src/spinner/spinnerview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/template.ts b/packages/ckeditor5-ui/src/template.ts index 04f58aa399e..6852acfa969 100644 --- a/packages/ckeditor5-ui/src/template.ts +++ b/packages/ckeditor5-ui/src/template.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/textarea/textareaview.ts b/packages/ckeditor5-ui/src/textarea/textareaview.ts index 231e42f7d6f..9861f941033 100644 --- a/packages/ckeditor5-ui/src/textarea/textareaview.ts +++ b/packages/ckeditor5-ui/src/textarea/textareaview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.ts b/packages/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.ts index e9f6c60984f..9a2c538937e 100644 --- a/packages/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.ts +++ b/packages/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/toolbar/block/blockbuttonview.ts b/packages/ckeditor5-ui/src/toolbar/block/blockbuttonview.ts index bef950c336b..71d81dc6276 100644 --- a/packages/ckeditor5-ui/src/toolbar/block/blockbuttonview.ts +++ b/packages/ckeditor5-ui/src/toolbar/block/blockbuttonview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.ts b/packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.ts index 75a6b98c86f..c8cfe0e1b66 100644 --- a/packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.ts +++ b/packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.ts b/packages/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.ts index 37352e9ce20..260105790c7 100644 --- a/packages/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.ts +++ b/packages/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { ToolbarConfig, ToolbarConfigItem } from '@ckeditor/ckeditor5-core'; diff --git a/packages/ckeditor5-ui/src/toolbar/toolbarlinebreakview.ts b/packages/ckeditor5-ui/src/toolbar/toolbarlinebreakview.ts index cfe990bc411..27c6b5d3b4b 100644 --- a/packages/ckeditor5-ui/src/toolbar/toolbarlinebreakview.ts +++ b/packages/ckeditor5-ui/src/toolbar/toolbarlinebreakview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/toolbar/toolbarseparatorview.ts b/packages/ckeditor5-ui/src/toolbar/toolbarseparatorview.ts index 6ad2fbb113d..3fb16bd032c 100644 --- a/packages/ckeditor5-ui/src/toolbar/toolbarseparatorview.ts +++ b/packages/ckeditor5-ui/src/toolbar/toolbarseparatorview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/toolbar/toolbarview.ts b/packages/ckeditor5-ui/src/toolbar/toolbarview.ts index e07e2ac9a63..5b125f97421 100644 --- a/packages/ckeditor5-ui/src/toolbar/toolbarview.ts +++ b/packages/ckeditor5-ui/src/toolbar/toolbarview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/tooltipmanager.ts b/packages/ckeditor5-ui/src/tooltipmanager.ts index 21834edeb4a..0aaced46924 100644 --- a/packages/ckeditor5-ui/src/tooltipmanager.ts +++ b/packages/ckeditor5-ui/src/tooltipmanager.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/src/view.ts b/packages/ckeditor5-ui/src/view.ts index 1dca803b171..ee5c16fa323 100644 --- a/packages/ckeditor5-ui/src/view.ts +++ b/packages/ckeditor5-ui/src/view.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable @typescript-eslint/no-invalid-void-type */ diff --git a/packages/ckeditor5-ui/src/viewcollection.ts b/packages/ckeditor5-ui/src/viewcollection.ts index 1001680f92c..e09e11c1d97 100644 --- a/packages/ckeditor5-ui/src/viewcollection.ts +++ b/packages/ckeditor5-ui/src/viewcollection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/tests/_utils-tests/testfocuscycling.ts b/packages/ckeditor5-ui/tests/_utils-tests/testfocuscycling.ts index b7a7b03291a..cb60f955c2f 100644 --- a/packages/ckeditor5-ui/tests/_utils-tests/testfocuscycling.ts +++ b/packages/ckeditor5-ui/tests/_utils-tests/testfocuscycling.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, KeyboardEvent */ diff --git a/packages/ckeditor5-ui/tests/_utils-tests/utils.js b/packages/ckeditor5-ui/tests/_utils-tests/utils.js index 10809671767..28275906052 100644 --- a/packages/ckeditor5-ui/tests/_utils-tests/utils.js +++ b/packages/ckeditor5-ui/tests/_utils-tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-ui/tests/_utils/utils.js b/packages/ckeditor5-ui/tests/_utils/utils.js index a9fc00ecb96..d967073107c 100644 --- a/packages/ckeditor5-ui/tests/_utils/utils.js +++ b/packages/ckeditor5-ui/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-ui/tests/autocomplete/autocompleteview.js b/packages/ckeditor5-ui/tests/autocomplete/autocompleteview.js index a32fdecb934..c4883f8c93f 100644 --- a/packages/ckeditor5-ui/tests/autocomplete/autocompleteview.js +++ b/packages/ckeditor5-ui/tests/autocomplete/autocompleteview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-ui/tests/badge/badge.js b/packages/ckeditor5-ui/tests/badge/badge.js index a5a82891a3c..4221a481511 100644 --- a/packages/ckeditor5-ui/tests/badge/badge.js +++ b/packages/ckeditor5-ui/tests/badge/badge.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, HTMLElement */ diff --git a/packages/ckeditor5-ui/tests/bindings/addkeyboardhandlingforgrid.js b/packages/ckeditor5-ui/tests/bindings/addkeyboardhandlingforgrid.js index a9a3676171e..7fb26c023e9 100644 --- a/packages/ckeditor5-ui/tests/bindings/addkeyboardhandlingforgrid.js +++ b/packages/ckeditor5-ui/tests/bindings/addkeyboardhandlingforgrid.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import addKeyboardHandlingForGrid from '../../src/bindings/addkeyboardhandlingforgrid.js'; diff --git a/packages/ckeditor5-ui/tests/bindings/clickoutsidehandler.js b/packages/ckeditor5-ui/tests/bindings/clickoutsidehandler.js index 49f0cdc1261..4ea66b7cf75 100644 --- a/packages/ckeditor5-ui/tests/bindings/clickoutsidehandler.js +++ b/packages/ckeditor5-ui/tests/bindings/clickoutsidehandler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-ui/tests/bindings/csstransitiondisablermixin.js b/packages/ckeditor5-ui/tests/bindings/csstransitiondisablermixin.js index c852f9f2f1f..74e3341a644 100644 --- a/packages/ckeditor5-ui/tests/bindings/csstransitiondisablermixin.js +++ b/packages/ckeditor5-ui/tests/bindings/csstransitiondisablermixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CssTransitionDisablerMixin from '../../src/bindings/csstransitiondisablermixin.js'; diff --git a/packages/ckeditor5-ui/tests/bindings/draggableviewmixin.js b/packages/ckeditor5-ui/tests/bindings/draggableviewmixin.js index b2d8364268f..4c658402df4 100644 --- a/packages/ckeditor5-ui/tests/bindings/draggableviewmixin.js +++ b/packages/ckeditor5-ui/tests/bindings/draggableviewmixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { View } from '../../src/index.js'; diff --git a/packages/ckeditor5-ui/tests/bindings/injectcsstransitiondisabler.js b/packages/ckeditor5-ui/tests/bindings/injectcsstransitiondisabler.js index 61e77287bdd..a7f000d5215 100644 --- a/packages/ckeditor5-ui/tests/bindings/injectcsstransitiondisabler.js +++ b/packages/ckeditor5-ui/tests/bindings/injectcsstransitiondisabler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import injectCssTransitionDisabler from '../../src/bindings/injectcsstransitiondisabler.js'; diff --git a/packages/ckeditor5-ui/tests/bindings/preventdefault.js b/packages/ckeditor5-ui/tests/bindings/preventdefault.js index cba4e33af7f..929c0fb878f 100644 --- a/packages/ckeditor5-ui/tests/bindings/preventdefault.js +++ b/packages/ckeditor5-ui/tests/bindings/preventdefault.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/bindings/submithandler.js b/packages/ckeditor5-ui/tests/bindings/submithandler.js index 997911ff1bf..23995477287 100644 --- a/packages/ckeditor5-ui/tests/bindings/submithandler.js +++ b/packages/ckeditor5-ui/tests/bindings/submithandler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-ui/tests/button/buttonlabelview.js b/packages/ckeditor5-ui/tests/button/buttonlabelview.js index 25709c4293f..8369c728dc4 100644 --- a/packages/ckeditor5-ui/tests/button/buttonlabelview.js +++ b/packages/ckeditor5-ui/tests/button/buttonlabelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-ui/tests/button/buttonview.js b/packages/ckeditor5-ui/tests/button/buttonview.js index 3e286674256..17e8e7e99c4 100644 --- a/packages/ckeditor5-ui/tests/button/buttonview.js +++ b/packages/ckeditor5-ui/tests/button/buttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Event, document */ diff --git a/packages/ckeditor5-ui/tests/button/filedialogbuttonview.js b/packages/ckeditor5-ui/tests/button/filedialogbuttonview.js index 5e25cdc4813..b760d8fb802 100644 --- a/packages/ckeditor5-ui/tests/button/filedialogbuttonview.js +++ b/packages/ckeditor5-ui/tests/button/filedialogbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import FileDialogButtonView from '../../src/button/filedialogbuttonview.ts'; diff --git a/packages/ckeditor5-ui/tests/button/listitembuttonview.js b/packages/ckeditor5-ui/tests/button/listitembuttonview.js index f75d416a224..de081ea6875 100644 --- a/packages/ckeditor5-ui/tests/button/listitembuttonview.js +++ b/packages/ckeditor5-ui/tests/button/listitembuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-ui/tests/button/switchbuttonview.js b/packages/ckeditor5-ui/tests/button/switchbuttonview.js index a85ff03fc11..5fb60bab40c 100644 --- a/packages/ckeditor5-ui/tests/button/switchbuttonview.js +++ b/packages/ckeditor5-ui/tests/button/switchbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SwitchButtonView from '../../src/button/switchbuttonview.js'; diff --git a/packages/ckeditor5-ui/tests/collapsible/collapsibleview.js b/packages/ckeditor5-ui/tests/collapsible/collapsibleview.js index 0a1a313d12f..f5705e6a436 100644 --- a/packages/ckeditor5-ui/tests/collapsible/collapsibleview.js +++ b/packages/ckeditor5-ui/tests/collapsible/collapsibleview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CollapsibleView from '../../src/collapsible/collapsibleview.js'; diff --git a/packages/ckeditor5-ui/tests/colorgrid/colorgridview.js b/packages/ckeditor5-ui/tests/colorgrid/colorgridview.js index 2e3fd8036c0..a12b0f3d3c2 100644 --- a/packages/ckeditor5-ui/tests/colorgrid/colorgridview.js +++ b/packages/ckeditor5-ui/tests/colorgrid/colorgridview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Event, document */ diff --git a/packages/ckeditor5-ui/tests/colorgrid/colortileview.js b/packages/ckeditor5-ui/tests/colorgrid/colortileview.js index 836991fa757..808cdcbca4d 100644 --- a/packages/ckeditor5-ui/tests/colorgrid/colortileview.js +++ b/packages/ckeditor5-ui/tests/colorgrid/colortileview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ColorTileView from '../../src/colorgrid/colortileview.js'; diff --git a/packages/ckeditor5-ui/tests/colorgrid/utils.js b/packages/ckeditor5-ui/tests/colorgrid/utils.js index 321012ebf6f..45d828a88ad 100644 --- a/packages/ckeditor5-ui/tests/colorgrid/utils.js +++ b/packages/ckeditor5-ui/tests/colorgrid/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-ui/tests/colorpicker/colorpickerview.js b/packages/ckeditor5-ui/tests/colorpicker/colorpickerview.js index 0a769610990..def2fd4205f 100644 --- a/packages/ckeditor5-ui/tests/colorpicker/colorpickerview.js +++ b/packages/ckeditor5-ui/tests/colorpicker/colorpickerview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals CustomEvent, document, customElements */ diff --git a/packages/ckeditor5-ui/tests/colorpicker/utils.js b/packages/ckeditor5-ui/tests/colorpicker/utils.js index 5164f129188..4c7c5d05142 100644 --- a/packages/ckeditor5-ui/tests/colorpicker/utils.js +++ b/packages/ckeditor5-ui/tests/colorpicker/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals customElements */ diff --git a/packages/ckeditor5-ui/tests/colorselector/colorselectorview.js b/packages/ckeditor5-ui/tests/colorselector/colorselectorview.js index df3edbc1093..a3e50b6c6f0 100644 --- a/packages/ckeditor5-ui/tests/colorselector/colorselectorview.js +++ b/packages/ckeditor5-ui/tests/colorselector/colorselectorview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document,Event */ diff --git a/packages/ckeditor5-ui/tests/colorselector/documentcolorcollection.js b/packages/ckeditor5-ui/tests/colorselector/documentcolorcollection.js index b39cd583418..54bf4af01c1 100644 --- a/packages/ckeditor5-ui/tests/colorselector/documentcolorcollection.js +++ b/packages/ckeditor5-ui/tests/colorselector/documentcolorcollection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DocumentColorCollection from '../../src/colorselector/documentcolorcollection.js'; diff --git a/packages/ckeditor5-ui/tests/componentfactory.js b/packages/ckeditor5-ui/tests/componentfactory.js index e2f9d5882d4..3bbba74b9bd 100644 --- a/packages/ckeditor5-ui/tests/componentfactory.js +++ b/packages/ckeditor5-ui/tests/componentfactory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; diff --git a/packages/ckeditor5-ui/tests/dialog/dialog.js b/packages/ckeditor5-ui/tests/dialog/dialog.js index 4ec39ff8c71..171dd03526a 100644 --- a/packages/ckeditor5-ui/tests/dialog/dialog.js +++ b/packages/ckeditor5-ui/tests/dialog/dialog.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-ui/tests/dialog/dialogactionsview.js b/packages/ckeditor5-ui/tests/dialog/dialogactionsview.js index c63b9be80a0..5449c16f20d 100644 --- a/packages/ckeditor5-ui/tests/dialog/dialogactionsview.js +++ b/packages/ckeditor5-ui/tests/dialog/dialogactionsview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { FocusTracker, KeystrokeHandler, keyCodes } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/dialog/dialogcontentview.js b/packages/ckeditor5-ui/tests/dialog/dialogcontentview.js index 91f094f6d00..171ee172aa7 100644 --- a/packages/ckeditor5-ui/tests/dialog/dialogcontentview.js +++ b/packages/ckeditor5-ui/tests/dialog/dialogcontentview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { View, ViewCollection } from '../../src/index.js'; diff --git a/packages/ckeditor5-ui/tests/dialog/dialogview.js b/packages/ckeditor5-ui/tests/dialog/dialogview.js index 3fb4fb50a0d..9f7d9c905b0 100644 --- a/packages/ckeditor5-ui/tests/dialog/dialogview.js +++ b/packages/ckeditor5-ui/tests/dialog/dialogview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event, KeyboardEvent, MouseEvent, console */ diff --git a/packages/ckeditor5-ui/tests/dropdown/button/dropdownbuttonview.js b/packages/ckeditor5-ui/tests/dropdown/button/dropdownbuttonview.js index f8f4bd2205b..4f92c2ca7ca 100644 --- a/packages/ckeditor5-ui/tests/dropdown/button/dropdownbuttonview.js +++ b/packages/ckeditor5-ui/tests/dropdown/button/dropdownbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-ui/tests/dropdown/button/splitbuttonview.js b/packages/ckeditor5-ui/tests/dropdown/button/splitbuttonview.js index 82d9832cdc0..6378399629c 100644 --- a/packages/ckeditor5-ui/tests/dropdown/button/splitbuttonview.js +++ b/packages/ckeditor5-ui/tests/dropdown/button/splitbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-ui/tests/dropdown/dropdownpanelview.js b/packages/ckeditor5-ui/tests/dropdown/dropdownpanelview.js index 01292fa15f7..16d6ef0c25e 100644 --- a/packages/ckeditor5-ui/tests/dropdown/dropdownpanelview.js +++ b/packages/ckeditor5-ui/tests/dropdown/dropdownpanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event, console */ diff --git a/packages/ckeditor5-ui/tests/dropdown/dropdownview.js b/packages/ckeditor5-ui/tests/dropdown/dropdownview.js index 2fab2b6ddc1..05f7de0185f 100644 --- a/packages/ckeditor5-ui/tests/dropdown/dropdownview.js +++ b/packages/ckeditor5-ui/tests/dropdown/dropdownview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import DropdownView from '../../src/dropdown/dropdownview.js'; diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/_utils/dropdowntreemock.js b/packages/ckeditor5-ui/tests/dropdown/menu/_utils/dropdowntreemock.js index 275816dff01..d6670ccdcc3 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/_utils/dropdowntreemock.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/_utils/dropdowntreemock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubehaviors.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubehaviors.js index 53d670f2a27..fa08b1e5a74 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubehaviors.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubehaviors.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubuttonview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubuttonview.js index e0dd436ce34..c25a3356546 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubuttonview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenubuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitembuttonview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitembuttonview.js index a05f6a3d62e..34d45875802 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitembuttonview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitembuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { createMockLocale } from './_utils/dropdowntreemock.js'; diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitemview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitemview.js index 2d116968d19..a71f55ffc0d 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitemview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistitemview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event, document */ diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistview.js index 804a4e0ac80..a942ff7d7f0 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenulistview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { ListView, DropdownMenuListView } from '../../../src/index.js'; diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenupanelview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenupanelview.js index 1a931d9cbad..d796028d6a4 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenupanelview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenupanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenuview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenuview.js index d5d54d9559c..fd9daea859f 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenuview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenunestedmenuview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenurootlistview.js b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenurootlistview.js index fe7eace1107..b3ef831f78e 100644 --- a/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenurootlistview.js +++ b/packages/ckeditor5-ui/tests/dropdown/menu/dropdownmenurootlistview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/dropdown/utils.js b/packages/ckeditor5-ui/tests/dropdown/utils.js index 50df003a877..446c79b42ea 100644 --- a/packages/ckeditor5-ui/tests/dropdown/utils.js +++ b/packages/ckeditor5-ui/tests/dropdown/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event, console */ diff --git a/packages/ckeditor5-ui/tests/editableui/editableuiview.js b/packages/ckeditor5-ui/tests/editableui/editableuiview.js index 838f5a11488..1f2fbd08e6e 100644 --- a/packages/ckeditor5-ui/tests/editableui/editableuiview.js +++ b/packages/ckeditor5-ui/tests/editableui/editableuiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js b/packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js index 5ef0821537b..1bbd5ad31ae 100644 --- a/packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js +++ b/packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelp.js b/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelp.js index c52ede3fe69..5f5ba55e128 100644 --- a/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelp.js +++ b/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelp.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelpcontentview.js index e3470cf3c62..8aa57fbc990 100644 --- a/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelpcontentview.js +++ b/packages/ckeditor5-ui/tests/editorui/accessibilityhelp/accessibilityhelpcontentview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/editorui/arialiveannouncer.js b/packages/ckeditor5-ui/tests/editorui/arialiveannouncer.js index 5e96c693e95..00eac8e4fe9 100644 --- a/packages/ckeditor5-ui/tests/editorui/arialiveannouncer.js +++ b/packages/ckeditor5-ui/tests/editorui/arialiveannouncer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/editorui/bodycollection.js b/packages/ckeditor5-ui/tests/editorui/bodycollection.js index 949cbb11a10..8b032275cf7 100644 --- a/packages/ckeditor5-ui/tests/editorui/bodycollection.js +++ b/packages/ckeditor5-ui/tests/editorui/bodycollection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/editorui/boxed/boxededitoruiview.js b/packages/ckeditor5-ui/tests/editorui/boxed/boxededitoruiview.js index 6c352a2a5d9..0172476b060 100644 --- a/packages/ckeditor5-ui/tests/editorui/boxed/boxededitoruiview.js +++ b/packages/ckeditor5-ui/tests/editorui/boxed/boxededitoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BoxedEditorUIView from '../../../src/editorui/boxed/boxededitoruiview.js'; diff --git a/packages/ckeditor5-ui/tests/editorui/editorui.js b/packages/ckeditor5-ui/tests/editorui/editorui.js index 31bef5ee08d..d4a7ab554fe 100644 --- a/packages/ckeditor5-ui/tests/editorui/editorui.js +++ b/packages/ckeditor5-ui/tests/editorui/editorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EditorUI from '../../src/editorui/editorui.js'; diff --git a/packages/ckeditor5-ui/tests/editorui/editoruiview.js b/packages/ckeditor5-ui/tests/editorui/editoruiview.js index f07495fec4e..d0522c6d472 100644 --- a/packages/ckeditor5-ui/tests/editorui/editoruiview.js +++ b/packages/ckeditor5-ui/tests/editorui/editoruiview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/editorui/evaluationbadge.js b/packages/ckeditor5-ui/tests/editorui/evaluationbadge.js index bd00cd0ec78..4afa9c11473 100644 --- a/packages/ckeditor5-ui/tests/editorui/evaluationbadge.js +++ b/packages/ckeditor5-ui/tests/editorui/evaluationbadge.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, HTMLElement, getComputedStyle, console */ diff --git a/packages/ckeditor5-ui/tests/editorui/poweredby.js b/packages/ckeditor5-ui/tests/editorui/poweredby.js index 4173959b283..0049f703fab 100644 --- a/packages/ckeditor5-ui/tests/editorui/poweredby.js +++ b/packages/ckeditor5-ui/tests/editorui/poweredby.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event, window, HTMLElement, getComputedStyle */ diff --git a/packages/ckeditor5-ui/tests/focuscycler.js b/packages/ckeditor5-ui/tests/focuscycler.js index d28e6ee959c..177e0c0c02e 100644 --- a/packages/ckeditor5-ui/tests/focuscycler.js +++ b/packages/ckeditor5-ui/tests/focuscycler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/formheader/formheaderview.js b/packages/ckeditor5-ui/tests/formheader/formheaderview.js index 2b3b023e0f2..d1fe6bc6982 100644 --- a/packages/ckeditor5-ui/tests/formheader/formheaderview.js +++ b/packages/ckeditor5-ui/tests/formheader/formheaderview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import View from '../../src/view.js'; diff --git a/packages/ckeditor5-ui/tests/highlightedtext/buttonlabelwithhighlightview.js b/packages/ckeditor5-ui/tests/highlightedtext/buttonlabelwithhighlightview.js index ba06010415b..b0dc01ec3da 100644 --- a/packages/ckeditor5-ui/tests/highlightedtext/buttonlabelwithhighlightview.js +++ b/packages/ckeditor5-ui/tests/highlightedtext/buttonlabelwithhighlightview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/highlightedtext/highlightedtextview.js b/packages/ckeditor5-ui/tests/highlightedtext/highlightedtextview.js index 2f681724464..41f6137ee3d 100644 --- a/packages/ckeditor5-ui/tests/highlightedtext/highlightedtextview.js +++ b/packages/ckeditor5-ui/tests/highlightedtext/highlightedtextview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { HighlightedTextView } from '@ckeditor/ckeditor5-ui'; diff --git a/packages/ckeditor5-ui/tests/highlightedtext/labelwithhighlightview.js b/packages/ckeditor5-ui/tests/highlightedtext/labelwithhighlightview.js index 94bf1c3f919..8846126b3cb 100644 --- a/packages/ckeditor5-ui/tests/highlightedtext/labelwithhighlightview.js +++ b/packages/ckeditor5-ui/tests/highlightedtext/labelwithhighlightview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/icon/iconview.js b/packages/ckeditor5-ui/tests/icon/iconview.js index 2f40e18374d..9b5f8db5662 100644 --- a/packages/ckeditor5-ui/tests/icon/iconview.js +++ b/packages/ckeditor5-ui/tests/icon/iconview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import IconView from '../../src/icon/iconview.js'; @@ -40,6 +40,7 @@ describe( 'IconView', () => { expect( view.element.classList.contains( 'ck' ) ).to.be.true; expect( view.element.classList.contains( 'ck-icon' ) ).to.be.true; expect( view.element.getAttribute( 'viewBox' ) ).to.equal( '0 0 20 20' ); + expect( view.element.getAttribute( 'aria-hidden' ) ).to.equal( 'true' ); } ); } ); diff --git a/packages/ckeditor5-ui/tests/iframe/iframeview.js b/packages/ckeditor5-ui/tests/iframe/iframeview.js index b068f5688eb..87933604813 100644 --- a/packages/ckeditor5-ui/tests/iframe/iframeview.js +++ b/packages/ckeditor5-ui/tests/iframe/iframeview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-ui/tests/input/inputbase.js b/packages/ckeditor5-ui/tests/input/inputbase.js index 2bd7d748975..63606d0a26e 100644 --- a/packages/ckeditor5-ui/tests/input/inputbase.js +++ b/packages/ckeditor5-ui/tests/input/inputbase.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/input/inputview.js b/packages/ckeditor5-ui/tests/input/inputview.js index c0d919579da..07039a408be 100644 --- a/packages/ckeditor5-ui/tests/input/inputview.js +++ b/packages/ckeditor5-ui/tests/input/inputview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import InputView from '../../src/input/inputview.js'; diff --git a/packages/ckeditor5-ui/tests/inputnumber/inputnumberview.js b/packages/ckeditor5-ui/tests/inputnumber/inputnumberview.js index 138a8c25c77..6d4d50417e7 100644 --- a/packages/ckeditor5-ui/tests/inputnumber/inputnumberview.js +++ b/packages/ckeditor5-ui/tests/inputnumber/inputnumberview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import InputNumberView from '../../src/inputnumber/inputnumberview.js'; diff --git a/packages/ckeditor5-ui/tests/inputtext/inputtextview.js b/packages/ckeditor5-ui/tests/inputtext/inputtextview.js index d5267454387..b106c24246b 100644 --- a/packages/ckeditor5-ui/tests/inputtext/inputtextview.js +++ b/packages/ckeditor5-ui/tests/inputtext/inputtextview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import InputView from '../../src/input/inputview.js'; diff --git a/packages/ckeditor5-ui/tests/label/labelview.js b/packages/ckeditor5-ui/tests/label/labelview.js index 49d69569791..77b8a7f0055 100644 --- a/packages/ckeditor5-ui/tests/label/labelview.js +++ b/packages/ckeditor5-ui/tests/label/labelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import LabelView from '../../src/label/labelview.js'; diff --git a/packages/ckeditor5-ui/tests/labeledfield/labeledfieldview.js b/packages/ckeditor5-ui/tests/labeledfield/labeledfieldview.js index ee7f72954ef..9ed02a6a675 100644 --- a/packages/ckeditor5-ui/tests/labeledfield/labeledfieldview.js +++ b/packages/ckeditor5-ui/tests/labeledfield/labeledfieldview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import View from '../../src/view.js'; diff --git a/packages/ckeditor5-ui/tests/labeledfield/utils.js b/packages/ckeditor5-ui/tests/labeledfield/utils.js index 5ef75f3a4d0..2b04f9aad9e 100644 --- a/packages/ckeditor5-ui/tests/labeledfield/utils.js +++ b/packages/ckeditor5-ui/tests/labeledfield/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-ui/tests/labeledinput/labeledinputview.js b/packages/ckeditor5-ui/tests/labeledinput/labeledinputview.js index 304631382dc..9da55c97ed3 100644 --- a/packages/ckeditor5-ui/tests/labeledinput/labeledinputview.js +++ b/packages/ckeditor5-ui/tests/labeledinput/labeledinputview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import View from '../../src/view.js'; diff --git a/packages/ckeditor5-ui/tests/list/listitemgroupview.js b/packages/ckeditor5-ui/tests/list/listitemgroupview.js index 1e6a5576287..2197ea667f7 100644 --- a/packages/ckeditor5-ui/tests/list/listitemgroupview.js +++ b/packages/ckeditor5-ui/tests/list/listitemgroupview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListItemView from '../../src/list/listitemview.js'; diff --git a/packages/ckeditor5-ui/tests/list/listitemview.js b/packages/ckeditor5-ui/tests/list/listitemview.js index 866b12eb830..1840a3649f1 100644 --- a/packages/ckeditor5-ui/tests/list/listitemview.js +++ b/packages/ckeditor5-ui/tests/list/listitemview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ButtonView from '../../src/button/buttonview.js'; diff --git a/packages/ckeditor5-ui/tests/list/listseparatorview.js b/packages/ckeditor5-ui/tests/list/listseparatorview.js index ca489cd2b4e..1ad6600a68f 100644 --- a/packages/ckeditor5-ui/tests/list/listseparatorview.js +++ b/packages/ckeditor5-ui/tests/list/listseparatorview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ListSeparatorView from '../../src/list/listseparatorview.js'; diff --git a/packages/ckeditor5-ui/tests/list/listview.js b/packages/ckeditor5-ui/tests/list/listview.js index 28d6d35903c..0a00d0e8d5e 100644 --- a/packages/ckeditor5-ui/tests/list/listview.js +++ b/packages/ckeditor5-ui/tests/list/listview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/manual/autocomplete/autocomplete.ts b/packages/ckeditor5-ui/tests/manual/autocomplete/autocomplete.ts index e18df67d009..8c69af5b1ae 100644 --- a/packages/ckeditor5-ui/tests/manual/autocomplete/autocomplete.ts +++ b/packages/ckeditor5-ui/tests/manual/autocomplete/autocomplete.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar-multi-root.js b/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar-multi-root.js index 8216e65dbfa..d9d88cce60c 100644 --- a/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar-multi-root.js +++ b/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar-multi-root.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, console:false, document */ diff --git a/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar.js b/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar.js index 852776fc22d..1420e6f2fed 100644 --- a/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar.js +++ b/packages/ckeditor5-ui/tests/manual/balloontoolbar/balloontoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/bindings/draggableviewmixin.ts b/packages/ckeditor5-ui/tests/manual/bindings/draggableviewmixin.ts index ef8463cad7e..49abc5ed8a0 100644 --- a/packages/ckeditor5-ui/tests/manual/bindings/draggableviewmixin.ts +++ b/packages/ckeditor5-ui/tests/manual/bindings/draggableviewmixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { View } from '../../../src/index.js'; diff --git a/packages/ckeditor5-ui/tests/manual/blocktoolbar/blocktoolbar.js b/packages/ckeditor5-ui/tests/manual/blocktoolbar/blocktoolbar.js index c8586343569..00d340eea07 100644 --- a/packages/ckeditor5-ui/tests/manual/blocktoolbar/blocktoolbar.js +++ b/packages/ckeditor5-ui/tests/manual/blocktoolbar/blocktoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false, setTimeout */ diff --git a/packages/ckeditor5-ui/tests/manual/blocktoolbar/rtl.js b/packages/ckeditor5-ui/tests/manual/blocktoolbar/rtl.js index b3e0bdc26f4..3477d8239a9 100644 --- a/packages/ckeditor5-ui/tests/manual/blocktoolbar/rtl.js +++ b/packages/ckeditor5-ui/tests/manual/blocktoolbar/rtl.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false, */ diff --git a/packages/ckeditor5-ui/tests/manual/blocktoolbar/scrollable-blocktoolbar.js b/packages/ckeditor5-ui/tests/manual/blocktoolbar/scrollable-blocktoolbar.js index b5c1cfd6819..59f9065f5b8 100644 --- a/packages/ckeditor5-ui/tests/manual/blocktoolbar/scrollable-blocktoolbar.js +++ b/packages/ckeditor5-ui/tests/manual/blocktoolbar/scrollable-blocktoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/contextualballoon/contextualballoon.js b/packages/ckeditor5-ui/tests/manual/contextualballoon/contextualballoon.js index c8c3578dc08..8b938f149bf 100644 --- a/packages/ckeditor5-ui/tests/manual/contextualballoon/contextualballoon.js +++ b/packages/ckeditor5-ui/tests/manual/contextualballoon/contextualballoon.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/contextualballoon/externalchanges.js b/packages/ckeditor5-ui/tests/manual/contextualballoon/externalchanges.js index 6cfcee94fb1..9b45f72b019 100644 --- a/packages/ckeditor5-ui/tests/manual/contextualballoon/externalchanges.js +++ b/packages/ckeditor5-ui/tests/manual/contextualballoon/externalchanges.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, setTimeout */ diff --git a/packages/ckeditor5-ui/tests/manual/dialog/dialog-body-scroll-lock.ts b/packages/ckeditor5-ui/tests/manual/dialog/dialog-body-scroll-lock.ts index 391a58a20d9..dcb9bf802c9 100644 --- a/packages/ckeditor5-ui/tests/manual/dialog/dialog-body-scroll-lock.ts +++ b/packages/ckeditor5-ui/tests/manual/dialog/dialog-body-scroll-lock.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Plugin } from '@ckeditor/ckeditor5-core'; diff --git a/packages/ckeditor5-ui/tests/manual/dialog/dialog-esc-key-handling.ts b/packages/ckeditor5-ui/tests/manual/dialog/dialog-esc-key-handling.ts index 21c581e6061..c55205dee7d 100644 --- a/packages/ckeditor5-ui/tests/manual/dialog/dialog-esc-key-handling.ts +++ b/packages/ckeditor5-ui/tests/manual/dialog/dialog-esc-key-handling.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-ui/tests/manual/dialog/dialog.ts b/packages/ckeditor5-ui/tests/manual/dialog/dialog.ts index af2f92389d3..81ccd402f0a 100644 --- a/packages/ckeditor5-ui/tests/manual/dialog/dialog.ts +++ b/packages/ckeditor5-ui/tests/manual/dialog/dialog.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/packages/ckeditor5-ui/tests/manual/dropdown/dropdown.js b/packages/ckeditor5-ui/tests/manual/dropdown/dropdown.js index e56349795af..7bf8a3c5fc5 100644 --- a/packages/ckeditor5-ui/tests/manual/dropdown/dropdown.js +++ b/packages/ckeditor5-ui/tests/manual/dropdown/dropdown.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, console */ diff --git a/packages/ckeditor5-ui/tests/manual/dropdown/panelposition.js b/packages/ckeditor5-ui/tests/manual/dropdown/panelposition.js index 97838fa6d40..ffc3ddcd2b9 100644 --- a/packages/ckeditor5-ui/tests/manual/dropdown/panelposition.js +++ b/packages/ckeditor5-ui/tests/manual/dropdown/panelposition.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../../../src/model.js'; diff --git a/packages/ckeditor5-ui/tests/manual/icon/icon.js b/packages/ckeditor5-ui/tests/manual/icon/icon.js index 7e7ce6582fb..2c97b2b8de2 100644 --- a/packages/ckeditor5-ui/tests/manual/icon/icon.js +++ b/packages/ckeditor5-ui/tests/manual/icon/icon.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, DOMParser */ diff --git a/packages/ckeditor5-ui/tests/manual/list/list.js b/packages/ckeditor5-ui/tests/manual/list/list.js index 85e76b29fae..cabd551ab8b 100644 --- a/packages/ckeditor5-ui/tests/manual/list/list.js +++ b/packages/ckeditor5-ui/tests/manual/list/list.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/manual/menubar/menubar.js b/packages/ckeditor5-ui/tests/manual/menubar/menubar.js index 2aa78c659ad..201965cf9f3 100644 --- a/packages/ckeditor5-ui/tests/manual/menubar/menubar.js +++ b/packages/ckeditor5-ui/tests/manual/menubar/menubar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-ui/tests/manual/panel/balloon/balloonpanelview.js b/packages/ckeditor5-ui/tests/manual/panel/balloon/balloonpanelview.js index bd51ac963dd..295c35f3c16 100644 --- a/packages/ckeditor5-ui/tests/manual/panel/balloon/balloonpanelview.js +++ b/packages/ckeditor5-ui/tests/manual/panel/balloon/balloonpanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, setTimeout */ diff --git a/packages/ckeditor5-ui/tests/manual/panel/sticky/stickypanelview.js b/packages/ckeditor5-ui/tests/manual/panel/sticky/stickypanelview.js index 32ad3a0a81f..b50b35f4078 100644 --- a/packages/ckeditor5-ui/tests/manual/panel/sticky/stickypanelview.js +++ b/packages/ckeditor5-ui/tests/manual/panel/sticky/stickypanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '../../../_utils/utils.js'; diff --git a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-customized.js b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-customized.js index 5c449328754..19c236b6744 100644 --- a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-customized.js +++ b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-customized.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-force-visible.js b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-force-visible.js index babf246ced9..ce1fcce86be 100644 --- a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-force-visible.js +++ b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-force-visible.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-with-key.js b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-with-key.js index 801eae05d9a..6c3d55262d7 100644 --- a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-with-key.js +++ b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby-with-key.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby.js b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby.js index 17d8cd572c7..e7522bd0274 100644 --- a/packages/ckeditor5-ui/tests/manual/poweredby/poweredby.js +++ b/packages/ckeditor5-ui/tests/manual/poweredby/poweredby.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-ui/tests/manual/search/search.ts b/packages/ckeditor5-ui/tests/manual/search/search.ts index eed5746cc50..220b89e99cf 100644 --- a/packages/ckeditor5-ui/tests/manual/search/search.ts +++ b/packages/ckeditor5-ui/tests/manual/search/search.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/manual/textarea/textareaview.ts b/packages/ckeditor5-ui/tests/manual/textarea/textareaview.ts index e46a135501d..5648a944b29 100644 --- a/packages/ckeditor5-ui/tests/manual/textarea/textareaview.ts +++ b/packages/ckeditor5-ui/tests/manual/textarea/textareaview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { ButtonView, TextareaView } from '../../../src/index.js'; diff --git a/packages/ckeditor5-ui/tests/manual/tickets/126/1.js b/packages/ckeditor5-ui/tests/manual/tickets/126/1.js index 6f37c44524e..512c57298f8 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/126/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/126/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/170/1.js b/packages/ckeditor5-ui/tests/manual/tickets/170/1.js index 4fdbbc4d38d..2da8a90db85 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/170/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/170/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/198/1.js b/packages/ckeditor5-ui/tests/manual/tickets/198/1.js index a30d489f8f1..49ca4baa752 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/198/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/198/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, setTimeout */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/228/1.js b/packages/ckeditor5-ui/tests/manual/tickets/228/1.js index 8761861dac9..865f8d9980c 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/228/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/228/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/385/1.js b/packages/ckeditor5-ui/tests/manual/tickets/385/1.js index 44239d3e5e1..83153fd7443 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/385/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/385/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/418/1.js b/packages/ckeditor5-ui/tests/manual/tickets/418/1.js index 42ceb1245ae..17e5429036b 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/418/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/418/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/5328/1.js b/packages/ckeditor5-ui/tests/manual/tickets/5328/1.js index 69129980658..76a055f1beb 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/5328/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/5328/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/76/1.js b/packages/ckeditor5-ui/tests/manual/tickets/76/1.js index 8ada3c884b5..48f067b69e8 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/76/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/76/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/9412/1.js b/packages/ckeditor5-ui/tests/manual/tickets/9412/1.js index 97248eb4846..89eb7cd1080 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/9412/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/9412/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/tickets/9892/1.js b/packages/ckeditor5-ui/tests/manual/tickets/9892/1.js index 88ae24d6ad3..2622d9ac778 100644 --- a/packages/ckeditor5-ui/tests/manual/tickets/9892/1.js +++ b/packages/ckeditor5-ui/tests/manual/tickets/9892/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, console:false */ diff --git a/packages/ckeditor5-ui/tests/manual/toolbar/grouping.js b/packages/ckeditor5-ui/tests/manual/toolbar/grouping.js index 765f2936157..943a9774b25 100644 --- a/packages/ckeditor5-ui/tests/manual/toolbar/grouping.js +++ b/packages/ckeditor5-ui/tests/manual/toolbar/grouping.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-ui/tests/manual/toolbar/nested.js b/packages/ckeditor5-ui/tests/manual/toolbar/nested.js index abd93eb02c7..3b975159529 100644 --- a/packages/ckeditor5-ui/tests/manual/toolbar/nested.js +++ b/packages/ckeditor5-ui/tests/manual/toolbar/nested.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-ui/tests/manual/tooltip/tooltip.js b/packages/ckeditor5-ui/tests/manual/tooltip/tooltip.js index 4acc5d59aa1..e503e7938fc 100644 --- a/packages/ckeditor5-ui/tests/manual/tooltip/tooltip.js +++ b/packages/ckeditor5-ui/tests/manual/tooltip/tooltip.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/packages/ckeditor5-ui/tests/menubar/_utils/utils.js b/packages/ckeditor5-ui/tests/menubar/_utils/utils.js index e271bce0661..445b7afb72c 100644 --- a/packages/ckeditor5-ui/tests/menubar/_utils/utils.js +++ b/packages/ckeditor5-ui/tests/menubar/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenubuttonview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenubuttonview.js index f29606267f4..494772b24a1 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenubuttonview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenubuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenulistitembuttonview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenulistitembuttonview.js index d6d6d581dae..68e9fa3ff40 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenulistitembuttonview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenulistitembuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Locale } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemfiledialogbuttonview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemfiledialogbuttonview.js index 8ad1899ca51..49517ebe2f3 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemfiledialogbuttonview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemfiledialogbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Locale } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemview.js index 4c4f41c47e1..883a8b6fbfc 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenulistitemview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenulistview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenulistview.js index 70aa0f75b42..3e0b48e9c5b 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenulistview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenulistview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Locale } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenupanelview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenupanelview.js index 5373ad612e2..e2dbca1644e 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenupanelview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenupanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Event */ diff --git a/packages/ckeditor5-ui/tests/menubar/menubarmenuview.js b/packages/ckeditor5-ui/tests/menubar/menubarmenuview.js index 9c498e0de26..0e69d84d4a2 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarmenuview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarmenuview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/menubar/menubarview.js b/packages/ckeditor5-ui/tests/menubar/menubarview.js index 36c4a7fb5ed..e402f2e3842 100644 --- a/packages/ckeditor5-ui/tests/menubar/menubarview.js +++ b/packages/ckeditor5-ui/tests/menubar/menubarview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-ui/tests/menubar/utils.js b/packages/ckeditor5-ui/tests/menubar/utils.js index 5b4f6325fcf..ba85c5567f3 100644 --- a/packages/ckeditor5-ui/tests/menubar/utils.js +++ b/packages/ckeditor5-ui/tests/menubar/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event, KeyboardEvent, MouseEvent */ diff --git a/packages/ckeditor5-ui/tests/model.js b/packages/ckeditor5-ui/tests/model.js index 3f423283631..5a70d9fa823 100644 --- a/packages/ckeditor5-ui/tests/model.js +++ b/packages/ckeditor5-ui/tests/model.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Model from '../src/model.js'; diff --git a/packages/ckeditor5-ui/tests/notification/notification.js b/packages/ckeditor5-ui/tests/notification/notification.js index 0596ec6fbdd..76a4dec6ab2 100644 --- a/packages/ckeditor5-ui/tests/notification/notification.js +++ b/packages/ckeditor5-ui/tests/notification/notification.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js b/packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js index 4e5d23211d8..18f780a5e9e 100644 --- a/packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js +++ b/packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document, Event */ diff --git a/packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js b/packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js index d4ec11f3618..195a968e2c9 100644 --- a/packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js +++ b/packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-ui/tests/panel/sticky/stickypanelview.js b/packages/ckeditor5-ui/tests/panel/sticky/stickypanelview.js index fd67862a1ea..181bf589954 100644 --- a/packages/ckeditor5-ui/tests/panel/sticky/stickypanelview.js +++ b/packages/ckeditor5-ui/tests/panel/sticky/stickypanelview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-ui/tests/search/filtergroupanditemnames.js b/packages/ckeditor5-ui/tests/search/filtergroupanditemnames.js index 8b7d5e00f25..94e546ee726 100644 --- a/packages/ckeditor5-ui/tests/search/filtergroupanditemnames.js +++ b/packages/ckeditor5-ui/tests/search/filtergroupanditemnames.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Locale, global } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/search/searchinfoview.js b/packages/ckeditor5-ui/tests/search/searchinfoview.js index f2556f936e8..99cafaf6153 100644 --- a/packages/ckeditor5-ui/tests/search/searchinfoview.js +++ b/packages/ckeditor5-ui/tests/search/searchinfoview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SearchInfoView from '../../src/search/searchinfoview.js'; diff --git a/packages/ckeditor5-ui/tests/search/searchresultsview.js b/packages/ckeditor5-ui/tests/search/searchresultsview.js index 868bdad3b71..64d09a0bc6e 100644 --- a/packages/ckeditor5-ui/tests/search/searchresultsview.js +++ b/packages/ckeditor5-ui/tests/search/searchresultsview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/tests/search/text/searchtextqueryview.js b/packages/ckeditor5-ui/tests/search/text/searchtextqueryview.js index 26217012099..b9babcddc17 100644 --- a/packages/ckeditor5-ui/tests/search/text/searchtextqueryview.js +++ b/packages/ckeditor5-ui/tests/search/text/searchtextqueryview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Locale } from '@ckeditor/ckeditor5-utils'; diff --git a/packages/ckeditor5-ui/tests/search/text/searchtextview.js b/packages/ckeditor5-ui/tests/search/text/searchtextview.js index d1a54cbe3c4..0dfde94dfcb 100644 --- a/packages/ckeditor5-ui/tests/search/text/searchtextview.js +++ b/packages/ckeditor5-ui/tests/search/text/searchtextview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-ui/tests/spinner/spinner.js b/packages/ckeditor5-ui/tests/spinner/spinner.js index 9ca33e9212d..6670777ad17 100644 --- a/packages/ckeditor5-ui/tests/spinner/spinner.js +++ b/packages/ckeditor5-ui/tests/spinner/spinner.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SpinnerView from '../../src/spinner/spinnerview.js'; diff --git a/packages/ckeditor5-ui/tests/template.js b/packages/ckeditor5-ui/tests/template.js index c46e5ba80e3..e0f6284cca5 100644 --- a/packages/ckeditor5-ui/tests/template.js +++ b/packages/ckeditor5-ui/tests/template.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals HTMLElement, Event, document */ diff --git a/packages/ckeditor5-ui/tests/textarea/textareaview.js b/packages/ckeditor5-ui/tests/textarea/textareaview.js index 16fc4d73dc9..3ffe50a41af 100644 --- a/packages/ckeditor5-ui/tests/textarea/textareaview.js +++ b/packages/ckeditor5-ui/tests/textarea/textareaview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js b/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js index 253966c39a5..2429d83d4c3 100644 --- a/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js +++ b/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor.js'; diff --git a/packages/ckeditor5-ui/tests/toolbar/block/blockbuttonview.js b/packages/ckeditor5-ui/tests/toolbar/block/blockbuttonview.js index e423b206d77..3182a092ec0 100644 --- a/packages/ckeditor5-ui/tests/toolbar/block/blockbuttonview.js +++ b/packages/ckeditor5-ui/tests/toolbar/block/blockbuttonview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import BlockButtonView from '../../../src/toolbar/block/blockbuttonview.js'; diff --git a/packages/ckeditor5-ui/tests/toolbar/block/blocktoolbar.js b/packages/ckeditor5-ui/tests/toolbar/block/blocktoolbar.js index 7382d14b26b..9215794e3a9 100644 --- a/packages/ckeditor5-ui/tests/toolbar/block/blocktoolbar.js +++ b/packages/ckeditor5-ui/tests/toolbar/block/blocktoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, Event */ diff --git a/packages/ckeditor5-ui/tests/toolbar/normalizetoolbarconfig.js b/packages/ckeditor5-ui/tests/toolbar/normalizetoolbarconfig.js index 26283b018b2..64f7ad880f4 100644 --- a/packages/ckeditor5-ui/tests/toolbar/normalizetoolbarconfig.js +++ b/packages/ckeditor5-ui/tests/toolbar/normalizetoolbarconfig.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import normalizeToolbarConfig from '../../src/toolbar/normalizetoolbarconfig.js'; diff --git a/packages/ckeditor5-ui/tests/toolbar/toolbarlinebreakview.js b/packages/ckeditor5-ui/tests/toolbar/toolbarlinebreakview.js index 9035f982093..23d64965274 100644 --- a/packages/ckeditor5-ui/tests/toolbar/toolbarlinebreakview.js +++ b/packages/ckeditor5-ui/tests/toolbar/toolbarlinebreakview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ToolbarLineBreakView from '../../src/toolbar/toolbarlinebreakview.js'; diff --git a/packages/ckeditor5-ui/tests/toolbar/toolbarseparatorview.js b/packages/ckeditor5-ui/tests/toolbar/toolbarseparatorview.js index 8607ac90c54..77fcebc95cb 100644 --- a/packages/ckeditor5-ui/tests/toolbar/toolbarseparatorview.js +++ b/packages/ckeditor5-ui/tests/toolbar/toolbarseparatorview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ToolbarSeparatorView from '../../src/toolbar/toolbarseparatorview.js'; diff --git a/packages/ckeditor5-ui/tests/toolbar/toolbarview.js b/packages/ckeditor5-ui/tests/toolbar/toolbarview.js index ebc37908f98..ee11620ff25 100644 --- a/packages/ckeditor5-ui/tests/toolbar/toolbarview.js +++ b/packages/ckeditor5-ui/tests/toolbar/toolbarview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event, console */ diff --git a/packages/ckeditor5-ui/tests/tooltip/tooltipmanager.js b/packages/ckeditor5-ui/tests/tooltip/tooltipmanager.js index edac519dd7d..5915bd89392 100644 --- a/packages/ckeditor5-ui/tests/tooltip/tooltipmanager.js +++ b/packages/ckeditor5-ui/tests/tooltip/tooltipmanager.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, MouseEvent, Event, KeyboardEvent */ diff --git a/packages/ckeditor5-ui/tests/view.js b/packages/ckeditor5-ui/tests/view.js index e9c35a80a12..0b0e33d0dc4 100644 --- a/packages/ckeditor5-ui/tests/view.js +++ b/packages/ckeditor5-ui/tests/view.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, HTMLElement */ diff --git a/packages/ckeditor5-ui/tests/viewcollection.js b/packages/ckeditor5-ui/tests/viewcollection.js index 3d21dfe8177..88a1b59db35 100644 --- a/packages/ckeditor5-ui/tests/viewcollection.js +++ b/packages/ckeditor5-ui/tests/viewcollection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/packages/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css index 26a37aa7f5e..5377ae9647a 100644 --- a/packages/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css +++ b/packages/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-aria-live-announcer { diff --git a/packages/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/packages/ckeditor5-ui/theme/components/autocomplete/autocomplete.css index bcbf443c1a8..27197893d63 100644 --- a/packages/ckeditor5-ui/theme/components/autocomplete/autocomplete.css +++ b/packages/ckeditor5-ui/theme/components/autocomplete/autocomplete.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-autocomplete { diff --git a/packages/ckeditor5-ui/theme/components/button/button.css b/packages/ckeditor5-ui/theme/components/button/button.css index b58c35a7871..17a58f0cbce 100644 --- a/packages/ckeditor5-ui/theme/components/button/button.css +++ b/packages/ckeditor5-ui/theme/components/button/button.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../mixins/_unselectable.css"; diff --git a/packages/ckeditor5-ui/theme/components/button/listitembutton.css b/packages/ckeditor5-ui/theme/components/button/listitembutton.css index 3f2a0fca104..d36ad5dec3f 100644 --- a/packages/ckeditor5-ui/theme/components/button/listitembutton.css +++ b/packages/ckeditor5-ui/theme/components/button/listitembutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../mixins/_dir.css"; diff --git a/packages/ckeditor5-ui/theme/components/button/switchbutton.css b/packages/ckeditor5-ui/theme/components/button/switchbutton.css index 3e32531c2fb..af5cc687889 100644 --- a/packages/ckeditor5-ui/theme/components/button/switchbutton.css +++ b/packages/ckeditor5-ui/theme/components/button/switchbutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-button.ck-switchbutton { diff --git a/packages/ckeditor5-ui/theme/components/collapsible/collapsible.css b/packages/ckeditor5-ui/theme/components/collapsible/collapsible.css index 9870007a94b..1d34c8e2ab7 100644 --- a/packages/ckeditor5-ui/theme/components/collapsible/collapsible.css +++ b/packages/ckeditor5-ui/theme/components/collapsible/collapsible.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-collapsible.ck-collapsible_collapsed { diff --git a/packages/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/packages/ckeditor5-ui/theme/components/colorgrid/colorgrid.css index 2d372e39fbe..e35a6eb1cbd 100644 --- a/packages/ckeditor5-ui/theme/components/colorgrid/colorgrid.css +++ b/packages/ckeditor5-ui/theme/components/colorgrid/colorgrid.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-color-grid { diff --git a/packages/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/packages/ckeditor5-ui/theme/components/colorpicker/colorpicker.css index 510bf24a04f..8b37e481f8a 100644 --- a/packages/ckeditor5-ui/theme/components/colorpicker/colorpicker.css +++ b/packages/ckeditor5-ui/theme/components/colorpicker/colorpicker.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .color-picker-hex-input { diff --git a/packages/ckeditor5-ui/theme/components/colorselector/colorselector.css b/packages/ckeditor5-ui/theme/components/colorselector/colorselector.css index 7d848611c6b..d1711dfd9de 100644 --- a/packages/ckeditor5-ui/theme/components/colorselector/colorselector.css +++ b/packages/ckeditor5-ui/theme/components/colorselector/colorselector.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-ui/theme/components/dialog/dialog.css b/packages/ckeditor5-ui/theme/components/dialog/dialog.css index d2832df40e6..313341ec832 100644 --- a/packages/ckeditor5-ui/theme/components/dialog/dialog.css +++ b/packages/ckeditor5-ui/theme/components/dialog/dialog.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-dialog-overlay { diff --git a/packages/ckeditor5-ui/theme/components/dialog/dialogactions.css b/packages/ckeditor5-ui/theme/components/dialog/dialogactions.css index 8db5039ed75..2d0f12561f0 100644 --- a/packages/ckeditor5-ui/theme/components/dialog/dialogactions.css +++ b/packages/ckeditor5-ui/theme/components/dialog/dialogactions.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-dialog { diff --git a/packages/ckeditor5-ui/theme/components/dropdown/dropdown.css b/packages/ckeditor5-ui/theme/components/dropdown/dropdown.css index f3da6685e88..86bac83219a 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/dropdown.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/dropdown.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/packages/ckeditor5-ui/theme/components/dropdown/listdropdown.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/listdropdown.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/listdropdown.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenu.css b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenu.css index 59fd86b94b0..4113ed9104e 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenu.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenu.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-dropdown-menu-list__nested-menu { diff --git a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenubutton.css b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenubutton.css index b0abdb3d2c7..9b5646563f9 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenubutton.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenubutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow { diff --git a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitem.css b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitem.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitem.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitem.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitembutton.css b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitembutton.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitembutton.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenulistitembutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenupanel.css b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenupanel.css index 7bd9b6216a1..b4d238624d5 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenupanel.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/menu/dropdownmenupanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel { diff --git a/packages/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/packages/ckeditor5-ui/theme/components/dropdown/splitbutton.css index cdd5145e66c..6d74d0fd4e3 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/splitbutton.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/splitbutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-splitbutton { diff --git a/packages/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/packages/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css index c97f0eee646..1fff537ac97 100644 --- a/packages/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css +++ b/packages/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/packages/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css +++ b/packages/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/editorui/editorui.css b/packages/ckeditor5-ui/theme/components/editorui/editorui.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/editorui/editorui.css +++ b/packages/ckeditor5-ui/theme/components/editorui/editorui.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/formheader/formheader.css b/packages/ckeditor5-ui/theme/components/formheader/formheader.css index 889bd0057ce..210b30eefa1 100644 --- a/packages/ckeditor5-ui/theme/components/formheader/formheader.css +++ b/packages/ckeditor5-ui/theme/components/formheader/formheader.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-form__header { diff --git a/packages/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/packages/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css index 96fdae485f5..2f7e18ca4bf 100644 --- a/packages/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css +++ b/packages/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-highlighted-text mark { diff --git a/packages/ckeditor5-ui/theme/components/icon/icon.css b/packages/ckeditor5-ui/theme/components/icon/icon.css index b9ff7f2a9bd..46dbebc4cb9 100644 --- a/packages/ckeditor5-ui/theme/components/icon/icon.css +++ b/packages/ckeditor5-ui/theme/components/icon/icon.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-icon { diff --git a/packages/ckeditor5-ui/theme/components/input/input.css b/packages/ckeditor5-ui/theme/components/input/input.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/input/input.css +++ b/packages/ckeditor5-ui/theme/components/input/input.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/label/label.css b/packages/ckeditor5-ui/theme/components/label/label.css index e422e45336b..c503a6e54c9 100644 --- a/packages/ckeditor5-ui/theme/components/label/label.css +++ b/packages/ckeditor5-ui/theme/components/label/label.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-label { diff --git a/packages/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/packages/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css index 018405319ad..a7e52500970 100644 --- a/packages/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css +++ b/packages/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-labeled-field-view { diff --git a/packages/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/packages/ckeditor5-ui/theme/components/labeledinput/labeledinput.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/labeledinput/labeledinput.css +++ b/packages/ckeditor5-ui/theme/components/labeledinput/labeledinput.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/list/list.css b/packages/ckeditor5-ui/theme/components/list/list.css index 499ad12d56c..72ff2bdee1b 100644 --- a/packages/ckeditor5-ui/theme/components/list/list.css +++ b/packages/ckeditor5-ui/theme/components/list/list.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../mixins/_unselectable.css"; diff --git a/packages/ckeditor5-ui/theme/components/menubar/menubar.css b/packages/ckeditor5-ui/theme/components/menubar/menubar.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/menubar/menubar.css +++ b/packages/ckeditor5-ui/theme/components/menubar/menubar.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/packages/ckeditor5-ui/theme/components/menubar/menubarmenu.css index 25827efba80..85396e1b3dc 100644 --- a/packages/ckeditor5-ui/theme/components/menubar/menubarmenu.css +++ b/packages/ckeditor5-ui/theme/components/menubar/menubarmenu.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-menu-bar__menu { diff --git a/packages/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/packages/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css index 116e66a39a9..a0cd1a96e54 100644 --- a/packages/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css +++ b/packages/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-menu-bar__menu { diff --git a/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css +++ b/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css +++ b/packages/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/packages/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css index 834c797a645..6f18c634427 100644 --- a/packages/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css +++ b/packages/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/components/panel/balloonpanel.css b/packages/ckeditor5-ui/theme/components/panel/balloonpanel.css index c277a22739e..106541e7ab9 100644 --- a/packages/ckeditor5-ui/theme/components/panel/balloonpanel.css +++ b/packages/ckeditor5-ui/theme/components/panel/balloonpanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/components/panel/balloonrotator.css b/packages/ckeditor5-ui/theme/components/panel/balloonrotator.css index 5599fc0f2e1..68d72790cf4 100644 --- a/packages/ckeditor5-ui/theme/components/panel/balloonrotator.css +++ b/packages/ckeditor5-ui/theme/components/panel/balloonrotator.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-balloon-rotator__navigation { diff --git a/packages/ckeditor5-ui/theme/components/panel/fakepanel.css b/packages/ckeditor5-ui/theme/components/panel/fakepanel.css index 25c88b7ee94..b3fc64dfd4a 100644 --- a/packages/ckeditor5-ui/theme/components/panel/fakepanel.css +++ b/packages/ckeditor5-ui/theme/components/panel/fakepanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-fake-panel { diff --git a/packages/ckeditor5-ui/theme/components/panel/stickypanel.css b/packages/ckeditor5-ui/theme/components/panel/stickypanel.css index 63d54cc6d05..00fc0d6bd64 100644 --- a/packages/ckeditor5-ui/theme/components/panel/stickypanel.css +++ b/packages/ckeditor5-ui/theme/components/panel/stickypanel.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-sticky-panel { diff --git a/packages/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/packages/ckeditor5-ui/theme/components/responsive-form/responsiveform.css index fc0f247de4a..8c491e06667 100644 --- a/packages/ckeditor5-ui/theme/components/responsive-form/responsiveform.css +++ b/packages/ckeditor5-ui/theme/components/responsive-form/responsiveform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; diff --git a/packages/ckeditor5-ui/theme/components/search/search.css b/packages/ckeditor5-ui/theme/components/search/search.css index 5e02a70c2d9..f1790d15f66 100644 --- a/packages/ckeditor5-ui/theme/components/search/search.css +++ b/packages/ckeditor5-ui/theme/components/search/search.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css"; diff --git a/packages/ckeditor5-ui/theme/components/spinner/spinner.css b/packages/ckeditor5-ui/theme/components/spinner/spinner.css index 7666f9f5c7f..d8d63c95847 100644 --- a/packages/ckeditor5-ui/theme/components/spinner/spinner.css +++ b/packages/ckeditor5-ui/theme/components/spinner/spinner.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/components/textarea/textarea.css b/packages/ckeditor5-ui/theme/components/textarea/textarea.css index 061e05951c9..9d37db7bfdc 100644 --- a/packages/ckeditor5-ui/theme/components/textarea/textarea.css +++ b/packages/ckeditor5-ui/theme/components/textarea/textarea.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* diff --git a/packages/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/packages/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css index 41266ecb87f..4f628e400a9 100644 --- a/packages/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css +++ b/packages/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-block-toolbar-button { diff --git a/packages/ckeditor5-ui/theme/components/toolbar/toolbar.css b/packages/ckeditor5-ui/theme/components/toolbar/toolbar.css index ef3ff5d0065..b1eaf2c4ff4 100644 --- a/packages/ckeditor5-ui/theme/components/toolbar/toolbar.css +++ b/packages/ckeditor5-ui/theme/components/toolbar/toolbar.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../mixins/_unselectable.css"; diff --git a/packages/ckeditor5-ui/theme/components/tooltip/tooltip.css b/packages/ckeditor5-ui/theme/components/tooltip/tooltip.css index c23ae2dfbf0..b0e6e6fb607 100644 --- a/packages/ckeditor5-ui/theme/components/tooltip/tooltip.css +++ b/packages/ckeditor5-ui/theme/components/tooltip/tooltip.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "../../mixins/_unselectable.css"; diff --git a/packages/ckeditor5-ui/theme/globals/_evaluationbadge.css b/packages/ckeditor5-ui/theme/globals/_evaluationbadge.css index 5c84ece452b..9b4f3ff7deb 100644 --- a/packages/ckeditor5-ui/theme/globals/_evaluationbadge.css +++ b/packages/ckeditor5-ui/theme/globals/_evaluationbadge.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/globals/_hidden.css b/packages/ckeditor5-ui/theme/globals/_hidden.css index feeb8e40df6..72535153383 100644 --- a/packages/ckeditor5-ui/theme/globals/_hidden.css +++ b/packages/ckeditor5-ui/theme/globals/_hidden.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/theme/globals/_poweredby.css b/packages/ckeditor5-ui/theme/globals/_poweredby.css index 5e981432214..f540d8ec630 100644 --- a/packages/ckeditor5-ui/theme/globals/_poweredby.css +++ b/packages/ckeditor5-ui/theme/globals/_poweredby.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/globals/_transition.css b/packages/ckeditor5-ui/theme/globals/_transition.css index a66cfd7d26d..04b7ff725ab 100644 --- a/packages/ckeditor5-ui/theme/globals/_transition.css +++ b/packages/ckeditor5-ui/theme/globals/_transition.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-ui/theme/globals/_zindex.css b/packages/ckeditor5-ui/theme/globals/_zindex.css index 501988b3508..a6a8cfd6080 100644 --- a/packages/ckeditor5-ui/theme/globals/_zindex.css +++ b/packages/ckeditor5-ui/theme/globals/_zindex.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-ui/theme/globals/globals.css b/packages/ckeditor5-ui/theme/globals/globals.css index 01e9921a73f..a103bfac580 100644 --- a/packages/ckeditor5-ui/theme/globals/globals.css +++ b/packages/ckeditor5-ui/theme/globals/globals.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "./_hidden.css"; diff --git a/packages/ckeditor5-ui/theme/mixins/_dir.css b/packages/ckeditor5-ui/theme/mixins/_dir.css index 513785c06fa..ecaca0890e8 100644 --- a/packages/ckeditor5-ui/theme/mixins/_dir.css +++ b/packages/ckeditor5-ui/theme/mixins/_dir.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @define-mixin ck-dir $direction { diff --git a/packages/ckeditor5-ui/theme/mixins/_mediacolors.css b/packages/ckeditor5-ui/theme/mixins/_mediacolors.css index e678502feeb..5c891ce0599 100644 --- a/packages/ckeditor5-ui/theme/mixins/_mediacolors.css +++ b/packages/ckeditor5-ui/theme/mixins/_mediacolors.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @define-mixin ck-media-forced-colors { diff --git a/packages/ckeditor5-ui/theme/mixins/_rwd.css b/packages/ckeditor5-ui/theme/mixins/_rwd.css index 3f45fb124f4..21f6c77bda0 100644 --- a/packages/ckeditor5-ui/theme/mixins/_rwd.css +++ b/packages/ckeditor5-ui/theme/mixins/_rwd.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @define-mixin ck-media-phone { diff --git a/packages/ckeditor5-ui/theme/mixins/_unselectable.css b/packages/ckeditor5-ui/theme/mixins/_unselectable.css index bf6f1c46ea9..aec9394a6ee 100644 --- a/packages/ckeditor5-ui/theme/mixins/_unselectable.css +++ b/packages/ckeditor5-ui/theme/mixins/_unselectable.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/docs/_snippets/features/undo-redo.js b/packages/ckeditor5-undo/docs/_snippets/features/undo-redo.js index 1ffbd8895ca..000fa1355fe 100644 --- a/packages/ckeditor5-undo/docs/_snippets/features/undo-redo.js +++ b/packages/ckeditor5-undo/docs/_snippets/features/undo-redo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-undo/src/augmentation.ts b/packages/ckeditor5-undo/src/augmentation.ts index 03da16e226f..5dbb9c97cda 100644 --- a/packages/ckeditor5-undo/src/augmentation.ts +++ b/packages/ckeditor5-undo/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-undo/src/basecommand.ts b/packages/ckeditor5-undo/src/basecommand.ts index 022f176b6ab..c084f79315e 100644 --- a/packages/ckeditor5-undo/src/basecommand.ts +++ b/packages/ckeditor5-undo/src/basecommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/src/index.ts b/packages/ckeditor5-undo/src/index.ts index 81363433f97..052fec9cf32 100644 --- a/packages/ckeditor5-undo/src/index.ts +++ b/packages/ckeditor5-undo/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/src/redocommand.ts b/packages/ckeditor5-undo/src/redocommand.ts index 07883bbd6fd..2a8c4b95441 100644 --- a/packages/ckeditor5-undo/src/redocommand.ts +++ b/packages/ckeditor5-undo/src/redocommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/src/undo.ts b/packages/ckeditor5-undo/src/undo.ts index e53412d58a9..5b11d3ec9be 100644 --- a/packages/ckeditor5-undo/src/undo.ts +++ b/packages/ckeditor5-undo/src/undo.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/src/undocommand.ts b/packages/ckeditor5-undo/src/undocommand.ts index 953c111729a..ac4fc9b3c8e 100644 --- a/packages/ckeditor5-undo/src/undocommand.ts +++ b/packages/ckeditor5-undo/src/undocommand.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/src/undoediting.ts b/packages/ckeditor5-undo/src/undoediting.ts index 7182487bb4c..a6f72c21a2b 100644 --- a/packages/ckeditor5-undo/src/undoediting.ts +++ b/packages/ckeditor5-undo/src/undoediting.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/src/undoui.ts b/packages/ckeditor5-undo/src/undoui.ts index 66f2317b5d1..321275aee62 100644 --- a/packages/ckeditor5-undo/src/undoui.ts +++ b/packages/ckeditor5-undo/src/undoui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-undo/tests/basecommand.js b/packages/ckeditor5-undo/tests/basecommand.js index 6e43a38684d..118852af3fb 100644 --- a/packages/ckeditor5-undo/tests/basecommand.js +++ b/packages/ckeditor5-undo/tests/basecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-undo/tests/manual/undo.js b/packages/ckeditor5-undo/tests/manual/undo.js index 09662e3ecfc..e05f73194fe 100644 --- a/packages/ckeditor5-undo/tests/manual/undo.js +++ b/packages/ckeditor5-undo/tests/manual/undo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/packages/ckeditor5-undo/tests/redocommand.js b/packages/ckeditor5-undo/tests/redocommand.js index 405e2e2d70e..73bd2a641fe 100644 --- a/packages/ckeditor5-undo/tests/redocommand.js +++ b/packages/ckeditor5-undo/tests/redocommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-undo/tests/undo.js b/packages/ckeditor5-undo/tests/undo.js index 5505adcdb1d..efe5da49730 100644 --- a/packages/ckeditor5-undo/tests/undo.js +++ b/packages/ckeditor5-undo/tests/undo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Undo from '../src/undo.js'; diff --git a/packages/ckeditor5-undo/tests/undocommand.js b/packages/ckeditor5-undo/tests/undocommand.js index 8ca93223508..0847098f8ef 100644 --- a/packages/ckeditor5-undo/tests/undocommand.js +++ b/packages/ckeditor5-undo/tests/undocommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-undo/tests/undoediting-integration.js b/packages/ckeditor5-undo/tests/undoediting-integration.js index fd48a28b7b3..f6dd3e53ed1 100644 --- a/packages/ckeditor5-undo/tests/undoediting-integration.js +++ b/packages/ckeditor5-undo/tests/undoediting-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-undo/tests/undoediting.js b/packages/ckeditor5-undo/tests/undoediting.js index d4986ef0b1a..d0c93bedaa9 100644 --- a/packages/ckeditor5-undo/tests/undoediting.js +++ b/packages/ckeditor5-undo/tests/undoediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor.js'; diff --git a/packages/ckeditor5-undo/tests/undoui.js b/packages/ckeditor5-undo/tests/undoui.js index cd7a10a39ab..7def89c8cc4 100644 --- a/packages/ckeditor5-undo/tests/undoui.js +++ b/packages/ckeditor5-undo/tests/undoui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-upload/docs/_snippets/features/base64-upload.js b/packages/ckeditor5-upload/docs/_snippets/features/base64-upload.js index 07384c21594..b5dc0fcc036 100644 --- a/packages/ckeditor5-upload/docs/_snippets/features/base64-upload.js +++ b/packages/ckeditor5-upload/docs/_snippets/features/base64-upload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-upload/src/adapters/base64uploadadapter.ts b/packages/ckeditor5-upload/src/adapters/base64uploadadapter.ts index 3933aa4901b..2e22839dcfb 100644 --- a/packages/ckeditor5-upload/src/adapters/base64uploadadapter.ts +++ b/packages/ckeditor5-upload/src/adapters/base64uploadadapter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-upload/src/adapters/simpleuploadadapter.ts b/packages/ckeditor5-upload/src/adapters/simpleuploadadapter.ts index fec6d82022f..f51be99bd87 100644 --- a/packages/ckeditor5-upload/src/adapters/simpleuploadadapter.ts +++ b/packages/ckeditor5-upload/src/adapters/simpleuploadadapter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-upload/src/augmentation.ts b/packages/ckeditor5-upload/src/augmentation.ts index dc226411824..05241f69892 100644 --- a/packages/ckeditor5-upload/src/augmentation.ts +++ b/packages/ckeditor5-upload/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-upload/src/filereader.ts b/packages/ckeditor5-upload/src/filereader.ts index f71da60826f..fab1b25c326 100644 --- a/packages/ckeditor5-upload/src/filereader.ts +++ b/packages/ckeditor5-upload/src/filereader.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-upload/src/filerepository.ts b/packages/ckeditor5-upload/src/filerepository.ts index d6feba5888c..8e46a780611 100644 --- a/packages/ckeditor5-upload/src/filerepository.ts +++ b/packages/ckeditor5-upload/src/filerepository.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-upload/src/index.ts b/packages/ckeditor5-upload/src/index.ts index 3cd8b545edf..ebc85c8f440 100644 --- a/packages/ckeditor5-upload/src/index.ts +++ b/packages/ckeditor5-upload/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-upload/src/uploadconfig.ts b/packages/ckeditor5-upload/src/uploadconfig.ts index 185b3d8ee09..14ee5b951da 100644 --- a/packages/ckeditor5-upload/src/uploadconfig.ts +++ b/packages/ckeditor5-upload/src/uploadconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-upload/tests/_utils/mocks.js b/packages/ckeditor5-upload/tests/_utils/mocks.js index c9f77a09b49..773e321936b 100644 --- a/packages/ckeditor5-upload/tests/_utils/mocks.js +++ b/packages/ckeditor5-upload/tests/_utils/mocks.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Plugin from '@ckeditor/ckeditor5-core/src/plugin.js'; diff --git a/packages/ckeditor5-upload/tests/adapters/base64uploadadapter.js b/packages/ckeditor5-upload/tests/adapters/base64uploadadapter.js index 3166529d875..2030ca2f1a9 100644 --- a/packages/ckeditor5-upload/tests/adapters/base64uploadadapter.js +++ b/packages/ckeditor5-upload/tests/adapters/base64uploadadapter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, setTimeout */ diff --git a/packages/ckeditor5-upload/tests/adapters/simpleuploadadapter.js b/packages/ckeditor5-upload/tests/adapters/simpleuploadadapter.js index a965240611d..30fe6732cab 100644 --- a/packages/ckeditor5-upload/tests/adapters/simpleuploadadapter.js +++ b/packages/ckeditor5-upload/tests/adapters/simpleuploadadapter.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console */ diff --git a/packages/ckeditor5-upload/tests/filereader.js b/packages/ckeditor5-upload/tests/filereader.js index ffc845633a9..95d1e983d20 100644 --- a/packages/ckeditor5-upload/tests/filereader.js +++ b/packages/ckeditor5-upload/tests/filereader.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-upload/tests/filerepository.js b/packages/ckeditor5-upload/tests/filerepository.js index 15c9dea2adf..023a826f912 100644 --- a/packages/ckeditor5-upload/tests/filerepository.js +++ b/packages/ckeditor5-upload/tests/filerepository.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, console */ diff --git a/packages/ckeditor5-utils/src/abortabledebounce.ts b/packages/ckeditor5-utils/src/abortabledebounce.ts index 1721ef37b30..2604308437b 100644 --- a/packages/ckeditor5-utils/src/abortabledebounce.ts +++ b/packages/ckeditor5-utils/src/abortabledebounce.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/areconnectedthroughproperties.ts b/packages/ckeditor5-utils/src/areconnectedthroughproperties.ts index 44edb340035..b26ccabf2a6 100644 --- a/packages/ckeditor5-utils/src/areconnectedthroughproperties.ts +++ b/packages/ckeditor5-utils/src/areconnectedthroughproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/ckeditorerror.ts b/packages/ckeditor5-utils/src/ckeditorerror.ts index 6e491e8d59e..0038fcb6845 100644 --- a/packages/ckeditor5-utils/src/ckeditorerror.ts +++ b/packages/ckeditor5-utils/src/ckeditorerror.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/collection.ts b/packages/ckeditor5-utils/src/collection.ts index 0c1069ece5a..6ea197a5584 100644 --- a/packages/ckeditor5-utils/src/collection.ts +++ b/packages/ckeditor5-utils/src/collection.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/comparearrays.ts b/packages/ckeditor5-utils/src/comparearrays.ts index b8f86220037..b5245cdb9ad 100644 --- a/packages/ckeditor5-utils/src/comparearrays.ts +++ b/packages/ckeditor5-utils/src/comparearrays.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/config.ts b/packages/ckeditor5-utils/src/config.ts index 66b703a3303..632293490ab 100644 --- a/packages/ckeditor5-utils/src/config.ts +++ b/packages/ckeditor5-utils/src/config.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/count.ts b/packages/ckeditor5-utils/src/count.ts index 702e7d2a50c..30c19fe9470 100644 --- a/packages/ckeditor5-utils/src/count.ts +++ b/packages/ckeditor5-utils/src/count.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/crc32.ts b/packages/ckeditor5-utils/src/crc32.ts index 4734b638a5d..577b67dca0f 100644 --- a/packages/ckeditor5-utils/src/crc32.ts +++ b/packages/ckeditor5-utils/src/crc32.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/delay.ts b/packages/ckeditor5-utils/src/delay.ts index 436009951f1..9fae292b41e 100644 --- a/packages/ckeditor5-utils/src/delay.ts +++ b/packages/ckeditor5-utils/src/delay.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/diff.ts b/packages/ckeditor5-utils/src/diff.ts index 542553a5e20..b73805c3c78 100644 --- a/packages/ckeditor5-utils/src/diff.ts +++ b/packages/ckeditor5-utils/src/diff.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/difftochanges.ts b/packages/ckeditor5-utils/src/difftochanges.ts index 79f82218d05..b270e4eb930 100644 --- a/packages/ckeditor5-utils/src/difftochanges.ts +++ b/packages/ckeditor5-utils/src/difftochanges.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { DiffResult } from './diff.js'; diff --git a/packages/ckeditor5-utils/src/dom/createelement.ts b/packages/ckeditor5-utils/src/dom/createelement.ts index 74bac58bf61..cec4ca65546 100644 --- a/packages/ckeditor5-utils/src/dom/createelement.ts +++ b/packages/ckeditor5-utils/src/dom/createelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/emittermixin.ts b/packages/ckeditor5-utils/src/dom/emittermixin.ts index f19cd95b386..7e2e26e0a48 100644 --- a/packages/ckeditor5-utils/src/dom/emittermixin.ts +++ b/packages/ckeditor5-utils/src/dom/emittermixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/findclosestscrollableancestor.ts b/packages/ckeditor5-utils/src/dom/findclosestscrollableancestor.ts index 0f29a0a68a9..af4dc9f6bc8 100644 --- a/packages/ckeditor5-utils/src/dom/findclosestscrollableancestor.ts +++ b/packages/ckeditor5-utils/src/dom/findclosestscrollableancestor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/getancestors.ts b/packages/ckeditor5-utils/src/dom/getancestors.ts index 60f0d8e51e6..8badf6ba2ac 100644 --- a/packages/ckeditor5-utils/src/dom/getancestors.ts +++ b/packages/ckeditor5-utils/src/dom/getancestors.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Node */ diff --git a/packages/ckeditor5-utils/src/dom/getborderwidths.ts b/packages/ckeditor5-utils/src/dom/getborderwidths.ts index 2aafdf65d1b..9deec070d8a 100644 --- a/packages/ckeditor5-utils/src/dom/getborderwidths.ts +++ b/packages/ckeditor5-utils/src/dom/getborderwidths.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/getcommonancestor.ts b/packages/ckeditor5-utils/src/dom/getcommonancestor.ts index 9864b3c6aa8..a8efff59cfc 100644 --- a/packages/ckeditor5-utils/src/dom/getcommonancestor.ts +++ b/packages/ckeditor5-utils/src/dom/getcommonancestor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/getdatafromelement.ts b/packages/ckeditor5-utils/src/dom/getdatafromelement.ts index a0f07620f78..0bf5510b67c 100644 --- a/packages/ckeditor5-utils/src/dom/getdatafromelement.ts +++ b/packages/ckeditor5-utils/src/dom/getdatafromelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals HTMLTextAreaElement */ diff --git a/packages/ckeditor5-utils/src/dom/getpositionedancestor.ts b/packages/ckeditor5-utils/src/dom/getpositionedancestor.ts index ec6ccbd399b..ae34c20d0dd 100644 --- a/packages/ckeditor5-utils/src/dom/getpositionedancestor.ts +++ b/packages/ckeditor5-utils/src/dom/getpositionedancestor.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/getrangefrommouseevent.ts b/packages/ckeditor5-utils/src/dom/getrangefrommouseevent.ts index bb378aafed6..e2d59538aae 100644 --- a/packages/ckeditor5-utils/src/dom/getrangefrommouseevent.ts +++ b/packages/ckeditor5-utils/src/dom/getrangefrommouseevent.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/global.ts b/packages/ckeditor5-utils/src/dom/global.ts index 52d383b0011..f6a02b2f156 100644 --- a/packages/ckeditor5-utils/src/dom/global.ts +++ b/packages/ckeditor5-utils/src/dom/global.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document */ diff --git a/packages/ckeditor5-utils/src/dom/indexof.ts b/packages/ckeditor5-utils/src/dom/indexof.ts index 560113e7e89..cd0511e44f8 100644 --- a/packages/ckeditor5-utils/src/dom/indexof.ts +++ b/packages/ckeditor5-utils/src/dom/indexof.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/insertat.ts b/packages/ckeditor5-utils/src/dom/insertat.ts index c87bb2f62e3..a61b84c30c5 100644 --- a/packages/ckeditor5-utils/src/dom/insertat.ts +++ b/packages/ckeditor5-utils/src/dom/insertat.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/iscomment.ts b/packages/ckeditor5-utils/src/dom/iscomment.ts index 3e37f782c9d..e229ac1ad8f 100644 --- a/packages/ckeditor5-utils/src/dom/iscomment.ts +++ b/packages/ckeditor5-utils/src/dom/iscomment.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals Node */ diff --git a/packages/ckeditor5-utils/src/dom/isnode.ts b/packages/ckeditor5-utils/src/dom/isnode.ts index a9cf56bb1e0..6e5bc6e4825 100644 --- a/packages/ckeditor5-utils/src/dom/isnode.ts +++ b/packages/ckeditor5-utils/src/dom/isnode.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/isrange.ts b/packages/ckeditor5-utils/src/dom/isrange.ts index 80a92116608..2b4f4ce598d 100644 --- a/packages/ckeditor5-utils/src/dom/isrange.ts +++ b/packages/ckeditor5-utils/src/dom/isrange.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/istext.ts b/packages/ckeditor5-utils/src/dom/istext.ts index 92d618bbad8..2671d0d4395 100644 --- a/packages/ckeditor5-utils/src/dom/istext.ts +++ b/packages/ckeditor5-utils/src/dom/istext.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/isvalidattributename.ts b/packages/ckeditor5-utils/src/dom/isvalidattributename.ts index fdbfb2a1eba..4260f999e2e 100644 --- a/packages/ckeditor5-utils/src/dom/isvalidattributename.ts +++ b/packages/ckeditor5-utils/src/dom/isvalidattributename.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/isvisible.ts b/packages/ckeditor5-utils/src/dom/isvisible.ts index 2455be1ac64..8f98ae5e6c9 100644 --- a/packages/ckeditor5-utils/src/dom/isvisible.ts +++ b/packages/ckeditor5-utils/src/dom/isvisible.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/iswindow.ts b/packages/ckeditor5-utils/src/dom/iswindow.ts index 6815536cfc9..320b143eaea 100644 --- a/packages/ckeditor5-utils/src/dom/iswindow.ts +++ b/packages/ckeditor5-utils/src/dom/iswindow.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/position.ts b/packages/ckeditor5-utils/src/dom/position.ts index e014b5441f0..bfbbad6d50c 100644 --- a/packages/ckeditor5-utils/src/dom/position.ts +++ b/packages/ckeditor5-utils/src/dom/position.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/rect.ts b/packages/ckeditor5-utils/src/dom/rect.ts index 4d9a4d16e3d..b12cfa191c6 100644 --- a/packages/ckeditor5-utils/src/dom/rect.ts +++ b/packages/ckeditor5-utils/src/dom/rect.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/remove.ts b/packages/ckeditor5-utils/src/dom/remove.ts index 2da066beed6..a08f1cc2742 100644 --- a/packages/ckeditor5-utils/src/dom/remove.ts +++ b/packages/ckeditor5-utils/src/dom/remove.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/resizeobserver.ts b/packages/ckeditor5-utils/src/dom/resizeobserver.ts index d74c33cd99c..9d8c3a71a2d 100644 --- a/packages/ckeditor5-utils/src/dom/resizeobserver.ts +++ b/packages/ckeditor5-utils/src/dom/resizeobserver.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/scroll.ts b/packages/ckeditor5-utils/src/dom/scroll.ts index 16655c0960c..41cfc6fe93d 100644 --- a/packages/ckeditor5-utils/src/dom/scroll.ts +++ b/packages/ckeditor5-utils/src/dom/scroll.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/setdatainelement.ts b/packages/ckeditor5-utils/src/dom/setdatainelement.ts index dbfb8ee583e..bf16ab870df 100644 --- a/packages/ckeditor5-utils/src/dom/setdatainelement.ts +++ b/packages/ckeditor5-utils/src/dom/setdatainelement.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/dom/tounit.ts b/packages/ckeditor5-utils/src/dom/tounit.ts index 367c87929b2..9dbd9ab9fd6 100644 --- a/packages/ckeditor5-utils/src/dom/tounit.ts +++ b/packages/ckeditor5-utils/src/dom/tounit.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/elementreplacer.ts b/packages/ckeditor5-utils/src/elementreplacer.ts index d5980c2db80..b9aa74b459b 100644 --- a/packages/ckeditor5-utils/src/elementreplacer.ts +++ b/packages/ckeditor5-utils/src/elementreplacer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/emittermixin.ts b/packages/ckeditor5-utils/src/emittermixin.ts index 4e682977b95..5e86c74486a 100644 --- a/packages/ckeditor5-utils/src/emittermixin.ts +++ b/packages/ckeditor5-utils/src/emittermixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/env.ts b/packages/ckeditor5-utils/src/env.ts index 8675ab48583..0d3f828736f 100644 --- a/packages/ckeditor5-utils/src/env.ts +++ b/packages/ckeditor5-utils/src/env.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals navigator:false */ diff --git a/packages/ckeditor5-utils/src/eventinfo.ts b/packages/ckeditor5-utils/src/eventinfo.ts index 7d594a32d1e..baa2d2c71ab 100644 --- a/packages/ckeditor5-utils/src/eventinfo.ts +++ b/packages/ckeditor5-utils/src/eventinfo.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/fastdiff.ts b/packages/ckeditor5-utils/src/fastdiff.ts index 543b5abcabb..3e90159b68a 100644 --- a/packages/ckeditor5-utils/src/fastdiff.ts +++ b/packages/ckeditor5-utils/src/fastdiff.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { DiffResult } from './diff.js'; diff --git a/packages/ckeditor5-utils/src/first.ts b/packages/ckeditor5-utils/src/first.ts index 4dc993e32ee..0d33adcc503 100644 --- a/packages/ckeditor5-utils/src/first.ts +++ b/packages/ckeditor5-utils/src/first.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/focustracker.ts b/packages/ckeditor5-utils/src/focustracker.ts index 7b049e29d2a..74b1ccf5bd1 100644 --- a/packages/ckeditor5-utils/src/focustracker.ts +++ b/packages/ckeditor5-utils/src/focustracker.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global setTimeout, clearTimeout */ diff --git a/packages/ckeditor5-utils/src/index.ts b/packages/ckeditor5-utils/src/index.ts index 3a545157808..b521ec31358 100644 --- a/packages/ckeditor5-utils/src/index.ts +++ b/packages/ckeditor5-utils/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/inserttopriorityarray.ts b/packages/ckeditor5-utils/src/inserttopriorityarray.ts index afca0d279f2..789672ff46b 100644 --- a/packages/ckeditor5-utils/src/inserttopriorityarray.ts +++ b/packages/ckeditor5-utils/src/inserttopriorityarray.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import priorities, { type PriorityString } from './priorities.js'; diff --git a/packages/ckeditor5-utils/src/isiterable.ts b/packages/ckeditor5-utils/src/isiterable.ts index ea37ab02d74..87197e27955 100644 --- a/packages/ckeditor5-utils/src/isiterable.ts +++ b/packages/ckeditor5-utils/src/isiterable.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/keyboard.ts b/packages/ckeditor5-utils/src/keyboard.ts index 4b7c629d4a8..3d98d23cafc 100644 --- a/packages/ckeditor5-utils/src/keyboard.ts +++ b/packages/ckeditor5-utils/src/keyboard.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/keystrokehandler.ts b/packages/ckeditor5-utils/src/keystrokehandler.ts index 67d83ed5862..f78da2ce06e 100644 --- a/packages/ckeditor5-utils/src/keystrokehandler.ts +++ b/packages/ckeditor5-utils/src/keystrokehandler.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/language.ts b/packages/ckeditor5-utils/src/language.ts index 9e3a0f33526..30fc4426632 100644 --- a/packages/ckeditor5-utils/src/language.ts +++ b/packages/ckeditor5-utils/src/language.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/locale.ts b/packages/ckeditor5-utils/src/locale.ts index 8b49fb3e993..25ea999e390 100644 --- a/packages/ckeditor5-utils/src/locale.ts +++ b/packages/ckeditor5-utils/src/locale.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/mapsequal.ts b/packages/ckeditor5-utils/src/mapsequal.ts index 4313c16ecb5..d3fcf785475 100644 --- a/packages/ckeditor5-utils/src/mapsequal.ts +++ b/packages/ckeditor5-utils/src/mapsequal.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/mix.ts b/packages/ckeditor5-utils/src/mix.ts index 4c1fd250f3b..95c1cd50603 100644 --- a/packages/ckeditor5-utils/src/mix.ts +++ b/packages/ckeditor5-utils/src/mix.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/nth.ts b/packages/ckeditor5-utils/src/nth.ts index 4512741501e..afacf2f3a26 100644 --- a/packages/ckeditor5-utils/src/nth.ts +++ b/packages/ckeditor5-utils/src/nth.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/objecttomap.ts b/packages/ckeditor5-utils/src/objecttomap.ts index 8e11f787b9c..ad9718032b6 100644 --- a/packages/ckeditor5-utils/src/objecttomap.ts +++ b/packages/ckeditor5-utils/src/objecttomap.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/observablemixin.ts b/packages/ckeditor5-utils/src/observablemixin.ts index 7df48c083a0..289b799538f 100644 --- a/packages/ckeditor5-utils/src/observablemixin.ts +++ b/packages/ckeditor5-utils/src/observablemixin.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable @typescript-eslint/unified-signatures */ diff --git a/packages/ckeditor5-utils/src/parsebase64encodedobject.ts b/packages/ckeditor5-utils/src/parsebase64encodedobject.ts index a3ed488462a..7394aece48f 100644 --- a/packages/ckeditor5-utils/src/parsebase64encodedobject.ts +++ b/packages/ckeditor5-utils/src/parsebase64encodedobject.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/priorities.ts b/packages/ckeditor5-utils/src/priorities.ts index e83c1ba9abb..c0612a7c619 100644 --- a/packages/ckeditor5-utils/src/priorities.ts +++ b/packages/ckeditor5-utils/src/priorities.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/retry.ts b/packages/ckeditor5-utils/src/retry.ts index 458a6a20313..8fb4ebbc5b1 100644 --- a/packages/ckeditor5-utils/src/retry.ts +++ b/packages/ckeditor5-utils/src/retry.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/splicearray.ts b/packages/ckeditor5-utils/src/splicearray.ts index 1f8c44679f2..9d740b74f23 100644 --- a/packages/ckeditor5-utils/src/splicearray.ts +++ b/packages/ckeditor5-utils/src/splicearray.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/spy.ts b/packages/ckeditor5-utils/src/spy.ts index 5d44d321ccc..a915c05fc33 100644 --- a/packages/ckeditor5-utils/src/spy.ts +++ b/packages/ckeditor5-utils/src/spy.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/toarray.ts b/packages/ckeditor5-utils/src/toarray.ts index 5bce58f21a8..ba001219989 100644 --- a/packages/ckeditor5-utils/src/toarray.ts +++ b/packages/ckeditor5-utils/src/toarray.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/tomap.ts b/packages/ckeditor5-utils/src/tomap.ts index 838a8548527..b0cf0d02e66 100644 --- a/packages/ckeditor5-utils/src/tomap.ts +++ b/packages/ckeditor5-utils/src/tomap.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/translation-service.ts b/packages/ckeditor5-utils/src/translation-service.ts index 81c35a3b74f..4e98852af34 100644 --- a/packages/ckeditor5-utils/src/translation-service.ts +++ b/packages/ckeditor5-utils/src/translation-service.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable no-var */ diff --git a/packages/ckeditor5-utils/src/uid.ts b/packages/ckeditor5-utils/src/uid.ts index b4b44cddaa1..7a1a1ee15b0 100644 --- a/packages/ckeditor5-utils/src/uid.ts +++ b/packages/ckeditor5-utils/src/uid.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/unicode.ts b/packages/ckeditor5-utils/src/unicode.ts index 8c7c7d1a48c..47d04b11677 100644 --- a/packages/ckeditor5-utils/src/unicode.ts +++ b/packages/ckeditor5-utils/src/unicode.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/version.ts b/packages/ckeditor5-utils/src/version.ts index 2c9c5b77448..c3d7be2baf8 100644 --- a/packages/ckeditor5-utils/src/version.ts +++ b/packages/ckeditor5-utils/src/version.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/src/wait.ts b/packages/ckeditor5-utils/src/wait.ts index d36807c1665..4cf945f4fe0 100644 --- a/packages/ckeditor5-utils/src/wait.ts +++ b/packages/ckeditor5-utils/src/wait.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/tests/_utils-tests/longtext.js b/packages/ckeditor5-utils/tests/_utils-tests/longtext.js index 3ecfce37ee2..eed5dba739e 100644 --- a/packages/ckeditor5-utils/tests/_utils-tests/longtext.js +++ b/packages/ckeditor5-utils/tests/_utils-tests/longtext.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import getLongText from '../../tests/_utils/longtext.js'; diff --git a/packages/ckeditor5-utils/tests/_utils-tests/normalizehtml.js b/packages/ckeditor5-utils/tests/_utils-tests/normalizehtml.js index f95e8508ad4..0150d708961 100644 --- a/packages/ckeditor5-utils/tests/_utils-tests/normalizehtml.js +++ b/packages/ckeditor5-utils/tests/_utils-tests/normalizehtml.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import normalizeHtml from '../../tests/_utils/normalizehtml.js'; diff --git a/packages/ckeditor5-utils/tests/_utils-tests/rectdrawer.js b/packages/ckeditor5-utils/tests/_utils-tests/rectdrawer.js index ec9e5b402c2..810e2754fd0 100644 --- a/packages/ckeditor5-utils/tests/_utils-tests/rectdrawer.js +++ b/packages/ckeditor5-utils/tests/_utils-tests/rectdrawer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/_utils-tests/utils.js b/packages/ckeditor5-utils/tests/_utils-tests/utils.js index 26c47897504..17cffe4ae75 100644 --- a/packages/ckeditor5-utils/tests/_utils-tests/utils.js +++ b/packages/ckeditor5-utils/tests/_utils-tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-utils/tests/_utils/locale-mock.js b/packages/ckeditor5-utils/tests/_utils/locale-mock.js index 1025404464f..aec5d508eb6 100644 --- a/packages/ckeditor5-utils/tests/_utils/locale-mock.js +++ b/packages/ckeditor5-utils/tests/_utils/locale-mock.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-utils/tests/_utils/longtext.js b/packages/ckeditor5-utils/tests/_utils/longtext.js index 1e18a86faab..e6a68b09cc6 100644 --- a/packages/ckeditor5-utils/tests/_utils/longtext.js +++ b/packages/ckeditor5-utils/tests/_utils/longtext.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import longtext from './longtext.txt'; diff --git a/packages/ckeditor5-utils/tests/_utils/normalizehtml.js b/packages/ckeditor5-utils/tests/_utils/normalizehtml.js index ac59c6d273f..4e95f888927 100644 --- a/packages/ckeditor5-utils/tests/_utils/normalizehtml.js +++ b/packages/ckeditor5-utils/tests/_utils/normalizehtml.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js'; diff --git a/packages/ckeditor5-utils/tests/_utils/rectdrawer.js b/packages/ckeditor5-utils/tests/_utils/rectdrawer.js index e3effbec178..8bbddf26676 100644 --- a/packages/ckeditor5-utils/tests/_utils/rectdrawer.js +++ b/packages/ckeditor5-utils/tests/_utils/rectdrawer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import global from '../../src/dom/global.js'; diff --git a/packages/ckeditor5-utils/tests/_utils/scroll.ts b/packages/ckeditor5-utils/tests/_utils/scroll.ts index 920d34bf364..c7f2fb6dcde 100644 --- a/packages/ckeditor5-utils/tests/_utils/scroll.ts +++ b/packages/ckeditor5-utils/tests/_utils/scroll.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import isRange from '../../src/dom/isrange.js'; diff --git a/packages/ckeditor5-utils/tests/_utils/utils.js b/packages/ckeditor5-utils/tests/_utils/utils.js index 3b20eefaf02..9c5ec6a0644 100644 --- a/packages/ckeditor5-utils/tests/_utils/utils.js +++ b/packages/ckeditor5-utils/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console:false */ diff --git a/packages/ckeditor5-utils/tests/abortabledebounce.js b/packages/ckeditor5-utils/tests/abortabledebounce.js index e80a94db122..a77d6074f6b 100644 --- a/packages/ckeditor5-utils/tests/abortabledebounce.js +++ b/packages/ckeditor5-utils/tests/abortabledebounce.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals AbortSignal, DOMException */ diff --git a/packages/ckeditor5-utils/tests/areconnectedthroughproperties.js b/packages/ckeditor5-utils/tests/areconnectedthroughproperties.js index bc9b4d30f02..87a08327f7b 100644 --- a/packages/ckeditor5-utils/tests/areconnectedthroughproperties.js +++ b/packages/ckeditor5-utils/tests/areconnectedthroughproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, Event */ diff --git a/packages/ckeditor5-utils/tests/ckeditorerror.js b/packages/ckeditor5-utils/tests/ckeditorerror.js index 44b799d0ea9..62e40a68740 100644 --- a/packages/ckeditor5-utils/tests/ckeditorerror.js +++ b/packages/ckeditor5-utils/tests/ckeditorerror.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable ckeditor5-rules/ckeditor-error-message */ diff --git a/packages/ckeditor5-utils/tests/collection.js b/packages/ckeditor5-utils/tests/collection.js index 4ac637fe0a4..de012799e4e 100644 --- a/packages/ckeditor5-utils/tests/collection.js +++ b/packages/ckeditor5-utils/tests/collection.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-utils/tests/comparearrays.js b/packages/ckeditor5-utils/tests/comparearrays.js index 28ec49ce504..84c27e721bf 100644 --- a/packages/ckeditor5-utils/tests/comparearrays.js +++ b/packages/ckeditor5-utils/tests/comparearrays.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import compareArrays from '../src/comparearrays.js'; diff --git a/packages/ckeditor5-utils/tests/config.js b/packages/ckeditor5-utils/tests/config.js index 84e3d01ef71..d3aff8dee99 100644 --- a/packages/ckeditor5-utils/tests/config.js +++ b/packages/ckeditor5-utils/tests/config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/count.js b/packages/ckeditor5-utils/tests/count.js index ee7cf7025e7..e2e3d7b1da8 100644 --- a/packages/ckeditor5-utils/tests/count.js +++ b/packages/ckeditor5-utils/tests/count.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import count from '../src/count.js'; diff --git a/packages/ckeditor5-utils/tests/crc32.js b/packages/ckeditor5-utils/tests/crc32.js index b263fa85cca..1757432ea69 100644 --- a/packages/ckeditor5-utils/tests/crc32.js +++ b/packages/ckeditor5-utils/tests/crc32.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import crc32 from '../src/crc32.js'; diff --git a/packages/ckeditor5-utils/tests/delay.js b/packages/ckeditor5-utils/tests/delay.js index b717b21f6e7..268ebbee7c4 100644 --- a/packages/ckeditor5-utils/tests/delay.js +++ b/packages/ckeditor5-utils/tests/delay.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import delay from '../src/delay.js'; diff --git a/packages/ckeditor5-utils/tests/diff.js b/packages/ckeditor5-utils/tests/diff.js index ef590c3b0f2..aa39e1d8d4f 100644 --- a/packages/ckeditor5-utils/tests/diff.js +++ b/packages/ckeditor5-utils/tests/diff.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import diff from '../src/diff.js'; diff --git a/packages/ckeditor5-utils/tests/difftochanges.js b/packages/ckeditor5-utils/tests/difftochanges.js index f9988d46ca3..81fcc397ece 100644 --- a/packages/ckeditor5-utils/tests/difftochanges.js +++ b/packages/ckeditor5-utils/tests/difftochanges.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import diff from '../src/diff.js'; diff --git a/packages/ckeditor5-utils/tests/dom/createelement.js b/packages/ckeditor5-utils/tests/dom/createelement.js index 6dbb7274cf7..4738a756847 100644 --- a/packages/ckeditor5-utils/tests/dom/createelement.js +++ b/packages/ckeditor5-utils/tests/dom/createelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/emittermixin.js b/packages/ckeditor5-utils/tests/dom/emittermixin.js index 8d8d563c427..48c497d6639 100644 --- a/packages/ckeditor5-utils/tests/dom/emittermixin.js +++ b/packages/ckeditor5-utils/tests/dom/emittermixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable new-cap */ diff --git a/packages/ckeditor5-utils/tests/dom/findclosestscrollableancestor.js b/packages/ckeditor5-utils/tests/dom/findclosestscrollableancestor.js index 9574953d3a6..241f40ebcb6 100644 --- a/packages/ckeditor5-utils/tests/dom/findclosestscrollableancestor.js +++ b/packages/ckeditor5-utils/tests/dom/findclosestscrollableancestor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/getancestors.js b/packages/ckeditor5-utils/tests/dom/getancestors.js index a765d6a5bdf..e5296e65bb8 100644 --- a/packages/ckeditor5-utils/tests/dom/getancestors.js +++ b/packages/ckeditor5-utils/tests/dom/getancestors.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/getborderwidths.js b/packages/ckeditor5-utils/tests/dom/getborderwidths.js index 49c8980b3d6..3ba5f24aed7 100644 --- a/packages/ckeditor5-utils/tests/dom/getborderwidths.js +++ b/packages/ckeditor5-utils/tests/dom/getborderwidths.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import getBorderWidths from '../../src/dom/getborderwidths.js'; diff --git a/packages/ckeditor5-utils/tests/dom/getcommonancestor.js b/packages/ckeditor5-utils/tests/dom/getcommonancestor.js index fed254bcd84..e6f3bab94e7 100644 --- a/packages/ckeditor5-utils/tests/dom/getcommonancestor.js +++ b/packages/ckeditor5-utils/tests/dom/getcommonancestor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/getdatafromelement.js b/packages/ckeditor5-utils/tests/dom/getdatafromelement.js index edb6645823c..4588fa78a87 100644 --- a/packages/ckeditor5-utils/tests/dom/getdatafromelement.js +++ b/packages/ckeditor5-utils/tests/dom/getdatafromelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/getpositionedancestor.js b/packages/ckeditor5-utils/tests/dom/getpositionedancestor.js index 95e8aba442b..a41f76bceda 100644 --- a/packages/ckeditor5-utils/tests/dom/getpositionedancestor.js +++ b/packages/ckeditor5-utils/tests/dom/getpositionedancestor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/dom/getrangefrommouseevent.js b/packages/ckeditor5-utils/tests/dom/getrangefrommouseevent.js index d94f05a67c7..62e21f157e6 100644 --- a/packages/ckeditor5-utils/tests/dom/getrangefrommouseevent.js +++ b/packages/ckeditor5-utils/tests/dom/getrangefrommouseevent.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import getRangeFromMouseEvent from '../../src/dom/getrangefrommouseevent.js'; diff --git a/packages/ckeditor5-utils/tests/dom/global.js b/packages/ckeditor5-utils/tests/dom/global.js index 951051212aa..38ff9908e6b 100644 --- a/packages/ckeditor5-utils/tests/dom/global.js +++ b/packages/ckeditor5-utils/tests/dom/global.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document */ diff --git a/packages/ckeditor5-utils/tests/dom/indexof.js b/packages/ckeditor5-utils/tests/dom/indexof.js index 6083a292ea2..85ff1b8eb90 100644 --- a/packages/ckeditor5-utils/tests/dom/indexof.js +++ b/packages/ckeditor5-utils/tests/dom/indexof.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/insertat.js b/packages/ckeditor5-utils/tests/dom/insertat.js index c7d60fa4a1f..5a423ab15cb 100644 --- a/packages/ckeditor5-utils/tests/dom/insertat.js +++ b/packages/ckeditor5-utils/tests/dom/insertat.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/iscomment.js b/packages/ckeditor5-utils/tests/dom/iscomment.js index 003d3328c1a..384ffe78405 100644 --- a/packages/ckeditor5-utils/tests/dom/iscomment.js +++ b/packages/ckeditor5-utils/tests/dom/iscomment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/dom/isdomnode.js b/packages/ckeditor5-utils/tests/dom/isdomnode.js index c62d0d8a182..da99cb106eb 100644 --- a/packages/ckeditor5-utils/tests/dom/isdomnode.js +++ b/packages/ckeditor5-utils/tests/dom/isdomnode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-utils/tests/dom/isrange.js b/packages/ckeditor5-utils/tests/dom/isrange.js index f35f3f544d6..2e757a2d28d 100644 --- a/packages/ckeditor5-utils/tests/dom/isrange.js +++ b/packages/ckeditor5-utils/tests/dom/isrange.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global Range */ diff --git a/packages/ckeditor5-utils/tests/dom/istext.js b/packages/ckeditor5-utils/tests/dom/istext.js index 596643704e9..e12e3902fcf 100644 --- a/packages/ckeditor5-utils/tests/dom/istext.js +++ b/packages/ckeditor5-utils/tests/dom/istext.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Text */ diff --git a/packages/ckeditor5-utils/tests/dom/isvalidattributename.js b/packages/ckeditor5-utils/tests/dom/isvalidattributename.js index acf67d66f1e..dc03c703e66 100644 --- a/packages/ckeditor5-utils/tests/dom/isvalidattributename.js +++ b/packages/ckeditor5-utils/tests/dom/isvalidattributename.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import isValidAttributeName from '../../src/dom/isvalidattributename.js'; diff --git a/packages/ckeditor5-utils/tests/dom/isvisible.js b/packages/ckeditor5-utils/tests/dom/isvisible.js index 32489e98b51..97f17bdd4f7 100644 --- a/packages/ckeditor5-utils/tests/dom/isvisible.js +++ b/packages/ckeditor5-utils/tests/dom/isvisible.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/dom/iswindow.js b/packages/ckeditor5-utils/tests/dom/iswindow.js index b6cc6ac618d..ddb007a4239 100644 --- a/packages/ckeditor5-utils/tests/dom/iswindow.js +++ b/packages/ckeditor5-utils/tests/dom/iswindow.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/packages/ckeditor5-utils/tests/dom/position.js b/packages/ckeditor5-utils/tests/dom/position.js index d1bcb29d952..52a1f641d5b 100644 --- a/packages/ckeditor5-utils/tests/dom/position.js +++ b/packages/ckeditor5-utils/tests/dom/position.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-utils/tests/dom/rect.js b/packages/ckeditor5-utils/tests/dom/rect.js index f00aef4e72c..46ae07913bf 100644 --- a/packages/ckeditor5-utils/tests/dom/rect.js +++ b/packages/ckeditor5-utils/tests/dom/rect.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document, console */ diff --git a/packages/ckeditor5-utils/tests/dom/remove.js b/packages/ckeditor5-utils/tests/dom/remove.js index 92b2bbea311..64d8b649482 100644 --- a/packages/ckeditor5-utils/tests/dom/remove.js +++ b/packages/ckeditor5-utils/tests/dom/remove.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/resizeobserver.js b/packages/ckeditor5-utils/tests/dom/resizeobserver.js index 5e29765573b..1e16fbebaab 100644 --- a/packages/ckeditor5-utils/tests/dom/resizeobserver.js +++ b/packages/ckeditor5-utils/tests/dom/resizeobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/scroll.js b/packages/ckeditor5-utils/tests/dom/scroll.js index bdc5d5b2a51..7ea8ebe86f0 100644 --- a/packages/ckeditor5-utils/tests/dom/scroll.js +++ b/packages/ckeditor5-utils/tests/dom/scroll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document, Text */ diff --git a/packages/ckeditor5-utils/tests/dom/setdatainelement.js b/packages/ckeditor5-utils/tests/dom/setdatainelement.js index f2cdff7bd4d..39917057602 100644 --- a/packages/ckeditor5-utils/tests/dom/setdatainelement.js +++ b/packages/ckeditor5-utils/tests/dom/setdatainelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/dom/tounit.js b/packages/ckeditor5-utils/tests/dom/tounit.js index 4a8ea437755..8a16b80db83 100644 --- a/packages/ckeditor5-utils/tests/dom/tounit.js +++ b/packages/ckeditor5-utils/tests/dom/tounit.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import toUnit from '../../src/dom/tounit.js'; diff --git a/packages/ckeditor5-utils/tests/elementreplacer.js b/packages/ckeditor5-utils/tests/elementreplacer.js index 79dade6a7bb..1caf5875aab 100644 --- a/packages/ckeditor5-utils/tests/elementreplacer.js +++ b/packages/ckeditor5-utils/tests/elementreplacer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-utils/tests/emittermixin.js b/packages/ckeditor5-utils/tests/emittermixin.js index a50539f86b6..a80587eaab6 100644 --- a/packages/ckeditor5-utils/tests/emittermixin.js +++ b/packages/ckeditor5-utils/tests/emittermixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable new-cap */ diff --git a/packages/ckeditor5-utils/tests/env.js b/packages/ckeditor5-utils/tests/env.js index da6aff3a2f7..b56a215de10 100644 --- a/packages/ckeditor5-utils/tests/env.js +++ b/packages/ckeditor5-utils/tests/env.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import env, { diff --git a/packages/ckeditor5-utils/tests/eventinfo.js b/packages/ckeditor5-utils/tests/eventinfo.js index a64be3d2d85..f156e7dd334 100644 --- a/packages/ckeditor5-utils/tests/eventinfo.js +++ b/packages/ckeditor5-utils/tests/eventinfo.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EventInfo from '../src/eventinfo.js'; diff --git a/packages/ckeditor5-utils/tests/fastdiff.js b/packages/ckeditor5-utils/tests/fastdiff.js index 7d7f6f56ee3..c5eede5f8c6 100644 --- a/packages/ckeditor5-utils/tests/fastdiff.js +++ b/packages/ckeditor5-utils/tests/fastdiff.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/first.js b/packages/ckeditor5-utils/tests/first.js index b061f43981b..06b047fd934 100644 --- a/packages/ckeditor5-utils/tests/first.js +++ b/packages/ckeditor5-utils/tests/first.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import first from '../src/first.js'; diff --git a/packages/ckeditor5-utils/tests/focustracker.js b/packages/ckeditor5-utils/tests/focustracker.js index 5c9e12f4ea3..37083fea5f4 100644 --- a/packages/ckeditor5-utils/tests/focustracker.js +++ b/packages/ckeditor5-utils/tests/focustracker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-utils/tests/insertbypriority.js b/packages/ckeditor5-utils/tests/insertbypriority.js index e1b70c52d7a..5392e73b7cc 100644 --- a/packages/ckeditor5-utils/tests/insertbypriority.js +++ b/packages/ckeditor5-utils/tests/insertbypriority.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import insertToPriorityArray from '../src/inserttopriorityarray.js'; diff --git a/packages/ckeditor5-utils/tests/isIterable.js b/packages/ckeditor5-utils/tests/isIterable.js index c60cab470aa..8afae71a246 100644 --- a/packages/ckeditor5-utils/tests/isIterable.js +++ b/packages/ckeditor5-utils/tests/isIterable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import isIterable from '../src/isiterable.js'; diff --git a/packages/ckeditor5-utils/tests/keyboard.js b/packages/ckeditor5-utils/tests/keyboard.js index bc44e7cfb80..f1e7cdee0c7 100644 --- a/packages/ckeditor5-utils/tests/keyboard.js +++ b/packages/ckeditor5-utils/tests/keyboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import env from '../src/env.js'; diff --git a/packages/ckeditor5-utils/tests/keystrokehandler.js b/packages/ckeditor5-utils/tests/keystrokehandler.js index 93b2547a53d..5fb544f4523 100644 --- a/packages/ckeditor5-utils/tests/keystrokehandler.js +++ b/packages/ckeditor5-utils/tests/keystrokehandler.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import EmitterMixin from '../src/emittermixin.js'; diff --git a/packages/ckeditor5-utils/tests/language.js b/packages/ckeditor5-utils/tests/language.js index 86a555e2afb..375573b14c1 100644 --- a/packages/ckeditor5-utils/tests/language.js +++ b/packages/ckeditor5-utils/tests/language.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { getLanguageDirection } from '../src/language.js'; diff --git a/packages/ckeditor5-utils/tests/locale.js b/packages/ckeditor5-utils/tests/locale.js index 2b29e6213e2..f0b1db7b345 100644 --- a/packages/ckeditor5-utils/tests/locale.js +++ b/packages/ckeditor5-utils/tests/locale.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/packages/ckeditor5-utils/tests/lodash.js b/packages/ckeditor5-utils/tests/lodash.js index 09380648651..6677aba2e79 100644 --- a/packages/ckeditor5-utils/tests/lodash.js +++ b/packages/ckeditor5-utils/tests/lodash.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { extend } from 'lodash-es'; diff --git a/packages/ckeditor5-utils/tests/manual/diff/diff.js b/packages/ckeditor5-utils/tests/manual/diff/diff.js index bcf4f5a148a..695faa23816 100644 --- a/packages/ckeditor5-utils/tests/manual/diff/diff.js +++ b/packages/ckeditor5-utils/tests/manual/diff/diff.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, setTimeout */ diff --git a/packages/ckeditor5-utils/tests/manual/duplicated-import/duplicated-import.js b/packages/ckeditor5-utils/tests/manual/duplicated-import/duplicated-import.js index cb6735ae138..5b7a028b99b 100644 --- a/packages/ckeditor5-utils/tests/manual/duplicated-import/duplicated-import.js +++ b/packages/ckeditor5-utils/tests/manual/duplicated-import/duplicated-import.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-utils/tests/manual/focustracker/focustracker.js b/packages/ckeditor5-utils/tests/manual/focustracker/focustracker.js index 590c3240549..fdd063fe78c 100644 --- a/packages/ckeditor5-utils/tests/manual/focustracker/focustracker.js +++ b/packages/ckeditor5-utils/tests/manual/focustracker/focustracker.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/manual/locale/locale.js b/packages/ckeditor5-utils/tests/manual/locale/locale.js index c3821f221a4..8704df74e23 100644 --- a/packages/ckeditor5-utils/tests/manual/locale/locale.js +++ b/packages/ckeditor5-utils/tests/manual/locale/locale.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, console, document */ diff --git a/packages/ckeditor5-utils/tests/manual/position/position.js b/packages/ckeditor5-utils/tests/manual/position/position.js index 3a572591e53..1396171ad63 100644 --- a/packages/ckeditor5-utils/tests/manual/position/position.js +++ b/packages/ckeditor5-utils/tests/manual/position/position.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, setTimeout */ diff --git a/packages/ckeditor5-utils/tests/manual/rect/getvisible.js b/packages/ckeditor5-utils/tests/manual/rect/getvisible.js index dd66573504e..83d8c4d14f2 100644 --- a/packages/ckeditor5-utils/tests/manual/rect/getvisible.js +++ b/packages/ckeditor5-utils/tests/manual/rect/getvisible.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-utils/tests/manual/scroll/assets/scroll-iframe-child.js b/packages/ckeditor5-utils/tests/manual/scroll/assets/scroll-iframe-child.js index 1db2d46ee12..e3eb498f5f1 100644 --- a/packages/ckeditor5-utils/tests/manual/scroll/assets/scroll-iframe-child.js +++ b/packages/ckeditor5-utils/tests/manual/scroll/assets/scroll-iframe-child.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document */ diff --git a/packages/ckeditor5-utils/tests/manual/scroll/scroll-config.js b/packages/ckeditor5-utils/tests/manual/scroll/scroll-config.js index 34a547d1258..fcd010b211d 100644 --- a/packages/ckeditor5-utils/tests/manual/scroll/scroll-config.js +++ b/packages/ckeditor5-utils/tests/manual/scroll/scroll-config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, setTimeout */ diff --git a/packages/ckeditor5-utils/tests/manual/scroll/scroll-iframe.js b/packages/ckeditor5-utils/tests/manual/scroll/scroll-iframe.js index a80a8122f06..6a79134830a 100644 --- a/packages/ckeditor5-utils/tests/manual/scroll/scroll-iframe.js +++ b/packages/ckeditor5-utils/tests/manual/scroll/scroll-iframe.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document */ diff --git a/packages/ckeditor5-utils/tests/manual/scroll/scroll.js b/packages/ckeditor5-utils/tests/manual/scroll/scroll.js index 0dcfab07799..fe10fbe2438 100644 --- a/packages/ckeditor5-utils/tests/manual/scroll/scroll.js +++ b/packages/ckeditor5-utils/tests/manual/scroll/scroll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/manual/tickets/148/1.js b/packages/ckeditor5-utils/tests/manual/tickets/148/1.js index f4fe5d5bb09..39fe374f37c 100644 --- a/packages/ckeditor5-utils/tests/manual/tickets/148/1.js +++ b/packages/ckeditor5-utils/tests/manual/tickets/148/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-utils/tests/mapsequal.js b/packages/ckeditor5-utils/tests/mapsequal.js index 7d3f05e7d94..fc09aebfb06 100644 --- a/packages/ckeditor5-utils/tests/mapsequal.js +++ b/packages/ckeditor5-utils/tests/mapsequal.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import mapsEqual from '../src/mapsequal.js'; diff --git a/packages/ckeditor5-utils/tests/mix.js b/packages/ckeditor5-utils/tests/mix.js index 435324290d0..4ad061b70ed 100644 --- a/packages/ckeditor5-utils/tests/mix.js +++ b/packages/ckeditor5-utils/tests/mix.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import mix from '../src/mix.js'; diff --git a/packages/ckeditor5-utils/tests/nth.js b/packages/ckeditor5-utils/tests/nth.js index eaf81957184..3ed8bba9479 100644 --- a/packages/ckeditor5-utils/tests/nth.js +++ b/packages/ckeditor5-utils/tests/nth.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import nth from '../src/nth.js'; diff --git a/packages/ckeditor5-utils/tests/observablemixin.js b/packages/ckeditor5-utils/tests/observablemixin.js index d8849dcf2dc..8098a8883b2 100644 --- a/packages/ckeditor5-utils/tests/observablemixin.js +++ b/packages/ckeditor5-utils/tests/observablemixin.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-disable new-cap */ diff --git a/packages/ckeditor5-utils/tests/parsebase64encodedobject.js b/packages/ckeditor5-utils/tests/parsebase64encodedobject.js index e673b4742b6..189b55020ab 100644 --- a/packages/ckeditor5-utils/tests/parsebase64encodedobject.js +++ b/packages/ckeditor5-utils/tests/parsebase64encodedobject.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import parseBase64EncodedObject from '../src/parsebase64encodedobject.js'; diff --git a/packages/ckeditor5-utils/tests/priorities.js b/packages/ckeditor5-utils/tests/priorities.js index 8588e58a7d1..a4979b1d62b 100644 --- a/packages/ckeditor5-utils/tests/priorities.js +++ b/packages/ckeditor5-utils/tests/priorities.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import priorities from '../src/priorities.js'; diff --git a/packages/ckeditor5-utils/tests/retry.js b/packages/ckeditor5-utils/tests/retry.js index b5f0f348fae..95c27149bb5 100644 --- a/packages/ckeditor5-utils/tests/retry.js +++ b/packages/ckeditor5-utils/tests/retry.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals AbortController, AbortSignal, setTimeout */ diff --git a/packages/ckeditor5-utils/tests/splicearray.js b/packages/ckeditor5-utils/tests/splicearray.js index 4e50f6f5c26..84ea3c7afa6 100644 --- a/packages/ckeditor5-utils/tests/splicearray.js +++ b/packages/ckeditor5-utils/tests/splicearray.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import spliceArray from '../src/splicearray.js'; diff --git a/packages/ckeditor5-utils/tests/spy.js b/packages/ckeditor5-utils/tests/spy.js index 44b5764cc0d..75c1c8a3080 100644 --- a/packages/ckeditor5-utils/tests/spy.js +++ b/packages/ckeditor5-utils/tests/spy.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import spy from '../src/spy.js'; diff --git a/packages/ckeditor5-utils/tests/toarray.js b/packages/ckeditor5-utils/tests/toarray.js index a3d213a2b62..df7222a6caf 100644 --- a/packages/ckeditor5-utils/tests/toarray.js +++ b/packages/ckeditor5-utils/tests/toarray.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import toArray from '../src/toarray.js'; diff --git a/packages/ckeditor5-utils/tests/tomap.js b/packages/ckeditor5-utils/tests/tomap.js index ebc4f0cdf22..a29a7d4723a 100644 --- a/packages/ckeditor5-utils/tests/tomap.js +++ b/packages/ckeditor5-utils/tests/tomap.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import toMap from '../src/tomap.js'; diff --git a/packages/ckeditor5-utils/tests/translation-service.js b/packages/ckeditor5-utils/tests/translation-service.js index 9ee09ce9b7f..8cb8853eaae 100644 --- a/packages/ckeditor5-utils/tests/translation-service.js +++ b/packages/ckeditor5-utils/tests/translation-service.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils.js'; diff --git a/packages/ckeditor5-utils/tests/uid.js b/packages/ckeditor5-utils/tests/uid.js index e4dfd6925ac..1c1631d6407 100644 --- a/packages/ckeditor5-utils/tests/uid.js +++ b/packages/ckeditor5-utils/tests/uid.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import uid from '../src/uid.js'; diff --git a/packages/ckeditor5-utils/tests/unicode.js b/packages/ckeditor5-utils/tests/unicode.js index 81b2fcbad9d..fc385b16ce0 100644 --- a/packages/ckeditor5-utils/tests/unicode.js +++ b/packages/ckeditor5-utils/tests/unicode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/packages/ckeditor5-utils/tests/wait.js b/packages/ckeditor5-utils/tests/wait.js index 93ac8fa3159..07b4eea574e 100644 --- a/packages/ckeditor5-utils/tests/wait.js +++ b/packages/ckeditor5-utils/tests/wait.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals AbortController, AbortSignal */ diff --git a/packages/ckeditor5-watchdog/src/augmentation.ts b/packages/ckeditor5-watchdog/src/augmentation.ts index 1504a1f415f..7410393c2eb 100644 --- a/packages/ckeditor5-watchdog/src/augmentation.ts +++ b/packages/ckeditor5-watchdog/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // eslint-disable-next-line ckeditor5-rules/no-cross-package-imports diff --git a/packages/ckeditor5-watchdog/src/contextwatchdog.ts b/packages/ckeditor5-watchdog/src/contextwatchdog.ts index 19d672c8ae3..d716c817c1d 100644 --- a/packages/ckeditor5-watchdog/src/contextwatchdog.ts +++ b/packages/ckeditor5-watchdog/src/contextwatchdog.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-watchdog/src/editorwatchdog.ts b/packages/ckeditor5-watchdog/src/editorwatchdog.ts index 0919c38968c..6c4a8bbd332 100644 --- a/packages/ckeditor5-watchdog/src/editorwatchdog.ts +++ b/packages/ckeditor5-watchdog/src/editorwatchdog.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-watchdog/src/index.ts b/packages/ckeditor5-watchdog/src/index.ts index 002d256e414..20d3959adae 100644 --- a/packages/ckeditor5-watchdog/src/index.ts +++ b/packages/ckeditor5-watchdog/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.ts b/packages/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.ts index ec19e72a888..88ab7e1966a 100644 --- a/packages/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.ts +++ b/packages/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-watchdog/src/utils/getsubnodes.ts b/packages/ckeditor5-watchdog/src/utils/getsubnodes.ts index 0d42ba69dd9..9b957b43083 100644 --- a/packages/ckeditor5-watchdog/src/utils/getsubnodes.ts +++ b/packages/ckeditor5-watchdog/src/utils/getsubnodes.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-watchdog/src/watchdog.ts b/packages/ckeditor5-watchdog/src/watchdog.ts index 8da1e87b08d..185e423ee1d 100644 --- a/packages/ckeditor5-watchdog/src/watchdog.ts +++ b/packages/ckeditor5-watchdog/src/watchdog.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-watchdog/tests/contextwatchdog.js b/packages/ckeditor5-watchdog/tests/contextwatchdog.js index 5cb8452684c..0188dfb42d7 100644 --- a/packages/ckeditor5-watchdog/tests/contextwatchdog.js +++ b/packages/ckeditor5-watchdog/tests/contextwatchdog.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, setTimeout, window, console */ diff --git a/packages/ckeditor5-watchdog/tests/editorwatchdog.js b/packages/ckeditor5-watchdog/tests/editorwatchdog.js index b4383c8cdfd..44e15d42cfa 100644 --- a/packages/ckeditor5-watchdog/tests/editorwatchdog.js +++ b/packages/ckeditor5-watchdog/tests/editorwatchdog.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals setTimeout, window, console, document */ diff --git a/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-data.js b/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-data.js index f0c697007a2..b17c228de74 100644 --- a/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-data.js +++ b/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-data.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console, window */ diff --git a/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-elements.js b/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-elements.js index 7cf9c372a0e..844b074a3b7 100644 --- a/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-elements.js +++ b/packages/ckeditor5-watchdog/tests/manual/watchdog-multi-root-elements.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console, window */ diff --git a/packages/ckeditor5-watchdog/tests/manual/watchdog.js b/packages/ckeditor5-watchdog/tests/manual/watchdog.js index 9aafcf592df..44445c6e063 100644 --- a/packages/ckeditor5-watchdog/tests/manual/watchdog.js +++ b/packages/ckeditor5-watchdog/tests/manual/watchdog.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, console, window */ diff --git a/packages/ckeditor5-watchdog/tests/utils/areconnectedthroughproperties.js b/packages/ckeditor5-watchdog/tests/utils/areconnectedthroughproperties.js index 2f1ed305ecb..be97bb00b6f 100644 --- a/packages/ckeditor5-watchdog/tests/utils/areconnectedthroughproperties.js +++ b/packages/ckeditor5-watchdog/tests/utils/areconnectedthroughproperties.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window, document, Event */ diff --git a/packages/ckeditor5-watchdog/tests/watchdog.js b/packages/ckeditor5-watchdog/tests/watchdog.js index 7c264de87c8..dfc3265c2a0 100644 --- a/packages/ckeditor5-watchdog/tests/watchdog.js +++ b/packages/ckeditor5-watchdog/tests/watchdog.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Watchdog from '../src/watchdog.js'; diff --git a/packages/ckeditor5-widget/src/augmentation.ts b/packages/ckeditor5-widget/src/augmentation.ts index 16d4b38bcb1..32f4f559285 100644 --- a/packages/ckeditor5-widget/src/augmentation.ts +++ b/packages/ckeditor5-widget/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { diff --git a/packages/ckeditor5-widget/src/highlightstack.ts b/packages/ckeditor5-widget/src/highlightstack.ts index 365027bfbdd..c9d8e042e1d 100644 --- a/packages/ckeditor5-widget/src/highlightstack.ts +++ b/packages/ckeditor5-widget/src/highlightstack.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/index.ts b/packages/ckeditor5-widget/src/index.ts index 2c42328dc51..b7e1c698aa7 100644 --- a/packages/ckeditor5-widget/src/index.ts +++ b/packages/ckeditor5-widget/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/utils.ts b/packages/ckeditor5-widget/src/utils.ts index fc712029cf3..c388d888012 100644 --- a/packages/ckeditor5-widget/src/utils.ts +++ b/packages/ckeditor5-widget/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/verticalnavigation.ts b/packages/ckeditor5-widget/src/verticalnavigation.ts index 02d5844a46d..1238c118ac6 100644 --- a/packages/ckeditor5-widget/src/verticalnavigation.ts +++ b/packages/ckeditor5-widget/src/verticalnavigation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widget.ts b/packages/ckeditor5-widget/src/widget.ts index d1afddd0b44..4e076250fd7 100644 --- a/packages/ckeditor5-widget/src/widget.ts +++ b/packages/ckeditor5-widget/src/widget.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgetresize.ts b/packages/ckeditor5-widget/src/widgetresize.ts index b4a44a8954a..8d196def48c 100644 --- a/packages/ckeditor5-widget/src/widgetresize.ts +++ b/packages/ckeditor5-widget/src/widgetresize.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgetresize/resizer.ts b/packages/ckeditor5-widget/src/widgetresize/resizer.ts index a0e55f18348..fc5992fe8c1 100644 --- a/packages/ckeditor5-widget/src/widgetresize/resizer.ts +++ b/packages/ckeditor5-widget/src/widgetresize/resizer.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgetresize/resizerstate.ts b/packages/ckeditor5-widget/src/widgetresize/resizerstate.ts index acbddf66ebd..77289d06fea 100644 --- a/packages/ckeditor5-widget/src/widgetresize/resizerstate.ts +++ b/packages/ckeditor5-widget/src/widgetresize/resizerstate.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgetresize/sizeview.ts b/packages/ckeditor5-widget/src/widgetresize/sizeview.ts index ef0b41c7ea3..638cf936800 100644 --- a/packages/ckeditor5-widget/src/widgetresize/sizeview.ts +++ b/packages/ckeditor5-widget/src/widgetresize/sizeview.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgettoolbarrepository.ts b/packages/ckeditor5-widget/src/widgettoolbarrepository.ts index 0679f6aa126..47a7be2a66f 100644 --- a/packages/ckeditor5-widget/src/widgettoolbarrepository.ts +++ b/packages/ckeditor5-widget/src/widgettoolbarrepository.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgettypearound/utils.ts b/packages/ckeditor5-widget/src/widgettypearound/utils.ts index 0aef8a303b0..58f03711b88 100644 --- a/packages/ckeditor5-widget/src/widgettypearound/utils.ts +++ b/packages/ckeditor5-widget/src/widgettypearound/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-widget/src/widgettypearound/widgettypearound.ts b/packages/ckeditor5-widget/src/widgettypearound/widgettypearound.ts index 57078ca5770..b4be4d12a72 100644 --- a/packages/ckeditor5-widget/src/widgettypearound/widgettypearound.ts +++ b/packages/ckeditor5-widget/src/widgettypearound/widgettypearound.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global DOMParser */ diff --git a/packages/ckeditor5-widget/tests/highlightstack.js b/packages/ckeditor5-widget/tests/highlightstack.js index ef8ebebd8a6..33d6ebf2f1c 100644 --- a/packages/ckeditor5-widget/tests/highlightstack.js +++ b/packages/ckeditor5-widget/tests/highlightstack.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import HighlightStack from '../src/highlightstack.js'; diff --git a/packages/ckeditor5-widget/tests/manual/inline-widget.js b/packages/ckeditor5-widget/tests/manual/inline-widget.js index fd30d2f98c5..e88a1cf0644 100644 --- a/packages/ckeditor5-widget/tests/manual/inline-widget.js +++ b/packages/ckeditor5-widget/tests/manual/inline-widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global console, window */ diff --git a/packages/ckeditor5-widget/tests/manual/keyboard.js b/packages/ckeditor5-widget/tests/manual/keyboard.js index 86fb36c22c4..68bf62a836e 100644 --- a/packages/ckeditor5-widget/tests/manual/keyboard.js +++ b/packages/ckeditor5-widget/tests/manual/keyboard.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-widget/tests/manual/nested-widgets.js b/packages/ckeditor5-widget/tests/manual/nested-widgets.js index e1f6aaa0962..f1522f3bb92 100644 --- a/packages/ckeditor5-widget/tests/manual/nested-widgets.js +++ b/packages/ckeditor5-widget/tests/manual/nested-widgets.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, setInterval */ diff --git a/packages/ckeditor5-widget/tests/manual/selection-handle.js b/packages/ckeditor5-widget/tests/manual/selection-handle.js index 00170bb8063..7968f34295b 100644 --- a/packages/ckeditor5-widget/tests/manual/selection-handle.js +++ b/packages/ckeditor5-widget/tests/manual/selection-handle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-widget/tests/manual/type-around.js b/packages/ckeditor5-widget/tests/manual/type-around.js index 1b1d725c1aa..94e2d8ec738 100644 --- a/packages/ckeditor5-widget/tests/manual/type-around.js +++ b/packages/ckeditor5-widget/tests/manual/type-around.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-widget/tests/manual/widget-with-nestededitable.js b/packages/ckeditor5-widget/tests/manual/widget-with-nestededitable.js index e2cf2c37cfd..492bff24f94 100644 --- a/packages/ckeditor5-widget/tests/manual/widget-with-nestededitable.js +++ b/packages/ckeditor5-widget/tests/manual/widget-with-nestededitable.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-widget/tests/utils.js b/packages/ckeditor5-widget/tests/utils.js index 293f537a71b..60b01962293 100644 --- a/packages/ckeditor5-widget/tests/utils.js +++ b/packages/ckeditor5-widget/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-widget/tests/verticalnavigation.js b/packages/ckeditor5-widget/tests/verticalnavigation.js index 24e747b9c92..f1c69a4e835 100644 --- a/packages/ckeditor5-widget/tests/verticalnavigation.js +++ b/packages/ckeditor5-widget/tests/verticalnavigation.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { toWidget, toWidgetEditable } from '../src/utils.js'; diff --git a/packages/ckeditor5-widget/tests/widget-events.js b/packages/ckeditor5-widget/tests/widget-events.js index 9eacb9c32b0..aebe01746c1 100644 --- a/packages/ckeditor5-widget/tests/widget-events.js +++ b/packages/ckeditor5-widget/tests/widget-events.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event */ diff --git a/packages/ckeditor5-widget/tests/widget-integration.js b/packages/ckeditor5-widget/tests/widget-integration.js index a22cd21c291..35956a19fc7 100644 --- a/packages/ckeditor5-widget/tests/widget-integration.js +++ b/packages/ckeditor5-widget/tests/widget-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/packages/ckeditor5-widget/tests/widget.js b/packages/ckeditor5-widget/tests/widget.js index b5e522d70b4..72e29d3a67a 100644 --- a/packages/ckeditor5-widget/tests/widget.js +++ b/packages/ckeditor5-widget/tests/widget.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/packages/ckeditor5-widget/tests/widgetresize-integration.js b/packages/ckeditor5-widget/tests/widgetresize-integration.js index 9368c98dfe8..3aed52c40d5 100644 --- a/packages/ckeditor5-widget/tests/widgetresize-integration.js +++ b/packages/ckeditor5-widget/tests/widgetresize-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, Event */ diff --git a/packages/ckeditor5-widget/tests/widgetresize.js b/packages/ckeditor5-widget/tests/widgetresize.js index bcc2281152a..a9a55a36204 100644 --- a/packages/ckeditor5-widget/tests/widgetresize.js +++ b/packages/ckeditor5-widget/tests/widgetresize.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, Event, window */ diff --git a/packages/ckeditor5-widget/tests/widgetresize/_utils/utils.js b/packages/ckeditor5-widget/tests/widgetresize/_utils/utils.js index 37ac128cb93..cf273cdaaaf 100644 --- a/packages/ckeditor5-widget/tests/widgetresize/_utils/utils.js +++ b/packages/ckeditor5-widget/tests/widgetresize/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global setTimeout */ diff --git a/packages/ckeditor5-widget/tests/widgetresize/resizer.js b/packages/ckeditor5-widget/tests/widgetresize/resizer.js index 7341ab1ae0c..47ebf929ba6 100644 --- a/packages/ckeditor5-widget/tests/widgetresize/resizer.js +++ b/packages/ckeditor5-widget/tests/widgetresize/resizer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-widget/tests/widgetresize/resizerstate.js b/packages/ckeditor5-widget/tests/widgetresize/resizerstate.js index 4edbb7dbce2..90a0cbf9693 100644 --- a/packages/ckeditor5-widget/tests/widgetresize/resizerstate.js +++ b/packages/ckeditor5-widget/tests/widgetresize/resizerstate.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/packages/ckeditor5-widget/tests/widgetresize/sizeview.js b/packages/ckeditor5-widget/tests/widgetresize/sizeview.js index 6410ca4e435..fc8762b6889 100644 --- a/packages/ckeditor5-widget/tests/widgetresize/sizeview.js +++ b/packages/ckeditor5-widget/tests/widgetresize/sizeview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import SizeView from '../../src/widgetresize/sizeview.js'; diff --git a/packages/ckeditor5-widget/tests/widgettoolbarrepository.js b/packages/ckeditor5-widget/tests/widgettoolbarrepository.js index 02931237658..0be39115ec1 100644 --- a/packages/ckeditor5-widget/tests/widgettoolbarrepository.js +++ b/packages/ckeditor5-widget/tests/widgettoolbarrepository.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, console */ diff --git a/packages/ckeditor5-widget/tests/widgettypearound/utils.js b/packages/ckeditor5-widget/tests/widgettypearound/utils.js index 2f2e28a3937..378e41ca02e 100644 --- a/packages/ckeditor5-widget/tests/widgettypearound/utils.js +++ b/packages/ckeditor5-widget/tests/widgettypearound/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Selection from '@ckeditor/ckeditor5-engine/src/model/selection.js'; diff --git a/packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js b/packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js index a48f29dd582..f5a422a317c 100644 --- a/packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js +++ b/packages/ckeditor5-widget/tests/widgettypearound/widgettypearound.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor.js'; diff --git a/packages/ckeditor5-widget/theme/widget.css b/packages/ckeditor5-widget/theme/widget.css index 649660767c6..c5a1bd361fc 100644 --- a/packages/ckeditor5-widget/theme/widget.css +++ b/packages/ckeditor5-widget/theme/widget.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ :root { diff --git a/packages/ckeditor5-widget/theme/widgetresize.css b/packages/ckeditor5-widget/theme/widgetresize.css index e0e285d9e98..1e8cd4681ee 100644 --- a/packages/ckeditor5-widget/theme/widgetresize.css +++ b/packages/ckeditor5-widget/theme/widgetresize.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-widget_with-resizer { diff --git a/packages/ckeditor5-widget/theme/widgettypearound.css b/packages/ckeditor5-widget/theme/widgettypearound.css index ad71a0211bc..15b845528cb 100644 --- a/packages/ckeditor5-widget/theme/widgettypearound.css +++ b/packages/ckeditor5-widget/theme/widgettypearound.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck .ck-widget { diff --git a/packages/ckeditor5-word-count/docs/_snippets/features/build-word-count-source.js b/packages/ckeditor5-word-count/docs/_snippets/features/build-word-count-source.js index a7ab54130e0..11f1bb0d556 100644 --- a/packages/ckeditor5-word-count/docs/_snippets/features/build-word-count-source.js +++ b/packages/ckeditor5-word-count/docs/_snippets/features/build-word-count-source.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals window */ diff --git a/packages/ckeditor5-word-count/docs/_snippets/features/word-count-update.js b/packages/ckeditor5-word-count/docs/_snippets/features/word-count-update.js index 3b99f011aa5..2e3dc1a0b48 100644 --- a/packages/ckeditor5-word-count/docs/_snippets/features/word-count-update.js +++ b/packages/ckeditor5-word-count/docs/_snippets/features/word-count-update.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, document, console, BalloonEditor */ diff --git a/packages/ckeditor5-word-count/docs/_snippets/features/word-count.js b/packages/ckeditor5-word-count/docs/_snippets/features/word-count.js index 0dbb29e99da..4992b76f726 100644 --- a/packages/ckeditor5-word-count/docs/_snippets/features/word-count.js +++ b/packages/ckeditor5-word-count/docs/_snippets/features/word-count.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, console, ClassicEditor */ diff --git a/packages/ckeditor5-word-count/src/augmentation.ts b/packages/ckeditor5-word-count/src/augmentation.ts index 3c5c85a2318..2cd420fcb91 100644 --- a/packages/ckeditor5-word-count/src/augmentation.ts +++ b/packages/ckeditor5-word-count/src/augmentation.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import type { WordCount, WordCountConfig } from './index.js'; diff --git a/packages/ckeditor5-word-count/src/index.ts b/packages/ckeditor5-word-count/src/index.ts index b57501f1e39..6fdc938413c 100644 --- a/packages/ckeditor5-word-count/src/index.ts +++ b/packages/ckeditor5-word-count/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-word-count/src/utils.ts b/packages/ckeditor5-word-count/src/utils.ts index 53b8857bca7..02d4825f2f6 100644 --- a/packages/ckeditor5-word-count/src/utils.ts +++ b/packages/ckeditor5-word-count/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-word-count/src/wordcount.ts b/packages/ckeditor5-word-count/src/wordcount.ts index cc1507009dd..ae38b70e982 100644 --- a/packages/ckeditor5-word-count/src/wordcount.ts +++ b/packages/ckeditor5-word-count/src/wordcount.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-word-count/src/wordcountconfig.ts b/packages/ckeditor5-word-count/src/wordcountconfig.ts index 96ad973e6b9..6e086385a7d 100644 --- a/packages/ckeditor5-word-count/src/wordcountconfig.ts +++ b/packages/ckeditor5-word-count/src/wordcountconfig.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/packages/ckeditor5-word-count/tests/manual/wordcount.js b/packages/ckeditor5-word-count/tests/manual/wordcount.js index c2bb45d96fb..2f355cc7edd 100644 --- a/packages/ckeditor5-word-count/tests/manual/wordcount.js +++ b/packages/ckeditor5-word-count/tests/manual/wordcount.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/packages/ckeditor5-word-count/tests/utils.js b/packages/ckeditor5-word-count/tests/utils.js index 24a56580386..e3bfef330d1 100644 --- a/packages/ckeditor5-word-count/tests/utils.js +++ b/packages/ckeditor5-word-count/tests/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { modelElementToPlainText } from '../src/utils.js'; diff --git a/packages/ckeditor5-word-count/tests/wordcount.js b/packages/ckeditor5-word-count/tests/wordcount.js index b3db6ce4cee..5b26deaf9b8 100644 --- a/packages/ckeditor5-word-count/tests/wordcount.js +++ b/packages/ckeditor5-word-count/tests/wordcount.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global HTMLElement, setTimeout, document */ diff --git a/packages/ckeditor5-word-count/webpack.config.js b/packages/ckeditor5-word-count/webpack.config.js index 62d493cee30..311f488c31c 100644 --- a/packages/ckeditor5-word-count/webpack.config.js +++ b/packages/ckeditor5-word-count/webpack.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/bump-year.mjs b/scripts/bump-year.mjs index 4486f5ff12f..2b23ee69add 100644 --- a/scripts/bump-year.mjs +++ b/scripts/bump-year.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/check-exports.mjs b/scripts/check-exports.mjs index 4335f7dace8..b4def857e4a 100644 --- a/scripts/check-exports.mjs +++ b/scripts/check-exports.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/check-theme-lark-imports.mjs b/scripts/check-theme-lark-imports.mjs index 899b7de4c1b..0565674db53 100644 --- a/scripts/check-theme-lark-imports.mjs +++ b/scripts/check-theme-lark-imports.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Checks if all CSS files from `theme` directory of `theme-lark` package are imported in `index.css`. diff --git a/scripts/ci/check-dependencies-versions-match.mjs b/scripts/ci/check-dependencies-versions-match.mjs index bbc6b813c14..583208c7b64 100644 --- a/scripts/ci/check-dependencies-versions-match.mjs +++ b/scripts/ci/check-dependencies-versions-match.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/ci/check-manual-tests-directory-structure.mjs b/scripts/ci/check-manual-tests-directory-structure.mjs index 56c7c33e105..906513ba77c 100755 --- a/scripts/ci/check-manual-tests-directory-structure.mjs +++ b/scripts/ci/check-manual-tests-directory-structure.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/ci/check-unit-tests-for-package.mjs b/scripts/ci/check-unit-tests-for-package.mjs index 469d71dff74..6db5b04abf0 100644 --- a/scripts/ci/check-unit-tests-for-package.mjs +++ b/scripts/ci/check-unit-tests-for-package.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/ci/generate-circleci-configuration.mjs b/scripts/ci/generate-circleci-configuration.mjs index 5f496938812..851d3b1ef59 100755 --- a/scripts/ci/generate-circleci-configuration.mjs +++ b/scripts/ci/generate-circleci-configuration.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/ci/is-ckeditor5-ready-to-release.mjs b/scripts/ci/is-ckeditor5-ready-to-release.mjs index a43e50ce8bc..a713c17cb0f 100755 --- a/scripts/ci/is-ckeditor5-ready-to-release.mjs +++ b/scripts/ci/is-ckeditor5-ready-to-release.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/ci/is-community-pr.mjs b/scripts/ci/is-community-pr.mjs index 1acc0b3d7fa..86d9893054a 100755 --- a/scripts/ci/is-community-pr.mjs +++ b/scripts/ci/is-community-pr.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/ci/validate-metadata-files.mjs b/scripts/ci/validate-metadata-files.mjs index 1a0aab004da..cef7bd7ebce 100644 --- a/scripts/ci/validate-metadata-files.mjs +++ b/scripts/ci/validate-metadata-files.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/clean-up-svg-icons.mjs b/scripts/clean-up-svg-icons.mjs index 2ec1aa6b511..a9710d74cc4 100644 --- a/scripts/clean-up-svg-icons.mjs +++ b/scripts/clean-up-svg-icons.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/collect-svg-icons.mjs b/scripts/collect-svg-icons.mjs index 88652398890..8e7f15746cb 100644 --- a/scripts/collect-svg-icons.mjs +++ b/scripts/collect-svg-icons.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/constants.mjs b/scripts/constants.mjs index 6a03a612af0..99217f8375a 100644 --- a/scripts/constants.mjs +++ b/scripts/constants.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/dll/build-dlls.mjs b/scripts/dll/build-dlls.mjs index eb8a4c8e802..fc56a25bf7c 100644 --- a/scripts/dll/build-dlls.mjs +++ b/scripts/dll/build-dlls.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/dll/webpack-footer-plugin.mjs b/scripts/dll/webpack-footer-plugin.mjs index 87a2d194d32..d677b6867a8 100644 --- a/scripts/dll/webpack-footer-plugin.mjs +++ b/scripts/dll/webpack-footer-plugin.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/dll/webpack.config.dll.mjs b/scripts/dll/webpack.config.dll.mjs index 4d9a3e3968d..41fa97189df 100644 --- a/scripts/dll/webpack.config.dll.mjs +++ b/scripts/dll/webpack.config.dll.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/build-api-docs.mjs b/scripts/docs/build-api-docs.mjs index 95ac9395ff6..3e67e84cd65 100755 --- a/scripts/docs/build-api-docs.mjs +++ b/scripts/docs/build-api-docs.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/build-content-styles.mjs b/scripts/docs/build-content-styles.mjs index 2766949d9f4..4147154fd91 100644 --- a/scripts/docs/build-content-styles.mjs +++ b/scripts/docs/build-content-styles.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/build-docs.mjs b/scripts/docs/build-docs.mjs index 2a5ae67e93c..2bba5887140 100755 --- a/scripts/docs/build-docs.mjs +++ b/scripts/docs/build-docs.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/buildapi.mjs b/scripts/docs/buildapi.mjs index c8aa5179bfe..f1d708794de 100644 --- a/scripts/docs/buildapi.mjs +++ b/scripts/docs/buildapi.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/features-html-output/build-features-html-output.cjs b/scripts/docs/features-html-output/build-features-html-output.cjs index de1a783067b..7d4ef64f5b0 100644 --- a/scripts/docs/features-html-output/build-features-html-output.cjs +++ b/scripts/docs/features-html-output/build-features-html-output.cjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/get-latest-changelogs.cjs b/scripts/docs/get-latest-changelogs.cjs index 46198eeebe2..2156dd52f80 100644 --- a/scripts/docs/get-latest-changelogs.cjs +++ b/scripts/docs/get-latest-changelogs.cjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/getrealimportpath.mjs b/scripts/docs/getrealimportpath.mjs index 31fb58fe270..f9daecec8d3 100644 --- a/scripts/docs/getrealimportpath.mjs +++ b/scripts/docs/getrealimportpath.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/list-content-styles-plugin.mjs b/scripts/docs/list-content-styles-plugin.mjs index 6afb4c0c0e0..b786b0f21ed 100644 --- a/scripts/docs/list-content-styles-plugin.mjs +++ b/scripts/docs/list-content-styles-plugin.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/parse-arguments.mjs b/scripts/docs/parse-arguments.mjs index 4b42fcf7150..468100d90b9 100644 --- a/scripts/docs/parse-arguments.mjs +++ b/scripts/docs/parse-arguments.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/read-content-styles-file.cjs b/scripts/docs/read-content-styles-file.cjs index 05bcfb32cf2..7ca9ae6c233 100644 --- a/scripts/docs/read-content-styles-file.cjs +++ b/scripts/docs/read-content-styles-file.cjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/snippetadapter.mjs b/scripts/docs/snippetadapter.mjs index adb05359d0f..f1cd823e8ec 100644 --- a/scripts/docs/snippetadapter.mjs +++ b/scripts/docs/snippetadapter.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/docs/utils.mjs b/scripts/docs/utils.mjs index 6e742db99cc..670e5b7ac74 100644 --- a/scripts/docs/utils.mjs +++ b/scripts/docs/utils.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/eslint-formatter.cjs b/scripts/eslint-formatter.cjs index e5b4f8fe62e..c4948bb2c8f 100644 --- a/scripts/eslint-formatter.cjs +++ b/scripts/eslint-formatter.cjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ 'use strict'; diff --git a/scripts/nim/banner.mjs b/scripts/nim/banner.mjs index fed7d802d9b..feb90b3aa5c 100644 --- a/scripts/nim/banner.mjs +++ b/scripts/nim/banner.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export const banner = diff --git a/scripts/nim/build-ckeditor5.mjs b/scripts/nim/build-ckeditor5.mjs index e9f225394b4..bd1ed8f5559 100644 --- a/scripts/nim/build-ckeditor5.mjs +++ b/scripts/nim/build-ckeditor5.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/nim/build-package.mjs b/scripts/nim/build-package.mjs index 40299871134..92661afe506 100644 --- a/scripts/nim/build-package.mjs +++ b/scripts/nim/build-package.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/postinstall.mjs b/scripts/postinstall.mjs index 1fed9d3e08c..b251148f4d1 100644 --- a/scripts/postinstall.mjs +++ b/scripts/postinstall.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/changelog.mjs b/scripts/release/changelog.mjs index 73513e15485..af34377fd70 100644 --- a/scripts/release/changelog.mjs +++ b/scripts/release/changelog.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/clean.mjs b/scripts/release/clean.mjs index c461128f1cf..a9a4982dc28 100755 --- a/scripts/release/clean.mjs +++ b/scripts/release/clean.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/deploycdn.mjs b/scripts/release/deploycdn.mjs index 6ba73f920c5..a9a3626ff30 100644 --- a/scripts/release/deploycdn.mjs +++ b/scripts/release/deploycdn.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/preparepackages.mjs b/scripts/release/preparepackages.mjs index 1f75004bd7d..94193354aa8 100644 --- a/scripts/release/preparepackages.mjs +++ b/scripts/release/preparepackages.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/publishpackages.mjs b/scripts/release/publishpackages.mjs index a7585507b20..3e2f35b823c 100644 --- a/scripts/release/publishpackages.mjs +++ b/scripts/release/publishpackages.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/switchlatestnpm.mjs b/scripts/release/switchlatestnpm.mjs index 354038754a6..c6a785201a6 100644 --- a/scripts/release/switchlatestnpm.mjs +++ b/scripts/release/switchlatestnpm.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/buildckeditor5buildscallback.mjs b/scripts/release/utils/buildckeditor5buildscallback.mjs index 92d2e425fdf..5844ecf6b03 100644 --- a/scripts/release/utils/buildckeditor5buildscallback.mjs +++ b/scripts/release/utils/buildckeditor5buildscallback.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/buildpackageusingrollupcallback.mjs b/scripts/release/utils/buildpackageusingrollupcallback.mjs index 019ef793137..b9c82d99596 100644 --- a/scripts/release/utils/buildpackageusingrollupcallback.mjs +++ b/scripts/release/utils/buildpackageusingrollupcallback.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/buildtsanddllforckeditor5root.mjs b/scripts/release/utils/buildtsanddllforckeditor5root.mjs index 7ec4a230ba0..9b51dd58f00 100644 --- a/scripts/release/utils/buildtsanddllforckeditor5root.mjs +++ b/scripts/release/utils/buildtsanddllforckeditor5root.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/compiletypescriptcallback.mjs b/scripts/release/utils/compiletypescriptcallback.mjs index aeeeb5e6269..02ad410d5cd 100644 --- a/scripts/release/utils/compiletypescriptcallback.mjs +++ b/scripts/release/utils/compiletypescriptcallback.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/constants.mjs b/scripts/release/utils/constants.mjs index 8d344dcfcaa..a2025a09665 100644 --- a/scripts/release/utils/constants.mjs +++ b/scripts/release/utils/constants.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/getcdnversion.mjs b/scripts/release/utils/getcdnversion.mjs index 72535f138b2..ec19a47d670 100644 --- a/scripts/release/utils/getcdnversion.mjs +++ b/scripts/release/utils/getcdnversion.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/getchangelogoptions.mjs b/scripts/release/utils/getchangelogoptions.mjs index 405049b4335..b407c7d157d 100644 --- a/scripts/release/utils/getchangelogoptions.mjs +++ b/scripts/release/utils/getchangelogoptions.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/getckeditor5packagejson.mjs b/scripts/release/utils/getckeditor5packagejson.mjs index 753c847db9d..46ce690a71a 100644 --- a/scripts/release/utils/getckeditor5packagejson.mjs +++ b/scripts/release/utils/getckeditor5packagejson.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/getlistroptions.mjs b/scripts/release/utils/getlistroptions.mjs index 1f1bbe049a9..5271a8dc6a9 100644 --- a/scripts/release/utils/getlistroptions.mjs +++ b/scripts/release/utils/getlistroptions.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/getreleasedescription.mjs b/scripts/release/utils/getreleasedescription.mjs index e5b6e14e3d2..40b3642fbe0 100644 --- a/scripts/release/utils/getreleasedescription.mjs +++ b/scripts/release/utils/getreleasedescription.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/isckeditor5packagefactory.mjs b/scripts/release/utils/isckeditor5packagefactory.mjs index d462d1e8a67..7f45dd0fa88 100644 --- a/scripts/release/utils/isckeditor5packagefactory.mjs +++ b/scripts/release/utils/isckeditor5packagefactory.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/isnoncommittablerelease.mjs b/scripts/release/utils/isnoncommittablerelease.mjs index 6f2b28d9d64..ef6015ee017 100644 --- a/scripts/release/utils/isnoncommittablerelease.mjs +++ b/scripts/release/utils/isnoncommittablerelease.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/istypescriptpackage.mjs b/scripts/release/utils/istypescriptpackage.mjs index 0dce0e7333a..32c16758394 100644 --- a/scripts/release/utils/istypescriptpackage.mjs +++ b/scripts/release/utils/istypescriptpackage.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/parsearguments.mjs b/scripts/release/utils/parsearguments.mjs index 77429154e42..4800bdf3c4b 100644 --- a/scripts/release/utils/parsearguments.mjs +++ b/scripts/release/utils/parsearguments.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/preparedllbuildscallback.mjs b/scripts/release/utils/preparedllbuildscallback.mjs index 989607c6e29..214768650f8 100644 --- a/scripts/release/utils/preparedllbuildscallback.mjs +++ b/scripts/release/utils/preparedllbuildscallback.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/updatepackageentrypoint.mjs b/scripts/release/utils/updatepackageentrypoint.mjs index 2df485c064a..36b58fb554c 100644 --- a/scripts/release/utils/updatepackageentrypoint.mjs +++ b/scripts/release/utils/updatepackageentrypoint.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/updateversionreferences.mjs b/scripts/release/utils/updateversionreferences.mjs index 785778fcc58..9fa20a51ce4 100644 --- a/scripts/release/utils/updateversionreferences.mjs +++ b/scripts/release/utils/updateversionreferences.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/utils/validatedependenciesversions.mjs b/scripts/release/utils/validatedependenciesversions.mjs index 9daba1fb9f1..d30aee3edc8 100644 --- a/scripts/release/utils/validatedependenciesversions.mjs +++ b/scripts/release/utils/validatedependenciesversions.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/release/validatepackages.mjs b/scripts/release/validatepackages.mjs index 4200c79aa6e..d9de5d36add 100644 --- a/scripts/release/validatepackages.mjs +++ b/scripts/release/validatepackages.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/svgo.config.cjs b/scripts/svgo.config.cjs index e01b2d98377..93df0225a22 100644 --- a/scripts/svgo.config.cjs +++ b/scripts/svgo.config.cjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/translations/move.mjs b/scripts/translations/move.mjs index 069f97eb53c..c942c1c1d84 100644 --- a/scripts/translations/move.mjs +++ b/scripts/translations/move.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/translations/synchronize.mjs b/scripts/translations/synchronize.mjs index bfeeb402107..0d44a73851f 100644 --- a/scripts/translations/synchronize.mjs +++ b/scripts/translations/synchronize.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/translations/utils.mjs b/scripts/translations/utils.mjs index 3c8f9db5ad0..da194f900b3 100644 --- a/scripts/translations/utils.mjs +++ b/scripts/translations/utils.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/utils/replacekebabcasewithcamelcase.mjs b/scripts/utils/replacekebabcasewithcamelcase.mjs index c4b36ead243..032a710495b 100644 --- a/scripts/utils/replacekebabcasewithcamelcase.mjs +++ b/scripts/utils/replacekebabcasewithcamelcase.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/scripts/vale/vale.mjs b/scripts/vale/vale.mjs index ba4123b0fc9..ac82a25c872 100644 --- a/scripts/vale/vale.mjs +++ b/scripts/vale/vale.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/web-crawler/index.mjs b/scripts/web-crawler/index.mjs index 7bccd031c6a..243a3a4a0ea 100644 --- a/scripts/web-crawler/index.mjs +++ b/scripts/web-crawler/index.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/src/clipboard.ts b/src/clipboard.ts index 93307f90e35..49f62c10733 100644 --- a/src/clipboard.ts +++ b/src/clipboard.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/core.ts b/src/core.ts index 1d5c5b2795d..85a5af28174 100644 --- a/src/core.ts +++ b/src/core.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/engine.ts b/src/engine.ts index 21d90f5c15f..ec6f2f843a2 100644 --- a/src/engine.ts +++ b/src/engine.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/enter.ts b/src/enter.ts index bae57a121ef..a0c817ed8e9 100644 --- a/src/enter.ts +++ b/src/enter.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/index.ts b/src/index.ts index 06c9320f04c..e848a3aacb9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import '@ckeditor/ckeditor5-theme-lark/theme/index.css'; diff --git a/src/paragraph.ts b/src/paragraph.ts index 642dff45e95..9fe8340ce85 100644 --- a/src/paragraph.ts +++ b/src/paragraph.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/select-all.ts b/src/select-all.ts index 9e8f68f6805..e0df7f545a4 100644 --- a/src/select-all.ts +++ b/src/select-all.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/typing.ts b/src/typing.ts index 54817d19e4b..74fa57d17ab 100644 --- a/src/typing.ts +++ b/src/typing.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/ui.ts b/src/ui.ts index 11fd091183e..772d585968a 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/undo.ts b/src/undo.ts index 295b6e1378c..3ca387abca9 100644 --- a/src/undo.ts +++ b/src/undo.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/upload.ts b/src/upload.ts index 9f59a151bae..06aaff9027f 100644 --- a/src/upload.ts +++ b/src/upload.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/utils.ts b/src/utils.ts index 4bea24c07d6..17589a9c259 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/watchdog.ts b/src/watchdog.ts index c93e972127c..45eb923f8ff 100644 --- a/src/watchdog.ts +++ b/src/watchdog.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/src/widget.ts b/src/widget.ts index b4a97ae3845..c108b0aa24b 100644 --- a/src/widget.ts +++ b/src/widget.ts @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** diff --git a/tests/_data/data-sets/formatting-long-paragraphs.js b/tests/_data/data-sets/formatting-long-paragraphs.js index 2fbcffbafd5..eb76edde122 100644 --- a/tests/_data/data-sets/formatting-long-paragraphs.js +++ b/tests/_data/data-sets/formatting-long-paragraphs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates 40 paragraphs, each with a 1000 of text nodes, each text node is wrapped in an HTML tag that will be converted to text attribute. diff --git a/tests/_data/data-sets/ghs.js b/tests/_data/data-sets/ghs.js index 85f5c9b358f..3c495d5ed5f 100644 --- a/tests/_data/data-sets/ghs.js +++ b/tests/_data/data-sets/ghs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // This is main Wikipedia page source copied four times. This is to test content with a lot of messy / unsupported markup. @@ -9,54 +9,75 @@ /* eslint-disable */ const initialData = - `

HTML playground

-
-
-

- A sample paragraph with a data attribute. -

-
-
-

Responsive column layout

-
-
-
- -
HTML
-
-
-
-
- -
CSS
-
-
-
-
- -
JS
-
-
-
-
-
- -
-
`; + `

Feature paragraph

+ +

Feature heading1

+

Feature heading2

+

Feature heading3

+ +

Feature bold

+

Feature italic

+

Feature strike

+

Feature underline

+

Feature code

+

Feature subscript

+

Feature superscript

+ +

Link feature

+

Anchor (name, ID only)

+ +

Mark feature

+ +

Font feature

+ +
    +
  • Bulleted List feature
  • +
  • Bulleted List feature
  • +
  • Bulleted List feature
  • +
+ +
    +
  1. Numbered List feature
  2. +
  3. Numbered List feature
  4. +
  5. Numbered List feature
  6. +
+ +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+ +

Blockquote Feature

+ +
+ +
Caption
+
+ +
Code Block
+ +
HTML snippet
+
 
+

empty inline at start

+

Text with empty inline inside

+

Text with empty inline at the end

`; export default function makeData() { - return initialData.repeat( 1000 ); + return initialData.repeat( 250 ); } diff --git a/tests/_data/data-sets/index.js b/tests/_data/data-sets/index.js index 79cae3fa7a3..939586c814f 100644 --- a/tests/_data/data-sets/index.js +++ b/tests/_data/data-sets/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import formattingLongP from './formatting-long-paragraphs.js'; diff --git a/tests/_data/data-sets/inline-styles.js b/tests/_data/data-sets/inline-styles.js index 630e04cd1a3..f130ec149af 100644 --- a/tests/_data/data-sets/inline-styles.js +++ b/tests/_data/data-sets/inline-styles.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates 30 paragraphs, each with a 1000 of text nodes, half of the text nodes is wrapped in a span with inline styles. diff --git a/tests/_data/data-sets/lists.js b/tests/_data/data-sets/lists.js index 56efa395e26..fd9142690af 100644 --- a/tests/_data/data-sets/lists.js +++ b/tests/_data/data-sets/lists.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates multiple, nested lists, for a total of 3000 list items. Text in lists is simple, short, non-formatted text. diff --git a/tests/_data/data-sets/mixed.js b/tests/_data/data-sets/mixed.js index 175a3018213..7cce2f42b72 100644 --- a/tests/_data/data-sets/mixed.js +++ b/tests/_data/data-sets/mixed.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { makeList } from './lists.js'; diff --git a/tests/_data/data-sets/paragraphs.js b/tests/_data/data-sets/paragraphs.js index 3772e17c797..a93f137e833 100644 --- a/tests/_data/data-sets/paragraphs.js +++ b/tests/_data/data-sets/paragraphs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // This is the most basic performance test, where we load many paragraphs (5000) and fill them with reasonable text volume, no formatting. diff --git a/tests/_data/data-sets/table-huge.js b/tests/_data/data-sets/table-huge.js index b30fd1cb589..ca937d6e077 100644 --- a/tests/_data/data-sets/table-huge.js +++ b/tests/_data/data-sets/table-huge.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // Creates one table with 2000 rows and 10 columns, total 20000 cells. diff --git a/tests/_data/data-sets/wiki.js b/tests/_data/data-sets/wiki.js index 3fc8cbc6980..ef166ff2936 100644 --- a/tests/_data/data-sets/wiki.js +++ b/tests/_data/data-sets/wiki.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ // This is main Wikipedia page source copied four times. This is to test content with a lot of messy / unsupported markup. diff --git a/tests/_utils/abbreviationView-level-2.js b/tests/_utils/abbreviationView-level-2.js index 2fc37c7c3c4..6ea6ac46f75 100644 --- a/tests/_utils/abbreviationView-level-2.js +++ b/tests/_utils/abbreviationView-level-2.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/_utils/abbreviationView-level-3.js b/tests/_utils/abbreviationView-level-3.js index 4e99367e0d7..75c8faf487f 100644 --- a/tests/_utils/abbreviationView-level-3.js +++ b/tests/_utils/abbreviationView-level-3.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/_utils/performance-config.js b/tests/_utils/performance-config.js index e49b5769110..be705e94654 100644 --- a/tests/_utils/performance-config.js +++ b/tests/_utils/performance-config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment.js'; diff --git a/tests/_utils/utils.js b/tests/_utils/utils.js index 048ad779e02..9085e1f3c49 100644 --- a/tests/_utils/utils.js +++ b/tests/_utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console */ diff --git a/tests/dll.js b/tests/dll.js index c82b64944f7..009bcf5a5a4 100644 --- a/tests/dll.js +++ b/tests/dll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import * as clipboardBase from '@ckeditor/ckeditor5-clipboard'; diff --git a/tests/manual/abbreviation-level-1.js b/tests/manual/abbreviation-level-1.js index fa8987d1e5f..a4966d97053 100644 --- a/tests/manual/abbreviation-level-1.js +++ b/tests/manual/abbreviation-level-1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/abbreviation-level-2.js b/tests/manual/abbreviation-level-2.js index 70b3c4456b4..39bb8da2b82 100644 --- a/tests/manual/abbreviation-level-2.js +++ b/tests/manual/abbreviation-level-2.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/abbreviation-level-3.js b/tests/manual/abbreviation-level-3.js index 2ffb391526e..6607aa1abef 100644 --- a/tests/manual/abbreviation-level-3.js +++ b/tests/manual/abbreviation-level-3.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/all-features-dll.js b/tests/manual/all-features-dll.js index 752fad0bf05..5c536694022 100644 --- a/tests/manual/all-features-dll.js +++ b/tests/manual/all-features-dll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/tests/manual/all-features.js b/tests/manual/all-features.js index 94e4a17816b..a64ed687064 100644 --- a/tests/manual/all-features.js +++ b/tests/manual/all-features.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/all-types.js b/tests/manual/all-types.js index e405b1ec68f..33d83d8184c 100644 --- a/tests/manual/all-types.js +++ b/tests/manual/all-types.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/tests/manual/article.js b/tests/manual/article.js index 2f41a9cdc9b..03e5d4d7ab1 100644 --- a/tests/manual/article.js +++ b/tests/manual/article.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/mathtype.js b/tests/manual/mathtype.js index c64f7ece9ac..784c9e043fe 100644 --- a/tests/manual/mathtype.js +++ b/tests/manual/mathtype.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/tests/manual/memory/memory-semi-automated.js b/tests/manual/memory/memory-semi-automated.js index 967480d5bf8..417817e59e5 100644 --- a/tests/manual/memory/memory-semi-automated.js +++ b/tests/manual/memory/memory-semi-automated.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window, setTimeout, gc */ diff --git a/tests/manual/memory/memory.js b/tests/manual/memory/memory.js index 5dfc31fc7fc..8c3bb40bd88 100644 --- a/tests/manual/memory/memory.js +++ b/tests/manual/memory/memory.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document */ diff --git a/tests/manual/performance/init-single.js b/tests/manual/performance/init-single.js index 32d15fcd47a..2fef70a3b96 100644 --- a/tests/manual/performance/init-single.js +++ b/tests/manual/performance/init-single.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document */ diff --git a/tests/manual/performance/init.js b/tests/manual/performance/init.js index f38f85352e0..53f9c166581 100644 --- a/tests/manual/performance/init.js +++ b/tests/manual/performance/init.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, sessionStorage, navigator, alert */ diff --git a/tests/manual/performance/multipleeditors.js b/tests/manual/performance/multipleeditors.js index 09fa279bc95..3a547bbbd4c 100644 --- a/tests/manual/performance/multipleeditors.js +++ b/tests/manual/performance/multipleeditors.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/tests/manual/performance/paste.js b/tests/manual/performance/paste.js index 3c257440bcc..8d0593a6d2c 100644 --- a/tests/manual/performance/paste.js +++ b/tests/manual/performance/paste.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document, DataTransfer */ diff --git a/tests/manual/performance/richeditor.js b/tests/manual/performance/richeditor.js index b89905be4c1..df7c2d17e64 100644 --- a/tests/manual/performance/richeditor.js +++ b/tests/manual/performance/richeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, document */ diff --git a/tests/manual/performance/setdata.js b/tests/manual/performance/setdata.js index 35c658dc4e1..31aa9cd3118 100644 --- a/tests/manual/performance/setdata.js +++ b/tests/manual/performance/setdata.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals document */ diff --git a/tests/manual/translations-dll.js b/tests/manual/translations-dll.js index 9fe37b4eb92..15b625649d2 100644 --- a/tests/manual/translations-dll.js +++ b/tests/manual/translations-dll.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console, window, document, CKEditorInspector */ diff --git a/tests/manual/wproofreader.js b/tests/manual/wproofreader.js index c99eaf32505..1a3684a83c3 100644 --- a/tests/manual/wproofreader.js +++ b/tests/manual/wproofreader.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* globals console:false, document, window */ diff --git a/tests/node.js b/tests/node.js index dafb045b516..2be7d31e4df 100644 --- a/tests/node.js +++ b/tests/node.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import * as ckeditor5 from '../src/index.js';