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

Commit a9a514a

Browse files
committed
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.
1 parent 3179531 commit a9a514a

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

LICENSE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ Software License Agreement
44
**ckeditor5-autoformat**https://github.com/ckeditor/ckeditor5-autoformat <br>
55
Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
66

7-
Licensed under the terms of any of the following licenses at your choice:
8-
9-
* [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/gpl.html)
10-
* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/lgpl.html)
11-
* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html)
12-
13-
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.
7+
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
148

159
Sources of Intellectual Property Included in CKEditor
1610
-----------------------------------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See the [`@ckeditor/ckeditor5-autoformat` package](https://docs.ckeditor.com/cke
1818

1919
## License
2020

21-
Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the `LICENSE.md` file.
21+
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"npm": ">=3.0.0"
3434
},
3535
"author": "CKSource (http://cksource.com/)",
36-
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
36+
"license": "GPL-2.0-or-later",
3737
"homepage": "https://ckeditor.com",
3838
"bugs": "https://github.com/ckeditor/ckeditor5-autoformat/issues",
3939
"repository": {

0 commit comments

Comments
 (0)