@ckeditor/ckeditor5-editor-multi-root 0.0.0-internal-20260121.0 → 0.0.0-internal-20260224.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -4,9 +4,12 @@ Software License Agreement
4
4
  **CKEditor&nbsp;5 Multi-root editor** (https://github.com/ckeditor/ckeditor5)<br>
5
5
  Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor&nbsp;5 is licensed under a commercial license and is protected by copyright law.
7
+ Licensed under a dual-license model, this software is available under:
8
8
 
9
- For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
9
+ * the [GNU General Public License Version 2 or later](https://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).
10
13
 
11
14
  Sources of Intellectual Property Included in CKEditor&nbsp;5
12
15
  ------------------------------------------------------------
package/README.md CHANGED
@@ -21,6 +21,9 @@ npm install ckeditor5
21
21
 
22
22
  ## License
23
23
 
24
- CKEditor&nbsp;5 is licensed under a commercial license and is protected by copyright law.
24
+ Licensed under a dual-license model, this software is available under:
25
25
 
26
- For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
26
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
27
+ * or commercial license terms from CKSource Holding sp. z o.o.
28
+
29
+ For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).