Skip to content

Commit 1640cac

Browse files
committed
Internal: Bumped the year.
1 parent 26c92dc commit 1640cac

17 files changed

+21
-18
lines changed

.eslintrc.js

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

@@ -11,7 +11,7 @@ module.exports = {
1111
'rules': {
1212
'ckeditor5-rules/license-header': [ 'error', { headerLines: [
1313
'/**',
14-
' * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.',
14+
' * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.',
1515
' * For licensing, see LICENSE.md.',
1616
' */'
1717
] } ]

.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-2022, CKSource Holding sp. z o.o. All rights reserved.
3+
# @license Copyright (c) 2003-2023, 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
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Software License Agreement
22
==========================
33

44
**CKEditor 5 component for Vue.js 2x.**https://github.com/ckeditor/ckeditor5-vue2 <br>
5-
Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
5+
Copyright (c) 2003-2023, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
66

77
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
88

scripts/bump-version.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-2022, CKSource Holding sp. z o.o. All rights reserved.
4+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
55
* For licensing, see LICENSE.md.
66
*/
77

scripts/bump-year.js

+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-2022, CKSource Holding sp. z o.o. All rights reserved.
4+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
55
* For licensing, see LICENSE.md.
66
*/
77

@@ -27,6 +27,9 @@ require( '@ckeditor/ckeditor5-dev-bump-year' )
2727
dot: true
2828
}
2929
},
30+
{
31+
pattern: '.husky/*'
32+
},
3033
{
3134
pattern: '!(coverage|.nyc_output|dist)/**'
3235
}

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-2022, CKSource Holding sp. z o.o. All rights reserved.
4+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
55
* For licensing, see LICENSE.md.
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-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md.
44
*/
55

scripts/publish.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-2022, CKSource Holding sp. z o.o. All rights reserved.
4+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
55
* For licensing, see LICENSE.md.
66
*/
77

scripts/test.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-2022, CKSource Holding sp. z o.o. All rights reserved.
4+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
55
* For licensing, see LICENSE.md.
66
*/
77

scripts/utils/getkarmaconfig.js

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

src/ckeditor.js

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

src/plugin.js

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

tests/_utils/mockeditor.js

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

tests/ckeditor.js

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

tests/plugin/integration.js

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

tests/plugin/localcomponent.js

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

webpack.config.js

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

0 commit comments

Comments
 (0)