diff --git a/.eslintrc.cjs b/.eslintrc.cjs index c7c2242..30d8444 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -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 */ @@ -20,7 +20,7 @@ module.exports = { 'rules': { '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 22a689b..3892808 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Software License Agreement ========================== **CKEditor 5 component for Vue.js 3+** – https://github.com/ckeditor/ckeditor5-vue
-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/demos/editor-cdn-suspense/demo.ts b/demos/editor-cdn-suspense/demo.ts index a48d209..67bbbcc 100644 --- a/demos/editor-cdn-suspense/demo.ts +++ b/demos/editor-cdn-suspense/demo.ts @@ -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/demos/editor-cdn/demo.ts b/demos/editor-cdn/demo.ts index a48d209..67bbbcc 100644 --- a/demos/editor-cdn/demo.ts +++ b/demos/editor-cdn/demo.ts @@ -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/demos/editor-npm/demo.ts b/demos/editor-npm/demo.ts index 24a6a9b..df7df2c 100644 --- a/demos/editor-npm/demo.ts +++ b/demos/editor-npm/demo.ts @@ -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.js b/scripts/bump-year.js index 9ed43e6..16b8730 100644 --- a/scripts/bump-year.js +++ b/scripts/bump-year.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 */ @@ -32,7 +32,7 @@ bumpYear( { pattern: '.husky/*' }, { - pattern: '!(coverage|.nyc_output|dist|demos)/**' + pattern: '!(coverage|.nyc_output|dist)/**' } ] } ); diff --git a/scripts/changelog.js b/scripts/changelog.js index 0753d10..d81de38 100755 --- a/scripts/changelog.js +++ b/scripts/changelog.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/ci/is-project-ready-to-release.js b/scripts/ci/is-project-ready-to-release.js index 07a971f..8f7e2bc 100644 --- a/scripts/ci/is-project-ready-to-release.js +++ b/scripts/ci/is-project-ready-to-release.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/postinstall.js b/scripts/postinstall.js index 488e2e3..4832c48 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.js b/scripts/preparepackages.js index 7ccdf72..379c445 100644 --- a/scripts/preparepackages.js +++ b/scripts/preparepackages.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/publishpackages.js b/scripts/publishpackages.js index c02097e..e3c5fcd 100644 --- a/scripts/publishpackages.js +++ b/scripts/publishpackages.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/getlistroptions.js b/scripts/utils/getlistroptions.js index 5271a8d..ce5746a 100644 --- a/scripts/utils/getlistroptions.js +++ b/scripts/utils/getlistroptions.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.js b/scripts/utils/parsearguments.js index 251eb08..7fbb742 100644 --- a/scripts/utils/parsearguments.js +++ b/scripts/utils/parsearguments.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/composables/useAsync.ts b/src/composables/useAsync.ts index dcfcc80..f4d2c0f 100644 --- a/src/composables/useAsync.ts +++ b/src/composables/useAsync.ts @@ -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/plugin.ts b/src/plugin.ts index 02a928f..845ace3 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -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/plugins/VueIntegrationUsageDataPlugin.ts b/src/plugins/VueIntegrationUsageDataPlugin.ts index b8be25b..d492787 100644 --- a/src/plugins/VueIntegrationUsageDataPlugin.ts +++ b/src/plugins/VueIntegrationUsageDataPlugin.ts @@ -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/plugins/appendAllIntegrationPluginsToConfig.ts b/src/plugins/appendAllIntegrationPluginsToConfig.ts index 750e027..bbd4fe5 100644 --- a/src/plugins/appendAllIntegrationPluginsToConfig.ts +++ b/src/plugins/appendAllIntegrationPluginsToConfig.ts @@ -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/shims-vue.d.ts b/src/shims-vue.d.ts index cc279a9..db6a24a 100644 --- a/src/shims-vue.d.ts +++ b/src/shims-vue.d.ts @@ -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/types.ts b/src/types.ts index df6e513..42d4a6b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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/useCKEditorCloud.ts b/src/useCKEditorCloud.ts index f3fa500..e89940d 100644 --- a/src/useCKEditorCloud.ts +++ b/src/useCKEditorCloud.ts @@ -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/mockeditor.ts b/tests/_utils/mockeditor.ts index 06ceb5b..d764b58 100644 --- a/tests/_utils/mockeditor.ts +++ b/tests/_utils/mockeditor.ts @@ -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/ckeditor.test.ts b/tests/ckeditor.test.ts index a9635f3..3048952 100644 --- a/tests/ckeditor.test.ts +++ b/tests/ckeditor.test.ts @@ -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/composables/useAsync.test.ts b/tests/composables/useAsync.test.ts index 00aa0b1..38c2d32 100644 --- a/tests/composables/useAsync.test.ts +++ b/tests/composables/useAsync.test.ts @@ -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/globals.d.ts b/tests/globals.d.ts index ce3696e..5dc1572 100644 --- a/tests/globals.d.ts +++ b/tests/globals.d.ts @@ -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/plugin/integration.test.ts b/tests/plugin/integration.test.ts index a921b90..546ecea 100644 --- a/tests/plugin/integration.test.ts +++ b/tests/plugin/integration.test.ts @@ -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/plugin/localcomponent.test.ts b/tests/plugin/localcomponent.test.ts index 5892632..ab732f7 100644 --- a/tests/plugin/localcomponent.test.ts +++ b/tests/plugin/localcomponent.test.ts @@ -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/useCKEditorCloud.test.ts b/tests/useCKEditorCloud.test.ts index 12cf2a5..19d5495 100644 --- a/tests/useCKEditorCloud.test.ts +++ b/tests/useCKEditorCloud.test.ts @@ -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/vite-env.d.ts b/vite-env.d.ts index 1987392..ffc5d3e 100644 --- a/vite-env.d.ts +++ b/vite-env.d.ts @@ -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/vite.config.ts b/vite.config.ts index c77cf49..69603e8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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 */