Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/
Date: Sun, 04 Oct 2020 06:58:32
Message-Id: 1601794705.3a31db6b2798693a5fcc82f23c8006311f6c7938.jer@gentoo
1 commit: 3a31db6b2798693a5fcc82f23c8006311f6c7938
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 06:56:39 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 06:58:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a31db6b
7
8 licenses: Add NPSL, the Nmap Public Source License
9
10 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
11
12 licenses/NPSL | 564 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13 1 file changed, 564 insertions(+)
14
15 diff --git a/licenses/NPSL b/licenses/NPSL
16 new file mode 100644
17 index 00000000000..7035e20dfd9
18 --- /dev/null
19 +++ b/licenses/NPSL
20 @@ -0,0 +1,564 @@
21 +Nmap Public Source License Version 0.92
22 +For more information on this license, see https://nmap.org/npsl/
23 +
24 +0. Preamble
25 +
26 +The intent of this license is to establish freedom to share and change
27 +the software regulated by this license under the open source model. It
28 +also includes a Contributor Agreement and disclaims any warranty on
29 +Covered Software. Proprietary software companies wishing to use or
30 +incorporate Covered Software within their programs must contact
31 +Licensor to purchase a separate license. Open source developers who
32 +wish to incorporate parts of Covered Software into free software with
33 +conflicting licenses may write Licensor to request a waiver of terms.
34 +
35 +If the Nmap Project (directly or through one of it's commercial
36 +licensing customers) has granted you additional rights to Nmap or Nmap
37 +OEM, those additional rights take precedence where they conflict with
38 +the terms of this license agreement.
39 +
40 +This License represents the complete agreement concerning subject
41 +matter hereof. It contains the license terms themselves, but not the
42 +reasoning behind them or detailed explanations. For further
43 +information about this License, see https://nmap.org/npsl/ . That page
44 +makes a good faith attempt to explain this License, but it does not
45 +and can not modify its governing terms in any way.
46 +
47 +1. Definitions
48 +
49 +* "Contribution" means any work of authorship, including the original
50 + version of the Work and any modifications or additions to that Work
51 + or Derivative Works thereof, that is intentionally submitted to
52 + Licensor by the copyright owner or by an individual or Legal Entity
53 + authorized to submit on behalf of the copyright owner. For the
54 + purposes of this definition, "submitted" means any form of
55 + electronic, verbal, or written communication sent to the Licensor or
56 + its representatives, including but not limited to communication on
57 + electronic mailing lists, source code control systems, web sites,
58 + and issue tracking systems that are managed by, or on behalf of, the
59 + Licensor for the purpose of discussing and improving the Work, but
60 + excluding communication that is conspicuously marked or otherwise
61 + designated in writing by the copyright owner as "Not a
62 + Contribution."
63 +
64 +* "Contributor" means Licensor and any individual or Legal Entity on
65 + behalf of whom a Contribution has been received by Licensor and
66 + subsequently incorporated within the Work.
67 +
68 +* "Covered Software" means the work of authorship, whether in Source
69 + or Object form, made available under the License, as indicated by a
70 + copyright notice that is included in or attached to the work
71 +
72 +* "Derivative Work" or "Collective Work" means any work, whether in
73 + Source or Object form, that is based on (or derived from) the Work
74 + and for which the editorial revisions, annotations, elaborations, or
75 + other modifications represent, as a whole, an original work of
76 + authorship. It includes software as described in Section 3 of this
77 + License.
78 +
79 +* "Executable" means Covered Software in any form other than Source Code.
80 +
81 +* "Externally Deploy" means to Deploy the Covered Software in any way
82 + that may be accessed or used by anyone other than You, used to
83 + provide any services to anyone other than You, or used in any way to
84 + deliver any content to anyone other than You, whether the Covered
85 + Software is distributed to those parties, made available as an
86 + application intended for use over a computer network, or used to
87 + provide services or otherwise deliver content to anyone other than
88 + You.
89 +
90 +* "GPL" means the GNU General Public License Version 2, as published
91 + by the Free Software Foundation and provided in Exhibit A.
92 +
93 +* "Legal Entity" means the union of the acting entity and all other
94 + entities that control, are controlled by, or are under common
95 + control with that entity. For the purposes of this definition,
96 + "control" means (i) the power, direct or indirect, to cause the
97 + direction or management of such entity, whether by contract or
98 + otherwise, or (ii) ownership of fifty percent (50%) or more of the
99 + outstanding shares, or (iii) beneficial ownership of such entity.
100 +
101 +* "License" means this document, including Exhibits.
102 +
103 +* "Licensor" means Insecure.Com LLC and its successors and assigns.
104 +
105 +* "Main License Body" means all of the terms of this document,
106 + excluding Exhibits.
107 +
108 +* "You" (or "Your") means an individual or Legal Entity exercising
109 + permissions granted by this License.
110 +
111 +2. General Terms
112 +
113 +Covered Software is licensed to you under the terms of the GPL
114 +(Exhibit A), with all the exceptions, clarifications, and additions
115 +noted in this Main License Body. Where the terms in this Main License
116 +Body conflict in any way with the GPL, the Main License Body terms
117 +shall take precedence. These additional terms mean that You may not
118 +distribute Covered Software or Derivative Works under plain GPL terms
119 +without special permission from Licensor.
120 +
121 +You are not required to accept this License. However, nothing else
122 +grants You permission to use, copy, modify or distribute the software
123 +or its derivative works. These actions are prohibited by law if You do
124 +not accept this License. Therefore, by modifying, copying or
125 +distributing the software (or any work based on the software), You
126 +indicate your acceptance of this License to do so, and all its terms
127 +and conditions. In addition, you agree to the terms of this License by
128 +clicking the Accept button or downloading the software.
129 +
130 +3. Derivative Works
131 +
132 +This License (including the GPL portion) places important restrictions
133 +on derived works. Licensor interprets that term quite broadly. To
134 +avoid any misunderstandings, we consider software to constitute a
135 +"derivative work" of Covered Software for the purposes of this license
136 +if it does any of the following:
137 +
138 +* Integrates source code from Covered Software
139 +
140 +* Reads or includes Covered Software data files, such as nmap-os-db or
141 + nmap-service-probes.
142 +
143 +* Is designed specifically to execute Covered Software and parse the
144 + results (as opposed to typical shell or execution-menu apps, which
145 + will execute anything you tell them to).
146 +
147 +* Includes Covered Software in a proprietary executable installer. The
148 + installers produced by InstallShield are an example of
149 + this. Including Nmap with other software in compressed or archival
150 + form does not trigger this provision, provided appropriate open
151 + source decompression or de-archiving software is widely available
152 + for no charge. For the purposes of this license, an installer is
153 + considered to include Covered Software even if it actually retrieves
154 + a copy of Covered Software from another source during runtime (such
155 + as by downloading it from the Internet).
156 +
157 +* Links (statically or dynamically) to a library which does any of the
158 + above
159 +
160 +* Executes a helper program, module, or script to do any of the above.
161 + This list is not exclusive, but is meant to clarify Licensor's
162 + intentions with some common examples. Distribution of any works
163 + which meet these criteria must be under the terms of this license
164 + (including this Main License Body and GPL), with no additional
165 + conditions or restrictions. They must abide by all restrictions that
166 + the GPL places on derivative or collective works, including the
167 + requirements for distributing their source code and allowing
168 + royalty-free redistribution.
169 +
170 +4. Contributor Agreement (Grant of Copyright and Patent Licenses)
171 +
172 +Each Contributor hereby grants to Licensor a perpetual, worldwide,
173 +non-exclusive, no-charge, royalty-free, irrevocable copyright license
174 +to reproduce, prepare Derivative Works of, publicly display, publicly
175 +perform, sublicense, and distribute the Contribution and such
176 +Derivative Works in Source or Object form.
177 +
178 +Each Contributor hereby grants to You and Licensor a perpetual,
179 +worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
180 +as stated in this section) patent license to make, have made, use,
181 +offer to sell, sell, import, and otherwise transfer the Work, where
182 +such license applies only to those patent claims licensable by such
183 +Contributor that are necessarily infringed by their Contribution(s)
184 +alone or by combination of their Contribution(s) with the Work to
185 +which such Contribution(s) was submitted. If You institute patent
186 +litigation against any entity (including a cross-claim or counterclaim
187 +in a lawsuit) alleging that the Work or a Contribution incorporated
188 +within the Work constitutes direct or contributory patent
189 +infringement, then any patent licenses granted to You under this
190 +License for that Work shall terminate as of the date such litigation
191 +is filed.
192 +
193 +Contributors may impose different terms on their Contributions by
194 +stating those terms in writing at the time the Contribution is
195 +made. Contributors may withhold all authority from Licensor to
196 +incorporate submissions by conspicuously marking or otherwise
197 +designating them in writing as "Not a Contribution" at the time they
198 +make the work available.
199 +
200 +5. Disclaimer of Warranty and Limitation of Liability
201 +
202 +Unless required by applicable law or agreed to in writing, Licensor
203 +provides the Covered Software (and each Contributor provides its
204 +Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
205 +OF ANY KIND, either express or implied, including, without limitation,
206 +any warranties or conditions of TITLE, NON-INFRINGEMENT,
207 +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
208 +responsible for determining the appropriateness of using or
209 +redistributing the Covered Software and assume any risks associated
210 +with Your exercise of permissions under this License.
211 +
212 +In no event and under no legal theory, whether in tort (including
213 +negligence), contract, or otherwise, unless required by applicable law
214 +(such as deliberate and grossly negligent acts) or agreed to in
215 +writing, shall any Contributor be liable to You for damages, including
216 +any direct, indirect, special, incidental, or consequential damages of
217 +any character arising as a result of this License or out of the use or
218 +inability to use the Covered Software (including but not limited to
219 +damages for loss of goodwill, work stoppage, computer failure or
220 +malfunction, or any and all other commercial damages or losses), even
221 +if such Contributor has been advised of the possibility of such
222 +damages.
223 +
224 +6. External Deployment
225 +
226 +If You Externally Deploy Covered Software, such as hosting a website
227 +designed to execute Nmap scans for users, the system and its
228 +documentation must, if technically feasible, prominently display a
229 +notice stating that the system uses the Nmap Security Scanner to
230 +perform its tasks. If technically feasible, the notice must contain a
231 +hyperlink to https://nmap.org/ or provide that URL in the text.
232 +
233 +7. Trademarks
234 +
235 +This License does not grant permission to use the trade names,
236 +trademarks, service marks, or product names of the Licensor, except as
237 +required for reasonable and customary use in describing the origin of
238 +the Covered Software.
239 +
240 +8. Termination for Patent Action
241 +
242 +This License shall terminate automatically and You may no longer
243 +exercise any of the rights granted to You by this License as of the
244 +date You commence an action, including a cross-claim or counterclaim,
245 +against Licensor or any licensee alleging that the Covered Software
246 +infringes a patent. This termination provision shall not apply for an
247 +action alleging patent infringement by combinations of the Covered
248 +Software with other software or hardware.
249 +
250 +9. Jurisdiction, Venue and Governing Law
251 +
252 +This License is governed by the laws of the State of Washington and
253 +the intellectual property laws of the United States of America,
254 +excluding the jurisdiction's conflict-of-law provisions. Any
255 +litigation or other dispute resolution between You and Licensor
256 +relating to this License shall take place in the Northern District of
257 +California, and You and Licensor hereby consent to the personal
258 +jurisdiction of, and venue in, the state and federal courts within
259 +that District with respect to this License. The application of the
260 +United Nations Convention on Contracts for the International Sale of
261 +Goods is expressly excluded.
262 +
263 +10. Npcap and the Official Nmap Windows Builds
264 +
265 +The official Windows Nmap builds includes the Npcap driver and library
266 +(https://npcap.org) for packet capture and transmission on
267 +Windows. That software is under its own separate license terms rather
268 +than this license. Therefore anyone wishing to use or redistribute
269 +both pieces of software must comply with both licenses. Since Npcap
270 +does not allow for redistribution without special permission, the
271 +official Nmap Windows builds which include Npcap may not be
272 +redistributed without special permission. Such permission can be
273 +requested by email to sales@××××.com.
274 +
275 +11. Permission to link with OpenSSL
276 +
277 +Licensor grants permission to link Covered Software with any version
278 +of the OpenSSL library from OpenSSL.Org, and distribute linked
279 +combinations including the two (assuming such distribution is
280 +otherwise allowed by this agreement). You must obey this License in
281 +all respects for all code used other than OpenSSL.
282 +
283 +12. Waiver; Construction
284 +
285 +Failure by Licensor or any Contributor to enforce any provision of
286 +this License will not be deemed a waiver of future enforcement of that
287 +or any other provision. Any law or regulation which provides that the
288 +language of a contract shall be construed against the drafter will not
289 +apply to this License.
290 +
291 +13. Enforceability
292 +
293 +If any provision of this License is invalid or unenforceable under
294 +applicable law, it shall not affect the validity or enforceability of
295 +the remainder of the terms of this License, and without further action
296 +by the parties hereto, such provision shall be reformed to the minimum
297 +extent necessary to make such provision valid and enforceable.
298 +
299 +Exhibit A. The GNU General Public License Version 2
300 +GNU GENERAL PUBLIC LICENSE
301 +Version 2, June 1991
302 +
303 +Copyright (C) 1989, 1991 Free Software Foundation, Inc.
304 +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
305 +
306 +Everyone is permitted to copy and distribute verbatim copies
307 +of this license document, but changing it is not allowed.
308 +Preamble
309 +
310 +The licenses for most software are designed to take away your freedom
311 +to share and change it. By contrast, the GNU General Public License is
312 +intended to guarantee your freedom to share and change free
313 +software--to make sure the software is free for all its users. This
314 +General Public License applies to most of the Free Software
315 +Foundation's software and to any other program whose authors commit to
316 +using it. (Some other Free Software Foundation software is covered by
317 +the GNU Lesser General Public License instead.) You can apply it to
318 +your programs, too.
319 +
320 +When we speak of free software, we are referring to freedom, not
321 +price. Our General Public Licenses are designed to make sure that you
322 +have the freedom to distribute copies of free software (and charge for
323 +this service if you wish), that you receive source code or can get it
324 +if you want it, that you can change the software or use pieces of it
325 +in new free programs; and that you know you can do these things.
326 +
327 +To protect your rights, we need to make restrictions that forbid
328 +anyone to deny you these rights or to ask you to surrender the
329 +rights. These restrictions translate to certain responsibilities for
330 +you if you distribute copies of the software, or if you modify it.
331 +
332 +For example, if you distribute copies of such a program, whether
333 +gratis or for a fee, you must give the recipients all the rights that
334 +you have. You must make sure that they, too, receive or can get the
335 +source code. And you must show them these terms so they know their
336 +rights.
337 +
338 +We protect your rights with two steps: (1) copyright the software, and
339 +(2) offer you this license which gives you legal permission to copy,
340 +distribute and/or modify the software.
341 +
342 +Also, for each author's protection and ours, we want to make certain
343 +that everyone understands that there is no warranty for this free
344 +software. If the software is modified by someone else and passed on,
345 +we want its recipients to know that what they have is not the
346 +original, so that any problems introduced by others will not reflect
347 +on the original authors' reputations.
348 +
349 +Finally, any free program is threatened constantly by software
350 +patents. We wish to avoid the danger that redistributors of a free
351 +program will individually obtain patent licenses, in effect making the
352 +program proprietary. To prevent this, we have made it clear that any
353 +patent must be licensed for everyone's free use or not licensed at
354 +all.
355 +
356 +The precise terms and conditions for copying, distribution and
357 +modification follow.
358 +
359 +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
360 +
361 +0. This License applies to any program or other work which contains a
362 +notice placed by the copyright holder saying it may be distributed
363 +under the terms of this General Public License. The "Program", below,
364 +refers to any such program or work, and a "work based on the Program"
365 +means either the Program or any derivative work under copyright law:
366 +that is to say, a work containing the Program or a portion of it,
367 +either verbatim or with modifications and/or translated into another
368 +language. (Hereinafter, translation is included without limitation in
369 +the term "modification".) Each licensee is addressed as "you".
370 +
371 +Activities other than copying, distribution and modification are not
372 +covered by this License; they are outside its scope. The act of
373 +running the Program is not restricted, and the output from the Program
374 +is covered only if its contents constitute a work based on the Program
375 +(independent of having been made by running the Program). Whether that
376 +is true depends on what the Program does.
377 +
378 +1. You may copy and distribute verbatim copies of the Program's source
379 +code as you receive it, in any medium, provided that you conspicuously
380 +and appropriately publish on each copy an appropriate copyright notice
381 +and disclaimer of warranty; keep intact all the notices that refer to
382 +this License and to the absence of any warranty; and give any other
383 +recipients of the Program a copy of this License along with the
384 +Program.
385 +
386 +You may charge a fee for the physical act of transferring a copy, and
387 +you may at your option offer warranty protection in exchange for a
388 +fee.
389 +
390 +2. You may modify your copy or copies of the Program or any portion of
391 +it, thus forming a work based on the Program, and copy and distribute
392 +such modifications or work under the terms of Section 1 above,
393 +provided that you also meet all of these conditions:
394 +
395 +a) You must cause the modified files to carry prominent notices
396 +stating that you changed the files and the date of any change.
397 +
398 +b) You must cause any work that you distribute or publish, that in
399 +whole or in part contains or is derived from the Program or any part
400 +thereof, to be licensed as a whole at no charge to all third parties
401 +under the terms of this License.
402 +
403 +c) If the modified program normally reads commands interactively when
404 +run, you must cause it, when started running for such interactive use
405 +in the most ordinary way, to print or display an announcement
406 +including an appropriate copyright notice and a notice that there is
407 +no warranty (or else, saying that you provide a warranty) and that
408 +users may redistribute the program under these conditions, and telling
409 +the user how to view a copy of this License. (Exception: if the
410 +Program itself is interactive but does not normally print such an
411 +announcement, your work based on the Program is not required to print
412 +an announcement.)
413 +
414 +These requirements apply to the modified work as a whole. If
415 +identifiable sections of that work are not derived from the Program,
416 +and can be reasonably considered independent and separate works in
417 +themselves, then this License, and its terms, do not apply to those
418 +sections when you distribute them as separate works. But when you
419 +distribute the same sections as part of a whole which is a work based
420 +on the Program, the distribution of the whole must be on the terms of
421 +this License, whose permissions for other licensees extend to the
422 +entire whole, and thus to each and every part regardless of who wrote
423 +it.
424 +
425 +Thus, it is not the intent of this section to claim rights or contest
426 +your rights to work written entirely by you; rather, the intent is to
427 +exercise the right to control the distribution of derivative or
428 +collective works based on the Program.
429 +
430 +In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
431 +
432 +3. You may copy and distribute the Program (or a work based on it,
433 +under Section 2) in object code or executable form under the terms of
434 +Sections 1 and 2 above provided that you also do one of the following:
435 +
436 +a) Accompany it with the complete corresponding machine-readable
437 +source code, which must be distributed under the terms of Sections 1
438 +and 2 above on a medium customarily used for software interchange; or,
439 +
440 +b) Accompany it with a written offer, valid for at least three years,
441 +to give any third party, for a charge no more than your cost of
442 +physically performing source distribution, a complete machine-readable
443 +copy of the corresponding source code, to be distributed under the
444 +terms of Sections 1 and 2 above on a medium customarily used for
445 +software interchange; or,
446 +
447 +c) Accompany it with the information you received as to the offer to
448 +distribute corresponding source code. (This alternative is allowed
449 +only for noncommercial distribution and only if you received the
450 +program in object code or executable form with such an offer, in
451 +accord with Subsection b above.)
452 +
453 +The source code for a work means the preferred form of the work for
454 +making modifications to it. For an executable work, complete source
455 +code means all the source code for all modules it contains, plus any
456 +associated interface definition files, plus the scripts used to
457 +control compilation and installation of the executable. However, as a
458 +special exception, the source code distributed need not include
459 +anything that is normally distributed (in either source or binary
460 +form) with the major components (compiler, kernel, and so on) of the
461 +operating system on which the executable runs, unless that component
462 +itself accompanies the executable.
463 +
464 +If distribution of executable or object code is made by offering
465 +access to copy from a designated place, then offering equivalent
466 +access to copy the source code from the same place counts as
467 +distribution of the source code, even though third parties are not
468 +compelled to copy the source along with the object code.
469 +
470 +4. You may not copy, modify, sublicense, or distribute the Program
471 +except as expressly provided under this License. Any attempt otherwise
472 +to copy, modify, sublicense or distribute the Program is void, and
473 +will automatically terminate your rights under this License. However,
474 +parties who have received copies, or rights, from you under this
475 +License will not have their licenses terminated so long as such
476 +parties remain in full compliance.
477 +
478 +5. You are not required to accept this License, since you have not
479 +signed it. However, nothing else grants you permission to modify or
480 +distribute the Program or its derivative works. These actions are
481 +prohibited by law if you do not accept this License. Therefore, by
482 +modifying or distributing the Program (or any work based on the
483 +Program), you indicate your acceptance of this License to do so, and
484 +all its terms and conditions for copying, distributing or modifying
485 +the Program or works based on it.
486 +
487 +6. Each time you redistribute the Program (or any work based on the
488 +Program), the recipient automatically receives a license from the
489 +original licensor to copy, distribute or modify the Program subject to
490 +these terms and conditions. You may not impose any further
491 +restrictions on the recipients' exercise of the rights granted
492 +herein. You are not responsible for enforcing compliance by third
493 +parties to this License.
494 +
495 +7. If, as a consequence of a court judgment or allegation of patent
496 +infringement or for any other reason (not limited to patent issues),
497 +conditions are imposed on you (whether by court order, agreement or
498 +otherwise) that contradict the conditions of this License, they do not
499 +excuse you from the conditions of this License. If you cannot
500 +distribute so as to satisfy simultaneously your obligations under this
501 +License and any other pertinent obligations, then as a consequence you
502 +may not distribute the Program at all. For example, if a patent
503 +license would not permit royalty-free redistribution of the Program by
504 +all those who receive copies directly or indirectly through you, then
505 +the only way you could satisfy both it and this License would be to
506 +refrain entirely from distribution of the Program.
507 +
508 +If any portion of this section is held invalid or unenforceable under
509 +any particular circumstance, the balance of the section is intended to
510 +apply and the section as a whole is intended to apply in other
511 +circumstances.
512 +
513 +It is not the purpose of this section to induce you to infringe any
514 +patents or other property right claims or to contest validity of any
515 +such claims; this section has the sole purpose of protecting the
516 +integrity of the free software distribution system, which is
517 +implemented by public license practices. Many people have made
518 +generous contributions to the wide range of software distributed
519 +through that system in reliance on consistent application of that
520 +system; it is up to the author/donor to decide if he or she is willing
521 +to distribute software through any other system and a licensee cannot
522 +impose that choice.
523 +
524 +This section is intended to make thoroughly clear what is believed to
525 +be a consequence of the rest of this License.
526 +
527 +8. If the distribution and/or use of the Program is restricted in
528 +certain countries either by patents or by copyrighted interfaces, the
529 +original copyright holder who places the Program under this License
530 +may add an explicit geographical distribution limitation excluding
531 +those countries, so that distribution is permitted only in or among
532 +countries not thus excluded. In such case, this License incorporates
533 +the limitation as if written in the body of this License.
534 +
535 +9. The Free Software Foundation may publish revised and/or new
536 +versions of the General Public License from time to time. Such new
537 +versions will be similar in spirit to the present version, but may
538 +differ in detail to address new problems or concerns.
539 +
540 +Each version is given a distinguishing version number. If the Program
541 +specifies a version number of this License which applies to it and
542 +"any later version", you have the option of following the terms and
543 +conditions either of that version or of any later version published by
544 +the Free Software Foundation. If the Program does not specify a
545 +version number of this License, you may choose any version ever
546 +published by the Free Software Foundation.
547 +
548 +10. If you wish to incorporate parts of the Program into other free
549 +programs whose distribution conditions are different, write to the
550 +author to ask for permission. For software which is copyrighted by the
551 +Free Software Foundation, write to the Free Software Foundation; we
552 +sometimes make exceptions for this. Our decision will be guided by the
553 +two goals of preserving the free status of all derivatives of our free
554 +software and of promoting the sharing and reuse of software generally.
555 +
556 +NO WARRANTY
557 +
558 +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
559 +WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
560 +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
561 +AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF
562 +ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
563 +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
564 +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
565 +PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
566 +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
567 +
568 +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
569 +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
570 +AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
571 +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
572 +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
573 +PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
574 +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
575 +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
576 +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
577 +DAMAGES.
578 +
579 +END OF TERMS AND CONDITIONS
580 +
581 +[For brevity, we've cut out the GPL's final section on "How to Apply
582 +Tehse Terms to Your New Program", but you can find that at
583 +https://www.gnu.org/licenses/gpl-2.0.html#SEC4 ]
584 +