Changeset 3039:2883094c39d9 for plugins/dcCKEditor/js/ckeditor/LICENSE.md
- Timestamp:
- 07/03/15 22:25:56 (10 years ago)
- Branch:
- default
- committer:
- Nicolas <nikrou77@gmail.com> 1435955575 -7200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/LICENSE.md
r2962 r3039 36 36 done by developers outside of CKSource with their express permission. 37 37 38 The following libraries are included in CKEditor under the MIT license (see Appendix D): 39 40 * CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2015, CKSource - Frederico Knabben. 41 * PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca. 42 * CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others. 43 44 The following libraries are included in CKEditor under the SIL Open Font License, Version 1.1 (see Appendix E): 45 46 * Font Awesome (included in the toolbar configurator) - Copyright (C) 2012 by Dave Gandy. 47 48 The following libraries are included in CKEditor under the BSD-3 License (see Appendix F): 49 50 * highlight.js (included in the `codesnippet` plugin) - Copyright (c) 2006, Ivan Sagalaev. 51 * YUI Library (included in the `uicolor` plugin) - Copyright (c) 2009, Yahoo! Inc. 52 53 38 54 Trademarks 39 55 ---------- … … 48 64 --------------------------- 49 65 66 ``` 50 67 GNU GENERAL PUBLIC LICENSE 51 68 Version 2, June 1991 … … 328 345 329 346 END OF TERMS AND CONDITIONS 330 347 ``` 331 348 332 349 Appendix B: The LGPL License 333 350 ---------------------------- 334 351 352 ``` 335 353 GNU LESSER GENERAL PUBLIC LICENSE 336 354 Version 2.1, February 1999 … … 791 809 792 810 END OF TERMS AND CONDITIONS 793 811 ``` 794 812 795 813 Appendix C: The MPL License 796 814 --------------------------- 797 815 816 ``` 798 817 MOZILLA PUBLIC LICENSE 799 818 Version 1.1 … … 1263 1282 use the text of this Exhibit A rather than the text found in the 1264 1283 Original Code Source Code for Your Modifications.] 1284 ``` 1285 1286 Appendix D: The MIT License 1287 --------------------------- 1288 1289 ``` 1290 The MIT License (MIT) 1291 1292 Permission is hereby granted, free of charge, to any person obtaining a copy 1293 of this software and associated documentation files (the "Software"), to deal 1294 in the Software without restriction, including without limitation the rights 1295 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 1296 copies of the Software, and to permit persons to whom the Software is 1297 furnished to do so, subject to the following conditions: 1298 1299 The above copyright notice and this permission notice shall be included in 1300 all copies or substantial portions of the Software. 1301 1302 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1303 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1304 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1305 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1306 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 1307 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 1308 THE SOFTWARE. 1309 ``` 1310 1311 Appendix E: The SIL Open Font License Version 1.1 1312 --------------------------------------------- 1313 1314 ``` 1315 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 1316 ----------------------------------------------------------- 1317 1318 PREAMBLE 1319 The goals of the Open Font License (OFL) are to stimulate worldwide 1320 development of collaborative font projects, to support the font creation 1321 efforts of academic and linguistic communities, and to provide a free and 1322 open framework in which fonts may be shared and improved in partnership 1323 with others. 1324 1325 The OFL allows the licensed fonts to be used, studied, modified and 1326 redistributed freely as long as they are not sold by themselves. The 1327 fonts, including any derivative works, can be bundled, embedded, 1328 redistributed and/or sold with any software provided that any reserved 1329 names are not used by derivative works. The fonts and derivatives, 1330 however, cannot be released under any other type of license. The 1331 requirement for fonts to remain under this license does not apply 1332 to any document created using the fonts or their derivatives. 1333 1334 DEFINITIONS 1335 "Font Software" refers to the set of files released by the Copyright 1336 Holder(s) under this license and clearly marked as such. This may 1337 include source files, build scripts and documentation. 1338 1339 "Reserved Font Name" refers to any names specified as such after the 1340 copyright statement(s). 1341 1342 "Original Version" refers to the collection of Font Software components as 1343 distributed by the Copyright Holder(s). 1344 1345 "Modified Version" refers to any derivative made by adding to, deleting, 1346 or substituting -- in part or in whole -- any of the components of the 1347 Original Version, by changing formats or by porting the Font Software to a 1348 new environment. 1349 1350 "Author" refers to any designer, engineer, programmer, technical 1351 writer or other person who contributed to the Font Software. 1352 1353 PERMISSION & CONDITIONS 1354 Permission is hereby granted, free of charge, to any person obtaining 1355 a copy of the Font Software, to use, study, copy, merge, embed, modify, 1356 redistribute, and sell modified and unmodified copies of the Font 1357 Software, subject to the following conditions: 1358 1359 1) Neither the Font Software nor any of its individual components, 1360 in Original or Modified Versions, may be sold by itself. 1361 1362 2) Original or Modified Versions of the Font Software may be bundled, 1363 redistributed and/or sold with any software, provided that each copy 1364 contains the above copyright notice and this license. These can be 1365 included either as stand-alone text files, human-readable headers or 1366 in the appropriate machine-readable metadata fields within text or 1367 binary files as long as those fields can be easily viewed by the user. 1368 1369 3) No Modified Version of the Font Software may use the Reserved Font 1370 Name(s) unless explicit written permission is granted by the corresponding 1371 Copyright Holder. This restriction only applies to the primary font name as 1372 presented to the users. 1373 1374 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 1375 Software shall not be used to promote, endorse or advertise any 1376 Modified Version, except to acknowledge the contribution(s) of the 1377 Copyright Holder(s) and the Author(s) or with their explicit written 1378 permission. 1379 1380 5) The Font Software, modified or unmodified, in part or in whole, 1381 must be distributed entirely under this license, and must not be 1382 distributed under any other license. The requirement for fonts to 1383 remain under this license does not apply to any document created 1384 using the Font Software. 1385 1386 TERMINATION 1387 This license becomes null and void if any of the above conditions are 1388 not met. 1389 1390 DISCLAIMER 1391 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 1392 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 1393 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 1394 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 1395 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 1396 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 1397 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1398 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 1399 OTHER DEALINGS IN THE FONT SOFTWARE. 1400 ``` 1401 1402 Appendix F: The BSD-3 License 1403 ----------------------------- 1404 1405 ``` 1406 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1407 1408 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 1409 1410 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. 1411 1412 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 1413 1414 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. 1415 ``` 1416
Note: See TracChangeset
for help on using the changeset viewer.