diff --git a/.eslintrc b/.eslintrc index 542b7d1..aeab3ce 100644 --- a/.eslintrc +++ b/.eslintrc @@ -33,7 +33,7 @@ "headerLines": [ "/**", " * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.", - " * For licensing, see LICENSE.md.", + " * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options", " */" ] } ] diff --git a/LICENSE.md b/LICENSE.md index d001459..d0ffda0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -4,7 +4,12 @@ Software License Agreement **CKEditor 5 inspector** – https://github.com/ckeditor/ckeditor5-inspector
Copyright (c) 2003-2024, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. -Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). +Licensed under a dual-license model, this software is available under: + +* the [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html), +* or commercial license terms from CKSource Holding sp. z o.o. + +For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options). Sources of Intellectual Property Included in CKEditor ----------------------------------------------------- diff --git a/README.md b/README.md index 46f365d..9e77d7d 100644 --- a/README.md +++ b/README.md @@ -178,4 +178,9 @@ npm run release:publish-packages ## License -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. +Licensed under a dual-license model, this software is available under: + +* the [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html), +* or commercial license terms from CKSource Holding sp. z o.o. + +For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options). diff --git a/package.json b/package.json index 575da91..df82ec9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "LICENSE.md" ], "description": "The official CKEditor 5 instance inspector.", - "license": "GPL-2.0-or-later", + "license": "SEE LICENSE IN LICENSE.md", "version": "4.1.0", "engines": { "node": ">=18.0.0" diff --git a/postcss.config.js b/postcss.config.js index 9c630d6..7c7fc0f 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/bump-year.mjs b/scripts/bump-year.mjs index 03774c3..92cf748 100644 --- a/scripts/bump-year.mjs +++ b/scripts/bump-year.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/changelog.mjs b/scripts/changelog.mjs index fd3fbbb..fe6ab21 100644 --- a/scripts/changelog.mjs +++ b/scripts/changelog.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { generateChangelogForSinglePackage } from '@ckeditor/ckeditor5-dev-release-tools'; diff --git a/scripts/postinstall.js b/scripts/postinstall.js index ff060bc..081ec65 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ 'use strict'; diff --git a/scripts/preparepackages.mjs b/scripts/preparepackages.mjs index effaf0f..ea21cf0 100644 --- a/scripts/preparepackages.mjs +++ b/scripts/preparepackages.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/publishpackages.mjs b/scripts/publishpackages.mjs index 3d6694f..80ef659 100644 --- a/scripts/publishpackages.mjs +++ b/scripts/publishpackages.mjs @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/test.js b/scripts/test.js index 8ae7840..ad3dab9 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -2,7 +2,7 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/scripts/utils/getkarmaconfig.js b/scripts/utils/getkarmaconfig.js index d212fc5..1e322d4 100644 --- a/scripts/utils/getkarmaconfig.js +++ b/scripts/utils/getkarmaconfig.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ 'use strict'; diff --git a/scripts/utils/parsearguments.mjs b/scripts/utils/parsearguments.mjs index 825c9ff..bf19af3 100644 --- a/scripts/utils/parsearguments.mjs +++ b/scripts/utils/parsearguments.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */ diff --git a/src/ckeditorinspector.css b/src/ckeditorinspector.css index c27d988..02eb09b 100644 --- a/src/ckeditorinspector.css +++ b/src/ckeditorinspector.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ html body.ck-inspector-body-expanded { diff --git a/src/ckeditorinspector.js b/src/ckeditorinspector.js index d6460eb..b19f9d5 100644 --- a/src/ckeditorinspector.js +++ b/src/ckeditorinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, CKEDITOR_INSPECTOR_VERSION */ diff --git a/src/ckeditorinspectorui.css b/src/ckeditorinspectorui.css index f6d5c77..dc9c624 100644 --- a/src/ckeditorinspectorui.css +++ b/src/ckeditorinspectorui.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector, diff --git a/src/ckeditorinspectorui.js b/src/ckeditorinspectorui.js index b147f4c..e12fce3 100644 --- a/src/ckeditorinspectorui.js +++ b/src/ckeditorinspectorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/src/commands/commandinspector.js b/src/commands/commandinspector.js index dfe75af..e5b1742 100644 --- a/src/commands/commandinspector.js +++ b/src/commands/commandinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/commands/data/actions.js b/src/commands/data/actions.js index dfe49d9..8b2a06d 100644 --- a/src/commands/data/actions.js +++ b/src/commands/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export const SET_COMMANDS_CURRENT_COMMAND_NAME = 'SET_COMMANDS_CURRENT_COMMAND_NAME'; diff --git a/src/commands/data/reducer.js b/src/commands/data/reducer.js index febc595..e3ede3b 100644 --- a/src/commands/data/reducer.js +++ b/src/commands/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/commands/data/utils.js b/src/commands/data/utils.js index 3f3d493..0c5d8f2 100644 --- a/src/commands/data/utils.js +++ b/src/commands/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/commands/pane.js b/src/commands/pane.js index b317815..a2f90a4 100644 --- a/src/commands/pane.js +++ b/src/commands/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/commands/tree.js b/src/commands/tree.js index 87bb1fd..dc23724 100644 --- a/src/commands/tree.js +++ b/src/commands/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/button.css b/src/components/button.css index 2e1d663..0153888 100644 --- a/src/components/button.css +++ b/src/components/button.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector { diff --git a/src/components/button.js b/src/components/button.js index 0a6d534..2dfac0e 100644 --- a/src/components/button.js +++ b/src/components/button.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { PureComponent } from 'react'; diff --git a/src/components/checkbox.css b/src/components/checkbox.css index c24447b..fd7ae09 100644 --- a/src/components/checkbox.css +++ b/src/components/checkbox.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector .ck-inspector-checkbox { diff --git a/src/components/checkbox.js b/src/components/checkbox.js index 7d0f34e..911111a 100644 --- a/src/components/checkbox.js +++ b/src/components/checkbox.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { PureComponent } from 'react'; diff --git a/src/components/horizontalnav.css b/src/components/horizontalnav.css index 28ec210..e85aa29 100644 --- a/src/components/horizontalnav.css +++ b/src/components/horizontalnav.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector { diff --git a/src/components/horizontalnav.js b/src/components/horizontalnav.js index bee06aa..e4e1576 100644 --- a/src/components/horizontalnav.js +++ b/src/components/horizontalnav.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/navbox.css b/src/components/navbox.css index 5ea4d00..bafea88 100644 --- a/src/components/navbox.css +++ b/src/components/navbox.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector { diff --git a/src/components/navbox.js b/src/components/navbox.js index 4a94093..2730772 100644 --- a/src/components/navbox.js +++ b/src/components/navbox.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/objectinspector.css b/src/components/objectinspector.css index 6aa1bff..580138c 100644 --- a/src/components/objectinspector.css +++ b/src/components/objectinspector.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector .ck-inspector__object-inspector { diff --git a/src/components/objectinspector.js b/src/components/objectinspector.js index b9ee42a..08308d9 100644 --- a/src/components/objectinspector.js +++ b/src/components/objectinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { PureComponent } from 'react'; diff --git a/src/components/pane.css b/src/components/pane.css index cfb23bb..15bbd6e 100644 --- a/src/components/pane.css +++ b/src/components/pane.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector { diff --git a/src/components/pane.js b/src/components/pane.js index 368f165..4ffedf9 100644 --- a/src/components/pane.js +++ b/src/components/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/propertylist.css b/src/components/propertylist.css index f923aa0..4534949 100644 --- a/src/components/propertylist.css +++ b/src/components/propertylist.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector { diff --git a/src/components/propertylist.js b/src/components/propertylist.js index 6daea9d..eaf877a 100644 --- a/src/components/propertylist.js +++ b/src/components/propertylist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { PureComponent, Component } from 'react'; diff --git a/src/components/select.js b/src/components/select.js index b585ed4..130d468 100644 --- a/src/components/select.js +++ b/src/components/select.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/seteditordatabutton.css b/src/components/seteditordatabutton.css index ae13911..a98f51f 100644 --- a/src/components/seteditordatabutton.css +++ b/src/components/seteditordatabutton.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector-modal { diff --git a/src/components/seteditordatabutton.js b/src/components/seteditordatabutton.js index 2c75c4a..8372010 100644 --- a/src/components/seteditordatabutton.js +++ b/src/components/seteditordatabutton.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/src/components/sidepane.css b/src/components/sidepane.css index 13402cb..556f6d9 100644 --- a/src/components/sidepane.css +++ b/src/components/sidepane.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector-side-pane { diff --git a/src/components/sidepane.js b/src/components/sidepane.js index ef341ba..5bd9472 100644 --- a/src/components/sidepane.js +++ b/src/components/sidepane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/src/components/tabs.js b/src/components/tabs.js index 97454d2..d526419 100644 --- a/src/components/tabs.js +++ b/src/components/tabs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/tree/tree.css b/src/components/tree/tree.css index b7e3ec9..2f51da9 100644 --- a/src/components/tree/tree.css +++ b/src/components/tree/tree.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector { diff --git a/src/components/tree/tree.js b/src/components/tree/tree.js index ba4d34c..5b60f2e 100644 --- a/src/components/tree/tree.js +++ b/src/components/tree/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/tree/treecomment.js b/src/components/tree/treecomment.js index 1b46625..6a0c1ff 100644 --- a/src/components/tree/treecomment.js +++ b/src/components/tree/treecomment.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/tree/treeelement.js b/src/components/tree/treeelement.js index 9fc7598..c4967d0 100644 --- a/src/components/tree/treeelement.js +++ b/src/components/tree/treeelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/src/components/tree/treenode.js b/src/components/tree/treenode.js index 70e4967..63df821 100644 --- a/src/components/tree/treenode.js +++ b/src/components/tree/treenode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { Component } from 'react'; diff --git a/src/components/tree/treenodeattribute.js b/src/components/tree/treenodeattribute.js index e707fae..e234b1a 100644 --- a/src/components/tree/treenodeattribute.js +++ b/src/components/tree/treenodeattribute.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { PureComponent } from 'react'; diff --git a/src/components/tree/treeposition.js b/src/components/tree/treeposition.js index 1353b4a..b0fc712 100644 --- a/src/components/tree/treeposition.js +++ b/src/components/tree/treeposition.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/components/tree/treetextnode.js b/src/components/tree/treetextnode.js index 46af82f..09e5245 100644 --- a/src/components/tree/treetextnode.js +++ b/src/components/tree/treetextnode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/src/components/tree/utils.js b/src/components/tree/utils.js index 2b32d08..c02920d 100644 --- a/src/components/tree/utils.js +++ b/src/components/tree/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/src/components/utils.js b/src/components/utils.js index 1f0b30a..3b3978d 100644 --- a/src/components/utils.js +++ b/src/components/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { stringify as javascriptStringify } from 'javascript-stringify'; diff --git a/src/data/actions.js b/src/data/actions.js index 3749238..3b20235 100644 --- a/src/data/actions.js +++ b/src/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export const TOGGLE_IS_COLLAPSED = 'TOGGLE_IS_COLLAPSED'; diff --git a/src/data/reducer.js b/src/data/reducer.js index a994739..f55c1b8 100644 --- a/src/data/reducer.js +++ b/src/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { modelReducer } from '../model/data/reducer'; diff --git a/src/data/utils.js b/src/data/utils.js index 96e1515..6b66071 100644 --- a/src/data/utils.js +++ b/src/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export default class EditorListener { diff --git a/src/editorquickactions.css b/src/editorquickactions.css index 4d6782b..24c2b7d 100644 --- a/src/editorquickactions.css +++ b/src/editorquickactions.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector .ck-inspector-editor-quick-actions { diff --git a/src/editorquickactions.js b/src/editorquickactions.js index 220a6fb..bc09aca 100644 --- a/src/editorquickactions.js +++ b/src/editorquickactions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/src/localstoragemanager.js b/src/localstoragemanager.js index 84d15c7..63360b4 100644 --- a/src/localstoragemanager.js +++ b/src/localstoragemanager.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/src/logger.js b/src/logger.js index db574ba..05bc9b8 100644 --- a/src/logger.js +++ b/src/logger.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export default class Logger { diff --git a/src/minickeditorinspector.js b/src/minickeditorinspector.js index c67f83d..be21b73 100644 --- a/src/minickeditorinspector.js +++ b/src/minickeditorinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window, CKEDITOR_INSPECTOR_VERSION */ diff --git a/src/minickeditorinspectorui.css b/src/minickeditorinspectorui.css index 88ca82c..bedfd47 100644 --- a/src/minickeditorinspectorui.css +++ b/src/minickeditorinspectorui.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector.ck-mini-inspector { diff --git a/src/minickeditorinspectorui.js b/src/minickeditorinspectorui.js index 9933ad1..12d2b4c 100644 --- a/src/minickeditorinspectorui.js +++ b/src/minickeditorinspectorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/model/data/actions.js b/src/model/data/actions.js index 59aae20..4f267cd 100644 --- a/src/model/data/actions.js +++ b/src/model/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export const SET_MODEL_CURRENT_ROOT_NAME = 'SET_MODEL_CURRENT_ROOT_NAME'; diff --git a/src/model/data/reducer.js b/src/model/data/reducer.js index b69f7ef..49b5e86 100644 --- a/src/model/data/reducer.js +++ b/src/model/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/model/data/utils.js b/src/model/data/utils.js index 0d1c140..55b56ff 100644 --- a/src/model/data/utils.js +++ b/src/model/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/model/markerinspector.js b/src/model/markerinspector.js index 78581e9..92575ca 100644 --- a/src/model/markerinspector.js +++ b/src/model/markerinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/model/model.css b/src/model/model.css index a2f4f65..c5f45a9 100644 --- a/src/model/model.css +++ b/src/model/model.css @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-inspector-model-tree__hide-markers { diff --git a/src/model/nodeinspector.js b/src/model/nodeinspector.js index d9b1199..0c7ee9b 100644 --- a/src/model/nodeinspector.js +++ b/src/model/nodeinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/model/pane.js b/src/model/pane.js index 6930c08..536734a 100644 --- a/src/model/pane.js +++ b/src/model/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/model/selectioninspector.js b/src/model/selectioninspector.js index 5e039c7..913466e 100644 --- a/src/model/selectioninspector.js +++ b/src/model/selectioninspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/src/model/tree.js b/src/model/tree.js index 467eccc..6a0b7cc 100644 --- a/src/model/tree.js +++ b/src/model/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/model/utils.js b/src/model/utils.js index e455ffb..2b32590 100644 --- a/src/model/utils.js +++ b/src/model/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export function isModelElement( node ) { diff --git a/src/schema/data/actions.js b/src/schema/data/actions.js index 9618f11..d1c4564 100644 --- a/src/schema/data/actions.js +++ b/src/schema/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export const SET_SCHEMA_CURRENT_DEFINITION_NAME = 'SET_SCHEMA_CURRENT_DEFINITION_NAME'; diff --git a/src/schema/data/reducer.js b/src/schema/data/reducer.js index 3087156..26743d1 100644 --- a/src/schema/data/reducer.js +++ b/src/schema/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/schema/data/utils.js b/src/schema/data/utils.js index e4a36bb..bba439c 100644 --- a/src/schema/data/utils.js +++ b/src/schema/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/schema/pane.js b/src/schema/pane.js index 1c7971a..664d2cc 100644 --- a/src/schema/pane.js +++ b/src/schema/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/schema/schemadefinitioninspector.js b/src/schema/schemadefinitioninspector.js index e466daa..a52eaea 100644 --- a/src/schema/schemadefinitioninspector.js +++ b/src/schema/schemadefinitioninspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/schema/tree.js b/src/schema/tree.js index 8eaf192..18a6468 100644 --- a/src/schema/tree.js +++ b/src/schema/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/utils.js b/src/utils.js index 79cb178..00caffe 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Logger from './logger'; diff --git a/src/view/data/actions.js b/src/view/data/actions.js index a74a170..7b9e63b 100644 --- a/src/view/data/actions.js +++ b/src/view/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export const SET_VIEW_CURRENT_ROOT_NAME = 'SET_VIEW_CURRENT_ROOT_NAME'; diff --git a/src/view/data/reducer.js b/src/view/data/reducer.js index a72d474..ac63143 100644 --- a/src/view/data/reducer.js +++ b/src/view/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/view/data/utils.js b/src/view/data/utils.js index 3ab9b9a..a4e28f7 100644 --- a/src/view/data/utils.js +++ b/src/view/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/src/view/nodeinspector.js b/src/view/nodeinspector.js index 415336b..5a405fb 100644 --- a/src/view/nodeinspector.js +++ b/src/view/nodeinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/view/pane.js b/src/view/pane.js index bb3acaf..1e1f1de 100644 --- a/src/view/pane.js +++ b/src/view/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/view/selectioninspector.js b/src/view/selectioninspector.js index 14fa05e..2bccf65 100644 --- a/src/view/selectioninspector.js +++ b/src/view/selectioninspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/src/view/tree.js b/src/view/tree.js index f885233..b8b62ca 100644 --- a/src/view/tree.js +++ b/src/view/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React, { Component } from 'react'; diff --git a/src/view/utils.js b/src/view/utils.js index 7465964..21104b5 100644 --- a/src/view/utils.js +++ b/src/view/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ export function isViewElement( node ) { diff --git a/tests/index.js b/tests/index.js index 8119149..d39ecb8 100644 --- a/tests/index.js +++ b/tests/index.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/tests/inspector/ckeditorinspector.js b/tests/inspector/ckeditorinspector.js index f3468c5..26968b0 100644 --- a/tests/inspector/ckeditorinspector.js +++ b/tests/inspector/ckeditorinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, HTMLElement */ diff --git a/tests/inspector/ckeditorinspectorui.js b/tests/inspector/ckeditorinspectorui.js index 931a23f..e926ab3 100644 --- a/tests/inspector/ckeditorinspectorui.js +++ b/tests/inspector/ckeditorinspectorui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/commands/commandinspector.js b/tests/inspector/commands/commandinspector.js index feedfc0..a3d79fe 100644 --- a/tests/inspector/commands/commandinspector.js +++ b/tests/inspector/commands/commandinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/commands/data/actions.js b/tests/inspector/commands/data/actions.js index 12faa11..cf604cf 100644 --- a/tests/inspector/commands/data/actions.js +++ b/tests/inspector/commands/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/inspector/commands/data/reducer.js b/tests/inspector/commands/data/reducer.js index 47af0d1..f750305 100644 --- a/tests/inspector/commands/data/reducer.js +++ b/tests/inspector/commands/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/commands/pane.js b/tests/inspector/commands/pane.js index ba674d1..c72d518 100644 --- a/tests/inspector/commands/pane.js +++ b/tests/inspector/commands/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/commands/tree.js b/tests/inspector/commands/tree.js index 1bbcfcf..11122ff 100644 --- a/tests/inspector/commands/tree.js +++ b/tests/inspector/commands/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/components/button.js b/tests/inspector/components/button.js index 59d8d2c..51fe8ff 100644 --- a/tests/inspector/components/button.js +++ b/tests/inspector/components/button.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/objectinspector.js b/tests/inspector/components/objectinspector.js index ab900a4..a91fb23 100644 --- a/tests/inspector/components/objectinspector.js +++ b/tests/inspector/components/objectinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/propertylist.js b/tests/inspector/components/propertylist.js index d3b68c0..dcf8c0a 100644 --- a/tests/inspector/components/propertylist.js +++ b/tests/inspector/components/propertylist.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/seteditordatabutton.js b/tests/inspector/components/seteditordatabutton.js index 38085e8..473668b 100644 --- a/tests/inspector/components/seteditordatabutton.js +++ b/tests/inspector/components/seteditordatabutton.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/components/sidepane.js b/tests/inspector/components/sidepane.js index 4598d1c..62ecdb2 100644 --- a/tests/inspector/components/sidepane.js +++ b/tests/inspector/components/sidepane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/tests/inspector/components/tabs.js b/tests/inspector/components/tabs.js index 068318b..95ff14d 100644 --- a/tests/inspector/components/tabs.js +++ b/tests/inspector/components/tabs.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/tree/tree.js b/tests/inspector/components/tree/tree.js index c3c2df9..8dcaedf 100644 --- a/tests/inspector/components/tree/tree.js +++ b/tests/inspector/components/tree/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/tree/treeelement.js b/tests/inspector/components/tree/treeelement.js index dfb9884..fc4a379 100644 --- a/tests/inspector/components/tree/treeelement.js +++ b/tests/inspector/components/tree/treeelement.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/tree/treenodeattribute.js b/tests/inspector/components/tree/treenodeattribute.js index 43160ab..71856ba 100644 --- a/tests/inspector/components/tree/treenodeattribute.js +++ b/tests/inspector/components/tree/treenodeattribute.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/tree/treetextnode.js b/tests/inspector/components/tree/treetextnode.js index 77772ab..3ac47e3 100644 --- a/tests/inspector/components/tree/treetextnode.js +++ b/tests/inspector/components/tree/treetextnode.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import React from 'react'; diff --git a/tests/inspector/components/utils.js b/tests/inspector/components/utils.js index 26e4b80..6268a90 100644 --- a/tests/inspector/components/utils.js +++ b/tests/inspector/components/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/inspector/data/actions.js b/tests/inspector/data/actions.js index 15f6873..bb87b1d 100644 --- a/tests/inspector/data/actions.js +++ b/tests/inspector/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/inspector/data/reducer.js b/tests/inspector/data/reducer.js index dbed308..b3ca154 100644 --- a/tests/inspector/data/reducer.js +++ b/tests/inspector/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/editorquickactions.js b/tests/inspector/editorquickactions.js index c028c8a..5d1afb1 100644 --- a/tests/inspector/editorquickactions.js +++ b/tests/inspector/editorquickactions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window, KeyboardEvent */ diff --git a/tests/inspector/logger.js b/tests/inspector/logger.js index 47b5d20..89d6be7 100644 --- a/tests/inspector/logger.js +++ b/tests/inspector/logger.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Logger from '../../src/logger'; diff --git a/tests/inspector/minickeditorinspector.js b/tests/inspector/minickeditorinspector.js index a6704e2..6b9908d 100644 --- a/tests/inspector/minickeditorinspector.js +++ b/tests/inspector/minickeditorinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/model/data/actions.js b/tests/inspector/model/data/actions.js index 77e4b18..2182b93 100644 --- a/tests/inspector/model/data/actions.js +++ b/tests/inspector/model/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/inspector/model/data/reducer.js b/tests/inspector/model/data/reducer.js index bf5c175..7096c56 100644 --- a/tests/inspector/model/data/reducer.js +++ b/tests/inspector/model/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/model/data/utils.js b/tests/inspector/model/data/utils.js index d50e850..5e532ce 100644 --- a/tests/inspector/model/data/utils.js +++ b/tests/inspector/model/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/model/markerinspector.js b/tests/inspector/model/markerinspector.js index 9200f21..c58d800 100644 --- a/tests/inspector/model/markerinspector.js +++ b/tests/inspector/model/markerinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/model/nodeinspector.js b/tests/inspector/model/nodeinspector.js index 27ae23c..868b99b 100644 --- a/tests/inspector/model/nodeinspector.js +++ b/tests/inspector/model/nodeinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/model/pane.js b/tests/inspector/model/pane.js index a8dde7f..57f3d62 100644 --- a/tests/inspector/model/pane.js +++ b/tests/inspector/model/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/model/selectioninspector.js b/tests/inspector/model/selectioninspector.js index 20dd7fa..aa112a4 100644 --- a/tests/inspector/model/selectioninspector.js +++ b/tests/inspector/model/selectioninspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/model/tree.js b/tests/inspector/model/tree.js index 3ce279d..34a44f0 100644 --- a/tests/inspector/model/tree.js +++ b/tests/inspector/model/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/schema/data/actions.js b/tests/inspector/schema/data/actions.js index dec95df..4335eb0 100644 --- a/tests/inspector/schema/data/actions.js +++ b/tests/inspector/schema/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/inspector/schema/data/reducer.js b/tests/inspector/schema/data/reducer.js index eec7054..59ef7c8 100644 --- a/tests/inspector/schema/data/reducer.js +++ b/tests/inspector/schema/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/schema/pane.js b/tests/inspector/schema/pane.js index 9bdf827..a9e9c77 100644 --- a/tests/inspector/schema/pane.js +++ b/tests/inspector/schema/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/schema/schemadefinitioninspector.js b/tests/inspector/schema/schemadefinitioninspector.js index 7e6ceb9..a27bd7d 100644 --- a/tests/inspector/schema/schemadefinitioninspector.js +++ b/tests/inspector/schema/schemadefinitioninspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/schema/tree.js b/tests/inspector/schema/tree.js index d7fd635..15b645d 100644 --- a/tests/inspector/schema/tree.js +++ b/tests/inspector/schema/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/storagemanager.js b/tests/inspector/storagemanager.js index e177f88..41bdf19 100644 --- a/tests/inspector/storagemanager.js +++ b/tests/inspector/storagemanager.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global window */ diff --git a/tests/inspector/view/data/actions.js b/tests/inspector/view/data/actions.js index 94c234b..a3bf65e 100644 --- a/tests/inspector/view/data/actions.js +++ b/tests/inspector/view/data/actions.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import { diff --git a/tests/inspector/view/data/reducer.js b/tests/inspector/view/data/reducer.js index c48c34c..53e27e6 100644 --- a/tests/inspector/view/data/reducer.js +++ b/tests/inspector/view/data/reducer.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/view/data/utils.js b/tests/inspector/view/data/utils.js index acb24d2..f3f3487 100644 --- a/tests/inspector/view/data/utils.js +++ b/tests/inspector/view/data/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/view/nodeinspector.js b/tests/inspector/view/nodeinspector.js index 7499215..2e09f96 100644 --- a/tests/inspector/view/nodeinspector.js +++ b/tests/inspector/view/nodeinspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/view/pane.js b/tests/inspector/view/pane.js index 6fafcf7..b60c0cc 100644 --- a/tests/inspector/view/pane.js +++ b/tests/inspector/view/pane.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/view/selectioninspector.js b/tests/inspector/view/selectioninspector.js index c76469a..ff83e0e 100644 --- a/tests/inspector/view/selectioninspector.js +++ b/tests/inspector/view/selectioninspector.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/inspector/view/tree.js b/tests/inspector/view/tree.js index e2b3d6a..b7fe525 100644 --- a/tests/inspector/view/tree.js +++ b/tests/inspector/view/tree.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document, window */ diff --git a/tests/inspector/view/utils.js b/tests/inspector/view/utils.js index 90b64d3..0689522 100644 --- a/tests/inspector/view/utils.js +++ b/tests/inspector/view/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* global document */ diff --git a/tests/utils/testeditor.js b/tests/utils/testeditor.js index 86d3752..f4d9336 100644 --- a/tests/utils/testeditor.js +++ b/tests/utils/testeditor.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import Editor from '@ckeditor/ckeditor5-core/src/editor/editor'; diff --git a/tests/utils/utils.js b/tests/utils/utils.js index a5e664f..3bc6e24 100644 --- a/tests/utils/utils.js +++ b/tests/utils/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ import CKEditorInspector from '../../src/ckeditorinspector'; diff --git a/webpack.config.mjs b/webpack.config.mjs index e50c0ef..d366db6 100644 --- a/webpack.config.mjs +++ b/webpack.config.mjs @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /* eslint-env node */