From d1ce95e16251614efa2f018b14a56b541d9f2a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Smyrek?= Date: Wed, 8 Jan 2025 08:37:59 +0100 Subject: [PATCH] Bumped the year. --- .eslintrc | 2 +- .husky/pre-commit | 4 ++-- LICENSE.md | 2 +- postcss.config.js | 2 +- scripts/bump-year.mjs | 2 +- scripts/changelog.mjs | 2 +- scripts/postinstall.js | 2 +- scripts/preparepackages.mjs | 2 +- scripts/publishpackages.mjs | 2 +- scripts/test.js | 2 +- scripts/utils/getkarmaconfig.js | 2 +- scripts/utils/parsearguments.mjs | 2 +- src/ckeditorinspector.css | 2 +- src/ckeditorinspector.js | 2 +- src/ckeditorinspectorui.css | 2 +- src/ckeditorinspectorui.js | 2 +- src/commands/commandinspector.js | 2 +- src/commands/data/actions.js | 2 +- src/commands/data/reducer.js | 2 +- src/commands/data/utils.js | 2 +- src/commands/pane.js | 2 +- src/commands/tree.js | 2 +- src/components/button.css | 2 +- src/components/button.js | 2 +- src/components/checkbox.css | 2 +- src/components/checkbox.js | 2 +- src/components/horizontalnav.css | 2 +- src/components/horizontalnav.js | 2 +- src/components/navbox.css | 2 +- src/components/navbox.js | 2 +- src/components/objectinspector.css | 2 +- src/components/objectinspector.js | 2 +- src/components/pane.css | 2 +- src/components/pane.js | 2 +- src/components/propertylist.css | 2 +- src/components/propertylist.js | 2 +- src/components/select.js | 2 +- src/components/seteditordatabutton.css | 2 +- src/components/seteditordatabutton.js | 2 +- src/components/sidepane.css | 2 +- src/components/sidepane.js | 2 +- src/components/tabs.js | 2 +- src/components/tree/tree.css | 2 +- src/components/tree/tree.js | 2 +- src/components/tree/treecomment.js | 2 +- src/components/tree/treeelement.js | 2 +- src/components/tree/treenode.js | 2 +- src/components/tree/treenodeattribute.js | 2 +- src/components/tree/treeposition.js | 2 +- src/components/tree/treetextnode.js | 2 +- src/components/tree/utils.js | 2 +- src/components/utils.js | 2 +- src/data/actions.js | 2 +- src/data/reducer.js | 2 +- src/data/utils.js | 2 +- src/editorquickactions.css | 2 +- src/editorquickactions.js | 2 +- src/localstoragemanager.js | 2 +- src/logger.js | 2 +- src/minickeditorinspector.js | 2 +- src/minickeditorinspectorui.css | 2 +- src/minickeditorinspectorui.js | 2 +- src/model/data/actions.js | 2 +- src/model/data/reducer.js | 2 +- src/model/data/utils.js | 2 +- src/model/markerinspector.js | 2 +- src/model/model.css | 2 +- src/model/nodeinspector.js | 2 +- src/model/pane.js | 2 +- src/model/selectioninspector.js | 2 +- src/model/tree.js | 2 +- src/model/utils.js | 2 +- src/schema/data/actions.js | 2 +- src/schema/data/reducer.js | 2 +- src/schema/data/utils.js | 2 +- src/schema/pane.js | 2 +- src/schema/schemadefinitioninspector.js | 2 +- src/schema/tree.js | 2 +- src/utils.js | 2 +- src/view/data/actions.js | 2 +- src/view/data/reducer.js | 2 +- src/view/data/utils.js | 2 +- src/view/nodeinspector.js | 2 +- src/view/pane.js | 2 +- src/view/selectioninspector.js | 2 +- src/view/tree.js | 2 +- src/view/utils.js | 2 +- tests/index.js | 2 +- tests/inspector/ckeditorinspector.js | 2 +- tests/inspector/ckeditorinspectorui.js | 2 +- tests/inspector/commands/commandinspector.js | 2 +- tests/inspector/commands/data/actions.js | 2 +- tests/inspector/commands/data/reducer.js | 2 +- tests/inspector/commands/pane.js | 2 +- tests/inspector/commands/tree.js | 2 +- tests/inspector/components/button.js | 2 +- tests/inspector/components/objectinspector.js | 2 +- tests/inspector/components/propertylist.js | 2 +- tests/inspector/components/seteditordatabutton.js | 2 +- tests/inspector/components/sidepane.js | 2 +- tests/inspector/components/tabs.js | 2 +- tests/inspector/components/tree/tree.js | 2 +- tests/inspector/components/tree/treeelement.js | 2 +- tests/inspector/components/tree/treenodeattribute.js | 2 +- tests/inspector/components/tree/treetextnode.js | 2 +- tests/inspector/components/utils.js | 2 +- tests/inspector/data/actions.js | 2 +- tests/inspector/data/reducer.js | 2 +- tests/inspector/editorquickactions.js | 2 +- tests/inspector/logger.js | 2 +- tests/inspector/minickeditorinspector.js | 2 +- tests/inspector/model/data/actions.js | 2 +- tests/inspector/model/data/reducer.js | 2 +- tests/inspector/model/data/utils.js | 2 +- tests/inspector/model/markerinspector.js | 2 +- tests/inspector/model/nodeinspector.js | 2 +- tests/inspector/model/pane.js | 2 +- tests/inspector/model/selectioninspector.js | 2 +- tests/inspector/model/tree.js | 2 +- tests/inspector/schema/data/actions.js | 2 +- tests/inspector/schema/data/reducer.js | 2 +- tests/inspector/schema/pane.js | 2 +- tests/inspector/schema/schemadefinitioninspector.js | 2 +- tests/inspector/schema/tree.js | 2 +- tests/inspector/storagemanager.js | 2 +- tests/inspector/view/data/actions.js | 2 +- tests/inspector/view/data/reducer.js | 2 +- tests/inspector/view/data/utils.js | 2 +- tests/inspector/view/nodeinspector.js | 2 +- tests/inspector/view/pane.js | 2 +- tests/inspector/view/selectioninspector.js | 2 +- tests/inspector/view/tree.js | 2 +- tests/inspector/view/utils.js | 2 +- tests/utils/testeditor.js | 2 +- tests/utils/utils.js | 2 +- webpack.config.mjs | 2 +- 136 files changed, 137 insertions(+), 137 deletions(-) diff --git a/.eslintrc b/.eslintrc index aeab3ce..f419fb3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -32,7 +32,7 @@ "ckeditor5-rules/license-header": [ "error", { "headerLines": [ "/**", - " * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.", + " * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.", " * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options", " */" ] diff --git a/.husky/pre-commit b/.husky/pre-commit index c72115c..3580d37 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,7 @@ #!/bin/bash -# @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. -# For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +# @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. +# For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options . "$(dirname -- "$0")/_/husky.sh" diff --git a/LICENSE.md b/LICENSE.md index d0ffda0..94f07e8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Software License Agreement ========================== **CKEditor 5 inspector** – https://github.com/ckeditor/ckeditor5-inspector
-Copyright (c) 2003-2024, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. +Copyright (c) 2003-2025, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. Licensed under a dual-license model, this software is available under: diff --git a/postcss.config.js b/postcss.config.js index 7c7fc0f..89dac6d 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/bump-year.mjs b/scripts/bump-year.mjs index 92cf748..1210f2a 100644 --- a/scripts/bump-year.mjs +++ b/scripts/bump-year.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/changelog.mjs b/scripts/changelog.mjs index fe6ab21..f7112ef 100644 --- a/scripts/changelog.mjs +++ b/scripts/changelog.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 081ec65..89c4493 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/preparepackages.mjs b/scripts/preparepackages.mjs index ea21cf0..c2226fe 100644 --- a/scripts/preparepackages.mjs +++ b/scripts/preparepackages.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/publishpackages.mjs b/scripts/publishpackages.mjs index 80ef659..c08301d 100644 --- a/scripts/publishpackages.mjs +++ b/scripts/publishpackages.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/test.js b/scripts/test.js index ad3dab9..f49d652 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/utils/getkarmaconfig.js b/scripts/utils/getkarmaconfig.js index 1e322d4..25e7396 100644 --- a/scripts/utils/getkarmaconfig.js +++ b/scripts/utils/getkarmaconfig.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/scripts/utils/parsearguments.mjs b/scripts/utils/parsearguments.mjs index bf19af3..a7b1d3a 100644 --- a/scripts/utils/parsearguments.mjs +++ b/scripts/utils/parsearguments.mjs @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/ckeditorinspector.css b/src/ckeditorinspector.css index 02eb09b..b4a872b 100644 --- a/src/ckeditorinspector.css +++ b/src/ckeditorinspector.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/ckeditorinspector.js b/src/ckeditorinspector.js index b19f9d5..adb6c1b 100644 --- a/src/ckeditorinspector.js +++ b/src/ckeditorinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/ckeditorinspectorui.css b/src/ckeditorinspectorui.css index dc9c624..80a40cc 100644 --- a/src/ckeditorinspectorui.css +++ b/src/ckeditorinspectorui.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/ckeditorinspectorui.js b/src/ckeditorinspectorui.js index e12fce3..7354831 100644 --- a/src/ckeditorinspectorui.js +++ b/src/ckeditorinspectorui.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/commands/commandinspector.js b/src/commands/commandinspector.js index e5b1742..c45f8dc 100644 --- a/src/commands/commandinspector.js +++ b/src/commands/commandinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/commands/data/actions.js b/src/commands/data/actions.js index 8b2a06d..6d52366 100644 --- a/src/commands/data/actions.js +++ b/src/commands/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/commands/data/reducer.js b/src/commands/data/reducer.js index e3ede3b..072d624 100644 --- a/src/commands/data/reducer.js +++ b/src/commands/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/commands/data/utils.js b/src/commands/data/utils.js index 0c5d8f2..9a1d848 100644 --- a/src/commands/data/utils.js +++ b/src/commands/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/commands/pane.js b/src/commands/pane.js index a2f90a4..426bb5d 100644 --- a/src/commands/pane.js +++ b/src/commands/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/commands/tree.js b/src/commands/tree.js index dc23724..e0f914a 100644 --- a/src/commands/tree.js +++ b/src/commands/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/button.css b/src/components/button.css index 0153888..232ca52 100644 --- a/src/components/button.css +++ b/src/components/button.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/button.js b/src/components/button.js index 2dfac0e..d7a68cc 100644 --- a/src/components/button.js +++ b/src/components/button.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/checkbox.css b/src/components/checkbox.css index fd7ae09..2130ad5 100644 --- a/src/components/checkbox.css +++ b/src/components/checkbox.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/checkbox.js b/src/components/checkbox.js index 911111a..765847b 100644 --- a/src/components/checkbox.js +++ b/src/components/checkbox.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/horizontalnav.css b/src/components/horizontalnav.css index e85aa29..626ac35 100644 --- a/src/components/horizontalnav.css +++ b/src/components/horizontalnav.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/horizontalnav.js b/src/components/horizontalnav.js index e4e1576..d9814ab 100644 --- a/src/components/horizontalnav.js +++ b/src/components/horizontalnav.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/navbox.css b/src/components/navbox.css index bafea88..af9b294 100644 --- a/src/components/navbox.css +++ b/src/components/navbox.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/navbox.js b/src/components/navbox.js index 2730772..754c662 100644 --- a/src/components/navbox.js +++ b/src/components/navbox.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/objectinspector.css b/src/components/objectinspector.css index 580138c..1775ad1 100644 --- a/src/components/objectinspector.css +++ b/src/components/objectinspector.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/objectinspector.js b/src/components/objectinspector.js index 08308d9..de2e97a 100644 --- a/src/components/objectinspector.js +++ b/src/components/objectinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/pane.css b/src/components/pane.css index 15bbd6e..7e52310 100644 --- a/src/components/pane.css +++ b/src/components/pane.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/pane.js b/src/components/pane.js index 4ffedf9..dd8f48e 100644 --- a/src/components/pane.js +++ b/src/components/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/propertylist.css b/src/components/propertylist.css index 4534949..a431ba0 100644 --- a/src/components/propertylist.css +++ b/src/components/propertylist.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/propertylist.js b/src/components/propertylist.js index eaf877a..f4f5575 100644 --- a/src/components/propertylist.js +++ b/src/components/propertylist.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/select.js b/src/components/select.js index 130d468..23a9d68 100644 --- a/src/components/select.js +++ b/src/components/select.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/seteditordatabutton.css b/src/components/seteditordatabutton.css index a98f51f..af967fb 100644 --- a/src/components/seteditordatabutton.css +++ b/src/components/seteditordatabutton.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/seteditordatabutton.js b/src/components/seteditordatabutton.js index 8372010..352979a 100644 --- a/src/components/seteditordatabutton.js +++ b/src/components/seteditordatabutton.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/sidepane.css b/src/components/sidepane.css index 556f6d9..09a504d 100644 --- a/src/components/sidepane.css +++ b/src/components/sidepane.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/sidepane.js b/src/components/sidepane.js index 5bd9472..07736d4 100644 --- a/src/components/sidepane.js +++ b/src/components/sidepane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tabs.js b/src/components/tabs.js index d526419..02ea6e2 100644 --- a/src/components/tabs.js +++ b/src/components/tabs.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/tree.css b/src/components/tree/tree.css index 2f51da9..7ad66dc 100644 --- a/src/components/tree/tree.css +++ b/src/components/tree/tree.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/tree.js b/src/components/tree/tree.js index 5b60f2e..165896b 100644 --- a/src/components/tree/tree.js +++ b/src/components/tree/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/treecomment.js b/src/components/tree/treecomment.js index 6a0c1ff..2a14b7e 100644 --- a/src/components/tree/treecomment.js +++ b/src/components/tree/treecomment.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/treeelement.js b/src/components/tree/treeelement.js index c4967d0..c7d7ce7 100644 --- a/src/components/tree/treeelement.js +++ b/src/components/tree/treeelement.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/treenode.js b/src/components/tree/treenode.js index 63df821..30cf4bb 100644 --- a/src/components/tree/treenode.js +++ b/src/components/tree/treenode.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/treenodeattribute.js b/src/components/tree/treenodeattribute.js index e234b1a..658f788 100644 --- a/src/components/tree/treenodeattribute.js +++ b/src/components/tree/treenodeattribute.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/treeposition.js b/src/components/tree/treeposition.js index b0fc712..84ecc2d 100644 --- a/src/components/tree/treeposition.js +++ b/src/components/tree/treeposition.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/treetextnode.js b/src/components/tree/treetextnode.js index 09e5245..822c4ac 100644 --- a/src/components/tree/treetextnode.js +++ b/src/components/tree/treetextnode.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/tree/utils.js b/src/components/tree/utils.js index c02920d..3ebb68c 100644 --- a/src/components/tree/utils.js +++ b/src/components/tree/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/components/utils.js b/src/components/utils.js index 3b3978d..7498806 100644 --- a/src/components/utils.js +++ b/src/components/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/data/actions.js b/src/data/actions.js index 3b20235..91c7174 100644 --- a/src/data/actions.js +++ b/src/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/data/reducer.js b/src/data/reducer.js index f55c1b8..96035cf 100644 --- a/src/data/reducer.js +++ b/src/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/data/utils.js b/src/data/utils.js index 6b66071..4141441 100644 --- a/src/data/utils.js +++ b/src/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/editorquickactions.css b/src/editorquickactions.css index 24c2b7d..a3c97aa 100644 --- a/src/editorquickactions.css +++ b/src/editorquickactions.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/editorquickactions.js b/src/editorquickactions.js index bc09aca..87fc29b 100644 --- a/src/editorquickactions.js +++ b/src/editorquickactions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/localstoragemanager.js b/src/localstoragemanager.js index 63360b4..344d5a8 100644 --- a/src/localstoragemanager.js +++ b/src/localstoragemanager.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/logger.js b/src/logger.js index 05bc9b8..29bdf3e 100644 --- a/src/logger.js +++ b/src/logger.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/minickeditorinspector.js b/src/minickeditorinspector.js index be21b73..aa837a7 100644 --- a/src/minickeditorinspector.js +++ b/src/minickeditorinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/minickeditorinspectorui.css b/src/minickeditorinspectorui.css index bedfd47..fe40536 100644 --- a/src/minickeditorinspectorui.css +++ b/src/minickeditorinspectorui.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/minickeditorinspectorui.js b/src/minickeditorinspectorui.js index 12d2b4c..8891418 100644 --- a/src/minickeditorinspectorui.js +++ b/src/minickeditorinspectorui.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/data/actions.js b/src/model/data/actions.js index 4f267cd..28653da 100644 --- a/src/model/data/actions.js +++ b/src/model/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/data/reducer.js b/src/model/data/reducer.js index 49b5e86..563ba88 100644 --- a/src/model/data/reducer.js +++ b/src/model/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/data/utils.js b/src/model/data/utils.js index 55b56ff..beff7bb 100644 --- a/src/model/data/utils.js +++ b/src/model/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/markerinspector.js b/src/model/markerinspector.js index 92575ca..8118d0d 100644 --- a/src/model/markerinspector.js +++ b/src/model/markerinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/model.css b/src/model/model.css index c5f45a9..ffdd43f 100644 --- a/src/model/model.css +++ b/src/model/model.css @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/nodeinspector.js b/src/model/nodeinspector.js index 0c7ee9b..e383eff 100644 --- a/src/model/nodeinspector.js +++ b/src/model/nodeinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/pane.js b/src/model/pane.js index 536734a..805c981 100644 --- a/src/model/pane.js +++ b/src/model/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/selectioninspector.js b/src/model/selectioninspector.js index 913466e..0519fd2 100644 --- a/src/model/selectioninspector.js +++ b/src/model/selectioninspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/tree.js b/src/model/tree.js index 6a0b7cc..c7968b0 100644 --- a/src/model/tree.js +++ b/src/model/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/model/utils.js b/src/model/utils.js index 2b32590..abe62fc 100644 --- a/src/model/utils.js +++ b/src/model/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/schema/data/actions.js b/src/schema/data/actions.js index d1c4564..88625da 100644 --- a/src/schema/data/actions.js +++ b/src/schema/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/schema/data/reducer.js b/src/schema/data/reducer.js index 26743d1..872bd4f 100644 --- a/src/schema/data/reducer.js +++ b/src/schema/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/schema/data/utils.js b/src/schema/data/utils.js index bba439c..a5d9a88 100644 --- a/src/schema/data/utils.js +++ b/src/schema/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/schema/pane.js b/src/schema/pane.js index 664d2cc..350f72d 100644 --- a/src/schema/pane.js +++ b/src/schema/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/schema/schemadefinitioninspector.js b/src/schema/schemadefinitioninspector.js index a52eaea..e2e1937 100644 --- a/src/schema/schemadefinitioninspector.js +++ b/src/schema/schemadefinitioninspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/schema/tree.js b/src/schema/tree.js index 18a6468..1e3f533 100644 --- a/src/schema/tree.js +++ b/src/schema/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/utils.js b/src/utils.js index 00caffe..c04b799 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/data/actions.js b/src/view/data/actions.js index 7b9e63b..c2e4ee4 100644 --- a/src/view/data/actions.js +++ b/src/view/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/data/reducer.js b/src/view/data/reducer.js index ac63143..6277ecb 100644 --- a/src/view/data/reducer.js +++ b/src/view/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/data/utils.js b/src/view/data/utils.js index a4e28f7..de92539 100644 --- a/src/view/data/utils.js +++ b/src/view/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/nodeinspector.js b/src/view/nodeinspector.js index 5a405fb..46bed1b 100644 --- a/src/view/nodeinspector.js +++ b/src/view/nodeinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/pane.js b/src/view/pane.js index 1e1f1de..196c4e1 100644 --- a/src/view/pane.js +++ b/src/view/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/selectioninspector.js b/src/view/selectioninspector.js index 2bccf65..0c2b1d8 100644 --- a/src/view/selectioninspector.js +++ b/src/view/selectioninspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/tree.js b/src/view/tree.js index b8b62ca..2dd1c0a 100644 --- a/src/view/tree.js +++ b/src/view/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/src/view/utils.js b/src/view/utils.js index 21104b5..3267650 100644 --- a/src/view/utils.js +++ b/src/view/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/index.js b/tests/index.js index d39ecb8..9091aa3 100644 --- a/tests/index.js +++ b/tests/index.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/ckeditorinspector.js b/tests/inspector/ckeditorinspector.js index 26968b0..d9668eb 100644 --- a/tests/inspector/ckeditorinspector.js +++ b/tests/inspector/ckeditorinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/ckeditorinspectorui.js b/tests/inspector/ckeditorinspectorui.js index e926ab3..4e1e950 100644 --- a/tests/inspector/ckeditorinspectorui.js +++ b/tests/inspector/ckeditorinspectorui.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/commands/commandinspector.js b/tests/inspector/commands/commandinspector.js index a3d79fe..08b9a7e 100644 --- a/tests/inspector/commands/commandinspector.js +++ b/tests/inspector/commands/commandinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/commands/data/actions.js b/tests/inspector/commands/data/actions.js index cf604cf..ff12c34 100644 --- a/tests/inspector/commands/data/actions.js +++ b/tests/inspector/commands/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/commands/data/reducer.js b/tests/inspector/commands/data/reducer.js index f750305..e9232ae 100644 --- a/tests/inspector/commands/data/reducer.js +++ b/tests/inspector/commands/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/commands/pane.js b/tests/inspector/commands/pane.js index c72d518..6f65f3a 100644 --- a/tests/inspector/commands/pane.js +++ b/tests/inspector/commands/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/commands/tree.js b/tests/inspector/commands/tree.js index 11122ff..caa6473 100644 --- a/tests/inspector/commands/tree.js +++ b/tests/inspector/commands/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/button.js b/tests/inspector/components/button.js index 51fe8ff..fdab468 100644 --- a/tests/inspector/components/button.js +++ b/tests/inspector/components/button.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/objectinspector.js b/tests/inspector/components/objectinspector.js index a91fb23..0467e18 100644 --- a/tests/inspector/components/objectinspector.js +++ b/tests/inspector/components/objectinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/propertylist.js b/tests/inspector/components/propertylist.js index dcf8c0a..0ae4bb8 100644 --- a/tests/inspector/components/propertylist.js +++ b/tests/inspector/components/propertylist.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/seteditordatabutton.js b/tests/inspector/components/seteditordatabutton.js index 473668b..2d573bf 100644 --- a/tests/inspector/components/seteditordatabutton.js +++ b/tests/inspector/components/seteditordatabutton.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/sidepane.js b/tests/inspector/components/sidepane.js index 62ecdb2..5e0037f 100644 --- a/tests/inspector/components/sidepane.js +++ b/tests/inspector/components/sidepane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/tabs.js b/tests/inspector/components/tabs.js index 95ff14d..bcdb554 100644 --- a/tests/inspector/components/tabs.js +++ b/tests/inspector/components/tabs.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/tree/tree.js b/tests/inspector/components/tree/tree.js index 8dcaedf..5e4f14e 100644 --- a/tests/inspector/components/tree/tree.js +++ b/tests/inspector/components/tree/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/tree/treeelement.js b/tests/inspector/components/tree/treeelement.js index fc4a379..5f0f3ed 100644 --- a/tests/inspector/components/tree/treeelement.js +++ b/tests/inspector/components/tree/treeelement.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/tree/treenodeattribute.js b/tests/inspector/components/tree/treenodeattribute.js index 71856ba..930c8b2 100644 --- a/tests/inspector/components/tree/treenodeattribute.js +++ b/tests/inspector/components/tree/treenodeattribute.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/tree/treetextnode.js b/tests/inspector/components/tree/treetextnode.js index 3ac47e3..ad272e8 100644 --- a/tests/inspector/components/tree/treetextnode.js +++ b/tests/inspector/components/tree/treetextnode.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/components/utils.js b/tests/inspector/components/utils.js index 6268a90..65d5bd6 100644 --- a/tests/inspector/components/utils.js +++ b/tests/inspector/components/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/data/actions.js b/tests/inspector/data/actions.js index bb87b1d..3d6e239 100644 --- a/tests/inspector/data/actions.js +++ b/tests/inspector/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/data/reducer.js b/tests/inspector/data/reducer.js index b3ca154..a9fcf46 100644 --- a/tests/inspector/data/reducer.js +++ b/tests/inspector/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/editorquickactions.js b/tests/inspector/editorquickactions.js index 5d1afb1..f086ec2 100644 --- a/tests/inspector/editorquickactions.js +++ b/tests/inspector/editorquickactions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/logger.js b/tests/inspector/logger.js index 89d6be7..0a6dc34 100644 --- a/tests/inspector/logger.js +++ b/tests/inspector/logger.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/minickeditorinspector.js b/tests/inspector/minickeditorinspector.js index 6b9908d..2089975 100644 --- a/tests/inspector/minickeditorinspector.js +++ b/tests/inspector/minickeditorinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/data/actions.js b/tests/inspector/model/data/actions.js index 2182b93..a7ad0a9 100644 --- a/tests/inspector/model/data/actions.js +++ b/tests/inspector/model/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/data/reducer.js b/tests/inspector/model/data/reducer.js index 7096c56..62481d0 100644 --- a/tests/inspector/model/data/reducer.js +++ b/tests/inspector/model/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/data/utils.js b/tests/inspector/model/data/utils.js index 5e532ce..42cc411 100644 --- a/tests/inspector/model/data/utils.js +++ b/tests/inspector/model/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/markerinspector.js b/tests/inspector/model/markerinspector.js index c58d800..fa7e072 100644 --- a/tests/inspector/model/markerinspector.js +++ b/tests/inspector/model/markerinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/nodeinspector.js b/tests/inspector/model/nodeinspector.js index 868b99b..d5b324b 100644 --- a/tests/inspector/model/nodeinspector.js +++ b/tests/inspector/model/nodeinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/pane.js b/tests/inspector/model/pane.js index 57f3d62..4a61c7e 100644 --- a/tests/inspector/model/pane.js +++ b/tests/inspector/model/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/selectioninspector.js b/tests/inspector/model/selectioninspector.js index aa112a4..2cdac80 100644 --- a/tests/inspector/model/selectioninspector.js +++ b/tests/inspector/model/selectioninspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/model/tree.js b/tests/inspector/model/tree.js index 34a44f0..d9fd4de 100644 --- a/tests/inspector/model/tree.js +++ b/tests/inspector/model/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/schema/data/actions.js b/tests/inspector/schema/data/actions.js index 4335eb0..a3d075b 100644 --- a/tests/inspector/schema/data/actions.js +++ b/tests/inspector/schema/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/schema/data/reducer.js b/tests/inspector/schema/data/reducer.js index 59ef7c8..94b00c9 100644 --- a/tests/inspector/schema/data/reducer.js +++ b/tests/inspector/schema/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/schema/pane.js b/tests/inspector/schema/pane.js index a9e9c77..7e5b4c1 100644 --- a/tests/inspector/schema/pane.js +++ b/tests/inspector/schema/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/schema/schemadefinitioninspector.js b/tests/inspector/schema/schemadefinitioninspector.js index a27bd7d..00ca1ec 100644 --- a/tests/inspector/schema/schemadefinitioninspector.js +++ b/tests/inspector/schema/schemadefinitioninspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/schema/tree.js b/tests/inspector/schema/tree.js index 15b645d..b0d7f63 100644 --- a/tests/inspector/schema/tree.js +++ b/tests/inspector/schema/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/storagemanager.js b/tests/inspector/storagemanager.js index 41bdf19..e8a4ab2 100644 --- a/tests/inspector/storagemanager.js +++ b/tests/inspector/storagemanager.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/data/actions.js b/tests/inspector/view/data/actions.js index a3bf65e..e754dba 100644 --- a/tests/inspector/view/data/actions.js +++ b/tests/inspector/view/data/actions.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/data/reducer.js b/tests/inspector/view/data/reducer.js index 53e27e6..79c91fb 100644 --- a/tests/inspector/view/data/reducer.js +++ b/tests/inspector/view/data/reducer.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/data/utils.js b/tests/inspector/view/data/utils.js index f3f3487..ec22c28 100644 --- a/tests/inspector/view/data/utils.js +++ b/tests/inspector/view/data/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/nodeinspector.js b/tests/inspector/view/nodeinspector.js index 2e09f96..c175775 100644 --- a/tests/inspector/view/nodeinspector.js +++ b/tests/inspector/view/nodeinspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/pane.js b/tests/inspector/view/pane.js index b60c0cc..d40ff15 100644 --- a/tests/inspector/view/pane.js +++ b/tests/inspector/view/pane.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/selectioninspector.js b/tests/inspector/view/selectioninspector.js index ff83e0e..eb36d3a 100644 --- a/tests/inspector/view/selectioninspector.js +++ b/tests/inspector/view/selectioninspector.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/tree.js b/tests/inspector/view/tree.js index b7fe525..9f7f108 100644 --- a/tests/inspector/view/tree.js +++ b/tests/inspector/view/tree.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/inspector/view/utils.js b/tests/inspector/view/utils.js index 0689522..d108b46 100644 --- a/tests/inspector/view/utils.js +++ b/tests/inspector/view/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/utils/testeditor.js b/tests/utils/testeditor.js index f4d9336..0a17551 100644 --- a/tests/utils/testeditor.js +++ b/tests/utils/testeditor.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/tests/utils/utils.js b/tests/utils/utils.js index 3bc6e24..32bfa1b 100644 --- a/tests/utils/utils.js +++ b/tests/utils/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ diff --git a/webpack.config.mjs b/webpack.config.mjs index d366db6..5d340ad 100644 --- a/webpack.config.mjs +++ b/webpack.config.mjs @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */