Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

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