Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Other: Changed the license to GPL2+ only. See ckeditor/ckeditor5#991.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Reinmar committed Apr 25, 2018
1 parent 41b041e commit eed1029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ Software License Agreement
**CKEditor 5 Text Alignment Feature**https://github.com/ckeditor/ckeditor5-alignment <br>
Copyright (c) 2003-2018, [CKSource](http:https://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:https://www.gnu.org/licenses/gpl.html)
* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http:https://www.gnu.org/licenses/lgpl.html)
* [Mozilla Public License Version 1.1 or later (the "MPL")](http:https://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:https://www.gnu.org/licenses/gpl.html).

Sources of Intellectual Property Included in CKEditor
-----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See the [`@ckeditor/ckeditor5-alignment` package](https://docs.ckeditor.com/cked

## License

Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the `LICENSE.md` file.
Licensed under the terms of [GNU General Public License Version 2 or later](http:https://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"npm": ">=3.0.0"
},
"author": "CKSource (http:https://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-alignment/issues",
"repository": {
Expand Down

0 comments on commit eed1029

Please sign in to comment.