@ckeditor/ckeditor5-dev-changelog 0.0.1

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.
Files changed (3) hide show
  1. package/LICENSE.md +16 -0
  2. package/README.md +4 -0
  3. package/package.json +9 -0
package/LICENSE.md ADDED
@@ -0,0 +1,16 @@
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ Copyright (c) 2003-2025, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
5
+
6
+ Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
7
+
8
+ Sources of Intellectual Property Included in CKEditor
9
+ -----------------------------------------------------
10
+
11
+ Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
12
+
13
+ Trademarks
14
+ ----------
15
+
16
+ **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ CKEditor 5 dev changelog
2
+ ========================
3
+
4
+ This is an initial package for development purposes. It does not contain code yet.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "@ckeditor/ckeditor5-dev-changelog",
3
+ "version": "0.0.1",
4
+ "keywords": [],
5
+ "author": "CKSource (http://cksource.com/)",
6
+ "license": "GPL-2.0-or-later",
7
+ "homepage": "https://ckeditor.com/ckeditor-5",
8
+ "bugs": "https://github.com/ckeditor/ckeditor5/issues"
9
+ }