Skip to content

Commit 445f19d

Browse files
authored
Merge pull request #564 from ckeditor/cc/6820
Internal: Updated license.
2 parents b607798 + 474c8aa commit 445f19d

File tree

93 files changed

+104
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+104
-94
lines changed

.eslintrc.cjs

+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 */
@@ -34,7 +34,7 @@ module.exports = {
3434
'ckeditor5-rules/license-header': [ 'error', { headerLines: [
3535
'/**',
3636
' * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.',
37-
' * For licensing, see LICENSE.md.',
37+
' * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options',
3838
' */'
3939
] } ],
4040
'ckeditor5-rules/require-file-extensions-in-imports': [

LICENSE.md

+6-1

README.md

+6-1

demos/cdn-multiroot-react/App.tsx

+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 React, { StrictMode, useState } from 'react';

demos/cdn-multiroot-react/ContextMultiRootEditorDemo.tsx

+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 React from 'react';

demos/cdn-multiroot-react/MultiRootEditorDemo.tsx

+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 React, { type ReactNode } from 'react';

demos/cdn-multiroot-react/MultiRootEditorRichDemo.tsx

+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 React, { useState, type ChangeEvent } from 'react';

demos/cdn-multiroot-react/main.tsx

+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 React from 'react';

demos/cdn-multiroot-react/useCKCdnMultiRootEditor.tsx

+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 { MultiRootEditor } from 'https://cdn.ckeditor.com/typings/ckeditor5.d.ts';

demos/cdn-react/App.tsx

+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 React, { useState, type ReactNode } from 'react';

demos/cdn-react/CKEditorCKBoxCloudDemo.tsx

+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 React, { type ReactNode } from 'react';

demos/cdn-react/CKEditorCloudContextDemo.tsx

+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 React from 'react';

demos/cdn-react/CKEditorCloudDemo.tsx

+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 React, { type ReactNode } from 'react';

demos/cdn-react/CKEditorCloudPluginsDemo.tsx

+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 React, { type ReactNode } from 'react';

demos/cdn-react/getCKCdnClassicEditor.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 { ClassicEditor, Plugin, ContextPlugin, EditorConfig } from 'https://cdn.ckeditor.com/typings/ckeditor5.d.ts';

demos/cdn-react/main.tsx

+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 React from 'react';

demos/npm-multiroot-react/App.tsx

+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 React, { StrictMode, useState } from 'react';

demos/npm-multiroot-react/ContextMultiRootEditorDemo.tsx

+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 React from 'react';

demos/npm-multiroot-react/MultiRootEditor.tsx

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

demos/npm-multiroot-react/MultiRootEditorDemo.tsx

+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 React from 'react';

demos/npm-multiroot-react/MultiRootEditorRichDemo.tsx

+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 React, { useState, type ChangeEvent } from 'react';

demos/npm-multiroot-react/main.tsx

+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 React from 'react';

demos/npm-react/App.tsx

+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 React, { useState } from 'react';

demos/npm-react/ClassicEditor.tsx

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

demos/npm-react/ContextDemo.tsx

+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 React, { useState } from 'react';

demos/npm-react/EditorDemo.tsx

+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 React, { useState } from 'react';

demos/npm-react/main.tsx

+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 React from 'react';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"release:publish-packages": "node ./scripts/publishpackages.js"
102102
},
103103
"author": "CKSource (http://cksource.com/)",
104-
"license": "GPL-2.0-or-later",
104+
"license": "SEE LICENSE IN LICENSE.md",
105105
"repository": {
106106
"type": "git",
107107
"url": "https://github.com/ckeditor/ckeditor5-react.git"

scripts/bump-year.js

+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.js

+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/ci/is-project-ready-to-release.js

+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
/* eslint-env node */

scripts/preparepackages.js

+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.js

+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.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
/* eslint-env node */

scripts/utils/parsearguments.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
/* eslint-env node */

src/ckeditor.tsx

+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
/* globals window */

src/cloud/useCKEditorCloud.tsx

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

src/cloud/withCKEditorCloud.tsx

+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 React, { type ReactNode, type ComponentType } from 'react';

src/context/ckeditorcontext.tsx

+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 React, {

src/context/setCKEditorReactContextMetadata.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 { Config, EditorConfig } from 'ckeditor5';

src/context/useInitializedCKEditorsMap.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 { useEffect } from 'react';

src/hooks/useAsyncCallback.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 { useState, useRef } from 'react';

src/hooks/useAsyncValue.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 { DependencyList } from 'react';

src/hooks/useInstantEditorEffect.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 { DependencyList } from 'react';

src/hooks/useInstantEffect.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 { useState, type DependencyList } from 'react';

src/hooks/useIsMountedRef.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 { useEffect, useRef, type MutableRefObject } from 'react';

0 commit comments

Comments
 (0)