Skip to content

Commit

Permalink
Unified license headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Jan 8, 2025
1 parent 6eca87a commit 485398c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/.stale-bot.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/

/* eslint-env node */
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

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

Expand Down
3 changes: 3 additions & 0 deletions scripts/bump-year.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ bumpYear( {
{
pattern: '.husky/*'
},
{
pattern: '.circleci/*'
},
{
pattern: 'packages/*/.eslintrc.js'
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-core-backward-compatibility.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

# Get branch name.
INITIAL_BRANCH=$( git branch --show-current )
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-manual-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

# `set -e` cannot be used because if the web crawler will fail, the HTTP server will not be closed.

Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/build-content-styles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function generateCKEditor5Source( ckeditor5Modules, cwd ) {
const sourceFileContent = [
'/**',
` * @license Copyright (c) 2003-${ new Date().getFullYear() }, CKSource Holding sp. z o.o. All rights reserved.`,
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license',
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options',
' */',
'',
'// The editor creator to use.',
Expand Down
2 changes: 1 addition & 1 deletion scripts/nim/banner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
export const banner =
`/**
* @license Copyright (c) 2003-${ new Date().getFullYear() }, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
`;
2 changes: 1 addition & 1 deletion typings/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/

declare module '*.svg' {
Expand Down

0 comments on commit 485398c

Please sign in to comment.