Skip to content

Commit 29113b6

Browse files
authored
Merge pull request #1053 from ckeditor/ci/3899
Internal: Bumped the year.
2 parents 6357bab + b0a9504 commit 29113b6

File tree

507 files changed

+512
-517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+512
-517
lines changed

.eslintrc.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

@@ -31,7 +31,7 @@ module.exports = {
3131
'ckeditor5-rules/license-header': [ 'error', {
3232
headerLines: [
3333
'/**',
34-
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
34+
' * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.',
3535
' * For licensing, see LICENSE.md.',
3636
' */'
3737
]

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3+
# @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
44
# For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
55

66
. "$(dirname -- "$0")/_/husky.sh"

LICENSE.md

+1-1

packages/ckeditor5-dev-build-tools/bin/build-project.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/**
4-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
55
* For licensing, see LICENSE.md.
66
*/
77

packages/ckeditor5-dev-build-tools/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/plugins/banner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/plugins/emitCss.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/plugins/loadSourcemaps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/plugins/replace.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/plugins/splitCss.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/plugins/translations.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/_utils/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/arguments.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/build.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/data-for-rewrites-tests/export-from-commercial.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/data-for-rewrites-tests/export-from-core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/data-for-rewrites-tests/import-from-both.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/data-for-rewrites-tests/import-from-core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/src/banner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/src/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/src/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/build/fixtures/src/overriding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/config/config.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/banner/banner.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/banner/fixtures/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/emitCss/emitCss.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/emitCss/fixtures/input-css.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/emitCss/fixtures/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/loadSourcemaps/fixtures/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/loadSourcemaps/loadSourcemaps.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/replace/fixtures/dependency.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/replace/fixtures/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/replace/fixtures/replaced-dependency.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/replace/replace.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/divide-classes/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/filter-root-definitions/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/ignore-comments/file.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/ignore-comments/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/import-data-image/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/import-only-once/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/import-only-once/input2.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/keyframes/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/media-query/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/more-than-one-selector/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/multiple-import/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/nested-css-variables/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/no-styles/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/omit-root-definitions/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/fixtures/single-import/input.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

packages/ckeditor5-dev-build-tools/tests/plugins/splitCss/splitCss.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

0 commit comments

Comments
 (0)