Add second Lex SVG image by Kat Adam-MacEwen.
[SquirrelJME.git] / license.mkd
blobcbc4c0791317f55a5c13eaa8250bc2c5c9e6f41c
1 # Licenses
3 SquirrelJME is copyright:
5  * Copyright (C) 2013-2022 Stephanie Gawroriski <xer@multiphasicapps.net>
6    <http://multiphasicapps.net/>
7  * "SquirrelJME" and "Lex" are trademarked by Stephanie Gawroriski 2016-2022
9 Works of art with a credit to the original author, note that these works were
10 commissioned under contract:
12  * _Lex_ and The _SquirrelJME_ Logo were illustrated by...
13    * Kat Adam-MacEwen
14    * Kat@CMYKat Designs & Illustrations <http://www.cmykat-designs.com/>
16 SquirrelJME has three types of files which fall under different licenses:
18  * Source Code:
19    * **GNU General Public License Version 3 or Later**
20  * Assets which are not fonts, includes the mascot, logo, and icons:
21    * **Creative Commons CC-BY-SA 4.0**
22  * Fonts:
23    * **SIL Open Font License Version 1.1**
25 [Non-GPLv3 license requests are located here](commercial.mkd).
27 Contributors must agree to the [contributor license](contributing.mkd) before
28 their code may be accepted.
30 Additionally, if the **GNU GPLv3** and **CC-BY-SA 4.0** are not desirable a
31 proprietary license may be purchased for a negotiable fee. The terms of the
32 contract are to be negotiated.
34 Note that there is no linking exception to the **GNU GPLv3**, this is because:
36  * SquirrelJME is intended to be installed on a device.
37  * Although SquirrelJME is a run-time, any code running on it is dynamically
38    linked at run-time.
39    * As long as a linked program (in this case a snapshot of the system memory)
40      is not distributed, the GPL permits local modifications (such as linking).
41  * SquirrelJME will parse the GPLv3-incompatible JARs to produce native code.
42    * The compiler of the license does not _infect_ the program being compiled.
43  * Each JAR that is natively compiled is standalone and includes no other code
44    except the code that originates from that JAR.
45    * If a 3rd party compiler is used, then this statement might not apply.
46  * Cached binaries are not intended to be distributed, if a JAR has been
47    modified then SquirrelJME will automatically recompile the given binary.
48    * This allows the cached binary format to be modified freely without causing
49      compatibility issues. This is easier for development and makes it so that
50      design flaws can be fixed and not plague the project for decades.
51    * If supporting CPU features are detected they may be used.
52  * SquirrelJME does not use JNI, so there will never be a means for native code
53    to be pre-linked into a binary and distributed.
54  * However, SquirrelJME may include JARs built-in to the binary. To promote
55    open source software, these JARs would have to be GPLv3 compatible. If it is
56    desired to include a JAR built-in where it is not GPLv3 compatible then a
57    proprietary license may be purchased.
59 If SquirrelJME is distributed within a distribution then it is **highly**
60 recommended that the source code is distributed alongside the binary. If this
61 software is placed on very limited embedded devices then a CD should also be
62 included containing the source code or the entire repository (CDs are really
63 cheap to produce).
65 ## GNU General Public License v3 or Later
67                                 GNU GENERAL PUBLIC LICENSE
68                                    Version 3, 29 June 2007
70          Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
71          Everyone is permitted to copy and distribute verbatim copies
72          of this license document, but changing it is not allowed.
74                                         Preamble
76           The GNU General Public License is a free, copyleft license for
77         software and other kinds of works.
79           The licenses for most software and other practical works are designed
80         to take away your freedom to share and change the works.  By contrast,
81         the GNU General Public License is intended to guarantee your freedom to
82         share and change all versions of a program--to make sure it remains free
83         software for all its users.  We, the Free Software Foundation, use the
84         GNU General Public License for most of our software; it applies also to
85         any other work released this way by its authors.  You can apply it to
86         your programs, too.
88           When we speak of free software, we are referring to freedom, not
89         price.  Our General Public Licenses are designed to make sure that you
90         have the freedom to distribute copies of free software (and charge for
91         them if you wish), that you receive source code or can get it if you
92         want it, that you can change the software or use pieces of it in new
93         free programs, and that you know you can do these things.
95           To protect your rights, we need to prevent others from denying you
96         these rights or asking you to surrender the rights.  Therefore, you have
97         certain responsibilities if you distribute copies of the software, or if
98         you modify it: responsibilities to respect the freedom of others.
100           For example, if you distribute copies of such a program, whether
101         gratis or for a fee, you must pass on to the recipients the same
102         freedoms that you received.  You must make sure that they, too, receive
103         or can get the source code.  And you must show them these terms so they
104         know their rights.
106           Developers that use the GNU GPL protect your rights with two steps:
107         (1) assert copyright on the software, and (2) offer you this License
108         giving you legal permission to copy, distribute and/or modify it.
110           For the developers' and authors' protection, the GPL clearly explains
111         that there is no warranty for this free software.  For both users' and
112         authors' sake, the GPL requires that modified versions be marked as
113         changed, so that their problems will not be attributed erroneously to
114         authors of previous versions.
116           Some devices are designed to deny users access to install or run
117         modified versions of the software inside them, although the manufacturer
118         can do so.  This is fundamentally incompatible with the aim of
119         protecting users' freedom to change the software.  The systematic
120         pattern of such abuse occurs in the area of products for individuals to
121         use, which is precisely where it is most unacceptable.  Therefore, we
122         have designed this version of the GPL to prohibit the practice for those
123         products.  If such problems arise substantially in other domains, we
124         stand ready to extend this provision to those domains in future versions
125         of the GPL, as needed to protect the freedom of users.
127           Finally, every program is threatened constantly by software patents.
128         States should not allow patents to restrict development and use of
129         software on general-purpose computers, but in those that do, we wish to
130         avoid the special danger that patents applied to a free program could
131         make it effectively proprietary.  To prevent this, the GPL assures that
132         patents cannot be used to render the program non-free.
134           The precise terms and conditions for copying, distribution and
135         modification follow.
137                                    TERMS AND CONDITIONS
139           0. Definitions.
141           "This License" refers to version 3 of the GNU General Public License.
143           "Copyright" also means copyright-like laws that apply to other kinds of
144         works, such as semiconductor masks.
146           "The Program" refers to any copyrightable work licensed under this
147         License.  Each licensee is addressed as "you".  "Licensees" and
148         "recipients" may be individuals or organizations.
150           To "modify" a work means to copy from or adapt all or part of the work
151         in a fashion requiring copyright permission, other than the making of an
152         exact copy.  The resulting work is called a "modified version" of the
153         earlier work or a work "based on" the earlier work.
155           A "covered work" means either the unmodified Program or a work based
156         on the Program.
158           To "propagate" a work means to do anything with it that, without
159         permission, would make you directly or secondarily liable for
160         infringement under applicable copyright law, except executing it on a
161         computer or modifying a private copy.  Propagation includes copying,
162         distribution (with or without modification), making available to the
163         public, and in some countries other activities as well.
165           To "convey" a work means any kind of propagation that enables other
166         parties to make or receive copies.  Mere interaction with a user through
167         a computer network, with no transfer of a copy, is not conveying.
169           An interactive user interface displays "Appropriate Legal Notices"
170         to the extent that it includes a convenient and prominently visible
171         feature that (1) displays an appropriate copyright notice, and (2)
172         tells the user that there is no warranty for the work (except to the
173         extent that warranties are provided), that licensees may convey the
174         work under this License, and how to view a copy of this License.  If
175         the interface presents a list of user commands or options, such as a
176         menu, a prominent item in the list meets this criterion.
178           1. Source Code.
180           The "source code" for a work means the preferred form of the work
181         for making modifications to it.  "Object code" means any non-source
182         form of a work.
184           A "Standard Interface" means an interface that either is an official
185         standard defined by a recognized standards body, or, in the case of
186         interfaces specified for a particular programming language, one that
187         is widely used among developers working in that language.
189           The "System Libraries" of an executable work include anything, other
190         than the work as a whole, that (a) is included in the normal form of
191         packaging a Major Component, but which is not part of that Major
192         Component, and (b) serves only to enable use of the work with that
193         Major Component, or to implement a Standard Interface for which an
194         implementation is available to the public in source code form.  A
195         "Major Component", in this context, means a major essential component
196         (kernel, window system, and so on) of the specific operating system
197         (if any) on which the executable work runs, or a compiler used to
198         produce the work, or an object code interpreter used to run it.
200           The "Corresponding Source" for a work in object code form means all
201         the source code needed to generate, install, and (for an executable
202         work) run the object code and to modify the work, including scripts to
203         control those activities.  However, it does not include the work's
204         System Libraries, or general-purpose tools or generally available free
205         programs which are used unmodified in performing those activities but
206         which are not part of the work.  For example, Corresponding Source
207         includes interface definition files associated with source files for
208         the work, and the source code for shared libraries and dynamically
209         linked subprograms that the work is specifically designed to require,
210         such as by intimate data communication or control flow between those
211         subprograms and other parts of the work.
213           The Corresponding Source need not include anything that users
214         can regenerate automatically from other parts of the Corresponding
215         Source.
217           The Corresponding Source for a work in source code form is that
218         same work.
220           2. Basic Permissions.
222           All rights granted under this License are granted for the term of
223         copyright on the Program, and are irrevocable provided the stated
224         conditions are met.  This License explicitly affirms your unlimited
225         permission to run the unmodified Program.  The output from running a
226         covered work is covered by this License only if the output, given its
227         content, constitutes a covered work.  This License acknowledges your
228         rights of fair use or other equivalent, as provided by copyright law.
230           You may make, run and propagate covered works that you do not
231         convey, without conditions so long as your license otherwise remains
232         in force.  You may convey covered works to others for the sole purpose
233         of having them make modifications exclusively for you, or provide you
234         with facilities for running those works, provided that you comply with
235         the terms of this License in conveying all material for which you do
236         not control copyright.  Those thus making or running the covered works
237         for you must do so exclusively on your behalf, under your direction
238         and control, on terms that prohibit them from making any copies of
239         your copyrighted material outside their relationship with you.
241           Conveying under any other circumstances is permitted solely under
242         the conditions stated below.  Sublicensing is not allowed; section 10
243         makes it unnecessary.
245           3. Protecting Users' Legal Rights From Anti-Circumvention Law.
247           No covered work shall be deemed part of an effective technological
248         measure under any applicable law fulfilling obligations under article
249         11 of the WIPO copyright treaty adopted on 20 December 1996, or
250         similar laws prohibiting or restricting circumvention of such
251         measures.
253           When you convey a covered work, you waive any legal power to forbid
254         circumvention of technological measures to the extent such circumvention
255         is effected by exercising rights under this License with respect to
256         the covered work, and you disclaim any intention to limit operation or
257         modification of the work as a means of enforcing, against the work's
258         users, your or third parties' legal rights to forbid circumvention of
259         technological measures.
261           4. Conveying Verbatim Copies.
263           You may convey verbatim copies of the Program's source code as you
264         receive it, in any medium, provided that you conspicuously and
265         appropriately publish on each copy an appropriate copyright notice;
266         keep intact all notices stating that this License and any
267         non-permissive terms added in accord with section 7 apply to the code;
268         keep intact all notices of the absence of any warranty; and give all
269         recipients a copy of this License along with the Program.
271           You may charge any price or no price for each copy that you convey,
272         and you may offer support or warranty protection for a fee.
274           5. Conveying Modified Source Versions.
276           You may convey a work based on the Program, or the modifications to
277         produce it from the Program, in the form of source code under the
278         terms of section 4, provided that you also meet all of these conditions:
280                 a) The work must carry prominent notices stating that you modified
281                 it, and giving a relevant date.
283                 b) The work must carry prominent notices stating that it is
284                 released under this License and any conditions added under section
285                 7.  This requirement modifies the requirement in section 4 to
286                 "keep intact all notices".
288                 c) You must license the entire work, as a whole, under this
289                 License to anyone who comes into possession of a copy.  This
290                 License will therefore apply, along with any applicable section 7
291                 additional terms, to the whole of the work, and all its parts,
292                 regardless of how they are packaged.  This License gives no
293                 permission to license the work in any other way, but it does not
294                 invalidate such permission if you have separately received it.
296                 d) If the work has interactive user interfaces, each must display
297                 Appropriate Legal Notices; however, if the Program has interactive
298                 interfaces that do not display Appropriate Legal Notices, your
299                 work need not make them do so.
301           A compilation of a covered work with other separate and independent
302         works, which are not by their nature extensions of the covered work,
303         and which are not combined with it such as to form a larger program,
304         in or on a volume of a storage or distribution medium, is called an
305         "aggregate" if the compilation and its resulting copyright are not
306         used to limit the access or legal rights of the compilation's users
307         beyond what the individual works permit.  Inclusion of a covered work
308         in an aggregate does not cause this License to apply to the other
309         parts of the aggregate.
311           6. Conveying Non-Source Forms.
313           You may convey a covered work in object code form under the terms
314         of sections 4 and 5, provided that you also convey the
315         machine-readable Corresponding Source under the terms of this License,
316         in one of these ways:
318                 a) Convey the object code in, or embodied in, a physical product
319                 (including a physical distribution medium), accompanied by the
320                 Corresponding Source fixed on a durable physical medium
321                 customarily used for software interchange.
323                 b) Convey the object code in, or embodied in, a physical product
324                 (including a physical distribution medium), accompanied by a
325                 written offer, valid for at least three years and valid for as
326                 long as you offer spare parts or customer support for that product
327                 model, to give anyone who possesses the object code either (1) a
328                 copy of the Corresponding Source for all the software in the
329                 product that is covered by this License, on a durable physical
330                 medium customarily used for software interchange, for a price no
331                 more than your reasonable cost of physically performing this
332                 conveying of source, or (2) access to copy the
333                 Corresponding Source from a network server at no charge.
335                 c) Convey individual copies of the object code with a copy of the
336                 written offer to provide the Corresponding Source.  This
337                 alternative is allowed only occasionally and noncommercially, and
338                 only if you received the object code with such an offer, in accord
339                 with subsection 6b.
341                 d) Convey the object code by offering access from a designated
342                 place (gratis or for a charge), and offer equivalent access to the
343                 Corresponding Source in the same way through the same place at no
344                 further charge.  You need not require recipients to copy the
345                 Corresponding Source along with the object code.  If the place to
346                 copy the object code is a network server, the Corresponding Source
347                 may be on a different server (operated by you or a third party)
348                 that supports equivalent copying facilities, provided you maintain
349                 clear directions next to the object code saying where to find the
350                 Corresponding Source.  Regardless of what server hosts the
351                 Corresponding Source, you remain obligated to ensure that it is
352                 available for as long as needed to satisfy these requirements.
354                 e) Convey the object code using peer-to-peer transmission, provided
355                 you inform other peers where the object code and Corresponding
356                 Source of the work are being offered to the general public at no
357                 charge under subsection 6d.
359           A separable portion of the object code, whose source code is excluded
360         from the Corresponding Source as a System Library, need not be
361         included in conveying the object code work.
363           A "User Product" is either (1) a "consumer product", which means any
364         tangible personal property which is normally used for personal, family,
365         or household purposes, or (2) anything designed or sold for incorporation
366         into a dwelling.  In determining whether a product is a consumer product,
367         doubtful cases shall be resolved in favor of coverage.  For a particular
368         product received by a particular user, "normally used" refers to a
369         typical or common use of that class of product, regardless of the status
370         of the particular user or of the way in which the particular user
371         actually uses, or expects or is expected to use, the product.  A product
372         is a consumer product regardless of whether the product has substantial
373         commercial, industrial or non-consumer uses, unless such uses represent
374         the only significant mode of use of the product.
376           "Installation Information" for a User Product means any methods,
377         procedures, authorization keys, or other information required to install
378         and execute modified versions of a covered work in that User Product from
379         a modified version of its Corresponding Source.  The information must
380         suffice to ensure that the continued functioning of the modified object
381         code is in no case prevented or interfered with solely because
382         modification has been made.
384           If you convey an object code work under this section in, or with, or
385         specifically for use in, a User Product, and the conveying occurs as
386         part of a transaction in which the right of possession and use of the
387         User Product is transferred to the recipient in perpetuity or for a
388         fixed term (regardless of how the transaction is characterized), the
389         Corresponding Source conveyed under this section must be accompanied
390         by the Installation Information.  But this requirement does not apply
391         if neither you nor any third party retains the ability to install
392         modified object code on the User Product (for example, the work has
393         been installed in ROM).
395           The requirement to provide Installation Information does not include a
396         requirement to continue to provide support service, warranty, or updates
397         for a work that has been modified or installed by the recipient, or for
398         the User Product in which it has been modified or installed.  Access to a
399         network may be denied when the modification itself materially and
400         adversely affects the operation of the network or violates the rules and
401         protocols for communication across the network.
403           Corresponding Source conveyed, and Installation Information provided,
404         in accord with this section must be in a format that is publicly
405         documented (and with an implementation available to the public in
406         source code form), and must require no special password or key for
407         unpacking, reading or copying.
409           7. Additional Terms.
411           "Additional permissions" are terms that supplement the terms of this
412         License by making exceptions from one or more of its conditions.
413         Additional permissions that are applicable to the entire Program shall
414         be treated as though they were included in this License, to the extent
415         that they are valid under applicable law.  If additional permissions
416         apply only to part of the Program, that part may be used separately
417         under those permissions, but the entire Program remains governed by
418         this License without regard to the additional permissions.
420           When you convey a copy of a covered work, you may at your option
421         remove any additional permissions from that copy, or from any part of
422         it.  (Additional permissions may be written to require their own
423         removal in certain cases when you modify the work.)  You may place
424         additional permissions on material, added by you to a covered work,
425         for which you have or can give appropriate copyright permission.
427           Notwithstanding any other provision of this License, for material you
428         add to a covered work, you may (if authorized by the copyright holders of
429         that material) supplement the terms of this License with terms:
431                 a) Disclaiming warranty or limiting liability differently from the
432                 terms of sections 15 and 16 of this License; or
434                 b) Requiring preservation of specified reasonable legal notices or
435                 author attributions in that material or in the Appropriate Legal
436                 Notices displayed by works containing it; or
438                 c) Prohibiting misrepresentation of the origin of that material, or
439                 requiring that modified versions of such material be marked in
440                 reasonable ways as different from the original version; or
442                 d) Limiting the use for publicity purposes of names of licensors or
443                 authors of the material; or
445                 e) Declining to grant rights under trademark law for use of some
446                 trade names, trademarks, or service marks; or
448                 f) Requiring indemnification of licensors and authors of that
449                 material by anyone who conveys the material (or modified versions of
450                 it) with contractual assumptions of liability to the recipient, for
451                 any liability that these contractual assumptions directly impose on
452                 those licensors and authors.
454           All other non-permissive additional terms are considered "further
455         restrictions" within the meaning of section 10.  If the Program as you
456         received it, or any part of it, contains a notice stating that it is
457         governed by this License along with a term that is a further
458         restriction, you may remove that term.  If a license document contains
459         a further restriction but permits relicensing or conveying under this
460         License, you may add to a covered work material governed by the terms
461         of that license document, provided that the further restriction does
462         not survive such relicensing or conveying.
464           If you add terms to a covered work in accord with this section, you
465         must place, in the relevant source files, a statement of the
466         additional terms that apply to those files, or a notice indicating
467         where to find the applicable terms.
469           Additional terms, permissive or non-permissive, may be stated in the
470         form of a separately written license, or stated as exceptions;
471         the above requirements apply either way.
473           8. Termination.
475           You may not propagate or modify a covered work except as expressly
476         provided under this License.  Any attempt otherwise to propagate or
477         modify it is void, and will automatically terminate your rights under
478         this License (including any patent licenses granted under the third
479         paragraph of section 11).
481           However, if you cease all violation of this License, then your
482         license from a particular copyright holder is reinstated (a)
483         provisionally, unless and until the copyright holder explicitly and
484         finally terminates your license, and (b) permanently, if the copyright
485         holder fails to notify you of the violation by some reasonable means
486         prior to 60 days after the cessation.
488           Moreover, your license from a particular copyright holder is
489         reinstated permanently if the copyright holder notifies you of the
490         violation by some reasonable means, this is the first time you have
491         received notice of violation of this License (for any work) from that
492         copyright holder, and you cure the violation prior to 30 days after
493         your receipt of the notice.
495           Termination of your rights under this section does not terminate the
496         licenses of parties who have received copies or rights from you under
497         this License.  If your rights have been terminated and not permanently
498         reinstated, you do not qualify to receive new licenses for the same
499         material under section 10.
501           9. Acceptance Not Required for Having Copies.
503           You are not required to accept this License in order to receive or
504         run a copy of the Program.  Ancillary propagation of a covered work
505         occurring solely as a consequence of using peer-to-peer transmission
506         to receive a copy likewise does not require acceptance.  However,
507         nothing other than this License grants you permission to propagate or
508         modify any covered work.  These actions infringe copyright if you do
509         not accept this License.  Therefore, by modifying or propagating a
510         covered work, you indicate your acceptance of this License to do so.
512           10. Automatic Licensing of Downstream Recipients.
514           Each time you convey a covered work, the recipient automatically
515         receives a license from the original licensors, to run, modify and
516         propagate that work, subject to this License.  You are not responsible
517         for enforcing compliance by third parties with this License.
519           An "entity transaction" is a transaction transferring control of an
520         organization, or substantially all assets of one, or subdividing an
521         organization, or merging organizations.  If propagation of a covered
522         work results from an entity transaction, each party to that
523         transaction who receives a copy of the work also receives whatever
524         licenses to the work the party's predecessor in interest had or could
525         give under the previous paragraph, plus a right to possession of the
526         Corresponding Source of the work from the predecessor in interest, if
527         the predecessor has it or can get it with reasonable efforts.
529           You may not impose any further restrictions on the exercise of the
530         rights granted or affirmed under this License.  For example, you may
531         not impose a license fee, royalty, or other charge for exercise of
532         rights granted under this License, and you may not initiate litigation
533         (including a cross-claim or counterclaim in a lawsuit) alleging that
534         any patent claim is infringed by making, using, selling, offering for
535         sale, or importing the Program or any portion of it.
537           11. Patents.
539           A "contributor" is a copyright holder who authorizes use under this
540         License of the Program or a work on which the Program is based.  The
541         work thus licensed is called the contributor's "contributor version".
543           A contributor's "essential patent claims" are all patent claims
544         owned or controlled by the contributor, whether already acquired or
545         hereafter acquired, that would be infringed by some manner, permitted
546         by this License, of making, using, or selling its contributor version,
547         but do not include claims that would be infringed only as a
548         consequence of further modification of the contributor version.  For
549         purposes of this definition, "control" includes the right to grant
550         patent sublicenses in a manner consistent with the requirements of
551         this License.
553           Each contributor grants you a non-exclusive, worldwide, royalty-free
554         patent license under the contributor's essential patent claims, to
555         make, use, sell, offer for sale, import and otherwise run, modify and
556         propagate the contents of its contributor version.
558           In the following three paragraphs, a "patent license" is any express
559         agreement or commitment, however denominated, not to enforce a patent
560         (such as an express permission to practice a patent or covenant not to
561         sue for patent infringement).  To "grant" such a patent license to a
562         party means to make such an agreement or commitment not to enforce a
563         patent against the party.
565           If you convey a covered work, knowingly relying on a patent license,
566         and the Corresponding Source of the work is not available for anyone
567         to copy, free of charge and under the terms of this License, through a
568         publicly available network server or other readily accessible means,
569         then you must either (1) cause the Corresponding Source to be so
570         available, or (2) arrange to deprive yourself of the benefit of the
571         patent license for this particular work, or (3) arrange, in a manner
572         consistent with the requirements of this License, to extend the patent
573         license to downstream recipients.  "Knowingly relying" means you have
574         actual knowledge that, but for the patent license, your conveying the
575         covered work in a country, or your recipient's use of the covered work
576         in a country, would infringe one or more identifiable patents in that
577         country that you have reason to believe are valid.
579           If, pursuant to or in connection with a single transaction or
580         arrangement, you convey, or propagate by procuring conveyance of, a
581         covered work, and grant a patent license to some of the parties
582         receiving the covered work authorizing them to use, propagate, modify
583         or convey a specific copy of the covered work, then the patent license
584         you grant is automatically extended to all recipients of the covered
585         work and works based on it.
587           A patent license is "discriminatory" if it does not include within
588         the scope of its coverage, prohibits the exercise of, or is
589         conditioned on the non-exercise of one or more of the rights that are
590         specifically granted under this License.  You may not convey a covered
591         work if you are a party to an arrangement with a third party that is
592         in the business of distributing software, under which you make payment
593         to the third party based on the extent of your activity of conveying
594         the work, and under which the third party grants, to any of the
595         parties who would receive the covered work from you, a discriminatory
596         patent license (a) in connection with copies of the covered work
597         conveyed by you (or copies made from those copies), or (b) primarily
598         for and in connection with specific products or compilations that
599         contain the covered work, unless you entered into that arrangement,
600         or that patent license was granted, prior to 28 March 2007.
602           Nothing in this License shall be construed as excluding or limiting
603         any implied license or other defenses to infringement that may
604         otherwise be available to you under applicable patent law.
606           12. No Surrender of Others' Freedom.
608           If conditions are imposed on you (whether by court order, agreement or
609         otherwise) that contradict the conditions of this License, they do not
610         excuse you from the conditions of this License.  If you cannot convey a
611         covered work so as to satisfy simultaneously your obligations under this
612         License and any other pertinent obligations, then as a consequence you may
613         not convey it at all.  For example, if you agree to terms that obligate you
614         to collect a royalty for further conveying from those to whom you convey
615         the Program, the only way you could satisfy both those terms and this
616         License would be to refrain entirely from conveying the Program.
618           13. Use with the GNU Affero General Public License.
620           Notwithstanding any other provision of this License, you have
621         permission to link or combine any covered work with a work licensed
622         under version 3 of the GNU Affero General Public License into a single
623         combined work, and to convey the resulting work.  The terms of this
624         License will continue to apply to the part which is the covered work,
625         but the special requirements of the GNU Affero General Public License,
626         section 13, concerning interaction through a network will apply to the
627         combination as such.
629           14. Revised Versions of this License.
631           The Free Software Foundation may publish revised and/or new versions of
632         the GNU General Public License from time to time.  Such new versions will
633         be similar in spirit to the present version, but may differ in detail to
634         address new problems or concerns.
636           Each version is given a distinguishing version number.  If the
637         Program specifies that a certain numbered version of the GNU General
638         Public License "or any later version" applies to it, you have the
639         option of following the terms and conditions either of that numbered
640         version or of any later version published by the Free Software
641         Foundation.  If the Program does not specify a version number of the
642         GNU General Public License, you may choose any version ever published
643         by the Free Software Foundation.
645           If the Program specifies that a proxy can decide which future
646         versions of the GNU General Public License can be used, that proxy's
647         public statement of acceptance of a version permanently authorizes you
648         to choose that version for the Program.
650           Later license versions may give you additional or different
651         permissions.  However, no additional obligations are imposed on any
652         author or copyright holder as a result of your choosing to follow a
653         later version.
655           15. Disclaimer of Warranty.
657           THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
658         APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
659         HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
660         OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
661         THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
662         PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
663         IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
664         ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
666           16. Limitation of Liability.
668           IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
669         WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
670         THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
671         GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
672         USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
673         DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
674         PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
675         EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
676         SUCH DAMAGES.
678           17. Interpretation of Sections 15 and 16.
680           If the disclaimer of warranty and limitation of liability provided
681         above cannot be given local legal effect according to their terms,
682         reviewing courts shall apply local law that most closely approximates
683         an absolute waiver of all civil liability in connection with the
684         Program, unless a warranty or assumption of liability accompanies a
685         copy of the Program in return for a fee.
687                                  END OF TERMS AND CONDITIONS
689                         How to Apply These Terms to Your New Programs
691           If you develop a new program, and you want it to be of the greatest
692         possible use to the public, the best way to achieve this is to make it
693         free software which everyone can redistribute and change under these terms.
695           To do so, attach the following notices to the program.  It is safest
696         to attach them to the start of each source file to most effectively
697         state the exclusion of warranty; and each file should have at least
698         the "copyright" line and a pointer to where the full notice is found.
700                 <one line to give the program's name and a brief idea of what it does.>
701                 Copyright (C) <year>  <name of author>
703                 This program is free software: you can redistribute it and/or modify
704                 it under the terms of the GNU General Public License as published by
705                 the Free Software Foundation, either version 3 of the License, or
706                 (at your option) any later version.
708                 This program is distributed in the hope that it will be useful,
709                 but WITHOUT ANY WARRANTY; without even the implied warranty of
710                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
711                 GNU General Public License for more details.
713                 You should have received a copy of the GNU General Public License
714                 along with this program.  If not, see <http://www.gnu.org/licenses/>.
716         Also add information on how to contact you by electronic and paper mail.
718           If the program does terminal interaction, make it output a short
719         notice like this when it starts in an interactive mode:
721                 <program>  Copyright (C) <year>  <name of author>
722                 This program comes with ABSOLUTELY NO WARRANTY; for details type
723                 `show w'.
724                 This is free software, and you are welcome to redistribute it
725                 under certain conditions; type `show c' for details.
727         The hypothetical commands `show w' and `show c' should show the appropriate
728         parts of the General Public License.  Of course, your program's commands
729         might be different; for a GUI interface, you would use an "about box".
731           You should also get your employer (if you work as a programmer) or
732         school, if any, to sign a "copyright disclaimer" for the program, if
733         necessary. For more information on this, and how to apply and follow the
734         GNU GPL, see <http://www.gnu.org/licenses/>.
736           The GNU General Public License does not permit incorporating your program
737         into proprietary programs.  If your program is a subroutine library, you
738         may consider it more useful to permit linking proprietary applications with
739         the library.  If this is what you want to do, use the GNU Lesser General
740         Public License instead of this License.  But first, please read
741         <http://www.gnu.org/philosophy/why-not-lgpl.html>.
743 ## Creative Commons CC-BY-SA 4.0
745         Creative Commons Attribution-ShareAlike 4.0 International Public License
746         
747         By exercising the Licensed Rights (defined below), You accept and agree
748         to be bound by the terms and conditions of this Creative Commons
749         Attribution-ShareAlike 4.0 International Public License ("Public
750         License"). To the extent this Public License may be interpreted as a
751         contract, You are granted the Licensed Rights in consideration of Your
752         acceptance of these terms and conditions, and the Licensor grants You
753         such rights in consideration of benefits the Licensor receives from
754         making the Licensed Material available under these terms and
755         conditions.
756         
758         Section 1 -- Definitions.
759         
760           a. Adapted Material means material subject to Copyright and Similar
761                  Rights that is derived from or based upon the Licensed Material
762                  and in which the Licensed Material is translated, altered,
763                  arranged, transformed, or otherwise modified in a manner requiring
764                  permission under the Copyright and Similar Rights held by the
765                  Licensor. For purposes of this Public License, where the Licensed
766                  Material is a musical work, performance, or sound recording,
767                  Adapted Material is always produced where the Licensed Material is
768                  synched in timed relation with a moving image.
769         
770           b. Adapter's License means the license You apply to Your Copyright
771                  and Similar Rights in Your contributions to Adapted Material in
772                  accordance with the terms and conditions of this Public License.
773         
774           c. BY-SA Compatible License means a license listed at
775                  creativecommons.org/compatiblelicenses, approved by Creative
776                  Commons as essentially the equivalent of this Public License.
777         
778           d. Copyright and Similar Rights means copyright and/or similar rights
779                  closely related to copyright including, without limitation,
780                  performance, broadcast, sound recording, and Sui Generis Database
781                  Rights, without regard to how the rights are labeled or
782                  categorized. For purposes of this Public License, the rights
783                  specified in Section 2(b)(1)-(2) are not Copyright and Similar
784                  Rights.
785         
786           e. Effective Technological Measures means those measures that, in the
787                  absence of proper authority, may not be circumvented under laws
788                  fulfilling obligations under Article 11 of the WIPO Copyright
789                  Treaty adopted on December 20, 1996, and/or similar international
790                  agreements.
791         
792           f. Exceptions and Limitations means fair use, fair dealing, and/or
793                  any other exception or limitation to Copyright and Similar Rights
794                  that applies to Your use of the Licensed Material.
795         
796           g. License Elements means the license attributes listed in the name
797                  of a Creative Commons Public License. The License Elements of this
798                  Public License are Attribution and ShareAlike.
799         
800           h. Licensed Material means the artistic or literary work, database,
801                  or other material to which the Licensor applied this Public
802                  License.
803         
804           i. Licensed Rights means the rights granted to You subject to the
805                  terms and conditions of this Public License, which are limited to
806                  all Copyright and Similar Rights that apply to Your use of the
807                  Licensed Material and that the Licensor has authority to license.
808         
809           j. Licensor means the individual(s) or entity(ies) granting rights
810                  under this Public License.
811         
812           k. Share means to provide material to the public by any means or
813                  process that requires permission under the Licensed Rights, such
814                  as reproduction, public display, public performance, distribution,
815                  dissemination, communication, or importation, and to make material
816                  available to the public including in ways that members of the
817                  public may access the material from a place and at a time
818                  individually chosen by them.
819         
820           l. Sui Generis Database Rights means rights other than copyright
821                  resulting from Directive 96/9/EC of the European Parliament and of
822                  the Council of 11 March 1996 on the legal protection of databases,
823                  as amended and/or succeeded, as well as other essentially
824                  equivalent rights anywhere in the world.
825         
826           m. You means the individual or entity exercising the Licensed Rights
827                  under this Public License. Your has a corresponding meaning.
828         
830         Section 2 -- Scope.
831         
832           a. License grant.
833         
834                    1. Subject to the terms and conditions of this Public License,
835                       the Licensor hereby grants You a worldwide, royalty-free,
836                       non-sublicensable, non-exclusive, irrevocable license to
837                       exercise the Licensed Rights in the Licensed Material to:
838         
839                         a. reproduce and Share the Licensed Material, in whole or
840                            in part; and
841         
842                         b. produce, reproduce, and Share Adapted Material.
843         
844                    2. Exceptions and Limitations. For the avoidance of doubt, where
845                       Exceptions and Limitations apply to Your use, this Public
846                       License does not apply, and You do not need to comply with
847                       its terms and conditions.
848         
849                    3. Term. The term of this Public License is specified in Section
850                       6(a).
851         
852                    4. Media and formats; technical modifications allowed. The
853                       Licensor authorizes You to exercise the Licensed Rights in
854                       all media and formats whether now known or hereafter created,
855                       and to make technical modifications necessary to do so. The
856                       Licensor waives and/or agrees not to assert any right or
857                       authority to forbid You from making technical modifications
858                       necessary to exercise the Licensed Rights, including
859                       technical modifications necessary to circumvent Effective
860                       Technological Measures. For purposes of this Public License,
861                       simply making modifications authorized by this Section 2(a)
862                       (4) never produces Adapted Material.
863         
864                    5. Downstream recipients.
865         
866                         a. Offer from the Licensor -- Licensed Material. Every
867                            recipient of the Licensed Material automatically
868                            receives an offer from the Licensor to exercise the
869                            Licensed Rights under the terms and conditions of this
870                            Public License.
871         
872                         b. Additional offer from the Licensor -- Adapted Material.
873                            Every recipient of Adapted Material from You
874                            automatically receives an offer from the Licensor to
875                            exercise the Licensed Rights in the Adapted Material
876                            under the conditions of the Adapter's License You apply.
877         
878                         c. No downstream restrictions. You may not offer or impose
879                            any additional or different terms or conditions on, or
880                            apply any Effective Technological Measures to, the
881                            Licensed Material if doing so restricts exercise of the
882                            Licensed Rights by any recipient of the Licensed
883                            Material.
884         
885                    6. No endorsement. Nothing in this Public License constitutes or
886                       may be construed as permission to assert or imply that You
887                       are, or that Your use of the Licensed Material is, connected
888                       with, or sponsored, endorsed, or granted official status by,
889                       the Licensor or others designated to receive attribution as
890                       provided in Section 3(a)(1)(A)(i).
891         
892           b. Other rights.
893         
894                    1. Moral rights, such as the right of integrity, are not
895                       licensed under this Public License, nor are publicity,
896                       privacy, and/or other similar personality rights; however, to
897                       the extent possible, the Licensor waives and/or agrees not to
898                       assert any such rights held by the Licensor to the limited
899                       extent necessary to allow You to exercise the Licensed
900                       Rights, but not otherwise.
901         
902                    2. Patent and trademark rights are not licensed under this
903                       Public License.
904         
905                    3. To the extent possible, the Licensor waives any right to
906                       collect royalties from You for the exercise of the Licensed
907                       Rights, whether directly or through a collecting society
908                       under any voluntary or waivable statutory or compulsory
909                       licensing scheme. In all other cases the Licensor expressly
910                       reserves any right to collect such royalties.
911         
913         Section 3 -- License Conditions.
914         
915         Your exercise of the Licensed Rights is expressly made subject to the
916         following conditions.
917         
918           a. Attribution.
919         
920                    1. If You Share the Licensed Material (including in modified
921                       form), You must:
922         
923                         a. retain the following if it is supplied by the Licensor
924                            with the Licensed Material:
925         
926                              i. identification of the creator(s) of the Licensed
927                                 Material and any others designated to receive
928                                 attribution, in any reasonable manner requested by
929                                 the Licensor (including by pseudonym if
930                                 designated);
931         
932                             ii. a copyright notice;
933         
934                            iii. a notice that refers to this Public License;
935         
936                             iv. a notice that refers to the disclaimer of
937                                 warranties;
938         
939                              v. a URI or hyperlink to the Licensed Material to the
940                                 extent reasonably practicable;
941         
942                         b. indicate if You modified the Licensed Material and
943                            retain an indication of any previous modifications; and
944         
945                         c. indicate the Licensed Material is licensed under this
946                            Public License, and include the text of, or the URI or
947                            hyperlink to, this Public License.
948         
949                    2. You may satisfy the conditions in Section 3(a)(1) in any
950                       reasonable manner based on the medium, means, and context in
951                       which You Share the Licensed Material. For example, it may be
952                       reasonable to satisfy the conditions by providing a URI or
953                       hyperlink to a resource that includes the required
954                       information.
955         
956                    3. If requested by the Licensor, You must remove any of the
957                       information required by Section 3(a)(1)(A) to the extent
958                       reasonably practicable.
959         
960           b. ShareAlike.
961         
962                  In addition to the conditions in Section 3(a), if You Share
963                  Adapted Material You produce, the following conditions also apply.
964         
965                    1. The Adapter's License You apply must be a Creative Commons
966                       license with the same License Elements, this version or
967                       later, or a BY-SA Compatible License.
968         
969                    2. You must include the text of, or the URI or hyperlink to, the
970                       Adapter's License You apply. You may satisfy this condition
971                       in any reasonable manner based on the medium, means, and
972                       context in which You Share Adapted Material.
973         
974                    3. You may not offer or impose any additional or different terms
975                       or conditions on, or apply any Effective Technological
976                       Measures to, Adapted Material that restrict exercise of the
977                       rights granted under the Adapter's License You apply.
978         
980         Section 4 -- Sui Generis Database Rights.
981         
982         Where the Licensed Rights include Sui Generis Database Rights that
983         apply to Your use of the Licensed Material:
984         
985           a. for the avoidance of doubt, Section 2(a)(1) grants You the right
986                  to extract, reuse, reproduce, and Share all or a substantial
987                  portion of the contents of the database;
988         
989           b. if You include all or a substantial portion of the database
990                  contents in a database in which You have Sui Generis Database
991                  Rights, then the database in which You have Sui Generis Database
992                  Rights (but not its individual contents) is Adapted Material,
993         
994                  including for purposes of Section 3(b); and
995           c. You must comply with the conditions in Section 3(a) if You Share
996                  all or a substantial portion of the contents of the database.
997         
998         For the avoidance of doubt, this Section 4 supplements and does not
999         replace Your obligations under this Public License where the Licensed
1000         Rights include other Copyright and Similar Rights.
1001         
1003         Section 5 -- Disclaimer of Warranties and Limitation of Liability.
1004         
1005           a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
1006                  EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
1007                  AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
1008                  ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
1009                  IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
1010                  WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
1011                  PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
1012                  ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
1013                  KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
1014                  ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
1015         
1016           b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
1017                  TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
1018                  NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
1019                  INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
1020                  COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
1021                  USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
1022                  ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
1023                  DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
1024                  IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
1025         
1026           c. The disclaimer of warranties and limitation of liability provided
1027                  above shall be interpreted in a manner that, to the extent
1028                  possible, most closely approximates an absolute disclaimer and
1029                  waiver of all liability.
1030         
1032         Section 6 -- Term and Termination.
1033         
1034           a. This Public License applies for the term of the Copyright and
1035                  Similar Rights licensed here. However, if You fail to comply with
1036                  this Public License, then Your rights under this Public License
1037                  terminate automatically.
1038         
1039           b. Where Your right to use the Licensed Material has terminated under
1040                  Section 6(a), it reinstates:
1041         
1042                    1. automatically as of the date the violation is cured, provided
1043                       it is cured within 30 days of Your discovery of the
1044                       violation; or
1045         
1046                    2. upon express reinstatement by the Licensor.
1047         
1048                  For the avoidance of doubt, this Section 6(b) does not affect any
1049                  right the Licensor may have to seek remedies for Your violations
1050                  of this Public License.
1051         
1052           c. For the avoidance of doubt, the Licensor may also offer the
1053                  Licensed Material under separate terms or conditions or stop
1054                  distributing the Licensed Material at any time; however, doing so
1055                  will not terminate this Public License.
1056         
1057           d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
1058                  License.
1059         
1061         Section 7 -- Other Terms and Conditions.
1062         
1063           a. The Licensor shall not be bound by any additional or different
1064                  terms or conditions communicated by You unless expressly agreed.
1065         
1066           b. Any arrangements, understandings, or agreements regarding the
1067                  Licensed Material not stated herein are separate from and
1068                  independent of the terms and conditions of this Public License.
1069         
1071         Section 8 -- Interpretation.
1072         
1073           a. For the avoidance of doubt, this Public License does not, and
1074                  shall not be interpreted to, reduce, limit, restrict, or impose
1075                  conditions on any use of the Licensed Material that could lawfully
1076                  be made without permission under this Public License.
1077         
1078           b. To the extent possible, if any provision of this Public License is
1079                  deemed unenforceable, it shall be automatically reformed to the
1080                  minimum extent necessary to make it enforceable. If the provision
1081                  cannot be reformed, it shall be severed from this Public License
1082                  without affecting the enforceability of the remaining terms and
1083                  conditions.
1084         
1085           c. No term or condition of this Public License will be waived and no
1086                  failure to comply consented to unless expressly agreed to by the
1087                  Licensor.
1088         
1089           d. Nothing in this Public License constitutes or may be interpreted
1090                  as a limitation upon, or waiver of, any privileges and immunities
1091                  that apply to the Licensor or You, including from the legal
1092                  processes of any jurisdiction or authority.
1093         
1094         =======================================================================
1095         
1096         Creative Commons Corporation ("Creative Commons") is not a law firm and
1097         does not provide legal services or legal advice. Distribution of
1098         Creative Commons public licenses does not create a lawyer-client or
1099         other relationship. Creative Commons makes its licenses and related
1100         information available on an "as-is" basis. Creative Commons gives no
1101         warranties regarding its licenses, any material licensed under their
1102         terms and conditions, or any related information. Creative Commons
1103         disclaims all liability for damages resulting from their use to the
1104         fullest extent possible.
1105         
1106         Using Creative Commons Public Licenses
1107         
1108         Creative Commons public licenses provide a standard set of terms and
1109         conditions that creators and other rights holders may use to share
1110         original works of authorship and other material subject to copyright
1111         and certain other rights specified in the public license below. The
1112         following considerations are for informational purposes only, are not
1113         exhaustive, and do not form part of our licenses.
1114         
1115                  Considerations for licensors: Our public licenses are
1116                  intended for use by those authorized to give the public
1117                  permission to use material in ways otherwise restricted by
1118                  copyright and certain other rights. Our licenses are
1119                  irrevocable. Licensors should read and understand the terms
1120                  and conditions of the license they choose before applying it.
1121                  Licensors should also secure all rights necessary before
1122                  applying our licenses so that the public can reuse the
1123                  material as expected. Licensors should clearly mark any
1124                  material not subject to the license. This includes other CC-
1125                  licensed material, or material used under an exception or
1126                  limitation to copyright. More considerations for licensors:
1127                 wiki.creativecommons.org/Considerations_for_licensors
1128         
1129                  Considerations for the public: By using one of our public
1130                  licenses, a licensor grants the public permission to use the
1131                  licensed material under specified terms and conditions. If
1132                  the licensor's permission is not necessary for any reason--for
1133                  example, because of any applicable exception or limitation to
1134                  copyright--then that use is not regulated by the license. Our
1135                  licenses grant only permissions under copyright and certain
1136                  other rights that a licensor has authority to grant. Use of
1137                  the licensed material may still be restricted for other
1138                  reasons, including because others have copyright or other
1139                  rights in the material. A licensor may make special requests,
1140                  such as asking that all changes be marked or described.
1141                  Although not required by our licenses, you are encouraged to
1142                  respect those requests where reasonable. More_considerations
1143                  for the public: 
1144                 wiki.creativecommons.org/Considerations_for_licensees
1145         
1146         =======================================================================
1147         
1148         Creative Commons is not a party to its public licenses.
1149         Notwithstanding, Creative Commons may elect to apply one of its public
1150         licenses to material it publishes and in those instances will be
1151         considered the "Licensor." Except for the limited purpose of indicating
1152         that material is shared under a Creative Commons public license or as
1153         otherwise permitted by the Creative Commons policies published at
1154         creativecommons.org/policies, Creative Commons does not authorize the
1155         use of the trademark "Creative Commons" or any other trademark or logo
1156         of Creative Commons without its prior written consent including,
1157         without limitation, in connection with any unauthorized modifications
1158         to any of its public licenses or any other arrangements,
1159         understandings, or agreements concerning use of licensed material. For
1160         the avoidance of doubt, this paragraph does not form part of the public
1161         licenses.
1162         
1163         Creative Commons may be contacted at creativecommons.org.
1165 ## SIL Open Font License Version 1.1
1167         This Font Software is licensed under the SIL Open Font License, Vers. 1.1.
1168         This license is copied below, and is also available with a FAQ at:
1169         http://scripts.sil.org/OFL
1170         
1171         
1172         -----------------------------------------------------------
1173         SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
1174         -----------------------------------------------------------
1175         
1176         PREAMBLE
1177         The goals of the Open Font License (OFL) are to stimulate worldwide
1178         development of collaborative font projects, to support the font creation
1179         efforts of academic and linguistic communities, and to provide a free and
1180         open framework in which fonts may be shared and improved in partnership
1181         with others.
1182         
1183         The OFL allows the licensed fonts to be used, studied, modified and
1184         redistributed freely as long as they are not sold by themselves. The
1185         fonts, including any derivative works, can be bundled, embedded, 
1186         redistributed and/or sold with any software provided that any reserved
1187         names are not used by derivative works. The fonts and derivatives,
1188         however, cannot be released under any other type of license. The
1189         requirement for fonts to remain under this license does not apply
1190         to any document created using the fonts or their derivatives.
1191         
1192         DEFINITIONS
1193         "Font Software" refers to the set of files released by the Copyright
1194         Holder(s) under this license and clearly marked as such. This may
1195         include source files, build scripts and documentation.
1196         
1197         "Reserved Font Name" refers to any names specified as such after the
1198         copyright statement(s).
1199         
1200         "Original Version" refers to the collection of Font Software components as
1201         distributed by the Copyright Holder(s).
1202         
1203         "Modified Version" refers to any derivative made by adding to, deleting,
1204         or substituting -- in part or in whole -- any of the components of the
1205         Original Version, by changing formats or by porting the Font Software to a
1206         new environment.
1207         
1208         "Author" refers to any designer, engineer, programmer, technical
1209         writer or other person who contributed to the Font Software.
1210         
1211         PERMISSION & CONDITIONS
1212         Permission is hereby granted, free of charge, to any person obtaining
1213         a copy of the Font Software, to use, study, copy, merge, embed, modify,
1214         redistribute, and sell modified and unmodified copies of the Font
1215         Software, subject to the following conditions:
1216         
1217         1) Neither the Font Software nor any of its individual components,
1218         in Original or Modified Versions, may be sold by itself.
1219         
1220         2) Original or Modified Versions of the Font Software may be bundled,
1221         redistributed and/or sold with any software, provided that each copy
1222         contains the above copyright notice and this license. These can be
1223         included either as stand-alone text files, human-readable headers or
1224         in the appropriate machine-readable metadata fields within text or
1225         binary files as long as those fields can be easily viewed by the user.
1226         
1227         3) No Modified Version of the Font Software may use the Reserved Font
1228         Name(s) unless explicit written permission is granted by the corresponding
1229         Copyright Holder. This restriction only applies to the primary font name as
1230         presented to the users.
1231         
1232         4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
1233         Software shall not be used to promote, endorse or advertise any
1234         Modified Version, except to acknowledge the contribution(s) of the
1235         Copyright Holder(s) and the Author(s) or with their explicit written
1236         permission.
1237         
1238         5) The Font Software, modified or unmodified, in part or in whole,
1239         must be distributed entirely under this license, and must not be
1240         distributed under any other license. The requirement for fonts to
1241         remain under this license does not apply to any document created
1242         using the Font Software.
1243         
1244         TERMINATION
1245         This license becomes null and void if any of the above conditions are
1246         not met.
1247         
1248         DISCLAIMER
1249         THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1250         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1251         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1252         OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
1253         COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1254         INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1255         DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1256         FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
1257         OTHER DEALINGS IN THE FONT SOFTWARE.