Skip to content

Commit 4160d9f

Browse files
committed
Bumped the year.
1 parent 67d9f6f commit 4160d9f

30 files changed

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

@@ -20,7 +20,7 @@ module.exports = {
2020
'rules': {
2121
'ckeditor5-rules/license-header': [ 'error', { headerLines: [
2222
'/**',
23-
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
23+
' * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.',
2424
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options',
2525
' */'
2626
] } ],

.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 Vue.js 3+**https://github.com/ckeditor/ckeditor5-vue <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

demos/editor-cdn-suspense/demo.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

demos/editor-cdn/demo.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

demos/editor-npm/demo.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

scripts/bump-year.js

+2-2
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

@@ -32,7 +32,7 @@ bumpYear( {
3232
pattern: '.husky/*'
3333
},
3434
{
35-
pattern: '!(coverage|.nyc_output|dist|demos)/**'
35+
pattern: '!(coverage|.nyc_output|dist)/**'
3636
}
3737
]
3838
} );

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

scripts/ci/is-project-ready-to-release.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 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.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 or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

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

scripts/utils/getlistroptions.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/utils/parsearguments.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

src/composables/useAsync.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/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/plugins/VueIntegrationUsageDataPlugin.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/plugins/appendAllIntegrationPluginsToConfig.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/shims-vue.d.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/types.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/useCKEditorCloud.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

tests/_utils/mockeditor.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

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

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

tests/globals.d.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

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

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

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

vite-env.d.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

vite.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

0 commit comments

Comments
 (0)