Bladeren bron

Internal: Updated license and keywords. [skip ci]

Piotrek Koszuliński 7 jaren geleden
bovenliggende
commit
dcc2987786
2 gewijzigde bestanden met toevoegingen van 6 en 10 verwijderingen
  1. 2 8
      packages/ckeditor5-table/LICENSE.md
  2. 4 2
      packages/ckeditor5-table/package.json

+ 2 - 8
packages/ckeditor5-table/LICENSE.md

@@ -1,16 +1,10 @@
 Software License Agreement
 ==========================
 
-**CKEditor 5 table Feature** – https://github.com/ckeditor/ckeditor5-table <br>
+**Table feature for CKEditor 5** – https://github.com/ckeditor/ckeditor5-table <br>
 Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
-Licensed under the terms of any of the following licenses at your choice:
-
-* [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/gpl.html)
-* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/lgpl.html)
-* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html)
-
-You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version of this software to use, reproduce, modify and distribute this software under any of the above licenses.
+Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
 
 Sources of Intellectual Property Included in CKEditor
 -----------------------------------------------------

+ 4 - 2
packages/ckeditor5-table/package.json

@@ -3,7 +3,9 @@
   "version": "0.0.1",
   "description": "Table feature for CKEditor 5.",
   "keywords": [
+    "ckeditor",
     "ckeditor5",
+    "ckeditor 5",
     "ckeditor5-feature"
   ],
   "dependencies": {
@@ -26,8 +28,8 @@
     "npm": ">=3.0.0"
   },
   "author": "CKSource (http://cksource.com/)",
-  "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
-  "homepage": "https://ckeditor5.github.io",
+  "license": "GPL-2.0-or-later",
+  "homepage": "https://ckeditor.com",
   "bugs": "https://github.com/ckeditor/ckeditor5-table/issues",
   "repository": {
     "type": "git",