Skip to content

Commit b04b319

Browse files
authored
Merge pull request #462 from ckeditor/cc/6820
Internal: Updated license.
2 parents 36f7acb + 4616f88 commit b04b319

23 files changed

+34
-24
lines changed

.eslintrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
/* eslint-env node */
@@ -35,7 +35,7 @@ module.exports = {
3535
headerLines: [
3636
'/**',
3737
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
38-
' * For licensing, see LICENSE.md.',
38+
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options',
3939
' */'
4040
]
4141
} ]

LICENSE.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Software License Agreement
44
**CKEditor 5 component for Angular**https://github.com/ckeditor/ckeditor5-angular <br>
55
Copyright (c) 2003-2024, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
66

7-
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
7+
Licensed under a dual-license model, this software is available under:
8+
9+
* the [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html),
10+
* or commercial license terms from CKSource Holding sp. z o.o.
11+
12+
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
813

914
Sources of Intellectual Property Included in CKEditor
1015
-----------------------------------------------------

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,9 @@ Before you start, you need to prepare the changelog entries.
162162

163163
## License
164164

165-
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the LICENSE.md file.
165+
Licensed under a dual-license model, this software is available under:
166+
167+
* the [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html),
168+
* or commercial license terms from CKSource Holding sp. z o.o.
169+
170+
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).

cypress.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import { defineConfig } from 'cypress';

cypress/e2e/app.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
describe( 'App', () => {

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
// Karma configuration file, see link for more information

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"node": ">=18.0.0"
8787
},
8888
"author": "CKSource (http://cksource.com/)",
89-
"license": "GPL-2.0-or-later",
89+
"license": "SEE LICENSE IN LICENSE.md",
9090
"homepage": "https://ckeditor.com",
9191
"bugs": "https://github.com/ckeditor/ckeditor5-angular/issues",
9292
"repository": {

scripts/bump-year.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
5-
* For licensing, see LICENSE.md.
5+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

88
/* eslint-env node */

scripts/changelog.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
/* eslint-env node */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
5-
* For licensing, see LICENSE.md.
5+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

88
/* eslint-env node */

scripts/postinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
'use strict';

scripts/preparepackages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
5-
* For licensing, see LICENSE.md.
5+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

88
/* eslint-env node */

scripts/publishpackages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
5-
* For licensing, see LICENSE.md.
5+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
66
*/
77

88
/* eslint-env node */

scripts/utils/getlistroptions.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
/* eslint-env node */

scripts/utils/parsearguments.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
/* eslint-env node */

src/ckeditor/ckeditor.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import { ApplicationRef, Component, SimpleChange, ViewChild } from '@angular/core';

src/ckeditor/ckeditor.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import type {

src/ckeditor/ckeditor.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import { NgModule } from '@angular/core';

src/ckeditor/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import type { ComponentFixture } from '@angular/core/testing';

src/ckeditor/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
export * from './ckeditor.component';

src/ckeditor/plugins/angular-integration-usage-data.plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import { VERSION } from '@angular/core';

src/ckeditor/plugins/append-all-integration-plugins-to-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import { appendExtraPluginsToEditorConfig, isCKEditorFreeLicense } from '@ckeditor/ckeditor5-integrations-common';

src/editor/editor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3-
* For licensing, see LICENSE.md.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
44
*/
55

66
import {

0 commit comments

Comments
 (0)