Browse Source

Used proper license in package.json.

Piotrek Koszuliński 9 years ago
parent
commit
eb29a4547f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-core/package.json

+ 1 - 1
packages/ckeditor5-core/package.json

@@ -17,7 +17,7 @@
     "npm": ">=3.0.0"
   },
   "author": "CKSource (http://cksource.com/)",
-  "license": "See LICENSE.md",
+  "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
   "homepage": "https://ckeditor5.github.io",
   "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
   "repository": {