Skip to content

Commit 39603fa

Browse files
authored
Merge pull request #568 from ckeditor/ci/3899
Internal: Bumped the year. Internal: Added support in the `scripts/bump-year.js` script for bumping the year in the `.husky` directory. Internal: Unified the license header in all files that contain a license header.
2 parents 18b170e + 1e1fedd commit 39603fa

File tree

93 files changed

+102
-94
lines changed

Some content is hidden

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

93 files changed

+102
-94
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 2 deletions
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

@@ -33,7 +33,7 @@ module.exports = {
3333
'ckeditor5-rules/allow-imports-only-from-main-package-entry-point': 'off',
3434
'ckeditor5-rules/license-header': [ 'error', { headerLines: [
3535
'/**',
36-
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
36+
' * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.',
3737
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options',
3838
' */'
3939
] } ],

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

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

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

LICENSE.md

Lines changed: 1 addition & 1 deletion

demos/cdn-multiroot-react/App.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

demos/cdn-multiroot-react/ContextMultiRootEditorDemo.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

demos/cdn-multiroot-react/MultiRootEditorDemo.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

demos/cdn-multiroot-react/MultiRootEditorRichDemo.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

demos/cdn-multiroot-react/main.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

demos/cdn-multiroot-react/useCKCdnMultiRootEditor.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

demos/cdn-react/App.tsx

Lines changed: 1 addition & 1 deletion
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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

0 commit comments

Comments
 (0)