diff --git a/LICENSE.md b/LICENSE.md index d84c6c3..ec6f9f7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -4,14 +4,14 @@ Software License Agreement ## Software License Agreement for CKEditor 4 LTS React component (5.0 and above) **CKEditor 4 WYSIWYG editor component for React** – https://github.com/ckeditor/ckeditor4-react
-Copyright (c) 2003-2023, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. +Copyright (c) 2003-2024, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. CKEditor 4 LTS ("Long Term Support") is available under exclusive terms of the [Extended Support Model](https://ckeditor.com/ckeditor-4-support/). [Contact us](https://ckeditor.com/contact/) to obtain a commercial license. ## Software License Agreement for CKEditor 4 React component 4.3.0 and below **CKEditor 4 WYSIWYG editor component for React** – https://github.com/ckeditor/ckeditor4-react
-Copyright (c) 2003-2023, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. +Copyright (c) 2003-2024, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. Licensed under the terms of any of the following licenses at your choice: diff --git a/README.md b/README.md index eeefff2..26cdc36 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). ## License -Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. +Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. For full details about the license, please check the `LICENSE.md` file. diff --git a/rollup.config.js b/rollup.config.js index 70f1b04..6cb0cb4 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -11,7 +11,7 @@ import pkg from './package.json'; const input = 'src/index.ts'; const external = Object.keys( pkg.peerDependencies || {} ); const banner = `/** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */`; @@ -117,7 +117,7 @@ function cleanupPlugin() { extensions: [ 'ts', 'tsx', 'js' ], comments: [ /Copyright (c) Microsoft Corporation./, - /@license Copyright (c) 2003-2023, CKSource Holding sp. z o.o./ + /@license Copyright (c) 2003-2024, CKSource Holding sp. z o.o./ ] } ); } diff --git a/src/CKEditor.tsx b/src/CKEditor.tsx index 73524d8..7608499 100644 --- a/src/CKEditor.tsx +++ b/src/CKEditor.tsx @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/events.ts b/src/events.ts index 0dc0342..4c3e260 100644 --- a/src/events.ts +++ b/src/events.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/index.ts b/src/index.ts index 25eb05f..c9b24b4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/modules.ts b/src/modules.ts index 4833aff..a5ed044 100644 --- a/src/modules.ts +++ b/src/modules.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/registerEditorEventHandler.ts b/src/registerEditorEventHandler.ts index 2c01f8e..21c0282 100644 --- a/src/registerEditorEventHandler.ts +++ b/src/registerEditorEventHandler.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/types.ts b/src/types.ts index 632b3a1..58782bf 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/useCKEditor.ts b/src/useCKEditor.ts index 164cda8..48f85cb 100644 --- a/src/useCKEditor.ts +++ b/src/useCKEditor.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ diff --git a/src/utils.ts b/src/utils.ts index 32ed851..5b515a5 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */