firefox: update to 128.0.3
[oi-userland.git] / components / library / libgcrypt / libgcrypt.license
blob7d756266a178a427a2471457acae53a1657044f2
1 Additional license notices for Libgcrypt.                    -*- org -*-
3 This file contains the copying permission notices for various files in
4 the Libgcrypt distribution which are not covered by the GNU Lesser
5 General Public License (LGPL) or the GNU General Public License (GPL).
7 These notices all require that a copy of the notice be included
8 in the accompanying documentation and be distributed with binary
9 distributions of the code, so be sure to include this file along
10 with any binary distributions derived from the GNU C Library.
12 * BSD_3Clause
14   For files:
15   - cipher/sha256-avx-amd64.S
16   - cipher/sha256-avx2-bmi2-amd64.S
17   - cipher/sha256-ssse3-amd64.S
18   - cipher/sha512-avx-amd64.S
19   - cipher/sha512-avx2-bmi2-amd64.S
20   - cipher/sha512-ssse3-amd64.S
22 #+begin_quote
23   Copyright (c) 2012, Intel Corporation
25   All rights reserved.
27   Redistribution and use in source and binary forms, with or without
28   modification, are permitted provided that the following conditions are
29   met:
31   * Redistributions of source code must retain the above copyright
32     notice, this list of conditions and the following disclaimer.
34   * Redistributions in binary form must reproduce the above copyright
35     notice, this list of conditions and the following disclaimer in the
36     documentation and/or other materials provided with the
37     distribution.
39   * Neither the name of the Intel Corporation nor the names of its
40     contributors may be used to endorse or promote products derived from
41     this software without specific prior written permission.
44   THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY
45   EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
47   PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR
48   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
49   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
50   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
51   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
52   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
53   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
54   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55 #+end_quote
58   For files:
59   - random/jitterentropy-base.c
60   - random/jitterentropy.h
61   - random/rndjent.c (plus common Libgcrypt copyright holders)
63 #+begin_quote
64  * Copyright Stephan Mueller <smueller@chronox.de>, 2013
65  *
66  * License
67  * =======
68  *
69  * Redistribution and use in source and binary forms, with or without
70  * modification, are permitted provided that the following conditions
71  * are met:
72  * 1. Redistributions of source code must retain the above copyright
73  *    notice, and the entire permission notice in its entirety,
74  *    including the disclaimer of warranties.
75  * 2. Redistributions in binary form must reproduce the above copyright
76  *    notice, this list of conditions and the following disclaimer in the
77  *    documentation and/or other materials provided with the distribution.
78  * 3. The name of the author may not be used to endorse or promote
79  *    products derived from this software without specific prior
80  *    written permission.
81  *
82  * ALTERNATIVELY, this product may be distributed under the terms of
83  * the GNU General Public License, in which case the provisions of the GPL are
84  * required INSTEAD OF the above restrictions.  (This clause is
85  * necessary due to a potential bad interaction between the GPL and
86  * the restrictions contained in a BSD-style copyright.)
87  *
88  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
89  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
90  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
91  * WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
92  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
93  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
94  * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
95  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
96  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
97  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
98  * USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
99  * DAMAGE.
100 #+end_quote
102 * X License
104   For files:
105   - install.sh
107 #+begin_quote
108   Copyright (C) 1994 X Consortium
110   Permission is hereby granted, free of charge, to any person obtaining a copy
111   of this software and associated documentation files (the "Software"), to
112   deal in the Software without restriction, including without limitation the
113   rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
114   sell copies of the Software, and to permit persons to whom the Software is
115   furnished to do so, subject to the following conditions:
117   The above copyright notice and this permission notice shall be included in
118   all copies or substantial portions of the Software.
120   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
123   X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
124   AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
125   TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127   Except as contained in this notice, the name of the X Consortium shall not
128   be used in advertising or otherwise to promote the sale, use or other deal-
129   ings in this Software without prior written authorization from the X Consor-
130   tium.
131 #+end_quote
133 * Public domain
135   For files:
136   - cipher/arcfour-amd64.S
138 #+begin_quote
139  Author: Marc Bevand <bevand_m (at) epita.fr>
140  Licence: I hereby disclaim the copyright on this code and place it
141  in the public domain.
142 #+end_quote
144 * OCB license 1
146   For files:
147   - cipher/cipher-ocb.c
149 #+begin_quote
150   OCB is covered by several patents but may be used freely by most
151   software.  See http://web.cs.ucdavis.edu/~rogaway/ocb/license.htm .
152   In particular license 1 is suitable for Libgcrypt: See
153   http://web.cs.ucdavis.edu/~rogaway/ocb/license1.pdf for the full
154   license document; it basically says:
156     License 1 — License for Open-Source Software Implementations of OCB
157                 (Jan 9, 2013)
159     Under this license, you are authorized to make, use, and
160     distribute open-source software implementations of OCB. This
161     license terminates for you if you sue someone over their
162     open-source software implementation of OCB claiming that you have
163     a patent covering their implementation.
167  License for Open Source Software Implementations of OCB
168  January 9, 2013
170  1 Definitions
172  1.1 “Licensor” means Phillip Rogaway.
174  1.2 “Licensed Patents” means any patent that claims priority to United
175  States Patent Application No. 09/918,615 entitled “Method and Apparatus
176  for Facilitating Efficient Authenticated Encryption,” and any utility,
177  divisional, provisional, continuation, continuations-in-part, reexamination,
178  reissue, or foreign counterpart patents that may issue with respect to the
179  aforesaid patent application. This includes, but is not limited to, United
180  States Patent No. 7,046,802; United States Patent No. 7,200,227; United
181  States Patent No. 7,949,129; United States Patent No. 8,321,675 ; and any
182  patent that issues out of United States Patent Application No. 13/669,114.
184  1.3 “Use” means any practice of any invention claimed in the Licensed Patents.
186  1.4 “Software Implementation” means any practice of any invention
187  claimed in the Licensed Patents that takes the form of software executing on
188  a user-programmable, general-purpose computer or that takes the form of a
189  computer-readable medium storing such software. Software Implementation does
190  not include, for example, application-specific integrated circuits (ASICs),
191  field-programmable gate arrays (FPGAs), embedded systems, or IP cores.
193  1.5 “Open Source Software” means software whose source code is published
194  and made available for inspection and use by anyone because either (a) the
195  source code is subject to a license that permits recipients to copy, modify,
196  and distribute the source code without payment of fees or royalties, or
197  (b) the source code is in the public domain, including code released for
198  public use through a CC0 waiver. All licenses certified by the Open Source
199  Initiative at opensource.org as of January 9, 2013 and all Creative Commons
200  licenses identified on the creativecommons.org website as of January 9,
201  2013, including the Public License Fallback of the CC0 waiver, satisfy these
202  requirements for the purposes of this license.
204  1.6 “Open Source Software Implementation” means a Software
205  Implementation in which the software implicating the Licensed Patents is
206  Open Source Software. Open Source Software Implementation does not include
207  any Software Implementation in which the software implicating the Licensed
208  Patents is combined, so as to form a larger program, with software that is
209  not Open Source Software.
211  2 License Grant
213  2.1 License. Subject to your compliance with the term s of this license,
214  including the restriction set forth in Section 2.2, Licensor hereby
215  grants to you a perpetual, worldwide, non-exclusive, non-transferable,
216  non-sublicenseable, no-charge, royalty-free, irrevocable license to practice
217  any invention claimed in the Licensed Patents in any Open Source Software
218  Implementation.
220  2.2 Restriction. If you or your affiliates institute patent litigation
221  (including, but not limited to, a cross-claim or counterclaim in a lawsuit)
222  against any entity alleging that any Use authorized by this license
223  infringes another patent, then any rights granted to you under this license
224  automatically terminate as of the date such litigation is filed.
226  3 Disclaimer
227  YOUR USE OF THE LICENSED PATENTS IS AT YOUR OWN RISK AND UNLESS REQUIRED
228  BY APPLICABLE LAW, LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
229  KIND CONCERNING THE LICENSED PATENTS OR ANY PRODUCT EMBODYING ANY LICENSED
230  PATENT, EXPRESS OR IMPLIED, STATUT ORY OR OTHERWISE, INCLUDING, WITHOUT
231  LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
232  PURPOSE, OR NONINFRINGEMENT. IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY
233  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
234  ARISING FROM OR RELATED TO ANY USE OF THE LICENSED PATENTS, INCLUDING,
235  WITHOUT LIMITATION, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE
236  OR SPECIAL DAMAGES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF
237  SUCH DAMAGES PRIOR TO SUCH AN OCCURRENCE.
238 #+end_quote
242                     GNU GENERAL PUBLIC LICENSE
243                        Version 2, June 1991
245  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
246      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
247  Everyone is permitted to copy and distribute verbatim copies
248  of this license document, but changing it is not allowed.
250                             Preamble
252   The licenses for most software are designed to take away your
253 freedom to share and change it.  By contrast, the GNU General Public
254 License is intended to guarantee your freedom to share and change free
255 software--to make sure the software is free for all its users.  This
256 General Public License applies to most of the Free Software
257 Foundation's software and to any other program whose authors commit to
258 using it.  (Some other Free Software Foundation software is covered by
259 the GNU Library General Public License instead.)  You can apply it to
260 your programs, too.
262   When we speak of free software, we are referring to freedom, not
263 price.  Our General Public Licenses are designed to make sure that you
264 have the freedom to distribute copies of free software (and charge for
265 this service if you wish), that you receive source code or can get it
266 if you want it, that you can change the software or use pieces of it
267 in new free programs; and that you know you can do these things.
269   To protect your rights, we need to make restrictions that forbid
270 anyone to deny you these rights or to ask you to surrender the rights.
271 These restrictions translate to certain responsibilities for you if you
272 distribute copies of the software, or if you modify it.
274   For example, if you distribute copies of such a program, whether
275 gratis or for a fee, you must give the recipients all the rights that
276 you have.  You must make sure that they, too, receive or can get the
277 source code.  And you must show them these terms so they know their
278 rights.
280   We protect your rights with two steps: (1) copyright the software, and
281 (2) offer you this license which gives you legal permission to copy,
282 distribute and/or modify the software.
284   Also, for each author's protection and ours, we want to make certain
285 that everyone understands that there is no warranty for this free
286 software.  If the software is modified by someone else and passed on, we
287 want its recipients to know that what they have is not the original, so
288 that any problems introduced by others will not reflect on the original
289 authors' reputations.
291   Finally, any free program is threatened constantly by software
292 patents.  We wish to avoid the danger that redistributors of a free
293 program will individually obtain patent licenses, in effect making the
294 program proprietary.  To prevent this, we have made it clear that any
295 patent must be licensed for everyone's free use or not licensed at all.
297   The precise terms and conditions for copying, distribution and
298 modification follow.
300                     GNU GENERAL PUBLIC LICENSE
301    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
303   0. This License applies to any program or other work which contains
304 a notice placed by the copyright holder saying it may be distributed
305 under the terms of this General Public License.  The "Program", below,
306 refers to any such program or work, and a "work based on the Program"
307 means either the Program or any derivative work under copyright law:
308 that is to say, a work containing the Program or a portion of it,
309 either verbatim or with modifications and/or translated into another
310 language.  (Hereinafter, translation is included without limitation in
311 the term "modification".)  Each licensee is addressed as "you".
313 Activities other than copying, distribution and modification are not
314 covered by this License; they are outside its scope.  The act of
315 running the Program is not restricted, and the output from the Program
316 is covered only if its contents constitute a work based on the
317 Program (independent of having been made by running the Program).
318 Whether that is true depends on what the Program does.
320   1. You may copy and distribute verbatim copies of the Program's
321 source code as you receive it, in any medium, provided that you
322 conspicuously and appropriately publish on each copy an appropriate
323 copyright notice and disclaimer of warranty; keep intact all the
324 notices that refer to this License and to the absence of any warranty;
325 and give any other recipients of the Program a copy of this License
326 along with the Program.
328 You may charge a fee for the physical act of transferring a copy, and
329 you may at your option offer warranty protection in exchange for a fee.
331   2. You may modify your copy or copies of the Program or any portion
332 of it, thus forming a work based on the Program, and copy and
333 distribute such modifications or work under the terms of Section 1
334 above, provided that you also meet all of these conditions:
336     a) You must cause the modified files to carry prominent notices
337     stating that you changed the files and the date of any change.
339     b) You must cause any work that you distribute or publish, that in
340     whole or in part contains or is derived from the Program or any
341     part thereof, to be licensed as a whole at no charge to all third
342     parties under the terms of this License.
344     c) If the modified program normally reads commands interactively
345     when run, you must cause it, when started running for such
346     interactive use in the most ordinary way, to print or display an
347     announcement including an appropriate copyright notice and a
348     notice that there is no warranty (or else, saying that you provide
349     a warranty) and that users may redistribute the program under
350     these conditions, and telling the user how to view a copy of this
351     License.  (Exception: if the Program itself is interactive but
352     does not normally print such an announcement, your work based on
353     the Program is not required to print an announcement.)
355 These requirements apply to the modified work as a whole.  If
356 identifiable sections of that work are not derived from the Program,
357 and can be reasonably considered independent and separate works in
358 themselves, then this License, and its terms, do not apply to those
359 sections when you distribute them as separate works.  But when you
360 distribute the same sections as part of a whole which is a work based
361 on the Program, the distribution of the whole must be on the terms of
362 this License, whose permissions for other licensees extend to the
363 entire whole, and thus to each and every part regardless of who wrote it.
365 Thus, it is not the intent of this section to claim rights or contest
366 your rights to work written entirely by you; rather, the intent is to
367 exercise the right to control the distribution of derivative or
368 collective works based on the Program.
370 In addition, mere aggregation of another work not based on the Program
371 with the Program (or with a work based on the Program) on a volume of
372 a storage or distribution medium does not bring the other work under
373 the scope of this License.
375   3. You may copy and distribute the Program (or a work based on it,
376 under Section 2) in object code or executable form under the terms of
377 Sections 1 and 2 above provided that you also do one of the following:
379     a) Accompany it with the complete corresponding machine-readable
380     source code, which must be distributed under the terms of Sections
381     1 and 2 above on a medium customarily used for software interchange; or,
383     b) Accompany it with a written offer, valid for at least three
384     years, to give any third party, for a charge no more than your
385     cost of physically performing source distribution, a complete
386     machine-readable copy of the corresponding source code, to be
387     distributed under the terms of Sections 1 and 2 above on a medium
388     customarily used for software interchange; or,
390     c) Accompany it with the information you received as to the offer
391     to distribute corresponding source code.  (This alternative is
392     allowed only for noncommercial distribution and only if you
393     received the program in object code or executable form with such
394     an offer, in accord with Subsection b above.)
396 The source code for a work means the preferred form of the work for
397 making modifications to it.  For an executable work, complete source
398 code means all the source code for all modules it contains, plus any
399 associated interface definition files, plus the scripts used to
400 control compilation and installation of the executable.  However, as a
401 special exception, the source code distributed need not include
402 anything that is normally distributed (in either source or binary
403 form) with the major components (compiler, kernel, and so on) of the
404 operating system on which the executable runs, unless that component
405 itself accompanies the executable.
407 If distribution of executable or object code is made by offering
408 access to copy from a designated place, then offering equivalent
409 access to copy the source code from the same place counts as
410 distribution of the source code, even though third parties are not
411 compelled to copy the source along with the object code.
413   4. You may not copy, modify, sublicense, or distribute the Program
414 except as expressly provided under this License.  Any attempt
415 otherwise to copy, modify, sublicense or distribute the Program is
416 void, and will automatically terminate your rights under this License.
417 However, parties who have received copies, or rights, from you under
418 this License will not have their licenses terminated so long as such
419 parties remain in full compliance.
421   5. You are not required to accept this License, since you have not
422 signed it.  However, nothing else grants you permission to modify or
423 distribute the Program or its derivative works.  These actions are
424 prohibited by law if you do not accept this License.  Therefore, by
425 modifying or distributing the Program (or any work based on the
426 Program), you indicate your acceptance of this License to do so, and
427 all its terms and conditions for copying, distributing or modifying
428 the Program or works based on it.
430   6. Each time you redistribute the Program (or any work based on the
431 Program), the recipient automatically receives a license from the
432 original licensor to copy, distribute or modify the Program subject to
433 these terms and conditions.  You may not impose any further
434 restrictions on the recipients' exercise of the rights granted herein.
435 You are not responsible for enforcing compliance by third parties to
436 this License.
438   7. If, as a consequence of a court judgment or allegation of patent
439 infringement or for any other reason (not limited to patent issues),
440 conditions are imposed on you (whether by court order, agreement or
441 otherwise) that contradict the conditions of this License, they do not
442 excuse you from the conditions of this License.  If you cannot
443 distribute so as to satisfy simultaneously your obligations under this
444 License and any other pertinent obligations, then as a consequence you
445 may not distribute the Program at all.  For example, if a patent
446 license would not permit royalty-free redistribution of the Program by
447 all those who receive copies directly or indirectly through you, then
448 the only way you could satisfy both it and this License would be to
449 refrain entirely from distribution of the Program.
451 If any portion of this section is held invalid or unenforceable under
452 any particular circumstance, the balance of the section is intended to
453 apply and the section as a whole is intended to apply in other
454 circumstances.
456 It is not the purpose of this section to induce you to infringe any
457 patents or other property right claims or to contest validity of any
458 such claims; this section has the sole purpose of protecting the
459 integrity of the free software distribution system, which is
460 implemented by public license practices.  Many people have made
461 generous contributions to the wide range of software distributed
462 through that system in reliance on consistent application of that
463 system; it is up to the author/donor to decide if he or she is willing
464 to distribute software through any other system and a licensee cannot
465 impose that choice.
467 This section is intended to make thoroughly clear what is believed to
468 be a consequence of the rest of this License.
470   8. If the distribution and/or use of the Program is restricted in
471 certain countries either by patents or by copyrighted interfaces, the
472 original copyright holder who places the Program under this License
473 may add an explicit geographical distribution limitation excluding
474 those countries, so that distribution is permitted only in or among
475 countries not thus excluded.  In such case, this License incorporates
476 the limitation as if written in the body of this License.
478   9. The Free Software Foundation may publish revised and/or new versions
479 of the General Public License from time to time.  Such new versions will
480 be similar in spirit to the present version, but may differ in detail to
481 address new problems or concerns.
483 Each version is given a distinguishing version number.  If the Program
484 specifies a version number of this License which applies to it and "any
485 later version", you have the option of following the terms and conditions
486 either of that version or of any later version published by the Free
487 Software Foundation.  If the Program does not specify a version number of
488 this License, you may choose any version ever published by the Free Software
489 Foundation.
491   10. If you wish to incorporate parts of the Program into other free
492 programs whose distribution conditions are different, write to the author
493 to ask for permission.  For software which is copyrighted by the Free
494 Software Foundation, write to the Free Software Foundation; we sometimes
495 make exceptions for this.  Our decision will be guided by the two goals
496 of preserving the free status of all derivatives of our free software and
497 of promoting the sharing and reuse of software generally.
499                             NO WARRANTY
501   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
502 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
503 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
504 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
505 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
506 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
507 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
508 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
509 REPAIR OR CORRECTION.
511   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
512 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
513 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
514 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
515 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
516 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
517 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
518 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
519 POSSIBILITY OF SUCH DAMAGES.
521                      END OF TERMS AND CONDITIONS
523             How to Apply These Terms to Your New Programs
525   If you develop a new program, and you want it to be of the greatest
526 possible use to the public, the best way to achieve this is to make it
527 free software which everyone can redistribute and change under these terms.
529   To do so, attach the following notices to the program.  It is safest
530 to attach them to the start of each source file to most effectively
531 convey the exclusion of warranty; and each file should have at least
532 the "copyright" line and a pointer to where the full notice is found.
534     <one line to give the program's name and a brief idea of what it does.>
535     Copyright (C) <year>  <name of author>
537     This program is free software; you can redistribute it and/or modify
538     it under the terms of the GNU General Public License as published by
539     the Free Software Foundation; either version 2 of the License, or
540     (at your option) any later version.
542     This program is distributed in the hope that it will be useful,
543     but WITHOUT ANY WARRANTY; without even the implied warranty of
544     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
545     GNU General Public License for more details.
547     You should have received a copy of the GNU General Public License
548     along with this program; if not, write to the Free Software
549     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
552 Also add information on how to contact you by electronic and paper mail.
554 If the program is interactive, make it output a short notice like this
555 when it starts in an interactive mode:
557     Gnomovision version 69, Copyright (C) year  name of author
558     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
559     This is free software, and you are welcome to redistribute it
560     under certain conditions; type `show c' for details.
562 The hypothetical commands `show w' and `show c' should show the appropriate
563 parts of the General Public License.  Of course, the commands you use may
564 be called something other than `show w' and `show c'; they could even be
565 mouse-clicks or menu items--whatever suits your program.
567 You should also get your employer (if you work as a programmer) or your
568 school, if any, to sign a "copyright disclaimer" for the program, if
569 necessary.  Here is a sample; alter the names:
571   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
572   `Gnomovision' (which makes passes at compilers) written by James Hacker.
574   <signature of Ty Coon>, 1 April 1989
575   Ty Coon, President of Vice
577 This General Public License does not permit incorporating your program into
578 proprietary programs.  If your program is a subroutine library, you may
579 consider it more useful to permit linking proprietary applications with the
580 library.  If this is what you want to do, use the GNU Library General
581 Public License instead of this License.