Other: Changed the license to GPL2+ only. See ckeditor/ckeditor5#991.
BREAKING CHANGE: The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
Showing
... | ... | @@ -60,7 +60,7 @@ |
"npm": ">=3.0.0" | ||
}, | ||
"author": "CKSource (http://cksource.com/)", | ||
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://ckeditor.com", | ||
"bugs": "https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues", | ||
"repository": { | ||
... | ... |
Please register or sign in to comment