You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/LICENSE.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Software License Agreement
2
2
==========================
3
3
4
4
CKEditor - The text editor for Internet - https://ckeditor.com/
5
-
Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
5
+
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
6
6
7
7
Licensed under the terms of any of the following licenses at your
8
8
choice:
@@ -37,10 +37,11 @@ done by developers outside of CKSource with their express permission.
37
37
38
38
The following libraries are included in CKEditor under the MIT license (see Appendix D):
39
39
40
-
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2020, CKSource - Frederico Knabben.
40
+
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2022, CKSource Holding sp. z o.o.
41
41
* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
42
42
* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <[email protected]> and others.
43
43
* ES6Promise - Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors.
44
+
* A polyfill for `CSS.escape` (adopted with modifications in `core/tools.js`), Mathias Bynens, v1.5.1, https://mths.be/cssescape.
44
45
45
46
Parts of code taken from the following libraries are included in CKEditor under the MIT license (see Appendix D):
46
47
@@ -59,7 +60,7 @@ The following libraries are included in CKEditor under the BSD-3 License (see Ap
59
60
Trademarks
60
61
----------
61
62
62
-
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
63
+
CKEditor is a trademark of CKSource Holding sp. z o.o. All other brand
63
64
and product names are trademarks, registered trademarks or service
64
65
marks of their respective holders.
65
66
@@ -1419,3 +1420,17 @@ Redistribution and use in source and binary forms, with or without modification,
1419
1420
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1420
1421
```
1421
1422
1423
+
1424
+
Appendix H: The BSD-2 License
1425
+
-----------------------------
1426
+
1427
+
```
1428
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1429
+
1430
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1431
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1432
+
1433
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments