You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1420 lines
74 KiB

  1. Software License Agreement
  2. ==========================
  3. CKEditor - The text editor for Internet - http://ckeditor.com
  4. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  5. Licensed under the terms of any of the following licenses at your
  6. choice:
  7. - GNU General Public License Version 2 or later (the "GPL")
  8. http://www.gnu.org/licenses/gpl.html
  9. (See Appendix A)
  10. - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  11. http://www.gnu.org/licenses/lgpl.html
  12. (See Appendix B)
  13. - Mozilla Public License Version 1.1 or later (the "MPL")
  14. http://www.mozilla.org/MPL/MPL-1.1.html
  15. (See Appendix C)
  16. You are not required to, but if you want to explicitly declare the
  17. license you have chosen to be bound to when using, reproducing,
  18. modifying and distributing this software, just include a text file
  19. titled "legal.txt" in your version of this software, indicating your
  20. license choice. In any case, your choice will not restrict any
  21. recipient of your version of this software to use, reproduce, modify
  22. and distribute this software under any of the above licenses.
  23. Sources of Intellectual Property Included in CKEditor
  24. -----------------------------------------------------
  25. Where not otherwise indicated, all CKEditor content is authored by
  26. CKSource engineers and consists of CKSource-owned intellectual
  27. property. In some specific instances, CKEditor will incorporate work
  28. done by developers outside of CKSource with their express permission.
  29. The following libraries are included in CKEditor under the MIT license (see Appendix D):
  30. * CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2015, CKSource - Frederico Knabben.
  31. * PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
  32. * CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others.
  33. Parts of code taken from the following libraries are included in CKEditor under the MIT license (see Appendix D):
  34. * jQuery (inspired the domReady function, ckeditor_base.js) - Copyright (c) 2011 John Resig, http://jquery.com/
  35. The following libraries are included in CKEditor under the SIL Open Font License, Version 1.1 (see Appendix E):
  36. * Font Awesome (included in the toolbar configurator) - Copyright (C) 2012 by Dave Gandy.
  37. The following libraries are included in CKEditor under the BSD-3 License (see Appendix F):
  38. * highlight.js (included in the `codesnippet` plugin) - Copyright (c) 2006, Ivan Sagalaev.
  39. * YUI Library (included in the `uicolor` plugin) - Copyright (c) 2009, Yahoo! Inc.
  40. Trademarks
  41. ----------
  42. CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
  43. and product names are trademarks, registered trademarks or service
  44. marks of their respective holders.
  45. ---
  46. Appendix A: The GPL License
  47. ---------------------------
  48. ```
  49. GNU GENERAL PUBLIC LICENSE
  50. Version 2, June 1991
  51. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  52. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  53. Everyone is permitted to copy and distribute verbatim copies
  54. of this license document, but changing it is not allowed.
  55. Preamble
  56. The licenses for most software are designed to take away your
  57. freedom to share and change it. By contrast, the GNU General Public
  58. License is intended to guarantee your freedom to share and change free
  59. software-to make sure the software is free for all its users. This
  60. General Public License applies to most of the Free Software
  61. Foundation's software and to any other program whose authors commit to
  62. using it. (Some other Free Software Foundation software is covered by
  63. the GNU Lesser General Public License instead.) You can apply it to
  64. your programs, too.
  65. When we speak of free software, we are referring to freedom, not
  66. price. Our General Public Licenses are designed to make sure that you
  67. have the freedom to distribute copies of free software (and charge for
  68. this service if you wish), that you receive source code or can get it
  69. if you want it, that you can change the software or use pieces of it
  70. in new free programs; and that you know you can do these things.
  71. To protect your rights, we need to make restrictions that forbid
  72. anyone to deny you these rights or to ask you to surrender the rights.
  73. These restrictions translate to certain responsibilities for you if you
  74. distribute copies of the software, or if you modify it.
  75. For example, if you distribute copies of such a program, whether
  76. gratis or for a fee, you must give the recipients all the rights that
  77. you have. You must make sure that they, too, receive or can get the
  78. source code. And you must show them these terms so they know their
  79. rights.
  80. We protect your rights with two steps: (1) copyright the software, and
  81. (2) offer you this license which gives you legal permission to copy,
  82. distribute and/or modify the software.
  83. Also, for each author's protection and ours, we want to make certain
  84. that everyone understands that there is no warranty for this free
  85. software. If the software is modified by someone else and passed on, we
  86. want its recipients to know that what they have is not the original, so
  87. that any problems introduced by others will not reflect on the original
  88. authors' reputations.
  89. Finally, any free program is threatened constantly by software
  90. patents. We wish to avoid the danger that redistributors of a free
  91. program will individually obtain patent licenses, in effect making the
  92. program proprietary. To prevent this, we have made it clear that any
  93. patent must be licensed for everyone's free use or not licensed at all.
  94. The precise terms and conditions for copying, distribution and
  95. modification follow.
  96. GNU GENERAL PUBLIC LICENSE
  97. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  98. 0. This License applies to any program or other work which contains
  99. a notice placed by the copyright holder saying it may be distributed
  100. under the terms of this General Public License. The "Program", below,
  101. refers to any such program or work, and a "work based on the Program"
  102. means either the Program or any derivative work under copyright law:
  103. that is to say, a work containing the Program or a portion of it,
  104. either verbatim or with modifications and/or translated into another
  105. language. (Hereinafter, translation is included without limitation in
  106. the term "modification".) Each licensee is addressed as "you".
  107. Activities other than copying, distribution and modification are not
  108. covered by this License; they are outside its scope. The act of
  109. running the Program is not restricted, and the output from the Program
  110. is covered only if its contents constitute a work based on the
  111. Program (independent of having been made by running the Program).
  112. Whether that is true depends on what the Program does.
  113. 1. You may copy and distribute verbatim copies of the Program's
  114. source code as you receive it, in any medium, provided that you
  115. conspicuously and appropriately publish on each copy an appropriate
  116. copyright notice and disclaimer of warranty; keep intact all the
  117. notices that refer to this License and to the absence of any warranty;
  118. and give any other recipients of the Program a copy of this License
  119. along with the Program.
  120. You may charge a fee for the physical act of transferring a copy, and
  121. you may at your option offer warranty protection in exchange for a fee.
  122. 2. You may modify your copy or copies of the Program or any portion
  123. of it, thus forming a work based on the Program, and copy and
  124. distribute such modifications or work under the terms of Section 1
  125. above, provided that you also meet all of these conditions:
  126. a) You must cause the modified files to carry prominent notices
  127. stating that you changed the files and the date of any change.
  128. b) You must cause any work that you distribute or publish, that in
  129. whole or in part contains or is derived from the Program or any
  130. part thereof, to be licensed as a whole at no charge to all third
  131. parties under the terms of this License.
  132. c) If the modified program normally reads commands interactively
  133. when run, you must cause it, when started running for such
  134. interactive use in the most ordinary way, to print or display an
  135. announcement including an appropriate copyright notice and a
  136. notice that there is no warranty (or else, saying that you provide
  137. a warranty) and that users may redistribute the program under
  138. these conditions, and telling the user how to view a copy of this
  139. License. (Exception: if the Program itself is interactive but
  140. does not normally print such an announcement, your work based on
  141. the Program is not required to print an announcement.)
  142. These requirements apply to the modified work as a whole. If
  143. identifiable sections of that work are not derived from the Program,
  144. and can be reasonably considered independent and separate works in
  145. themselves, then this License, and its terms, do not apply to those
  146. sections when you distribute them as separate works. But when you
  147. distribute the same sections as part of a whole which is a work based
  148. on the Program, the distribution of the whole must be on the terms of
  149. this License, whose permissions for other licensees extend to the
  150. entire whole, and thus to each and every part regardless of who wrote it.
  151. Thus, it is not the intent of this section to claim rights or contest
  152. your rights to work written entirely by you; rather, the intent is to
  153. exercise the right to control the distribution of derivative or
  154. collective works based on the Program.
  155. In addition, mere aggregation of another work not based on the Program
  156. with the Program (or with a work based on the Program) on a volume of
  157. a storage or distribution medium does not bring the other work under
  158. the scope of this License.
  159. 3. You may copy and distribute the Program (or a work based on it,
  160. under Section 2) in object code or executable form under the terms of
  161. Sections 1 and 2 above provided that you also do one of the following:
  162. a) Accompany it with the complete corresponding machine-readable
  163. source code, which must be distributed under the terms of Sections
  164. 1 and 2 above on a medium customarily used for software interchange; or,
  165. b) Accompany it with a written offer, valid for at least three
  166. years, to give any third party, for a charge no more than your
  167. cost of physically performing source distribution, a complete
  168. machine-readable copy of the corresponding source code, to be
  169. distributed under the terms of Sections 1 and 2 above on a medium
  170. customarily used for software interchange; or,
  171. c) Accompany it with the information you received as to the offer
  172. to distribute corresponding source code. (This alternative is
  173. allowed only for noncommercial distribution and only if you
  174. received the program in object code or executable form with such
  175. an offer, in accord with Subsection b above.)
  176. The source code for a work means the preferred form of the work for
  177. making modifications to it. For an executable work, complete source
  178. code means all the source code for all modules it contains, plus any
  179. associated interface definition files, plus the scripts used to
  180. control compilation and installation of the executable. However, as a
  181. special exception, the source code distributed need not include
  182. anything that is normally distributed (in either source or binary
  183. form) with the major components (compiler, kernel, and so on) of the
  184. operating system on which the executable runs, unless that component
  185. itself accompanies the executable.
  186. If distribution of executable or object code is made by offering
  187. access to copy from a designated place, then offering equivalent
  188. access to copy the source code from the same place counts as
  189. distribution of the source code, even though third parties are not
  190. compelled to copy the source along with the object code.
  191. 4. You may not copy, modify, sublicense, or distribute the Program
  192. except as expressly provided under this License. Any attempt
  193. otherwise to copy, modify, sublicense or distribute the Program is
  194. void, and will automatically terminate your rights under this License.
  195. However, parties who have received copies, or rights, from you under
  196. this License will not have their licenses terminated so long as such
  197. parties remain in full compliance.
  198. 5. You are not required to accept this License, since you have not
  199. signed it. However, nothing else grants you permission to modify or
  200. distribute the Program or its derivative works. These actions are
  201. prohibited by law if you do not accept this License. Therefore, by
  202. modifying or distributing the Program (or any work based on the
  203. Program), you indicate your acceptance of this License to do so, and
  204. all its terms and conditions for copying, distributing or modifying
  205. the Program or works based on it.
  206. 6. Each time you redistribute the Program (or any work based on the
  207. Program), the recipient automatically receives a license from the
  208. original licensor to copy, distribute or modify the Program subject to
  209. these terms and conditions. You may not impose any further
  210. restrictions on the recipients' exercise of the rights granted herein.
  211. You are not responsible for enforcing compliance by third parties to
  212. this License.
  213. 7. If, as a consequence of a court judgment or allegation of patent
  214. infringement or for any other reason (not limited to patent issues),
  215. conditions are imposed on you (whether by court order, agreement or
  216. otherwise) that contradict the conditions of this License, they do not
  217. excuse you from the conditions of this License. If you cannot
  218. distribute so as to satisfy simultaneously your obligations under this
  219. License and any other pertinent obligations, then as a consequence you
  220. may not distribute the Program at all. For example, if a patent
  221. license would not permit royalty-free redistribution of the Program by
  222. all those who receive copies directly or indirectly through you, then
  223. the only way you could satisfy both it and this License would be to
  224. refrain entirely from distribution of the Program.
  225. If any portion of this section is held invalid or unenforceable under
  226. any particular circumstance, the balance of the section is intended to
  227. apply and the section as a whole is intended to apply in other
  228. circumstances.
  229. It is not the purpose of this section to induce you to infringe any
  230. patents or other property right claims or to contest validity of any
  231. such claims; this section has the sole purpose of protecting the
  232. integrity of the free software distribution system, which is
  233. implemented by public license practices. Many people have made
  234. generous contributions to the wide range of software distributed
  235. through that system in reliance on consistent application of that
  236. system; it is up to the author/donor to decide if he or she is willing
  237. to distribute software through any other system and a licensee cannot
  238. impose that choice.
  239. This section is intended to make thoroughly clear what is believed to
  240. be a consequence of the rest of this License.
  241. 8. If the distribution and/or use of the Program is restricted in
  242. certain countries either by patents or by copyrighted interfaces, the
  243. original copyright holder who places the Program under this License
  244. may add an explicit geographical distribution limitation excluding
  245. those countries, so that distribution is permitted only in or among
  246. countries not thus excluded. In such case, this License incorporates
  247. the limitation as if written in the body of this License.
  248. 9. The Free Software Foundation may publish revised and/or new versions
  249. of the General Public License from time to time. Such new versions will
  250. be similar in spirit to the present version, but may differ in detail to
  251. address new problems or concerns.
  252. Each version is given a distinguishing version number. If the Program
  253. specifies a version number of this License which applies to it and "any
  254. later version", you have the option of following the terms and conditions
  255. either of that version or of any later version published by the Free
  256. Software Foundation. If the Program does not specify a version number of
  257. this License, you may choose any version ever published by the Free Software
  258. Foundation.
  259. 10. If you wish to incorporate parts of the Program into other free
  260. programs whose distribution conditions are different, write to the author
  261. to ask for permission. For software which is copyrighted by the Free
  262. Software Foundation, write to the Free Software Foundation; we sometimes
  263. make exceptions for this. Our decision will be guided by the two goals
  264. of preserving the free status of all derivatives of our free software and
  265. of promoting the sharing and reuse of software generally.
  266. NO WARRANTY
  267. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  268. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  269. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  270. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  271. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  272. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  273. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  274. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  275. REPAIR OR CORRECTION.
  276. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  277. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  278. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  279. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  280. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  281. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  282. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  283. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  284. POSSIBILITY OF SUCH DAMAGES.
  285. END OF TERMS AND CONDITIONS
  286. ```
  287. Appendix B: The LGPL License
  288. ----------------------------
  289. ```
  290. GNU LESSER GENERAL PUBLIC LICENSE
  291. Version 2.1, February 1999
  292. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  293. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  294. Everyone is permitted to copy and distribute verbatim copies
  295. of this license document, but changing it is not allowed.
  296. [This is the first released version of the Lesser GPL. It also counts
  297. as the successor of the GNU Library Public License, version 2, hence
  298. the version number 2.1.]
  299. Preamble
  300. The licenses for most software are designed to take away your
  301. freedom to share and change it. By contrast, the GNU General Public
  302. Licenses are intended to guarantee your freedom to share and change
  303. free software-to make sure the software is free for all its users.
  304. This license, the Lesser General Public License, applies to some
  305. specially designated software packages-typically libraries-of the
  306. Free Software Foundation and other authors who decide to use it. You
  307. can use it too, but we suggest you first think carefully about whether
  308. this license or the ordinary General Public License is the better
  309. strategy to use in any particular case, based on the explanations below.
  310. When we speak of free software, we are referring to freedom of use,
  311. not price. Our General Public Licenses are designed to make sure that
  312. you have the freedom to distribute copies of free software (and charge
  313. for this service if you wish); that you receive source code or can get
  314. it if you want it; that you can change the software and use pieces of
  315. it in new free programs; and that you are informed that you can do
  316. these things.
  317. To protect your rights, we need to make restrictions that forbid
  318. distributors to deny you these rights or to ask you to surrender these
  319. rights. These restrictions translate to certain responsibilities for
  320. you if you distribute copies of the library or if you modify it.
  321. For example, if you distribute copies of the library, whether gratis
  322. or for a fee, you must give the recipients all the rights that we gave
  323. you. You must make sure that they, too, receive or can get the source
  324. code. If you link other code with the library, you must provide
  325. complete object files to the recipients, so that they can relink them
  326. with the library after making changes to the library and recompiling
  327. it. And you must show them these terms so they know their rights.
  328. We protect your rights with a two-step method: (1) we copyright the
  329. library, and (2) we offer you this license, which gives you legal
  330. permission to copy, distribute and/or modify the library.
  331. To protect each distributor, we want to make it very clear that
  332. there is no warranty for the free library. Also, if the library is
  333. modified by someone else and passed on, the recipients should know
  334. that what they have is not the original version, so that the original
  335. author's reputation will not be affected by problems that might be
  336. introduced by others.
  337. Finally, software patents pose a constant threat to the existence of
  338. any free program. We wish to make sure that a company cannot
  339. effectively restrict the users of a free program by obtaining a
  340. restrictive license from a patent holder. Therefore, we insist that
  341. any patent license obtained for a version of the library must be
  342. consistent with the full freedom of use specified in this license.
  343. Most GNU software, including some libraries, is covered by the
  344. ordinary GNU General Public License. This license, the GNU Lesser
  345. General Public License, applies to certain designated libraries, and
  346. is quite different from the ordinary General Public License. We use
  347. this license for certain libraries in order to permit linking those
  348. libraries into non-free programs.
  349. When a program is linked with a library, whether statically or using
  350. a shared library, the combination of the two is legally speaking a
  351. combined work, a derivative of the original library. The ordinary
  352. General Public License therefore permits such linking only if the
  353. entire combination fits its criteria of freedom. The Lesser General
  354. Public License permits more lax criteria for linking other code with
  355. the library.
  356. We call this license the "Lesser" General Public License because it
  357. does Less to protect the user's freedom than the ordinary General
  358. Public License. It also provides other free software developers Less
  359. of an advantage over competing non-free programs. These disadvantages
  360. are the reason we use the ordinary General Public License for many
  361. libraries. However, the Lesser license provides advantages in certain
  362. special circumstances.
  363. For example, on rare occasions, there may be a special need to
  364. encourage the widest possible use of a certain library, so that it becomes
  365. a de-facto standard. To achieve this, non-free programs must be
  366. allowed to use the library. A more frequent case is that a free
  367. library does the same job as widely used non-free libraries. In this
  368. case, there is little to gain by limiting the free library to free
  369. software only, so we use the Lesser General Public License.
  370. In other cases, permission to use a particular library in non-free
  371. programs enables a greater number of people to use a large body of
  372. free software. For example, permission to use the GNU C Library in
  373. non-free programs enables many more people to use the whole GNU
  374. operating system, as well as its variant, the GNU/Linux operating
  375. system.
  376. Although the Lesser General Public License is Less protective of the
  377. users' freedom, it does ensure that the user of a program that is
  378. linked with the Library has the freedom and the wherewithal to run
  379. that program using a modified version of the Library.
  380. The precise terms and conditions for copying, distribution and
  381. modification follow. Pay close attention to the difference between a
  382. "work based on the library" and a "work that uses the library". The
  383. former contains code derived from the library, whereas the latter must
  384. be combined with the library in order to run.
  385. GNU LESSER GENERAL PUBLIC LICENSE
  386. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  387. 0. This License Agreement applies to any software library or other
  388. program which contains a notice placed by the copyright holder or
  389. other authorized party saying it may be distributed under the terms of
  390. this Lesser General Public License (also called "this License").
  391. Each licensee is addressed as "you".
  392. A "library" means a collection of software functions and/or data
  393. prepared so as to be conveniently linked with application programs
  394. (which use some of those functions and data) to form executables.
  395. The "Library", below, refers to any such software library or work
  396. which has been distributed under these terms. A "work based on the
  397. Library" means either the Library or any derivative work under
  398. copyright law: that is to say, a work containing the Library or a
  399. portion of it, either verbatim or with modifications and/or translated
  400. straightforwardly into another language. (Hereinafter, translation is
  401. included without limitation in the term "modification".)
  402. "Source code" for a work means the preferred form of the work for
  403. making modifications to it. For a library, complete source code means
  404. all the source code for all modules it contains, plus any associated
  405. interface definition files, plus the scripts used to control compilation
  406. and installation of the library.
  407. Activities other than copying, distribution and modification are not
  408. covered by this License; they are outside its scope. The act of
  409. running a program using the Library is not restricted, and output from
  410. such a program is covered only if its contents constitute a work based
  411. on the Library (independent of the use of the Library in a tool for
  412. writing it). Whether that is true depends on what the Library does
  413. and what the program that uses the Library does.
  414. 1. You may copy and distribute verbatim copies of the Library's
  415. complete source code as you receive it, in any medium, provided that
  416. you conspicuously and appropriately publish on each copy an
  417. appropriate copyright notice and disclaimer of warranty; keep intact
  418. all the notices that refer to this License and to the absence of any
  419. warranty; and distribute a copy of this License along with the
  420. Library.
  421. You may charge a fee for the physical act of transferring a copy,
  422. and you may at your option offer warranty protection in exchange for a
  423. fee.
  424. 2. You may modify your copy or copies of the Library or any portion
  425. of it, thus forming a work based on the Library, and copy and
  426. distribute such modifications or work under the terms of Section 1
  427. above, provided that you also meet all of these conditions:
  428. a) The modified work must itself be a software library.
  429. b) You must cause the files modified to carry prominent notices
  430. stating that you changed the files and the date of any change.
  431. c) You must cause the whole of the work to be licensed at no
  432. charge to all third parties under the terms of this License.
  433. d) If a facility in the modified Library refers to a function or a
  434. table of data to be supplied by an application program that uses
  435. the facility, other than as an argument passed when the facility
  436. is invoked, then you must make a good faith effort to ensure that,
  437. in the event an application does not supply such function or
  438. table, the facility still operates, and performs whatever part of
  439. its purpose remains meaningful.
  440. (For example, a function in a library to compute square roots has
  441. a purpose that is entirely well-defined independent of the
  442. application. Therefore, Subsection 2d requires that any
  443. application-supplied function or table used by this function must
  444. be optional: if the application does not supply it, the square
  445. root function must still compute square roots.)
  446. These requirements apply to the modified work as a whole. If
  447. identifiable sections of that work are not derived from the Library,
  448. and can be reasonably considered independent and separate works in
  449. themselves, then this License, and its terms, do not apply to those
  450. sections when you distribute them as separate works. But when you
  451. distribute the same sections as part of a whole which is a work based
  452. on the Library, the distribution of the whole must be on the terms of
  453. this License, whose permissions for other licensees extend to the
  454. entire whole, and thus to each and every part regardless of who wrote
  455. it.
  456. Thus, it is not the intent of this section to claim rights or contest
  457. your rights to work written entirely by you; rather, the intent is to
  458. exercise the right to control the distribution of derivative or
  459. collective works based on the Library.
  460. In addition, mere aggregation of another work not based on the Library
  461. with the Library (or with a work based on the Library) on a volume of
  462. a storage or distribution medium does not bring the other work under
  463. the scope of this License.
  464. 3. You may opt to apply the terms of the ordinary GNU General Public
  465. License instead of this License to a given copy of the Library. To do
  466. this, you must alter all the notices that refer to this License, so
  467. that they refer to the ordinary GNU General Public License, version 2,
  468. instead of to this License. (If a newer version than version 2 of the
  469. ordinary GNU General Public License has appeared, then you can specify
  470. that version instead if you wish.) Do not make any other change in
  471. these notices.
  472. Once this change is made in a given copy, it is irreversible for
  473. that copy, so the ordinary GNU General Public License applies to all
  474. subsequent copies and derivative works made from that copy.
  475. This option is useful when you wish to copy part of the code of
  476. the Library into a program that is not a library.
  477. 4. You may copy and distribute the Library (or a portion or
  478. derivative of it, under Section 2) in object code or executable form
  479. under the terms of Sections 1 and 2 above provided that you accompany
  480. it with the complete corresponding machine-readable source code, which
  481. must be distributed under the terms of Sections 1 and 2 above on a
  482. medium customarily used for software interchange.
  483. If distribution of object code is made by offering access to copy
  484. from a designated place, then offering equivalent access to copy the
  485. source code from the same place satisfies the requirement to
  486. distribute the source code, even though third parties are not
  487. compelled to copy the source along with the object code.
  488. 5. A program that contains no derivative of any portion of the
  489. Library, but is designed to work with the Library by being compiled or
  490. linked with it, is called a "work that uses the Library". Such a
  491. work, in isolation, is not a derivative work of the Library, and
  492. therefore falls outside the scope of this License.
  493. However, linking a "work that uses the Library" with the Library
  494. creates an executable that is a derivative of the Library (because it
  495. contains portions of the Library), rather than a "work that uses the
  496. library". The executable is therefore covered by this License.
  497. Section 6 states terms for distribution of such executables.
  498. When a "work that uses the Library" uses material from a header file
  499. that is part of the Library, the object code for the work may be a
  500. derivative work of the Library even though the source code is not.
  501. Whether this is true is especially significant if the work can be
  502. linked without the Library, or if the work is itself a library. The
  503. threshold for this to be true is not precisely defined by law.
  504. If such an object file uses only numerical parameters, data
  505. structure layouts and accessors, and small macros and small inline
  506. functions (ten lines or less in length), then the use of the object
  507. file is unrestricted, regardless of whether it is legally a derivative
  508. work. (Executables containing this object code plus portions of the
  509. Library will still fall under Section 6.)
  510. Otherwise, if the work is a derivative of the Library, you may
  511. distribute the object code for the work under the terms of Section 6.
  512. Any executables containing that work also fall under Section 6,
  513. whether or not they are linked directly with the Library itself.
  514. 6. As an exception to the Sections above, you may also combine or
  515. link a "work that uses the Library" with the Library to produce a
  516. work containing portions of the Library, and distribute that work
  517. under terms of your choice, provided that the terms permit
  518. modification of the work for the customer's own use and reverse
  519. engineering for debugging such modifications.
  520. You must give prominent notice with each copy of the work that the
  521. Library is used in it and that the Library and its use are covered by
  522. this License. You must supply a copy of this License. If the work
  523. during execution displays copyright notices, you must include the
  524. copyright notice for the Library among them, as well as a reference
  525. directing the user to the copy of this License. Also, you must do one
  526. of these things:
  527. a) Accompany the work with the complete corresponding
  528. machine-readable source code for the Library including whatever
  529. changes were used in the work (which must be distributed under
  530. Sections 1 and 2 above); and, if the work is an executable linked
  531. with the Library, with the complete machine-readable "work that
  532. uses the Library", as object code and/or source code, so that the
  533. user can modify the Library and then relink to produce a modified
  534. executable containing the modified Library. (It is understood
  535. that the user who changes the contents of definitions files in the
  536. Library will not necessarily be able to recompile the application
  537. to use the modified definitions.)
  538. b) Use a suitable shared library mechanism for linking with the
  539. Library. A suitable mechanism is one that (1) uses at run time a
  540. copy of the library already present on the user's computer system,
  541. rather than copying library functions into the executable, and (2)
  542. will operate properly with a modified version of the library, if
  543. the user installs one, as long as the modified version is
  544. interface-compatible with the version that the work was made with.
  545. c) Accompany the work with a written offer, valid for at
  546. least three years, to give the same user the materials
  547. specified in Subsection 6a, above, for a charge no more
  548. than the cost of performing this distribution.
  549. d) If distribution of the work is made by offering access to copy
  550. from a designated place, offer equivalent access to copy the above
  551. specified materials from the same place.
  552. e) Verify that the user has already received a copy of these
  553. materials or that you have already sent this user a copy.
  554. For an executable, the required form of the "work that uses the
  555. Library" must include any data and utility programs needed for
  556. reproducing the executable from it. However, as a special exception,
  557. the materials to be distributed need not include anything that is
  558. normally distributed (in either source or binary form) with the major
  559. components (compiler, kernel, and so on) of the operating system on
  560. which the executable runs, unless that component itself accompanies
  561. the executable.
  562. It may happen that this requirement contradicts the license
  563. restrictions of other proprietary libraries that do not normally
  564. accompany the operating system. Such a contradiction means you cannot
  565. use both them and the Library together in an executable that you
  566. distribute.
  567. 7. You may place library facilities that are a work based on the
  568. Library side-by-side in a single library together with other library
  569. facilities not covered by this License, and distribute such a combined
  570. library, provided that the separate distribution of the work based on
  571. the Library and of the other library facilities is otherwise
  572. permitted, and provided that you do these two things:
  573. a) Accompany the combined library with a copy of the same work
  574. based on the Library, uncombined with any other library
  575. facilities. This must be distributed under the terms of the
  576. Sections above.
  577. b) Give prominent notice with the combined library of the fact
  578. that part of it is a work based on the Library, and explaining
  579. where to find the accompanying uncombined form of the same work.
  580. 8. You may not copy, modify, sublicense, link with, or distribute
  581. the Library except as expressly provided under this License. Any
  582. attempt otherwise to copy, modify, sublicense, link with, or
  583. distribute the Library is void, and will automatically terminate your
  584. rights under this License. However, parties who have received copies,
  585. or rights, from you under this License will not have their licenses
  586. terminated so long as such parties remain in full compliance.
  587. 9. You are not required to accept this License, since you have not
  588. signed it. However, nothing else grants you permission to modify or
  589. distribute the Library or its derivative works. These actions are
  590. prohibited by law if you do not accept this License. Therefore, by
  591. modifying or distributing the Library (or any work based on the
  592. Library), you indicate your acceptance of this License to do so, and
  593. all its terms and conditions for copying, distributing or modifying
  594. the Library or works based on it.
  595. 10. Each time you redistribute the Library (or any work based on the
  596. Library), the recipient automatically receives a license from the
  597. original licensor to copy, distribute, link with or modify the Library
  598. subject to these terms and conditions. You may not impose any further
  599. restrictions on the recipients' exercise of the rights granted herein.
  600. You are not responsible for enforcing compliance by third parties with
  601. this License.
  602. 11. If, as a consequence of a court judgment or allegation of patent
  603. infringement or for any other reason (not limited to patent issues),
  604. conditions are imposed on you (whether by court order, agreement or
  605. otherwise) that contradict the conditions of this License, they do not
  606. excuse you from the conditions of this License. If you cannot
  607. distribute so as to satisfy simultaneously your obligations under this
  608. License and any other pertinent obligations, then as a consequence you
  609. may not distribute the Library at all. For example, if a patent
  610. license would not permit royalty-free redistribution of the Library by
  611. all those who receive copies directly or indirectly through you, then
  612. the only way you could satisfy both it and this License would be to
  613. refrain entirely from distribution of the Library.
  614. If any portion of this section is held invalid or unenforceable under any
  615. particular circumstance, the balance of the section is intended to apply,
  616. and the section as a whole is intended to apply in other circumstances.
  617. It is not the purpose of this section to induce you to infringe any
  618. patents or other property right claims or to contest validity of any
  619. such claims; this section has the sole purpose of protecting the
  620. integrity of the free software distribution system which is
  621. implemented by public license practices. Many people have made
  622. generous contributions to the wide range of software distributed
  623. through that system in reliance on consistent application of that
  624. system; it is up to the author/donor to decide if he or she is willing
  625. to distribute software through any other system and a licensee cannot
  626. impose that choice.
  627. This section is intended to make thoroughly clear what is believed to
  628. be a consequence of the rest of this License.
  629. 12. If the distribution and/or use of the Library is restricted in
  630. certain countries either by patents or by copyrighted interfaces, the
  631. original copyright holder who places the Library under this License may add
  632. an explicit geographical distribution limitation excluding those countries,
  633. so that distribution is permitted only in or among countries not thus
  634. excluded. In such case, this License incorporates the limitation as if
  635. written in the body of this License.
  636. 13. The Free Software Foundation may publish revised and/or new
  637. versions of the Lesser General Public License from time to time.
  638. Such new versions will be similar in spirit to the present version,
  639. but may differ in detail to address new problems or concerns.
  640. Each version is given a distinguishing version number. If the Library
  641. specifies a version number of this License which applies to it and
  642. "any later version", you have the option of following the terms and
  643. conditions either of that version or of any later version published by
  644. the Free Software Foundation. If the Library does not specify a
  645. license version number, you may choose any version ever published by
  646. the Free Software Foundation.
  647. 14. If you wish to incorporate parts of the Library into other free
  648. programs whose distribution conditions are incompatible with these,
  649. write to the author to ask for permission. For software which is
  650. copyrighted by the Free Software Foundation, write to the Free
  651. Software Foundation; we sometimes make exceptions for this. Our
  652. decision will be guided by the two goals of preserving the free status
  653. of all derivatives of our free software and of promoting the sharing
  654. and reuse of software generally.
  655. NO WARRANTY
  656. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  657. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  658. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  659. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  660. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  661. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  662. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  663. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  664. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  665. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  666. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  667. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  668. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  669. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  670. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  671. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  672. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  673. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  674. DAMAGES.
  675. END OF TERMS AND CONDITIONS
  676. ```
  677. Appendix C: The MPL License
  678. ---------------------------
  679. ```
  680. MOZILLA PUBLIC LICENSE
  681. Version 1.1
  682. 1. Definitions.
  683. 1.0.1. "Commercial Use" means distribution or otherwise making the
  684. Covered Code available to a third party.
  685. 1.1. "Contributor" means each entity that creates or contributes to
  686. the creation of Modifications.
  687. 1.2. "Contributor Version" means the combination of the Original
  688. Code, prior Modifications used by a Contributor, and the Modifications
  689. made by that particular Contributor.
  690. 1.3. "Covered Code" means the Original Code or Modifications or the
  691. combination of the Original Code and Modifications, in each case
  692. including portions thereof.
  693. 1.4. "Electronic Distribution Mechanism" means a mechanism generally
  694. accepted in the software development community for the electronic
  695. transfer of data.
  696. 1.5. "Executable" means Covered Code in any form other than Source
  697. Code.
  698. 1.6. "Initial Developer" means the individual or entity identified
  699. as the Initial Developer in the Source Code notice required by Exhibit
  700. A.
  701. 1.7. "Larger Work" means a work which combines Covered Code or
  702. portions thereof with code not governed by the terms of this License.
  703. 1.8. "License" means this document.
  704. 1.8.1. "Licensable" means having the right to grant, to the maximum
  705. extent possible, whether at the time of the initial grant or
  706. subsequently acquired, any and all of the rights conveyed herein.
  707. 1.9. "Modifications" means any addition to or deletion from the
  708. substance or structure of either the Original Code or any previous
  709. Modifications. When Covered Code is released as a series of files, a
  710. Modification is:
  711. A. Any addition to or deletion from the contents of a file
  712. containing Original Code or previous Modifications.
  713. B. Any new file that contains any part of the Original Code or
  714. previous Modifications.
  715. 1.10. "Original Code" means Source Code of computer software code
  716. which is described in the Source Code notice required by Exhibit A as
  717. Original Code, and which, at the time of its release under this
  718. License is not already Covered Code governed by this License.
  719. 1.10.1. "Patent Claims" means any patent claim(s), now owned or
  720. hereafter acquired, including without limitation, method, process,
  721. and apparatus claims, in any patent Licensable by grantor.
  722. 1.11. "Source Code" means the preferred form of the Covered Code for
  723. making modifications to it, including all modules it contains, plus
  724. any associated interface definition files, scripts used to control
  725. compilation and installation of an Executable, or source code
  726. differential comparisons against either the Original Code or another
  727. well known, available Covered Code of the Contributor's choice. The
  728. Source Code can be in a compressed or archival form, provided the
  729. appropriate decompression or de-archiving software is widely available
  730. for no charge.
  731. 1.12. "You" (or "Your") means an individual or a legal entity
  732. exercising rights under, and complying with all of the terms of, this
  733. License or a future version of this License issued under Section 6.1.
  734. For legal entities, "You" includes any entity which controls, is
  735. controlled by, or is under common control with You. For purposes of
  736. this definition, "control" means (a) the power, direct or indirect,
  737. to cause the direction or management of such entity, whether by
  738. contract or otherwise, or (b) ownership of more than fifty percent
  739. (50%) of the outstanding shares or beneficial ownership of such
  740. entity.
  741. 2. Source Code License.
  742. 2.1. The Initial Developer Grant.
  743. The Initial Developer hereby grants You a world-wide, royalty-free,
  744. non-exclusive license, subject to third party intellectual property
  745. claims:
  746. (a) under intellectual property rights (other than patent or
  747. trademark) Licensable by Initial Developer to use, reproduce,
  748. modify, display, perform, sublicense and distribute the Original
  749. Code (or portions thereof) with or without Modifications, and/or
  750. as part of a Larger Work; and
  751. (b) under Patents Claims infringed by the making, using or
  752. selling of Original Code, to make, have made, use, practice,
  753. sell, and offer for sale, and/or otherwise dispose of the
  754. Original Code (or portions thereof).
  755. (c) the licenses granted in this Section 2.1(a) and (b) are
  756. effective on the date Initial Developer first distributes
  757. Original Code under the terms of this License.
  758. (d) Notwithstanding Section 2.1(b) above, no patent license is
  759. granted: 1) for code that You delete from the Original Code; 2)
  760. separate from the Original Code; or 3) for infringements caused
  761. by: i) the modification of the Original Code or ii) the
  762. combination of the Original Code with other software or devices.
  763. 2.2. Contributor Grant.
  764. Subject to third party intellectual property claims, each Contributor
  765. hereby grants You a world-wide, royalty-free, non-exclusive license
  766. (a) under intellectual property rights (other than patent or
  767. trademark) Licensable by Contributor, to use, reproduce, modify,
  768. display, perform, sublicense and distribute the Modifications
  769. created by such Contributor (or portions thereof) either on an
  770. unmodified basis, with other Modifications, as Covered Code
  771. and/or as part of a Larger Work; and
  772. (b) under Patent Claims infringed by the making, using, or
  773. selling of Modifications made by that Contributor either alone
  774. and/or in combination with its Contributor Version (or portions
  775. of such combination), to make, use, sell, offer for sale, have
  776. made, and/or otherwise dispose of: 1) Modifications made by that
  777. Contributor (or portions thereof); and 2) the combination of
  778. Modifications made by that Contributor with its Contributor
  779. Version (or portions of such combination).
  780. (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
  781. effective on the date Contributor first makes Commercial Use of
  782. the Covered Code.
  783. (d) Notwithstanding Section 2.2(b) above, no patent license is
  784. granted: 1) for any code that Contributor has deleted from the
  785. Contributor Version; 2) separate from the Contributor Version;
  786. 3) for infringements caused by: i) third party modifications of
  787. Contributor Version or ii) the combination of Modifications made
  788. by that Contributor with other software (except as part of the
  789. Contributor Version) or other devices; or 4) under Patent Claims
  790. infringed by Covered Code in the absence of Modifications made by
  791. that Contributor.
  792. 3. Distribution Obligations.
  793. 3.1. Application of License.
  794. The Modifications which You create or to which You contribute are
  795. governed by the terms of this License, including without limitation
  796. Section 2.2. The Source Code version of Covered Code may be
  797. distributed only under the terms of this License or a future version
  798. of this License released under Section 6.1, and You must include a
  799. copy of this License with every copy of the Source Code You
  800. distribute. You may not offer or impose any terms on any Source Code
  801. version that alters or restricts the applicable version of this
  802. License or the recipients' rights hereunder. However, You may include
  803. an additional document offering the additional rights described in
  804. Section 3.5.
  805. 3.2. Availability of Source Code.
  806. Any Modification which You create or to which You contribute must be
  807. made available in Source Code form under the terms of this License
  808. either on the same media as an Executable version or via an accepted
  809. Electronic Distribution Mechanism to anyone to whom you made an
  810. Executable version available; and if made available via Electronic
  811. Distribution Mechanism, must remain available for at least twelve (12)
  812. months after the date it initially became available, or at least six
  813. (6) months after a subsequent version of that particular Modification
  814. has been made available to such recipients. You are responsible for
  815. ensuring that the Source Code version remains available even if the
  816. Electronic Distribution Mechanism is maintained by a third party.
  817. 3.3. Description of Modifications.
  818. You must cause all Covered Code to which You contribute to contain a
  819. file documenting the changes You made to create that Covered Code and
  820. the date of any change. You must include a prominent statement that
  821. the Modification is derived, directly or indirectly, from Original
  822. Code provided by the Initial Developer and including the name of the
  823. Initial Developer in (a) the Source Code, and (b) in any notice in an
  824. Executable version or related documentation in which You describe the
  825. origin or ownership of the Covered Code.
  826. 3.4. Intellectual Property Matters
  827. (a) Third Party Claims.
  828. If Contributor has knowledge that a license under a third party's
  829. intellectual property rights is required to exercise the rights
  830. granted by such Contributor under Sections 2.1 or 2.2,
  831. Contributor must include a text file with the Source Code
  832. distribution titled "LEGAL" which describes the claim and the
  833. party making the claim in sufficient detail that a recipient will
  834. know whom to contact. If Contributor obtains such knowledge after
  835. the Modification is made available as described in Section 3.2,
  836. Contributor shall promptly modify the LEGAL file in all copies
  837. Contributor makes available thereafter and shall take other steps
  838. (such as notifying appropriate mailing lists or newsgroups)
  839. reasonably calculated to inform those who received the Covered
  840. Code that new knowledge has been obtained.
  841. (b) Contributor APIs.
  842. If Contributor's Modifications include an application programming
  843. interface and Contributor has knowledge of patent licenses which
  844. are reasonably necessary to implement that API, Contributor must
  845. also include this information in the LEGAL file.
  846. (c) Representations.
  847. Contributor represents that, except as disclosed pursuant to
  848. Section 3.4(a) above, Contributor believes that Contributor's
  849. Modifications are Contributor's original creation(s) and/or
  850. Contributor has sufficient rights to grant the rights conveyed by
  851. this License.
  852. 3.5. Required Notices.
  853. You must duplicate the notice in Exhibit A in each file of the Source
  854. Code. If it is not possible to put such notice in a particular Source
  855. Code file due to its structure, then You must include such notice in a
  856. location (such as a relevant directory) where a user would be likely
  857. to look for such a notice. If You created one or more Modification(s)
  858. You may add your name as a Contributor to the notice described in
  859. Exhibit A. You must also duplicate this License in any documentation
  860. for the Source Code where You describe recipients' rights or ownership
  861. rights relating to Covered Code. You may choose to offer, and to
  862. charge a fee for, warranty, support, indemnity or liability
  863. obligations to one or more recipients of Covered Code. However, You
  864. may do so only on Your own behalf, and not on behalf of the Initial
  865. Developer or any Contributor. You must make it absolutely clear than
  866. any such warranty, support, indemnity or liability obligation is
  867. offered by You alone, and You hereby agree to indemnify the Initial
  868. Developer and every Contributor for any liability incurred by the
  869. Initial Developer or such Contributor as a result of warranty,
  870. support, indemnity or liability terms You offer.
  871. 3.6. Distribution of Executable Versions.
  872. You may distribute Covered Code in Executable form only if the
  873. requirements of Section 3.1-3.5 have been met for that Covered Code,
  874. and if You include a notice stating that the Source Code version of
  875. the Covered Code is available under the terms of this License,
  876. including a description of how and where You have fulfilled the
  877. obligations of Section 3.2. The notice must be conspicuously included
  878. in any notice in an Executable version, related documentation or
  879. collateral in which You describe recipients' rights relating to the
  880. Covered Code. You may distribute the Executable version of Covered
  881. Code or ownership rights under a license of Your choice, which may
  882. contain terms different from this License, provided that You are in
  883. compliance with the terms of this License and that the license for the
  884. Executable version does not attempt to limit or alter the recipient's
  885. rights in the Source Code version from the rights set forth in this
  886. License. If You distribute the Executable version under a different
  887. license You must make it absolutely clear that any terms which differ
  888. from this License are offered by You alone, not by the Initial
  889. Developer or any Contributor. You hereby agree to indemnify the
  890. Initial Developer and every Contributor for any liability incurred by
  891. the Initial Developer or such Contributor as a result of any such
  892. terms You offer.
  893. 3.7. Larger Works.
  894. You may create a Larger Work by combining Covered Code with other code
  895. not governed by the terms of this License and distribute the Larger
  896. Work as a single product. In such a case, You must make sure the
  897. requirements of this License are fulfilled for the Covered Code.
  898. 4. Inability to Comply Due to Statute or Regulation.
  899. If it is impossible for You to comply with any of the terms of this
  900. License with respect to some or all of the Covered Code due to
  901. statute, judicial order, or regulation then You must: (a) comply with
  902. the terms of this License to the maximum extent possible; and (b)
  903. describe the limitations and the code they affect. Such description
  904. must be included in the LEGAL file described in Section 3.4 and must
  905. be included with all distributions of the Source Code. Except to the
  906. extent prohibited by statute or regulation, such description must be
  907. sufficiently detailed for a recipient of ordinary skill to be able to
  908. understand it.
  909. 5. Application of this License.
  910. This License applies to code to which the Initial Developer has
  911. attached the notice in Exhibit A and to related Covered Code.
  912. 6. Versions of the License.
  913. 6.1. New Versions.
  914. Netscape Communications Corporation ("Netscape") may publish revised
  915. and/or new versions of the License from time to time. Each version
  916. will be given a distinguishing version number.
  917. 6.2. Effect of New Versions.
  918. Once Covered Code has been published under a particular version of the
  919. License, You may always continue to use it under the terms of that
  920. version. You may also choose to use such Covered Code under the terms
  921. of any subsequent version of the License published by Netscape. No one
  922. other than Netscape has the right to modify the terms applicable to
  923. Covered Code created under this License.
  924. 6.3. Derivative Works.
  925. If You create or use a modified version of this License (which you may
  926. only do in order to apply it to code which is not already Covered Code
  927. governed by this License), You must (a) rename Your license so that
  928. the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
  929. "MPL", "NPL" or any confusingly similar phrase do not appear in your
  930. license (except to note that your license differs from this License)
  931. and (b) otherwise make it clear that Your version of the license
  932. contains terms which differ from the Mozilla Public License and
  933. Netscape Public License. (Filling in the name of the Initial
  934. Developer, Original Code or Contributor in the notice described in
  935. Exhibit A shall not of themselves be deemed to be modifications of
  936. this License.)
  937. 7. DISCLAIMER OF WARRANTY.
  938. COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
  939. WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
  940. WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
  941. DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
  942. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
  943. IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
  944. YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
  945. COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
  946. OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
  947. ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  948. 8. TERMINATION.
  949. 8.1. This License and the rights granted hereunder will terminate
  950. automatically if You fail to comply with terms herein and fail to cure
  951. such breach within 30 days of becoming aware of the breach. All
  952. sublicenses to the Covered Code which are properly granted shall
  953. survive any termination of this License. Provisions which, by their
  954. nature, must remain in effect beyond the termination of this License
  955. shall survive.
  956. 8.2. If You initiate litigation by asserting a patent infringement
  957. claim (excluding declatory judgment actions) against Initial Developer
  958. or a Contributor (the Initial Developer or Contributor against whom
  959. You file such action is referred to as "Participant") alleging that:
  960. (a) such Participant's Contributor Version directly or indirectly
  961. infringes any patent, then any and all rights granted by such
  962. Participant to You under Sections 2.1 and/or 2.2 of this License
  963. shall, upon 60 days notice from Participant terminate prospectively,
  964. unless if within 60 days after receipt of notice You either: (i)
  965. agree in writing to pay Participant a mutually agreeable reasonable
  966. royalty for Your past and future use of Modifications made by such
  967. Participant, or (ii) withdraw Your litigation claim with respect to
  968. the Contributor Version against such Participant. If within 60 days
  969. of notice, a reasonable royalty and payment arrangement are not
  970. mutually agreed upon in writing by the parties or the litigation claim
  971. is not withdrawn, the rights granted by Participant to You under
  972. Sections 2.1 and/or 2.2 automatically terminate at the expiration of
  973. the 60 day notice period specified above.
  974. (b) any software, hardware, or device, other than such Participant's
  975. Contributor Version, directly or indirectly infringes any patent, then
  976. any rights granted to You by such Participant under Sections 2.1(b)
  977. and 2.2(b) are revoked effective as of the date You first made, used,
  978. sold, distributed, or had made, Modifications made by that
  979. Participant.
  980. 8.3. If You assert a patent infringement claim against Participant
  981. alleging that such Participant's Contributor Version directly or
  982. indirectly infringes any patent where such claim is resolved (such as
  983. by license or settlement) prior to the initiation of patent
  984. infringement litigation, then the reasonable value of the licenses
  985. granted by such Participant under Sections 2.1 or 2.2 shall be taken
  986. into account in determining the amount or value of any payment or
  987. license.
  988. 8.4. In the event of termination under Sections 8.1 or 8.2 above,
  989. all end user license agreements (excluding distributors and resellers)
  990. which have been validly granted by You or any distributor hereunder
  991. prior to termination shall survive termination.
  992. 9. LIMITATION OF LIABILITY.
  993. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
  994. (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
  995. DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
  996. OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
  997. ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
  998. CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
  999. WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
  1000. COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
  1001. INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
  1002. LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
  1003. RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
  1004. PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
  1005. EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  1006. THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
  1007. 10. U.S. GOVERNMENT END USERS.
  1008. The Covered Code is a "commercial item," as that term is defined in
  1009. 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
  1010. software" and "commercial computer software documentation," as such
  1011. terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
  1012. C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
  1013. all U.S. Government End Users acquire Covered Code with only those
  1014. rights set forth herein.
  1015. 11. MISCELLANEOUS.
  1016. This License represents the complete agreement concerning subject
  1017. matter hereof. If any provision of this License is held to be
  1018. unenforceable, such provision shall be reformed only to the extent
  1019. necessary to make it enforceable. This License shall be governed by
  1020. California law provisions (except to the extent applicable law, if
  1021. any, provides otherwise), excluding its conflict-of-law provisions.
  1022. With respect to disputes in which at least one party is a citizen of,
  1023. or an entity chartered or registered to do business in the United
  1024. States of America, any litigation relating to this License shall be
  1025. subject to the jurisdiction of the Federal Courts of the Northern
  1026. District of California, with venue lying in Santa Clara County,
  1027. California, with the losing party responsible for costs, including
  1028. without limitation, court costs and reasonable attorneys' fees and
  1029. expenses. The application of the United Nations Convention on
  1030. Contracts for the International Sale of Goods is expressly excluded.
  1031. Any law or regulation which provides that the language of a contract
  1032. shall be construed against the drafter shall not apply to this
  1033. License.
  1034. 12. RESPONSIBILITY FOR CLAIMS.
  1035. As between Initial Developer and the Contributors, each party is
  1036. responsible for claims and damages arising, directly or indirectly,
  1037. out of its utilization of rights under this License and You agree to
  1038. work with Initial Developer and Contributors to distribute such
  1039. responsibility on an equitable basis. Nothing herein is intended or
  1040. shall be deemed to constitute any admission of liability.
  1041. 13. MULTIPLE-LICENSED CODE.
  1042. Initial Developer may designate portions of the Covered Code as
  1043. "Multiple-Licensed". "Multiple-Licensed" means that the Initial
  1044. Developer permits you to utilize portions of the Covered Code under
  1045. Your choice of the NPL or the alternative licenses, if any, specified
  1046. by the Initial Developer in the file described in Exhibit A.
  1047. EXHIBIT A -Mozilla Public License.
  1048. ``The contents of this file are subject to the Mozilla Public License
  1049. Version 1.1 (the "License"); you may not use this file except in
  1050. compliance with the License. You may obtain a copy of the License at
  1051. http://www.mozilla.org/MPL/
  1052. Software distributed under the License is distributed on an "AS IS"
  1053. basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  1054. License for the specific language governing rights and limitations
  1055. under the License.
  1056. The Original Code is ______________________________________.
  1057. The Initial Developer of the Original Code is ________________________.
  1058. Portions created by ______________________ are Copyright (C) ______
  1059. _______________________. All Rights Reserved.
  1060. Contributor(s): ______________________________________.
  1061. Alternatively, the contents of this file may be used under the terms
  1062. of the _____ license (the "[___] License"), in which case the
  1063. provisions of [______] License are applicable instead of those
  1064. above. If you wish to allow use of your version of this file only
  1065. under the terms of the [____] License and not to allow others to use
  1066. your version of this file under the MPL, indicate your decision by
  1067. deleting the provisions above and replace them with the notice and
  1068. other provisions required by the [___] License. If you do not delete
  1069. the provisions above, a recipient may use your version of this file
  1070. under either the MPL or the [___] License."
  1071. [NOTE: The text of this Exhibit A may differ slightly from the text of
  1072. the notices in the Source Code files of the Original Code. You should
  1073. use the text of this Exhibit A rather than the text found in the
  1074. Original Code Source Code for Your Modifications.]
  1075. ```
  1076. Appendix D: The MIT License
  1077. ---------------------------
  1078. ```
  1079. The MIT License (MIT)
  1080. Permission is hereby granted, free of charge, to any person obtaining a copy
  1081. of this software and associated documentation files (the "Software"), to deal
  1082. in the Software without restriction, including without limitation the rights
  1083. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1084. copies of the Software, and to permit persons to whom the Software is
  1085. furnished to do so, subject to the following conditions:
  1086. The above copyright notice and this permission notice shall be included in
  1087. all copies or substantial portions of the Software.
  1088. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1089. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1090. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1091. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1092. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1093. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1094. THE SOFTWARE.
  1095. ```
  1096. Appendix E: The SIL Open Font License Version 1.1
  1097. ---------------------------------------------
  1098. ```
  1099. SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
  1100. -----------------------------------------------------------
  1101. PREAMBLE
  1102. The goals of the Open Font License (OFL) are to stimulate worldwide
  1103. development of collaborative font projects, to support the font creation
  1104. efforts of academic and linguistic communities, and to provide a free and
  1105. open framework in which fonts may be shared and improved in partnership
  1106. with others.
  1107. The OFL allows the licensed fonts to be used, studied, modified and
  1108. redistributed freely as long as they are not sold by themselves. The
  1109. fonts, including any derivative works, can be bundled, embedded,
  1110. redistributed and/or sold with any software provided that any reserved
  1111. names are not used by derivative works. The fonts and derivatives,
  1112. however, cannot be released under any other type of license. The
  1113. requirement for fonts to remain under this license does not apply
  1114. to any document created using the fonts or their derivatives.
  1115. DEFINITIONS
  1116. "Font Software" refers to the set of files released by the Copyright
  1117. Holder(s) under this license and clearly marked as such. This may
  1118. include source files, build scripts and documentation.
  1119. "Reserved Font Name" refers to any names specified as such after the
  1120. copyright statement(s).
  1121. "Original Version" refers to the collection of Font Software components as
  1122. distributed by the Copyright Holder(s).
  1123. "Modified Version" refers to any derivative made by adding to, deleting,
  1124. or substituting -- in part or in whole -- any of the components of the
  1125. Original Version, by changing formats or by porting the Font Software to a
  1126. new environment.
  1127. "Author" refers to any designer, engineer, programmer, technical
  1128. writer or other person who contributed to the Font Software.
  1129. PERMISSION & CONDITIONS
  1130. Permission is hereby granted, free of charge, to any person obtaining
  1131. a copy of the Font Software, to use, study, copy, merge, embed, modify,
  1132. redistribute, and sell modified and unmodified copies of the Font
  1133. Software, subject to the following conditions:
  1134. 1) Neither the Font Software nor any of its individual components,
  1135. in Original or Modified Versions, may be sold by itself.
  1136. 2) Original or Modified Versions of the Font Software may be bundled,
  1137. redistributed and/or sold with any software, provided that each copy
  1138. contains the above copyright notice and this license. These can be
  1139. included either as stand-alone text files, human-readable headers or
  1140. in the appropriate machine-readable metadata fields within text or
  1141. binary files as long as those fields can be easily viewed by the user.
  1142. 3) No Modified Version of the Font Software may use the Reserved Font
  1143. Name(s) unless explicit written permission is granted by the corresponding
  1144. Copyright Holder. This restriction only applies to the primary font name as
  1145. presented to the users.
  1146. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
  1147. Software shall not be used to promote, endorse or advertise any
  1148. Modified Version, except to acknowledge the contribution(s) of the
  1149. Copyright Holder(s) and the Author(s) or with their explicit written
  1150. permission.
  1151. 5) The Font Software, modified or unmodified, in part or in whole,
  1152. must be distributed entirely under this license, and must not be
  1153. distributed under any other license. The requirement for fonts to
  1154. remain under this license does not apply to any document created
  1155. using the Font Software.
  1156. TERMINATION
  1157. This license becomes null and void if any of the above conditions are
  1158. not met.
  1159. DISCLAIMER
  1160. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1161. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
  1162. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  1163. OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
  1164. COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  1165. INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
  1166. DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  1167. FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
  1168. OTHER DEALINGS IN THE FONT SOFTWARE.
  1169. ```
  1170. Appendix F: The BSD-3 License
  1171. -----------------------------
  1172. ```
  1173. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1174. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  1175. 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.
  1176. 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.
  1177. 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.
  1178. ```