@ckeditor/ckeditor5-footnotes 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 +18 -0
  2. package/README.md +4 -0
  3. package/package.json +14 -0
package/LICENSE.md ADDED
@@ -0,0 +1,18 @@
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ **CKEditor 5 footnotes feature** – https://github.com/ckeditor/ckeditor5-footnotes <br>
5
+ Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
+
7
+ CKEditor 5 footnotes feature is licensed under a commercial license and is protected by copyright law.
8
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
9
+
10
+ Sources of Intellectual Property Included in CKEditor
11
+ -----------------------------------------------------
12
+
13
+ Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
+
15
+ Trademarks
16
+ ----------
17
+
18
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com). 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 footnotes
2
+ ====================
3
+
4
+ This is an initial package for development purposes. It does not contain code yet.
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@ckeditor/ckeditor5-footnotes",
3
+ "version": "0.0.1",
4
+ "keywords": [
5
+ "ckeditor",
6
+ "ckeditor5",
7
+ "ckeditor 5",
8
+ "ckeditor5-lib"
9
+ ],
10
+ "author": "CKSource (http://cksource.com/)",
11
+ "license": "GPL-2.0-or-later",
12
+ "homepage": "https://ckeditor.com/ckeditor-5",
13
+ "bugs": "https://github.com/ckeditor/ckeditor5/issues"
14
+ }