OSDN Git Service

Flatten directory tree structure
[seijiseikana/seikanadic-anthy.git] / COPYING.txt
1                     GNU GENERAL PUBLIC LICENSE\r
2                      Version 3, 29 June 2007\r
3 \r
4  Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>\r
5 \r
6  Everyone is permitted to copy and distribute verbatim copies\r
7  of this license document, but changing it is not allowed.\r
8 \r
9                             Preamble\r
10 \r
11   The GNU General Public License is a free, copyleft license for\r
12 software and other kinds of works.\r
13 \r
14   The licenses for most software and other practical works are\r
15 designed to take away your freedom to share and change the works.\r
16 By contrast, the GNU General Public License is intended to guarantee\r
17 your freedom to share and change all versions of a program--to make\r
18 sure it remains free software for all its users. We, the Free Software\r
19 Foundation, use the GNU General Public License for most of our\r
20 software; it applies also to any other work released this way by its\r
21 authors. You can apply it to your programs, too.\r
22 \r
23   When we speak of free software, we are referring to freedom, not\r
24 price. Our General Public Licenses are designed to make sure that you\r
25 have the freedom to distribute copies of free software (and charge for\r
26 them if you wish), that you receive source code or can get it if you\r
27 want it, that you can change the software or use pieces of it in new\r
28 free programs, and that you know you can do these things.\r
29 \r
30   To protect your rights, we need to prevent others from denying you\r
31 these rights or asking you to surrender the rights. Therefore, you\r
32 have certain responsibilities if you distribute copies of the\r
33 software, or if you modify it: responsibilities to respect the freedom\r
34 of others.\r
35 \r
36   For example, if you distribute copies of such a program, whether\r
37 gratis or for a fee, you must pass on to the recipients the same\r
38 freedoms that you received. You must make sure that they, too, receive\r
39 or can get the source code. And you must show them these terms so they\r
40 know their rights.\r
41 \r
42   Developers that use the GNU GPL protect your rights with two steps:\r
43 (1) assert copyright on the software, and (2) offer you this License\r
44 giving you legal permission to copy, distribute and/or modify it.\r
45 \r
46   For the developers' and authors' protection, the GPL clearly\r
47 explains that there is no warranty for this free software. For both\r
48 users' and authors' sake, the GPL requires that modified versions be\r
49 marked as changed, so that their problems will not be attributed\r
50 erroneously to authors of previous versions.\r
51 \r
52   Some devices are designed to deny users access to install or run\r
53 modified versions of the software inside them, although the\r
54 manufacturer can do so. This is fundamentally incompatible with the\r
55 aim of protecting users' freedom to change the software. The\r
56 systematic pattern of such abuse occurs in the area of products for\r
57 individuals to use, which is precisely where it is most unacceptable.\r
58 Therefore, we have designed this version of the GPL to prohibit the\r
59 practice for those products. If such problems arise substantially in\r
60 other domains, we stand ready to extend this provision to those\r
61 domains in future versions of the GPL, as needed to protect the\r
62 freedom of users.\r
63 \r
64   Finally, every program is threatened constantly by software\r
65 patents. States should not allow patents to restrict development and\r
66 use of software on general-purpose computers, but in those that do,\r
67 we wish to avoid the special danger that patents applied to a free\r
68 program could make it effectively proprietary. To prevent this,\r
69 the GPL assures that patents cannot be used to render the program\r
70 non-free.\r
71 \r
72   The precise terms and conditions for copying, distribution and\r
73 modification follow.\r
74 \r
75                     TERMS AND CONDITIONS\r
76 \r
77   0. Definitions.\r
78 \r
79   "This License" refers to version 3 of the GNU General Public License.\r
80 \r
81   "Copyright" also means copyright-like laws that apply to other kinds\r
82 of works, such as semiconductor masks.\r
83 \r
84   "The Program" refers to any copyrightable work licensed under this\r
85 License. Each licensee is addressed as "you". "Licensees" and\r
86 "recipients" may be individuals or organizations.\r
87 \r
88   To "modify" a work means to copy from or adapt all or part of the work\r
89 in a fashion requiring copyright permission, other than the making of an\r
90 exact copy. The resulting work is called a "modified version" of the\r
91 earlier work or a work "based on" the earlier work.\r
92 \r
93   A "covered work" means either the unmodified Program or a work based\r
94 on the Program.\r
95 \r
96   To "propagate" a work means to do anything with it that, without\r
97 permission, would make you directly or secondarily liable for\r
98 infringement under applicable copyright law, except executing it on a\r
99 computer or modifying a private copy. Propagation includes copying,\r
100 distribution (with or without modification), making available to the\r
101 public, and in some countries other activities as well.\r
102 \r
103   To "convey" a work means any kind of propagation that enables other\r
104 parties to make or receive copies. Mere interaction with a user through\r
105 a computer network, with no transfer of a copy, is not conveying.\r
106 \r
107   An interactive user interface displays "Appropriate Legal Notices"\r
108 to the extent that it includes a convenient and prominently visible\r
109 feature that (1) displays an appropriate copyright notice, and (2) tells\r
110 the user that there is no warranty for the work (except to the extent\r
111 that warranties are provided), that licensees may convey the work under\r
112 this License, and how to view a copy of this License. If the interface\r
113 presents a list of user commands or options, such as a menu, a prominent\r
114 item in the list meets this criterion.\r
115 \r
116   1. Source Code.\r
117 \r
118   The "source code" for a work means the preferred form of the work\r
119 for making modifications to it. "Object code" means any non-source\r
120 form of a work.\r
121 \r
122   A "Standard Interface" means an interface that either is an official\r
123 standard defined by a recognized standards body, or, in the case of\r
124 interfaces specified for a particular programming language, one that\r
125 is widely used among developers working in that language.\r
126 \r
127   The "System Libraries" of an executable work include anything, other\r
128 than the work as a whole, that (a) is included in the normal form of\r
129 packaging a Major Component, but which is not part of that Major\r
130 Component, and (b) serves only to enable use of the work with that\r
131 Major Component, or to implement a Standard Interface for which an\r
132 implementation is available to the public in source code form. A\r
133 "Major Component", in this context, means a major essential component\r
134 (kernel, window system, and so on) of the specific operating system\r
135 (if any) on which the executable work runs, or a compiler used to\r
136 produce the work, or an object code interpreter used to run it.\r
137 \r
138   The "Corresponding Source" for a work in object code form means all\r
139 the source code needed to generate, install, and (for an executable\r
140 work) run the object code and to modify the work, including scripts\r
141 to control those activities. However, it does not include the work's\r
142 System Libraries, or general-purpose tools or generally available free\r
143 programs which are used unmodified in performing those activities but\r
144 which are not part of the work. For example, Corresponding Source\r
145 includes interface definition files associated with source files for\r
146 the work, and the source code for shared libraries and dynamically\r
147 linked subprograms that the work is specifically designed to require,\r
148 such as by intimate data communication or control flow between those\r
149 subprograms and other parts of the work.\r
150 \r
151   The Corresponding Source need not include anything that users can\r
152 regenerate automatically from other parts of the Corresponding Source.\r
153 \r
154   The Corresponding Source for a work in source code form is that\r
155 same work.\r
156 \r
157   2. Basic Permissions.\r
158 \r
159   All rights granted under this License are granted for the term of\r
160 copyright on the Program, and are irrevocable provided the stated\r
161 conditions are met. This License explicitly affirms your unlimited\r
162 permission to run the unmodified Program. The output from running a\r
163 covered work is covered by this License only if the output, given its\r
164 content, constitutes a covered work. This License acknowledges your\r
165 rights of fair use or other equivalent, as provided by copyright law.\r
166 \r
167   You may make, run and propagate covered works that you do not convey,\r
168 without conditions so long as your license otherwise remains in force.\r
169 You may convey covered works to others for the sole purpose of having\r
170 them make modifications exclusively for you, or provide you with\r
171 facilities for running those works, provided that you comply with the\r
172 terms of this License in conveying all material for which you do not\r
173 control copyright. Those thus making or running the covered works for\r
174 you must do so exclusively on your behalf, under your direction and\r
175 control, on terms that prohibit them from making any copies of your\r
176 copyrighted material outside their relationship with you.\r
177 \r
178   Conveying under any other circumstances is permitted solely under\r
179 the conditions stated below. Sublicensing is not allowed; section 10\r
180 makes it unnecessary.\r
181 \r
182   3. Protecting Users' Legal Rights From Anti-Circumvention Law.\r
183 \r
184   No covered work shall be deemed part of an effective technological\r
185 measure under any applicable law fulfilling obligations under article\r
186 11 of the WIPO copyright treaty adopted on 20 December 1996, or\r
187 similar laws prohibiting or restricting circumvention of such measures.\r
188 \r
189   When you convey a covered work, you waive any legal power to forbid\r
190 circumvention of technological measures to the extent such circumvention\r
191 is effected by exercising rights under this License with respect to the\r
192 covered work, and you disclaim any intention to limit operation or\r
193 modification of the work as a means of enforcing, against the work  's\r
194 users, your or third parties' legal rights to forbid circumvention of\r
195 technological measures.\r
196 \r
197   4. Conveying Verbatim Copies.\r
198 \r
199   You may convey verbatim copies of the Program's source code as you\r
200 receive it, in any medium, provided that you conspicuously and\r
201 appropriately publish on each copy an appropriate copyright notice;\r
202 keep intact all notices stating that this License and any non-permissive\r
203 terms added in accord with section 7 apply to the code; keep intact all\r
204 notices of the absence of any warranty; and give all recipients a copy\r
205 of this License along with the Program.\r
206 \r
207   You may charge any price or no price for each copy that you convey,\r
208 and you may offer support or warranty protection for a fee.\r
209 \r
210   5. Conveying Modified Source Versions.\r
211 \r
212   You may convey a work based on the Program, or the modifications to\r
213 produce it from the Program, in the form of source code under the terms\r
214 of section 4, provided that you also meet all of these conditions:\r
215 \r
216     a) The work must carry prominent notices stating that you modified\r
217     it, and giving a relevant date.\r
218 \r
219     b) The work must carry prominent notices stating that it is\r
220     released under this License and any conditions added under section 7.\r
221     This requirement modifies the requirement in section 4 to "keep\r
222     intact all notices".\r
223 \r
224     c) You must license the entire work, as a whole, under this License\r
225     to anyone who comes into possession of a copy. This License will\r
226     therefore apply, along with any applicable section 7 additional\r
227     terms, to the whole of the work, and all its parts, regardless of\r
228     how they are packaged. This License gives no permission to license\r
229     the work in any other way, but it does not invalidate such\r
230     permission if you have separately received it.\r
231 \r
232     d) If the work has interactive user interfaces, each must display\r
233     Appropriate Legal Notices; however, if the Program has interactive\r
234     interfaces that do not display Appropriate Legal Notices, your work\r
235     need not make them do so.\r
236 \r
237   A compilation of a covered work with other separate and independent\r
238 works, which are not by their nature extensions of the covered work,\r
239 and which are not combined with it such as to form a larger program,\r
240 in or on a volume of a storage or distribution medium, is called an\r
241 "aggregate" if the compilation and its resulting copyright are not used\r
242 to limit the access or legal rights of the compilation's users beyond\r
243 what the individual works permit. Inclusion of a covered work in an\r
244 aggregate does not cause this License to apply to the other parts of\r
245 the aggregate.\r
246 \r
247   6. Conveying Non-Source Forms.\r
248 \r
249   You may convey a covered work in object code form under the terms\r
250 of sections 4 and 5, provided that you also convey the machine-readable\r
251 Corresponding Source under the terms of this License, in one of these\r
252 ways:\r
253 \r
254     a) Convey the object code in, or embodied in, a physical product\r
255     (including a physical distribution medium), accompanied by the\r
256     Corresponding Source fixed on a durable physical medium customarily\r
257     used for software interchange.\r
258 \r
259     b) Convey the object code in, or embodied in, a physical product\r
260     (including a physical distribution medium), accompanied by a\r
261     written offer, valid for at least three years and valid for as long\r
262     as you offer spare parts or customer support for that product model,\r
263     to give anyone who possesses the object code either (1) a copy of\r
264     the Corresponding Source for all the software in the product that\r
265     is covered by this License, on a durable physical medium customarily\r
266     used for software interchange, for a price no more than your\r
267     reasonable cost of physically performing this conveying of source,\r
268     or (2) access to copy the Corresponding Source from a network server\r
269     at no charge.\r
270 \r
271     c) Convey individual copies of the object code with a copy of the\r
272     written offer to provide the Corresponding Source. This alternative\r
273     is allowed only occasionally and noncommercially, and only if you\r
274     received the object code with such an offer, in accord with\r
275     subsection 6b.\r
276 \r
277     d) Convey the object code by offering access from a designated\r
278     place (gratis or for a charge), and offer equivalent access to the\r
279     Corresponding Source in the same way through the same place at no\r
280     further charge. You need not require recipients to copy the\r
281     Corresponding Source along with the object code. If the place to\r
282     copy the object code is a network server, the Corresponding Source\r
283     may be on a different server (operated by you or a third party)\r
284     that supports equivalent copying facilities, provided you maintain\r
285     clear directions next to the object code saying where to find the\r
286     Corresponding Source. Regardless of what server hosts the\r
287     Corresponding Source, you remain obligated to ensure that it is\r
288     available for as long as needed to satisfy these requirements.\r
289 \r
290     e) Convey the object code using peer-to-peer transmission,\r
291     provided you inform other peers where the object code and\r
292     Corresponding Source of the work are being offered to the general\r
293     public at no charge under subsection 6d.\r
294 \r
295   A separable portion of the object code, whose source code is excluded\r
296 from the Corresponding Source as a System Library, need not be included\r
297 in conveying the object code work.\r
298 \r
299   A "User Product" is either (1) a "consumer product", which means any\r
300 tangible personal property which is normally used for personal, family,\r
301 or household purposes, or (2) anything designed or sold for incorporation\r
302 into a dwelling. In determining whether a product is a consumer product,\r
303 doubtful cases shall be resolved in favor of coverage. For a particular\r
304 product received by a particular user, "normally used" refers to a\r
305 typical or common use of that class of product, regardless of the status\r
306 of the particular user or of the way in which the particular user\r
307 actually uses, or expects or is expected to use, the product. A product\r
308 is a consumer product regardless of whether the product has substantial\r
309 commercial, industrial or non-consumer uses, unless such uses represent\r
310 the only significant mode of use of the product.\r
311 \r
312   "Installation Information" for a User Product means any methods,\r
313 procedures, authorization keys, or other information required to install\r
314 and execute modified versions of a covered work in that User Product from\r
315 a modified version of its Corresponding Source. The information must\r
316 suffice to ensure that the continued functioning of the modified object\r
317 code is in no case prevented or interfered with solely because\r
318 modification has been made.\r
319 \r
320   If you convey an object code work under this section in, or with, or\r
321 specifically for use in, a User Product, and the conveying occurs as part\r
322 of a transaction in which the right of possession and use of the User\r
323 Product is transferred to the recipient in perpetuity or for a fixed term\r
324 (regardless of how the transaction is characterized), the Corresponding\r
325 Source conveyed under this section must be accompanied by the\r
326 Installation Information. But this requirement does not apply if neither\r
327 you nor any third party retains the ability to install modified object\r
328 code on the User Product (for example, the work has been installed in ROM).\r
329 \r
330   The requirement to provide Installation Information does not include a\r
331 requirement to continue to provide support service, warranty, or updates\r
332 for a work that has been modified or installed by the recipient, or for\r
333 the User Product in which it has been modified or installed. Access to a\r
334 network may be denied when the modification itself materially and\r
335 adversely affects the operation of the network or violates the rules and\r
336 protocols for communication across the network.\r
337 \r
338   Corresponding Source conveyed, and Installation Information provided,\r
339 in accord with this section must be in a format that is publicly\r
340 documented (and with an implementation available to the public in source\r
341 code form), and must require no special password or key for unpacking,\r
342 reading or copying.\r
343 \r
344   7. Additional Terms.\r
345 \r
346   "Additional permissions" are terms that supplement the terms of this\r
347 License by making exceptions from one or more of its conditions.\r
348 Additional permissions that are applicable to the entire Program shall\r
349 be treated as though they were included in this License, to the extent\r
350 that they are valid under applicable law. If additional permissions\r
351 apply only to part of the Program, that part may be used separately\r
352 under those permissions, but the entire Program remains governed by\r
353 this License without regard to the additional permissions.\r
354 \r
355   When you convey a copy of a covered work, you may at your option\r
356 remove any additional permissions from that copy, or from any part\r
357 of it. (Additional permissions may be written to require their own\r
358 removal in certain cases when you modify the work.) You may place\r
359 additional permissions on material, added by you to a covered work,\r
360 for which you have or can give appropriate copyright permission.\r
361 \r
362   Notwithstanding any other provision of this License, for material you\r
363 add to a covered work, you may (if authorized by the copyright holders\r
364 of that material) supplement the terms of this License with terms:\r
365 \r
366     a) Disclaiming warranty or limiting liability differently from the\r
367     terms of sections 15 and 16 of this License; or\r
368 \r
369     b) Requiring preservation of specified reasonable legal notices or\r
370     author attributions in that material or in the Appropriate Legal\r
371     Notices displayed by works containing it; or\r
372 \r
373     c) Prohibiting misrepresentation of the origin of that material,\r
374     or requiring that modified versions of such material be marked in\r
375     reasonable ways as different from the original version; or\r
376 \r
377     d) Limiting the use for publicity purposes of names of licensors\r
378     or authors of the material; or\r
379 \r
380     e) Declining to grant rights under trademark law for use of some\r
381     trade names, trademarks, or service marks; or\r
382 \r
383     f) Requiring indemnification of licensors and authors of that\r
384     material by anyone who conveys the material (or modified versions\r
385     of it) with contractual assumptions of liability to the recipient,\r
386     for any liability that these contractual assumptions directly\r
387     impose on those licensors and authors.\r
388 \r
389   All other non-permissive additional terms are considered "further\r
390 restrictions" within the meaning of section 10. If the Program as you\r
391 received it, or any part of it, contains a notice stating that it is\r
392 governed by this License along with a term that is a further restriction,\r
393 you may remove that term. If a license document contains a further\r
394 restriction but permits relicensing or conveying under this License,\r
395 you may add to a covered work material governed by the terms of that\r
396 license document, provided that the further restriction does not survive\r
397 such relicensing or conveying.\r
398 \r
399   If you add terms to a covered work in accord with this section, you\r
400 must place, in the relevant source files, a statement of the additional\r
401 terms that apply to those files, or a notice indicating where to find\r
402 the applicable terms.\r
403 \r
404   Additional terms, permissive or non-permissive, may be stated in the\r
405 form of a separately written license, or stated as exceptions; the\r
406 above requirements apply either way.\r
407 \r
408   8. Termination.\r
409 \r
410   You may not propagate or modify a covered work except as expressly\r
411 provided under this License. Any attempt otherwise to propagate or\r
412 modify it is void, and will automatically terminate your rights under\r
413 this License (including any patent licenses granted under the third\r
414 paragraph of section 11).\r
415 \r
416   However, if you cease all violation of this License, then your license\r
417 from a particular copyright holder is reinstated (a) provisionally,\r
418 unless and until the copyright holder explicitly and finally terminates\r
419 your license, and (b) permanently, if the copyright holder fails to\r
420 notify you of the violation by some reasonable means prior to 60 days\r
421 after the cessation.\r
422 \r
423   Moreover, your license from a particular copyright holder is\r
424 reinstated permanently if the copyright holder notifies you of the\r
425 violation by some reasonable means, this is the first time you have\r
426 received notice of violation of this License (for any work) from that\r
427 copyright holder, and you cure the violation prior to 30 days after your\r
428 receipt of the notice.\r
429 \r
430   Termination of your rights under this section does not terminate the\r
431 licenses of parties who have received copies or rights from you under\r
432 this License. If your rights have been terminated and not permanently\r
433 reinstated, you do not qualify to receive new licenses for the same\r
434 material under section 10.\r
435 \r
436   9. Acceptance Not Required for Having Copies.\r
437 \r
438   You are not required to accept this License in order to receive or\r
439 run a copy of the Program. Ancillary propagation of a covered work\r
440 occurring solely as a consequence of using peer-to-peer transmission\r
441 to receive a copy likewise does not require acceptance. However,\r
442 nothing other than this License grants you permission to propagate or\r
443 modify any covered work. These actions infringe copyright if you do\r
444 not accept this License. Therefore, by modifying or propagating a\r
445 covered work, you indicate your acceptance of this License to do so.\r
446 \r
447   10. Automatic Licensing of Downstream Recipients.\r
448 \r
449   Each time you convey a covered work, the recipient automatically\r
450 receives a license from the original licensors, to run, modify and\r
451 propagate that work, subject to this License. You are not responsible\r
452 for enforcing compliance by third parties with this License.\r
453 \r
454   An "entity transaction" is a transaction transferring control of\r
455 an organization, or substantially all assets of one, or subdividing\r
456 an organization, or merging organizations. If propagation of a covered\r
457 work results from an entity transaction, each party to that transaction\r
458 who receives a copy of the work also receives whatever licenses to the\r
459 work the party's predecessor in interest had or could give under the\r
460 previous paragraph, plus a right to possession of the Corresponding\r
461 Source of the work from the predecessor in interest, if the predecessor\r
462 has it or can get it with reasonable efforts.\r
463 \r
464   You may not impose any further restrictions on the exercise of the\r
465 rights granted or affirmed under this License. For example, you may\r
466 not impose a license fee, royalty, or other charge for exercise of\r
467 rights granted under this License, and you may not initiate litigation\r
468 (including a cross-claim or counterclaim in a lawsuit) alleging that\r
469 any patent claim is infringed by making, using, selling, offering for\r
470 sale, or importing the Program or any portion of it.\r
471 \r
472   11. Patents.\r
473 \r
474   A "contributor" is a copyright holder who authorizes use under this\r
475 License of the Program or a work on which the Program is based. The\r
476 work thus licensed is called the contributor's "contributor version".\r
477 \r
478   A contributor's "essential patent claims" are all patent claims\r
479 owned or controlled by the contributor, whether already acquired or\r
480 hereafter acquired, that would be infringed by some manner, permitted\r
481 by this License, of making, using, or selling its contributor version,\r
482 but do not include claims that would be infringed only as a consequence\r
483 of further modification of the contributor version. For purposes of\r
484 this definition, "control" includes the right to grant patent\r
485 sublicenses in a manner consistent with the requirements of\r
486 this License.\r
487 \r
488   Each contributor grants you a non-exclusive, worldwide, royalty-free\r
489 patent license under the contributor's essential patent claims, to make,\r
490 use, sell, offer for sale, import and otherwise run, modify and\r
491 propagate the contents of its contributor version.\r
492 \r
493   In the following three paragraphs, a "patent license" is any express\r
494 agreement or commitment, however denominated, not to enforce a patent\r
495 (such as an express permission to practice a patent or covenant not to\r
496 sue for patent infringement). To "grant" such a patent license to a\r
497 party means to make such an agreement or commitment not to enforce a\r
498 patent against the party.\r
499 \r
500   If you convey a covered work, knowingly relying on a patent license,\r
501 and the Corresponding Source of the work is not available for anyone\r
502 to copy, free of charge and under the terms of this License, through\r
503 a publicly available network server or other readily accessible means,\r
504 then you must either (1) cause the Corresponding Source to be so\r
505 available, or (2) arrange to deprive yourself of the benefit of the\r
506 patent license for this particular work, or (3) arrange, in a manner\r
507 consistent with the requirements of this License, to extend the patent\r
508 license to downstream recipients. "Knowingly relying" means you have\r
509 actual knowledge that, but for the patent license, your conveying the\r
510 covered work in a country, or your recipient's use of the covered work\r
511 in a country, would infringe one or more identifiable patents in that\r
512 country that you have reason to believe are valid.\r
513 \r
514   If, pursuant to or in connection with a single transaction or\r
515 arrangement, you convey, or propagate by procuring conveyance of,\r
516 a covered work, and grant a patent license to some of the parties\r
517 receiving the covered work authorizing them to use, propagate, modify\r
518 or convey a specific copy of the covered work, then the patent license\r
519 you grant is automatically extended to all recipients of the covered\r
520 work and works based on it.\r
521 \r
522   A patent license is "discriminatory" if it does not include within\r
523 the scope of its coverage, prohibits the exercise of, or is conditioned\r
524 on the non-exercise of one or more of the rights that are specifically\r
525 granted under this License. You may not convey a covered work if you\r
526 are a party to an arrangement with a third party that is in the\r
527 business of distributing software, under which you make payment to the\r
528 third party based on the extent of your activity of conveying the work,\r
529 and under which the third party grants, to any of the parties who would\r
530 receive the covered work from you, a discriminatory patent license\r
531 (a) in connection with copies of the covered work conveyed by you (or\r
532 copies made from those copies), or (b) primarily for and in connection\r
533 with specific products or compilations that contain the covered work,\r
534 unless you entered into that arrangement, or that patent license was\r
535 granted, prior to 28 March 2007.\r
536 \r
537   Nothing in this License shall be construed as excluding or limiting\r
538 any implied license or other defenses to infringement that may\r
539 otherwise be available to you under applicable patent law.\r
540 \r
541   12. No Surrender of Others' Freedom.\r
542 \r
543   If conditions are imposed on you (whether by court order, agreement\r
544 or otherwise) that contradict the conditions of this License, they do\r
545 not excuse you from the conditions of this License. If you cannot\r
546 convey a covered work so as to satisfy simultaneously your obligations\r
547 under this License and any other pertinent obligations, then as a\r
548 consequence you may not convey it at all. For example, if you agree to\r
549 terms that obligate you to collect a royalty for further conveying from\r
550 those to whom you convey the Program, the only way you could satisfy\r
551 both those terms and this License would be to refrain entirely from\r
552 conveying the Program.\r
553 \r
554   13. Use with the GNU Affero General Public License.\r
555 \r
556   Notwithstanding any other provision of this License, you have\r
557 permission to link or combine any covered work with a work licensed\r
558 under version 3 of the GNU Affero General Public License into a single\r
559 combined work, and to convey the resulting work. The terms of this\r
560 License will continue to apply to the part which is the covered work,\r
561 but the special requirements of the GNU Affero General Public License,\r
562 section 13, concerning interaction through a network will apply to the\r
563 combination as such.\r
564 \r
565   14. Revised Versions of this License.\r
566 \r
567   The Free Software Foundation may publish revised and/or new versions\r
568 of the GNU General Public License from time to time. Such new versions\r
569 will be similar in spirit to the present version, but may differ in\r
570 detail to address new problems or concerns.\r
571 \r
572   Each version is given a distinguishing version number. If the Program\r
573 specifies that a certain numbered version of the GNU General Public\r
574 License "or any later version" applies to it, you have the option of\r
575 following the terms and conditions either of that numbered version or\r
576 of any later version published by the Free Software Foundation. If the\r
577 Program does not specify a version number of the GNU General Public\r
578 License, you may choose any version ever published by the Free Software\r
579 Foundation.\r
580 \r
581   If the Program specifies that a proxy can decide which future versions\r
582 of the GNU General Public License can be used, that proxy's public\r
583 statement of acceptance of a version permanently authorizes you to\r
584 choose that version for the Program.\r
585 \r
586   Later license versions may give you additional or different\r
587 permissions. However, no additional obligations are imposed on any\r
588 author or copyright holder as a result of your choosing to follow a\r
589 later version.\r
590 \r
591   15. Disclaimer of Warranty.\r
592 \r
593 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\r
594 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\r
595 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT\r
596 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT\r
597 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
598 A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE\r
599 OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU\r
600 ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r
601 \r
602   16. Limitation of Liability.\r
603 \r
604 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r
605 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR\r
606 CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r
607 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES\r
608 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT\r
609 NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR\r
610 LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM\r
611 TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER\r
612 PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
613 \r
614   17. Interpretation of Sections 15 and 16.\r
615 \r
616 If the disclaimer of warranty and limitation of liability provided above\r
617 cannot be given local legal effect according to their terms, reviewing\r
618 courts shall apply local law that most closely approximates an absolute\r
619 waiver of all civil liability in connection with the Program, unless\r
620 a warranty or assumption of liability accompanies a copy of the Program\r
621 in return for a fee.\r
622 \r
623                      END OF TERMS AND CONDITIONS\r
624 \r
625             How to Apply These Terms to Your New Programs\r
626 \r
627   If you develop a new program, and you want it to be of the greatest\r
628 possible use to the public, the best way to achieve this is to make it\r
629 free software which everyone can redistribute and change under these terms.\r
630 \r
631   To do so, attach the following notices to the program. It is safest\r
632 to attach them to the start of each source file to most effectively\r
633 state the exclusion of warranty; and each file should have at least\r
634 the "copyright" line and a pointer to where the full notice is found.\r
635 \r
636     <one line to give the program's name and a brief idea of what it does.>\r
637     Copyright (C) <year>  <name of author>\r
638 \r
639     This program is free software: you can redistribute it and/or modify\r
640     it under the terms of the GNU General Public License as published by\r
641     the Free Software Foundation, either version 3 of the License, or\r
642     (at your option) any later version.\r
643 \r
644     This program is distributed in the hope that it will be useful,\r
645     but WITHOUT ANY WARRANTY; without even the implied warranty of\r
646     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
647     GNU General Public License for more details.\r
648 \r
649     You should have received a copy of the GNU General Public License\r
650     along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
651 \r
652 Also add information on how to contact you by electronic and paper mail.\r
653 \r
654 If the program does terminal interaction, make it output a short notice\r
655 like this when it starts in an interactive mode:\r
656 \r
657     <program>  Copyright (C) <year>  <name of author>\r
658     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r
659     This is free software, and you are welcome to redistribute it\r
660     under certain conditions; type `show c' for details.\r
661 \r
662 The hypothetical commands `show w' and `show c' should show the appropriate\r
663 parts of the General Public License. Of course, your program's commands\r
664 might be different; for a GUI interface, you would use an "about box".\r
665 \r
666 You should also get your employer (if you work as a programmer) or school,\r
667 if any, to sign a "copyright disclaimer" for the program, if necessary.\r
668 For more information on this, and how to apply and follow the GNU GPL,\r
669 see <http://www.gnu.org/licenses/>.\r
670 \r
671 The GNU General Public License does not permit incorporating your\r
672 program into proprietary programs. If your program is a subroutine\r
673 library, you may consider it more useful to permit linking proprietary\r
674 applications with the library. If this is what you want to do, use\r
675 the GNU Lesser General Public License instead of this License. But first,\r
676 please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.\r