diff --git a/.eslintrc.cjs b/.eslintrc.cjs index be43302..681f438 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 */ @@ -28,7 +28,7 @@ module.exports = { { 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 1026b05..8d81285 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. -# For licensing, see LICENSE.md. +# 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 npx lint-staged diff --git a/LICENSE.md b/LICENSE.md index 0ef1613..a9a0de1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Software License Agreement ========================== **CKEditor 5 Common Integration Utils** – https://github.com/ckeditor/ckeditor5-integrations-common
-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/scripts/bump-year.js b/scripts/bump-year.js index 1bca3e5..3f20dbc 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 */ @@ -28,6 +28,9 @@ bumpYear( { dot: true } }, + { + pattern: '.husky/*' + }, { pattern: '!(coverage|.nyc_output|dist|demo-*)/**' } diff --git a/scripts/changelog.js b/scripts/changelog.js index 77751fa..2fbcc93 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/preparepackages.js b/scripts/preparepackages.js index 1f09638..dd35ab5 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 e77ea95..ff2f021 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/cdn/ck/createCKCdnBaseBundlePack.ts b/src/cdn/ck/createCKCdnBaseBundlePack.ts index a62dafa..1960c98 100644 --- a/src/cdn/ck/createCKCdnBaseBundlePack.ts +++ b/src/cdn/ck/createCKCdnBaseBundlePack.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/cdn/ck/createCKCdnPremiumBundlePack.ts b/src/cdn/ck/createCKCdnPremiumBundlePack.ts index b7390e5..8062277 100644 --- a/src/cdn/ck/createCKCdnPremiumBundlePack.ts +++ b/src/cdn/ck/createCKCdnPremiumBundlePack.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/cdn/ck/createCKCdnUrl.ts b/src/cdn/ck/createCKCdnUrl.ts index 4f42d00..85ce7c8 100644 --- a/src/cdn/ck/createCKCdnUrl.ts +++ b/src/cdn/ck/createCKCdnUrl.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/cdn/ck/globals.ts b/src/cdn/ck/globals.ts index c6c1169..d8ea5f0 100644 --- a/src/cdn/ck/globals.ts +++ b/src/cdn/ck/globals.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/cdn/ck/isCKCdnVersion.ts b/src/cdn/ck/isCKCdnVersion.ts index b13151a..cc1809a 100644 --- a/src/cdn/ck/isCKCdnVersion.ts +++ b/src/cdn/ck/isCKCdnVersion.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/cdn/ckbox/createCKBoxCdnBundlePack.ts b/src/cdn/ckbox/createCKBoxCdnBundlePack.ts index 16ae305..b9d2acd 100644 --- a/src/cdn/ckbox/createCKBoxCdnBundlePack.ts +++ b/src/cdn/ckbox/createCKBoxCdnBundlePack.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/cdn/ckbox/createCKBoxCdnUrl.ts b/src/cdn/ckbox/createCKBoxCdnUrl.ts index 5bc1edc..6e39b72 100644 --- a/src/cdn/ckbox/createCKBoxCdnUrl.ts +++ b/src/cdn/ckbox/createCKBoxCdnUrl.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/cdn/ckbox/globals.ts b/src/cdn/ckbox/globals.ts index 4c65963..58e77b1 100644 --- a/src/cdn/ckbox/globals.ts +++ b/src/cdn/ckbox/globals.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/cdn/loadCKEditorCloud.ts b/src/cdn/loadCKEditorCloud.ts index 47414af..fc3d210 100644 --- a/src/cdn/loadCKEditorCloud.ts +++ b/src/cdn/loadCKEditorCloud.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/cdn/plugins/combineCdnPluginsPacks.ts b/src/cdn/plugins/combineCdnPluginsPacks.ts index b8bf095..3c170d4 100644 --- a/src/cdn/plugins/combineCdnPluginsPacks.ts +++ b/src/cdn/plugins/combineCdnPluginsPacks.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/cdn/utils/combineCKCdnBundlesPacks.ts b/src/cdn/utils/combineCKCdnBundlesPacks.ts index b7447ca..69ca7b8 100644 --- a/src/cdn/utils/combineCKCdnBundlesPacks.ts +++ b/src/cdn/utils/combineCKCdnBundlesPacks.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/cdn/utils/loadCKCdnResourcesPack.ts b/src/cdn/utils/loadCKCdnResourcesPack.ts index 1a45757..76eb12e 100644 --- a/src/cdn/utils/loadCKCdnResourcesPack.ts +++ b/src/cdn/utils/loadCKCdnResourcesPack.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/docs/createCKDocsUrl.ts b/src/docs/createCKDocsUrl.ts index 050eb6c..a39c2f3 100644 --- a/src/docs/createCKDocsUrl.ts +++ b/src/docs/createCKDocsUrl.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/globals.d.ts b/src/globals.d.ts index 4d5c1cf..e87c7d8 100644 --- a/src/globals.d.ts +++ b/src/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/src/index.ts b/src/index.ts index 4eef909..4f10c1a 100644 --- a/src/index.ts +++ b/src/index.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/installation-info/getCKBaseBundleInstallationInfo.ts b/src/installation-info/getCKBaseBundleInstallationInfo.ts index e26c938..659d70a 100644 --- a/src/installation-info/getCKBaseBundleInstallationInfo.ts +++ b/src/installation-info/getCKBaseBundleInstallationInfo.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/installation-info/getCKBoxInstallationInfo.ts b/src/installation-info/getCKBoxInstallationInfo.ts index cd5bb7c..4e4f320 100644 --- a/src/installation-info/getCKBoxInstallationInfo.ts +++ b/src/installation-info/getCKBoxInstallationInfo.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/installation-info/getSupportedLicenseVersionInstallationInfo.ts b/src/installation-info/getSupportedLicenseVersionInstallationInfo.ts index 9e73812..48e8990 100644 --- a/src/installation-info/getSupportedLicenseVersionInstallationInfo.ts +++ b/src/installation-info/getSupportedLicenseVersionInstallationInfo.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/installation-info/types.ts b/src/installation-info/types.ts index 8c5e298..11768c9 100644 --- a/src/installation-info/types.ts +++ b/src/installation-info/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/license/LicenseKey.ts b/src/license/LicenseKey.ts index 82622ee..a00a319 100644 --- a/src/license/LicenseKey.ts +++ b/src/license/LicenseKey.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/license/getLicenseVersionFromEditorVersion.ts b/src/license/getLicenseVersionFromEditorVersion.ts index c2c6cfc..90e4f06 100644 --- a/src/license/getLicenseVersionFromEditorVersion.ts +++ b/src/license/getLicenseVersionFromEditorVersion.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/license/isCKCdnSupportedByEditorVersion.ts b/src/license/isCKCdnSupportedByEditorVersion.ts index 1562935..4c872b9 100644 --- a/src/license/isCKCdnSupportedByEditorVersion.ts +++ b/src/license/isCKCdnSupportedByEditorVersion.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/license/isCKEditorFreeLicense.ts b/src/license/isCKEditorFreeLicense.ts index 44bcb44..c087f8a 100644 --- a/src/license/isCKEditorFreeLicense.ts +++ b/src/license/isCKEditorFreeLicense.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/IntegrationUsageDataPlugin.ts b/src/plugins/IntegrationUsageDataPlugin.ts index 7f8b7b8..0cb67a9 100644 --- a/src/plugins/IntegrationUsageDataPlugin.ts +++ b/src/plugins/IntegrationUsageDataPlugin.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/appendExtraPluginsToEditorConfig.ts b/src/plugins/appendExtraPluginsToEditorConfig.ts index 7a96018..8229125 100644 --- a/src/plugins/appendExtraPluginsToEditorConfig.ts +++ b/src/plugins/appendExtraPluginsToEditorConfig.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/test-utils/cdn/mocks.ts b/src/test-utils/cdn/mocks.ts index 246da5d..1676c13 100644 --- a/src/test-utils/cdn/mocks.ts +++ b/src/test-utils/cdn/mocks.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/test-utils/cdn/removeAllCkBoxResources.ts b/src/test-utils/cdn/removeAllCkBoxResources.ts index 7e0a0d4..3f12b1e 100644 --- a/src/test-utils/cdn/removeAllCkBoxResources.ts +++ b/src/test-utils/cdn/removeAllCkBoxResources.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/test-utils/cdn/removeAllCkCdnResources.ts b/src/test-utils/cdn/removeAllCkCdnResources.ts index e986984..c2a1353 100644 --- a/src/test-utils/cdn/removeAllCkCdnResources.ts +++ b/src/test-utils/cdn/removeAllCkCdnResources.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/test-utils/cdn/removeAllCkEditorResources.ts b/src/test-utils/cdn/removeAllCkEditorResources.ts index 002bab3..b6ff23a 100644 --- a/src/test-utils/cdn/removeAllCkEditorResources.ts +++ b/src/test-utils/cdn/removeAllCkEditorResources.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/test-utils/index.ts b/src/test-utils/index.ts index f51db1e..c6a2d00 100644 --- a/src/test-utils/index.ts +++ b/src/test-utils/index.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/Awaitable.ts b/src/types/Awaitable.ts index 34b5d53..d29da14 100644 --- a/src/types/Awaitable.ts +++ b/src/types/Awaitable.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/ConditionalBlank.ts b/src/types/ConditionalBlank.ts index f9a930f..794ddf4 100644 --- a/src/types/ConditionalBlank.ts +++ b/src/types/ConditionalBlank.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/expectType.ts b/src/types/expectType.ts index 5c6190e..126de67 100644 --- a/src/types/expectType.ts +++ b/src/types/expectType.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/utils/defer.ts b/src/utils/defer.ts index 5a5d36c..7aeff72 100644 --- a/src/utils/defer.ts +++ b/src/utils/defer.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/utils/filterBlankObjectValues.ts b/src/utils/filterBlankObjectValues.ts index a79951e..c023793 100644 --- a/src/utils/filterBlankObjectValues.ts +++ b/src/utils/filterBlankObjectValues.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/utils/filterObjectValues.ts b/src/utils/filterObjectValues.ts index 0b0ad89..b3a5482 100644 --- a/src/utils/filterObjectValues.ts +++ b/src/utils/filterObjectValues.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/utils/injectScript.ts b/src/utils/injectScript.ts index aaab5c3..1c376a0 100644 --- a/src/utils/injectScript.ts +++ b/src/utils/injectScript.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/utils/injectStylesheet.ts b/src/utils/injectStylesheet.ts index a1004db..de78040 100644 --- a/src/utils/injectStylesheet.ts +++ b/src/utils/injectStylesheet.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/utils/isSSR.ts b/src/utils/isSSR.ts index 84b7109..c8d9914 100644 --- a/src/utils/isSSR.ts +++ b/src/utils/isSSR.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/utils/mapObjectValues.ts b/src/utils/mapObjectValues.ts index edbbe54..fa7da24 100644 --- a/src/utils/mapObjectValues.ts +++ b/src/utils/mapObjectValues.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/utils/once.ts b/src/utils/once.ts index 33444b5..c450afc 100644 --- a/src/utils/once.ts +++ b/src/utils/once.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/utils/overwriteArray.ts b/src/utils/overwriteArray.ts index 8f7c210..cfa3cb9 100644 --- a/src/utils/overwriteArray.ts +++ b/src/utils/overwriteArray.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/utils/overwriteObject.ts b/src/utils/overwriteObject.ts index c4b011a..89582b0 100644 --- a/src/utils/overwriteObject.ts +++ b/src/utils/overwriteObject.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/utils/preloadResource.ts b/src/utils/preloadResource.ts index 76a2997..a8f95c4 100644 --- a/src/utils/preloadResource.ts +++ b/src/utils/preloadResource.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/utils/queryAllInjectedElements.ts b/src/utils/queryAllInjectedElements.ts index 793eba8..5de7970 100644 --- a/src/utils/queryAllInjectedElements.ts +++ b/src/utils/queryAllInjectedElements.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/utils/queryHeadElement.ts b/src/utils/queryHeadElement.ts index ab9edd0..fad7652 100644 --- a/src/utils/queryHeadElement.ts +++ b/src/utils/queryHeadElement.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/utils/shallowCompareArrays.ts b/src/utils/shallowCompareArrays.ts index c105c12..dea591d 100644 --- a/src/utils/shallowCompareArrays.ts +++ b/src/utils/shallowCompareArrays.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/utils/uid.ts b/src/utils/uid.ts index 786af5c..8840259 100644 --- a/src/utils/uid.ts +++ b/src/utils/uid.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/utils/uniq.ts b/src/utils/uniq.ts index 0f27a37..011fa05 100644 --- a/src/utils/uniq.ts +++ b/src/utils/uniq.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/utils/version/destructureSemanticVersion.ts b/src/utils/version/destructureSemanticVersion.ts index 3341a7c..8313b3d 100644 --- a/src/utils/version/destructureSemanticVersion.ts +++ b/src/utils/version/destructureSemanticVersion.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/utils/version/isSemanticVersion.ts b/src/utils/version/isSemanticVersion.ts index 6fd0092..bda5c6e 100644 --- a/src/utils/version/isSemanticVersion.ts +++ b/src/utils/version/isSemanticVersion.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/utils/waitFor.ts b/src/utils/waitFor.ts index fb8f373..d4de369 100644 --- a/src/utils/waitFor.ts +++ b/src/utils/waitFor.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/utils/waitForWindowEntry.ts b/src/utils/waitForWindowEntry.ts index c62b883..d35d6d0 100644 --- a/src/utils/waitForWindowEntry.ts +++ b/src/utils/waitForWindowEntry.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/utils/without.ts b/src/utils/without.ts index a987fa1..9dca645 100644 --- a/src/utils/without.ts +++ b/src/utils/without.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/cdn/ck/createCKCdnBaseBundlePack.test.ts b/tests/cdn/ck/createCKCdnBaseBundlePack.test.ts index 86cbbbb..71010c3 100644 --- a/tests/cdn/ck/createCKCdnBaseBundlePack.test.ts +++ b/tests/cdn/ck/createCKCdnBaseBundlePack.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/cdn/ck/createCKCdnPremiumBundlePack.test.ts b/tests/cdn/ck/createCKCdnPremiumBundlePack.test.ts index 30617ac..4c1d2e3 100644 --- a/tests/cdn/ck/createCKCdnPremiumBundlePack.test.ts +++ b/tests/cdn/ck/createCKCdnPremiumBundlePack.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/cdn/ck/createCKCdnUrl.test.ts b/tests/cdn/ck/createCKCdnUrl.test.ts index 463b451..bc2c4e6 100644 --- a/tests/cdn/ck/createCKCdnUrl.test.ts +++ b/tests/cdn/ck/createCKCdnUrl.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/cdn/ck/isCKCdnVersion.test.ts b/tests/cdn/ck/isCKCdnVersion.test.ts index 1f849d2..6a16af2 100644 --- a/tests/cdn/ck/isCKCdnVersion.test.ts +++ b/tests/cdn/ck/isCKCdnVersion.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/cdn/ckbox/createCKBoxCdnBundlePack.test.ts b/tests/cdn/ckbox/createCKBoxCdnBundlePack.test.ts index 71f743d..849bbc7 100644 --- a/tests/cdn/ckbox/createCKBoxCdnBundlePack.test.ts +++ b/tests/cdn/ckbox/createCKBoxCdnBundlePack.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/cdn/ckbox/createCKBoxCdnUrl.test.ts b/tests/cdn/ckbox/createCKBoxCdnUrl.test.ts index ea8c6a1..717e13e 100644 --- a/tests/cdn/ckbox/createCKBoxCdnUrl.test.ts +++ b/tests/cdn/ckbox/createCKBoxCdnUrl.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/cdn/loadCKEditorCloud.test.ts b/tests/cdn/loadCKEditorCloud.test.ts index aae68cf..eec7564 100644 --- a/tests/cdn/loadCKEditorCloud.test.ts +++ b/tests/cdn/loadCKEditorCloud.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/cdn/plugins/combineCKPluginsPacks.test.ts b/tests/cdn/plugins/combineCKPluginsPacks.test.ts index 49908f0..94d5a1a 100644 --- a/tests/cdn/plugins/combineCKPluginsPacks.test.ts +++ b/tests/cdn/plugins/combineCKPluginsPacks.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/cdn/utils/combineCKCdnBundlesPacks.test.ts b/tests/cdn/utils/combineCKCdnBundlesPacks.test.ts index a49d6bf..ff2cfd0 100644 --- a/tests/cdn/utils/combineCKCdnBundlesPacks.test.ts +++ b/tests/cdn/utils/combineCKCdnBundlesPacks.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/cdn/utils/loadCKCdnResourcesPack.test.ts b/tests/cdn/utils/loadCKCdnResourcesPack.test.ts index 03a6055..7e3ab54 100644 --- a/tests/cdn/utils/loadCKCdnResourcesPack.test.ts +++ b/tests/cdn/utils/loadCKCdnResourcesPack.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/docs/createCKDocsUrl.test.ts b/tests/docs/createCKDocsUrl.test.ts index e0b64a1..3d960fd 100644 --- a/tests/docs/createCKDocsUrl.test.ts +++ b/tests/docs/createCKDocsUrl.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/installation-info/getCKBaseBundleInstallationInfo.test.ts b/tests/installation-info/getCKBaseBundleInstallationInfo.test.ts index a6fd379..351ffe8 100644 --- a/tests/installation-info/getCKBaseBundleInstallationInfo.test.ts +++ b/tests/installation-info/getCKBaseBundleInstallationInfo.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/installation-info/getCKBoxInstallationInfo.test.ts b/tests/installation-info/getCKBoxInstallationInfo.test.ts index aeff851..9e7e864 100644 --- a/tests/installation-info/getCKBoxInstallationInfo.test.ts +++ b/tests/installation-info/getCKBoxInstallationInfo.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/installation-info/getSupportedLicenseVersionInstallationInfo.test.ts b/tests/installation-info/getSupportedLicenseVersionInstallationInfo.test.ts index 44c25cc..aefd347 100644 --- a/tests/installation-info/getSupportedLicenseVersionInstallationInfo.test.ts +++ b/tests/installation-info/getSupportedLicenseVersionInstallationInfo.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/license/isCKCdnSupportedByEditorVersion.test.ts b/tests/license/isCKCdnSupportedByEditorVersion.test.ts index 0a7f620..2483a8e 100644 --- a/tests/license/isCKCdnSupportedByEditorVersion.test.ts +++ b/tests/license/isCKCdnSupportedByEditorVersion.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/license/isCKEditorFreeLicense.test.ts b/tests/license/isCKEditorFreeLicense.test.ts index 724f2f6..abf63b8 100644 --- a/tests/license/isCKEditorFreeLicense.test.ts +++ b/tests/license/isCKEditorFreeLicense.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/plugins/IntegrationUsageDataPlugin.test.ts b/tests/plugins/IntegrationUsageDataPlugin.test.ts index d4c4978..4948505 100644 --- a/tests/plugins/IntegrationUsageDataPlugin.test.ts +++ b/tests/plugins/IntegrationUsageDataPlugin.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/plugins/appendExtraPluginsToEditorConfig.test.ts b/tests/plugins/appendExtraPluginsToEditorConfig.test.ts index 4fa52b2..3a0f7b9 100644 --- a/tests/plugins/appendExtraPluginsToEditorConfig.test.ts +++ b/tests/plugins/appendExtraPluginsToEditorConfig.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/utils/defer.test.ts b/tests/utils/defer.test.ts index 468ffcb..e945f3c 100644 --- a/tests/utils/defer.test.ts +++ b/tests/utils/defer.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/utils/filterBlankObjectValues.test.ts b/tests/utils/filterBlankObjectValues.test.ts index 61a758b..141172f 100644 --- a/tests/utils/filterBlankObjectValues.test.ts +++ b/tests/utils/filterBlankObjectValues.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/utils/filterObjectValues.test.ts b/tests/utils/filterObjectValues.test.ts index 8f629c8..e9cf65d 100644 --- a/tests/utils/filterObjectValues.test.ts +++ b/tests/utils/filterObjectValues.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/utils/injectScript.test.ts b/tests/utils/injectScript.test.ts index 9e463cf..ea60dd7 100644 --- a/tests/utils/injectScript.test.ts +++ b/tests/utils/injectScript.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/utils/injectStylesheet.test.ts b/tests/utils/injectStylesheet.test.ts index 65c77f2..5f74a50 100644 --- a/tests/utils/injectStylesheet.test.ts +++ b/tests/utils/injectStylesheet.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/utils/isSSR.node.test.ts b/tests/utils/isSSR.node.test.ts index 64ae2bd..1ebb637 100644 --- a/tests/utils/isSSR.node.test.ts +++ b/tests/utils/isSSR.node.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/utils/isSSR.test.ts b/tests/utils/isSSR.test.ts index d2acbc3..6a01025 100644 --- a/tests/utils/isSSR.test.ts +++ b/tests/utils/isSSR.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/utils/mapObjectValues.test.ts b/tests/utils/mapObjectValues.test.ts index 675de26..cfbdcf0 100644 --- a/tests/utils/mapObjectValues.test.ts +++ b/tests/utils/mapObjectValues.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/utils/once.test.ts b/tests/utils/once.test.ts index 5128b58..343fad1 100644 --- a/tests/utils/once.test.ts +++ b/tests/utils/once.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/utils/overwriteArray.test.ts b/tests/utils/overwriteArray.test.ts index 0f74146..44600dc 100644 --- a/tests/utils/overwriteArray.test.ts +++ b/tests/utils/overwriteArray.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/utils/overwriteObject.test.ts b/tests/utils/overwriteObject.test.ts index fa3313a..1d75f24 100644 --- a/tests/utils/overwriteObject.test.ts +++ b/tests/utils/overwriteObject.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/utils/preloadResource.test.ts b/tests/utils/preloadResource.test.ts index 34de73b..a1eab99 100644 --- a/tests/utils/preloadResource.test.ts +++ b/tests/utils/preloadResource.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/utils/shallowCompareArrays.test.ts b/tests/utils/shallowCompareArrays.test.ts index 9791aa8..270ff8d 100644 --- a/tests/utils/shallowCompareArrays.test.ts +++ b/tests/utils/shallowCompareArrays.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/utils/uid.test.ts b/tests/utils/uid.test.ts index a5003f2..d04d837 100644 --- a/tests/utils/uid.test.ts +++ b/tests/utils/uid.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/utils/uniq.test.ts b/tests/utils/uniq.test.ts index 3981c22..c9b5ce0 100644 --- a/tests/utils/uniq.test.ts +++ b/tests/utils/uniq.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/utils/version/destructureSemanticVersion.test.ts b/tests/utils/version/destructureSemanticVersion.test.ts index 889127e..6384bc8 100644 --- a/tests/utils/version/destructureSemanticVersion.test.ts +++ b/tests/utils/version/destructureSemanticVersion.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/utils/version/isSemanticVersion.test.ts b/tests/utils/version/isSemanticVersion.test.ts index 3c6e12b..0b2e4eb 100644 --- a/tests/utils/version/isSemanticVersion.test.ts +++ b/tests/utils/version/isSemanticVersion.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/utils/waitFor.test.ts b/tests/utils/waitFor.test.ts index c29da7f..ce62e16 100644 --- a/tests/utils/waitFor.test.ts +++ b/tests/utils/waitFor.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/utils/waitForWindowEntry.test.ts b/tests/utils/waitForWindowEntry.test.ts index 8a9a4a9..29822e1 100644 --- a/tests/utils/waitForWindowEntry.test.ts +++ b/tests/utils/waitForWindowEntry.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/utils/without.test.ts b/tests/utils/without.test.ts index c314a70..4199896 100644 --- a/tests/utils/without.test.ts +++ b/tests/utils/without.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.config.ts b/vite.config.ts index 995efc0..b11194c 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 */ diff --git a/vite.test-utils.config.ts b/vite.test-utils.config.ts index 2332690..e8c2876 100644 --- a/vite.test-utils.config.ts +++ b/vite.test-utils.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 */ diff --git a/vitest.config.ts b/vitest.config.ts index 630d917..65bb17d 100644 --- a/vitest.config.ts +++ b/vitest.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 */ diff --git a/vitest.workspace.ts b/vitest.workspace.ts index 16494e7..bcc7227 100644 --- a/vitest.workspace.ts +++ b/vitest.workspace.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 */