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