Skip to content

Commit 0dced91

Browse files
authored
Merge pull request #467 from ckeditor/ci/3899
Internal: Bumped the year. Internal: Added support in the `scripts/bump-year.mjs` script for bumping the year in the `src/editor` directory. Internal: Unified the license header in all files that contain a license header.
2 parents 0859734 + de8ef03 commit 0dced91

22 files changed

+27
-24
lines changed

.eslintrc.js

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

@@ -34,7 +34,7 @@ module.exports = {
3434
'ckeditor5-rules/license-header': [ 'error', {
3535
headerLines: [
3636
'/**',
37-
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
37+
' * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.',
3838
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options',
3939
' */'
4040
]

.husky/pre-commit

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

3-
# @license Copyright (c) 2003-2024, 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Software License Agreement
22
==========================
33

44
**CKEditor 5 component for Angular**https://github.com/ckeditor/ckeditor5-angular <br>
5-
Copyright (c) 2003-2024, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
5+
Copyright (c) 2003-2025, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
66

77
Licensed under a dual-license model, this software is available under:
88

cypress.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

cypress/e2e/app.cy.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

karma.conf.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

scripts/bump-year.mjs

+4-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 or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

@@ -40,6 +40,9 @@ bumpYear( {
4040
]
4141
}
4242
},
43+
{
44+
pattern: 'src/editor/**'
45+
},
4346
{
4447
pattern: 'src/ckeditor/**'
4548
}

scripts/changelog.mjs

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

scripts/ci/is-project-ready-to-release.mjs

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

scripts/postinstall.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

scripts/preparepackages.mjs

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

scripts/publishpackages.mjs

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

scripts/utils/getlistroptions.mjs

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

scripts/utils/parsearguments.mjs

+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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/ckeditor.component.spec.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/ckeditor.component.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/ckeditor.module.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/index.spec.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/plugins/angular-integration-usage-data.plugin.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/ckeditor/plugins/append-all-integration-plugins-to-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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

src/editor/editor.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 or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

0 commit comments

Comments
 (0)