postgresql-16/pg-repack: update to 1.5.2
[oi-userland.git] / components / cluster / arpsend / arpsend.license
blob0b4f2ec6b17e5b8be11a0e2bb69ac4ef3f805fff
1 COPYING arpsend
3 This software was created by the Network Systems Group at Princeton University's
4 Office of Information Technology, networking at princeton dot edu.
5 It was written by Irwin Tillman.
7 Portions of this software are copyrighted by other organizations or individuals;
8 see below for details one which portions, and what legal notices apply
9 to each of those portions.
11 Those portions of the software which have not identified below as copyrighted
12 by other organizations or individuals are themselves Copyright (c) 2001-2008,
13 The Trustees of Princeton University, All Rights Reserved.
15 Redistribution and use in source and binary form, with or without modification,
16 are permitted provided that the following conditions are met:
18 * The redistribution, use, or modification shall not violate any of the additional
19   copyrights, patents, or other restrictions below.
21 * Redistributions of source code must retain the above copyright notice, this
22   list of conditions and the following disclaimer.
24 * Redistributions in binary form must reproduce the above copyright notice, this
25   list of conditions and the following disclaimer in the documentation and/or
26   other materials provided with the distribution.
28 * If redistribution includes any portion of the software that is copyrighted by other
29   organizations or individuals (as detailed below), the copyright notice associated with
30   that portion of the software also must be retained.
32 * Neither the names of the individual authors or contributos, nor the
33   name of "Princeton University" may be used to endorse or promote products
34   derived from this software without specific prior written permission.
36 This software is provided "as is" and any express or implied
37 warranties, including, but not limited to, the implied warranties of
38 mechantability and fitness for a particular purpose are disclaimed.  In
39 no event shall the authors or Princeton University be liable for any
40 direct, indirect, incidental, special exemplary, or consequential
41 damages (including, but not limited to, procurement of substitute goods
42 or services; loss of use, data, or profits; or business interruption)
43 however caused and on any theory of liability, whether in contract,
44 strict liability, or tort (including negligence or otherwise) arising
45 in any way out of the use of this software, even if advised of the
46 possibility of such damage.
48 =========================================================================
50 The inet_aton() function in lib/inet_aton.c came from glibc 2.1.2 (the GNU C Library),
51 which is covered by the GNU Library General Public License, Version 2.
52 See COPYING.LIB for details.
54 The file also contains several copyright statements, which are reproduced below.
57  * ++Copyright++ 1983, 1990, 1993
58  * -
59  * Copyright (c) 1983, 1990, 1993
60  *    The Regents of the University of California.  All rights reserved.
61  *
62  * Redistribution and use in source and binary forms, with or without
63  * modification, are permitted provided that the following conditions
64  * are met:
65  * 1. Redistributions of source code must retain the above copyright
66  *    notice, this list of conditions and the following disclaimer.
67  * 2. Redistributions in binary form must reproduce the above copyright
68  *    notice, this list of conditions and the following disclaimer in the
69  *    documentation and/or other materials provided with the distribution.
70  * 3. All advertising materials mentioning features or use of this software
71  *    must display the following acknowledgement:
72  *  This product includes software developed by the University of
73  *  California, Berkeley and its contributors.
74  * 4. Neither the name of the University nor the names of its contributors
75  *    may be used to endorse or promote products derived from this software
76  *    without specific prior written permission.
77  *
78  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
79  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
80  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
81  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
82  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
83  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
84  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
85  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
86  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
87  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
88  * SUCH DAMAGE.
89  * -
90  * Portions Copyright (c) 1993 by Digital Equipment Corporation.
91  *
92  * Permission to use, copy, modify, and distribute this software for any
93  * purpose with or without fee is hereby granted, provided that the above
94  * copyright notice and this permission notice appear in all copies, and that
95  * the name of Digital Equipment Corporation not be used in advertising or
96  * publicity pertaining to distribution of the document or software without
97  * specific, written prior permission.
98  *
99  * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
100  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
101  * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
102  * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
103  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
104  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
105  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
106  * SOFTWARE.
107  * -
108  * --Copyright--
109  */
112 =========================================================================
114 A number of items came from the sample code associated with 
115 "UNIX Network Programming: Volume 1", Second Edition, by W. Richard Stevens,
116 published by Prentice Hall PTR.  
117 That publication is Copyright (c) 1998 Prentice Hall PTR.
118 These items are:
120   AC_CHECK_FUNC_PROTO  in aclocal.m4 and m4/ac_check_func_proto.m4
121   AC_UNP_CHECK_TYPE    in aclocal.m4 and m4/ac_unp_check_type.m4
123 The sample code associated with that book is available from:
124 ftp://ftp.kohala.com/pub/rstevens/unpv12e.tar.gz
126 =========================================================================
128 The file INSTALL.generic is the generic installation INSTALL document provided
129 with many GNU products.  This document is subject to the GNU General Public License
130 (see the file COPYING.GPL).
132 =========================================================================
133                     GNU GENERAL PUBLIC LICENSE
134                        Version 2, June 1991
136  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
137                           675 Mass Ave, Cambridge, MA 02139, USA
138  Everyone is permitted to copy and distribute verbatim copies
139  of this license document, but changing it is not allowed.
141                             Preamble
143   The licenses for most software are designed to take away your
144 freedom to share and change it.  By contrast, the GNU General Public
145 License is intended to guarantee your freedom to share and change free
146 software--to make sure the software is free for all its users.  This
147 General Public License applies to most of the Free Software
148 Foundation's software and to any other program whose authors commit to
149 using it.  (Some other Free Software Foundation software is covered by
150 the GNU Library General Public License instead.)  You can apply it to
151 your programs, too.
153   When we speak of free software, we are referring to freedom, not
154 price.  Our General Public Licenses are designed to make sure that you
155 have the freedom to distribute copies of free software (and charge for
156 this service if you wish), that you receive source code or can get it
157 if you want it, that you can change the software or use pieces of it
158 in new free programs; and that you know you can do these things.
160   To protect your rights, we need to make restrictions that forbid
161 anyone to deny you these rights or to ask you to surrender the rights.
162 These restrictions translate to certain responsibilities for you if you
163 distribute copies of the software, or if you modify it.
165   For example, if you distribute copies of such a program, whether
166 gratis or for a fee, you must give the recipients all the rights that
167 you have.  You must make sure that they, too, receive or can get the
168 source code.  And you must show them these terms so they know their
169 rights.
171   We protect your rights with two steps: (1) copyright the software, and
172 (2) offer you this license which gives you legal permission to copy,
173 distribute and/or modify the software.
175   Also, for each author's protection and ours, we want to make certain
176 that everyone understands that there is no warranty for this free
177 software.  If the software is modified by someone else and passed on, we
178 want its recipients to know that what they have is not the original, so
179 that any problems introduced by others will not reflect on the original
180 authors' reputations.
182   Finally, any free program is threatened constantly by software
183 patents.  We wish to avoid the danger that redistributors of a free
184 program will individually obtain patent licenses, in effect making the
185 program proprietary.  To prevent this, we have made it clear that any
186 patent must be licensed for everyone's free use or not licensed at all.
188   The precise terms and conditions for copying, distribution and
189 modification follow.
191                     GNU GENERAL PUBLIC LICENSE
192    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
194   0. This License applies to any program or other work which contains
195 a notice placed by the copyright holder saying it may be distributed
196 under the terms of this General Public License.  The "Program", below,
197 refers to any such program or work, and a "work based on the Program"
198 means either the Program or any derivative work under copyright law:
199 that is to say, a work containing the Program or a portion of it,
200 either verbatim or with modifications and/or translated into another
201 language.  (Hereinafter, translation is included without limitation in
202 the term "modification".)  Each licensee is addressed as "you".
204 Activities other than copying, distribution and modification are not
205 covered by this License; they are outside its scope.  The act of
206 running the Program is not restricted, and the output from the Program
207 is covered only if its contents constitute a work based on the
208 Program (independent of having been made by running the Program).
209 Whether that is true depends on what the Program does.
211   1. You may copy and distribute verbatim copies of the Program's
212 source code as you receive it, in any medium, provided that you
213 conspicuously and appropriately publish on each copy an appropriate
214 copyright notice and disclaimer of warranty; keep intact all the
215 notices that refer to this License and to the absence of any warranty;
216 and give any other recipients of the Program a copy of this License
217 along with the Program.
219 You may charge a fee for the physical act of transferring a copy, and
220 you may at your option offer warranty protection in exchange for a fee.
222   2. You may modify your copy or copies of the Program or any portion
223 of it, thus forming a work based on the Program, and copy and
224 distribute such modifications or work under the terms of Section 1
225 above, provided that you also meet all of these conditions:
227     a) You must cause the modified files to carry prominent notices
228     stating that you changed the files and the date of any change.
230     b) You must cause any work that you distribute or publish, that in
231     whole or in part contains or is derived from the Program or any
232     part thereof, to be licensed as a whole at no charge to all third
233     parties under the terms of this License.
235     c) If the modified program normally reads commands interactively
236     when run, you must cause it, when started running for such
237     interactive use in the most ordinary way, to print or display an
238     announcement including an appropriate copyright notice and a
239     notice that there is no warranty (or else, saying that you provide
240     a warranty) and that users may redistribute the program under
241     these conditions, and telling the user how to view a copy of this
242     License.  (Exception: if the Program itself is interactive but
243     does not normally print such an announcement, your work based on
244     the Program is not required to print an announcement.)
246 These requirements apply to the modified work as a whole.  If
247 identifiable sections of that work are not derived from the Program,
248 and can be reasonably considered independent and separate works in
249 themselves, then this License, and its terms, do not apply to those
250 sections when you distribute them as separate works.  But when you
251 distribute the same sections as part of a whole which is a work based
252 on the Program, the distribution of the whole must be on the terms of
253 this License, whose permissions for other licensees extend to the
254 entire whole, and thus to each and every part regardless of who wrote it.
256 Thus, it is not the intent of this section to claim rights or contest
257 your rights to work written entirely by you; rather, the intent is to
258 exercise the right to control the distribution of derivative or
259 collective works based on the Program.
261 In addition, mere aggregation of another work not based on the Program
262 with the Program (or with a work based on the Program) on a volume of
263 a storage or distribution medium does not bring the other work under
264 the scope of this License.
266   3. You may copy and distribute the Program (or a work based on it,
267 under Section 2) in object code or executable form under the terms of
268 Sections 1 and 2 above provided that you also do one of the following:
270     a) Accompany it with the complete corresponding machine-readable
271     source code, which must be distributed under the terms of Sections
272     1 and 2 above on a medium customarily used for software interchange; or,
274     b) Accompany it with a written offer, valid for at least three
275     years, to give any third party, for a charge no more than your
276     cost of physically performing source distribution, a complete
277     machine-readable copy of the corresponding source code, to be
278     distributed under the terms of Sections 1 and 2 above on a medium
279     customarily used for software interchange; or,
281     c) Accompany it with the information you received as to the offer
282     to distribute corresponding source code.  (This alternative is
283     allowed only for noncommercial distribution and only if you
284     received the program in object code or executable form with such
285     an offer, in accord with Subsection b above.)
287 The source code for a work means the preferred form of the work for
288 making modifications to it.  For an executable work, complete source
289 code means all the source code for all modules it contains, plus any
290 associated interface definition files, plus the scripts used to
291 control compilation and installation of the executable.  However, as a
292 special exception, the source code distributed need not include
293 anything that is normally distributed (in either source or binary
294 form) with the major components (compiler, kernel, and so on) of the
295 operating system on which the executable runs, unless that component
296 itself accompanies the executable.
298 If distribution of executable or object code is made by offering
299 access to copy from a designated place, then offering equivalent
300 access to copy the source code from the same place counts as
301 distribution of the source code, even though third parties are not
302 compelled to copy the source along with the object code.
304   4. You may not copy, modify, sublicense, or distribute the Program
305 except as expressly provided under this License.  Any attempt
306 otherwise to copy, modify, sublicense or distribute the Program is
307 void, and will automatically terminate your rights under this License.
308 However, parties who have received copies, or rights, from you under
309 this License will not have their licenses terminated so long as such
310 parties remain in full compliance.
312   5. You are not required to accept this License, since you have not
313 signed it.  However, nothing else grants you permission to modify or
314 distribute the Program or its derivative works.  These actions are
315 prohibited by law if you do not accept this License.  Therefore, by
316 modifying or distributing the Program (or any work based on the
317 Program), you indicate your acceptance of this License to do so, and
318 all its terms and conditions for copying, distributing or modifying
319 the Program or works based on it.
321   6. Each time you redistribute the Program (or any work based on the
322 Program), the recipient automatically receives a license from the
323 original licensor to copy, distribute or modify the Program subject to
324 these terms and conditions.  You may not impose any further
325 restrictions on the recipients' exercise of the rights granted herein.
326 You are not responsible for enforcing compliance by third parties to
327 this License.
329   7. If, as a consequence of a court judgment or allegation of patent
330 infringement or for any other reason (not limited to patent issues),
331 conditions are imposed on you (whether by court order, agreement or
332 otherwise) that contradict the conditions of this License, they do not
333 excuse you from the conditions of this License.  If you cannot
334 distribute so as to satisfy simultaneously your obligations under this
335 License and any other pertinent obligations, then as a consequence you
336 may not distribute the Program at all.  For example, if a patent
337 license would not permit royalty-free redistribution of the Program by
338 all those who receive copies directly or indirectly through you, then
339 the only way you could satisfy both it and this License would be to
340 refrain entirely from distribution of the Program.
342 If any portion of this section is held invalid or unenforceable under
343 any particular circumstance, the balance of the section is intended to
344 apply and the section as a whole is intended to apply in other
345 circumstances.
347 It is not the purpose of this section to induce you to infringe any
348 patents or other property right claims or to contest validity of any
349 such claims; this section has the sole purpose of protecting the
350 integrity of the free software distribution system, which is
351 implemented by public license practices.  Many people have made
352 generous contributions to the wide range of software distributed
353 through that system in reliance on consistent application of that
354 system; it is up to the author/donor to decide if he or she is willing
355 to distribute software through any other system and a licensee cannot
356 impose that choice.
358 This section is intended to make thoroughly clear what is believed to
359 be a consequence of the rest of this License.
361   8. If the distribution and/or use of the Program is restricted in
362 certain countries either by patents or by copyrighted interfaces, the
363 original copyright holder who places the Program under this License
364 may add an explicit geographical distribution limitation excluding
365 those countries, so that distribution is permitted only in or among
366 countries not thus excluded.  In such case, this License incorporates
367 the limitation as if written in the body of this License.
369   9. The Free Software Foundation may publish revised and/or new versions
370 of the General Public License from time to time.  Such new versions will
371 be similar in spirit to the present version, but may differ in detail to
372 address new problems or concerns.
374 Each version is given a distinguishing version number.  If the Program
375 specifies a version number of this License which applies to it and "any
376 later version", you have the option of following the terms and conditions
377 either of that version or of any later version published by the Free
378 Software Foundation.  If the Program does not specify a version number of
379 this License, you may choose any version ever published by the Free Software
380 Foundation.
382   10. If you wish to incorporate parts of the Program into other free
383 programs whose distribution conditions are different, write to the author
384 to ask for permission.  For software which is copyrighted by the Free
385 Software Foundation, write to the Free Software Foundation; we sometimes
386 make exceptions for this.  Our decision will be guided by the two goals
387 of preserving the free status of all derivatives of our free software and
388 of promoting the sharing and reuse of software generally.
390                             NO WARRANTY
392   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
393 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
394 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
395 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
396 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
397 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
398 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
399 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
400 REPAIR OR CORRECTION.
402   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
403 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
404 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
405 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
406 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
407 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
408 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
409 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
410 POSSIBILITY OF SUCH DAMAGES.
412                      END OF TERMS AND CONDITIONS
414         Appendix: How to Apply These Terms to Your New Programs
416   If you develop a new program, and you want it to be of the greatest
417 possible use to the public, the best way to achieve this is to make it
418 free software which everyone can redistribute and change under these terms.
420   To do so, attach the following notices to the program.  It is safest
421 to attach them to the start of each source file to most effectively
422 convey the exclusion of warranty; and each file should have at least
423 the "copyright" line and a pointer to where the full notice is found.
425     <one line to give the program's name and a brief idea of what it does.>
426     Copyright (C) 19yy  <name of author>
428     This program is free software; you can redistribute it and/or modify
429     it under the terms of the GNU General Public License as published by
430     the Free Software Foundation; either version 2 of the License, or
431     (at your option) any later version.
433     This program is distributed in the hope that it will be useful,
434     but WITHOUT ANY WARRANTY; without even the implied warranty of
435     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
436     GNU General Public License for more details.
438     You should have received a copy of the GNU General Public License
439     along with this program; if not, write to the Free Software
440     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
442 Also add information on how to contact you by electronic and paper mail.
444 If the program is interactive, make it output a short notice like this
445 when it starts in an interactive mode:
447     Gnomovision version 69, Copyright (C) 19yy name of author
448     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
449     This is free software, and you are welcome to redistribute it
450     under certain conditions; type `show c' for details.
452 The hypothetical commands `show w' and `show c' should show the appropriate
453 parts of the General Public License.  Of course, the commands you use may
454 be called something other than `show w' and `show c'; they could even be
455 mouse-clicks or menu items--whatever suits your program.
457 You should also get your employer (if you work as a programmer) or your
458 school, if any, to sign a "copyright disclaimer" for the program, if
459 necessary.  Here is a sample; alter the names:
461   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
462   `Gnomovision' (which makes passes at compilers) written by James Hacker.
464   <signature of Ty Coon>, 1 April 1989
465   Ty Coon, President of Vice
467 This General Public License does not permit incorporating your program into
468 proprietary programs.  If your program is a subroutine library, you may
469 consider it more useful to permit linking proprietary applications with the
470 library.  If this is what you want to do, use the GNU Library General
471 Public License instead of this License.
472 ===============================================================================
474                   GNU LIBRARY GENERAL PUBLIC LICENSE
475                        Version 2, June 1991
477  Copyright (C) 1991 Free Software Foundation, Inc.
478  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
479  Everyone is permitted to copy and distribute verbatim copies
480  of this license document, but changing it is not allowed.
482 [This is the first released version of the library GPL.  It is
483  numbered 2 because it goes with version 2 of the ordinary GPL.]
485                             Preamble
487   The licenses for most software are designed to take away your
488 freedom to share and change it.  By contrast, the GNU General Public
489 Licenses are intended to guarantee your freedom to share and change
490 free software--to make sure the software is free for all its users.
492   This license, the Library General Public License, applies to some
493 specially designated Free Software Foundation software, and to any
494 other libraries whose authors decide to use it.  You can use it for
495 your libraries, too.
497   When we speak of free software, we are referring to freedom, not
498 price.  Our General Public Licenses are designed to make sure that you
499 have the freedom to distribute copies of free software (and charge for
500 this service if you wish), that you receive source code or can get it
501 if you want it, that you can change the software or use pieces of it
502 in new free programs; and that you know you can do these things.
504   To protect your rights, we need to make restrictions that forbid
505 anyone to deny you these rights or to ask you to surrender the rights.
506 These restrictions translate to certain responsibilities for you if
507 you distribute copies of the library, or if you modify it.
509   For example, if you distribute copies of the library, whether gratis
510 or for a fee, you must give the recipients all the rights that we gave
511 you.  You must make sure that they, too, receive or can get the source
512 code.  If you link a program with the library, you must provide
513 complete object files to the recipients so that they can relink them
514 with the library, after making changes to the library and recompiling
515 it.  And you must show them these terms so they know their rights.
517   Our method of protecting your rights has two steps: (1) copyright
518 the library, and (2) offer you this license which gives you legal
519 permission to copy, distribute and/or modify the library.
521   Also, for each distributor's protection, we want to make certain
522 that everyone understands that there is no warranty for this free
523 library.  If the library is modified by someone else and passed on, we
524 want its recipients to know that what they have is not the original
525 version, so that any problems introduced by others will not reflect on
526 the original authors' reputations.
528   Finally, any free program is threatened constantly by software
529 patents.  We wish to avoid the danger that companies distributing free
530 software will individually obtain patent licenses, thus in effect
531 transforming the program into proprietary software.  To prevent this,
532 we have made it clear that any patent must be licensed for everyone's
533 free use or not licensed at all.
535   Most GNU software, including some libraries, is covered by the ordinary
536 GNU General Public License, which was designed for utility programs.  This
537 license, the GNU Library General Public License, applies to certain
538 designated libraries.  This license is quite different from the ordinary
539 one; be sure to read it in full, and don't assume that anything in it is
540 the same as in the ordinary license.
542   The reason we have a separate public license for some libraries is that
543 they blur the distinction we usually make between modifying or adding to a
544 program and simply using it.  Linking a program with a library, without
545 changing the library, is in some sense simply using the library, and is
546 analogous to running a utility program or application program.  However, in
547 a textual and legal sense, the linked executable is a combined work, a
548 derivative of the original library, and the ordinary General Public License
549 treats it as such.
551   Because of this blurred distinction, using the ordinary General
552 Public License for libraries did not effectively promote software
553 sharing, because most developers did not use the libraries.  We
554 concluded that weaker conditions might promote sharing better.
556   However, unrestricted linking of non-free programs would deprive the
557 users of those programs of all benefit from the free status of the
558 libraries themselves.  This Library General Public License is intended to
559 permit developers of non-free programs to use free libraries, while
560 preserving your freedom as a user of such programs to change the free
561 libraries that are incorporated in them.  (We have not seen how to achieve
562 this as regards changes in header files, but we have achieved it as regards
563 changes in the actual functions of the Library.)  The hope is that this
564 will lead to faster development of free libraries.
566   The precise terms and conditions for copying, distribution and
567 modification follow.  Pay close attention to the difference between a
568 "work based on the library" and a "work that uses the library".  The
569 former contains code derived from the library, while the latter only
570 works together with the library.
572   Note that it is possible for a library to be covered by the ordinary
573 General Public License rather than by this special one.
575                   GNU LIBRARY GENERAL PUBLIC LICENSE
576    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
578   0. This License Agreement applies to any software library which
579 contains a notice placed by the copyright holder or other authorized
580 party saying it may be distributed under the terms of this Library
581 General Public License (also called "this License").  Each licensee is
582 addressed as "you".
584   A "library" means a collection of software functions and/or data
585 prepared so as to be conveniently linked with application programs
586 (which use some of those functions and data) to form executables.
588   The "Library", below, refers to any such software library or work
589 which has been distributed under these terms.  A "work based on the
590 Library" means either the Library or any derivative work under
591 copyright law: that is to say, a work containing the Library or a
592 portion of it, either verbatim or with modifications and/or translated
593 straightforwardly into another language.  (Hereinafter, translation is
594 included without limitation in the term "modification".)
596   "Source code" for a work means the preferred form of the work for
597 making modifications to it.  For a library, complete source code means
598 all the source code for all modules it contains, plus any associated
599 interface definition files, plus the scripts used to control compilation
600 and installation of the library.
602   Activities other than copying, distribution and modification are not
603 covered by this License; they are outside its scope.  The act of
604 running a program using the Library is not restricted, and output from
605 such a program is covered only if its contents constitute a work based
606 on the Library (independent of the use of the Library in a tool for
607 writing it).  Whether that is true depends on what the Library does
608 and what the program that uses the Library does.
609   
610   1. You may copy and distribute verbatim copies of the Library's
611 complete source code as you receive it, in any medium, provided that
612 you conspicuously and appropriately publish on each copy an
613 appropriate copyright notice and disclaimer of warranty; keep intact
614 all the notices that refer to this License and to the absence of any
615 warranty; and distribute a copy of this License along with the
616 Library.
618   You may charge a fee for the physical act of transferring a copy,
619 and you may at your option offer warranty protection in exchange for a
620 fee.
622   2. You may modify your copy or copies of the Library or any portion
623 of it, thus forming a work based on the Library, and copy and
624 distribute such modifications or work under the terms of Section 1
625 above, provided that you also meet all of these conditions:
627     a) The modified work must itself be a software library.
629     b) You must cause the files modified to carry prominent notices
630     stating that you changed the files and the date of any change.
632     c) You must cause the whole of the work to be licensed at no
633     charge to all third parties under the terms of this License.
635     d) If a facility in the modified Library refers to a function or a
636     table of data to be supplied by an application program that uses
637     the facility, other than as an argument passed when the facility
638     is invoked, then you must make a good faith effort to ensure that,
639     in the event an application does not supply such function or
640     table, the facility still operates, and performs whatever part of
641     its purpose remains meaningful.
643     (For example, a function in a library to compute square roots has
644     a purpose that is entirely well-defined independent of the
645     application.  Therefore, Subsection 2d requires that any
646     application-supplied function or table used by this function must
647     be optional: if the application does not supply it, the square
648     root function must still compute square roots.)
650 These requirements apply to the modified work as a whole.  If
651 identifiable sections of that work are not derived from the Library,
652 and can be reasonably considered independent and separate works in
653 themselves, then this License, and its terms, do not apply to those
654 sections when you distribute them as separate works.  But when you
655 distribute the same sections as part of a whole which is a work based
656 on the Library, the distribution of the whole must be on the terms of
657 this License, whose permissions for other licensees extend to the
658 entire whole, and thus to each and every part regardless of who wrote
661 Thus, it is not the intent of this section to claim rights or contest
662 your rights to work written entirely by you; rather, the intent is to
663 exercise the right to control the distribution of derivative or
664 collective works based on the Library.
666 In addition, mere aggregation of another work not based on the Library
667 with the Library (or with a work based on the Library) on a volume of
668 a storage or distribution medium does not bring the other work under
669 the scope of this License.
671   3. You may opt to apply the terms of the ordinary GNU General Public
672 License instead of this License to a given copy of the Library.  To do
673 this, you must alter all the notices that refer to this License, so
674 that they refer to the ordinary GNU General Public License, version 2,
675 instead of to this License.  (If a newer version than version 2 of the
676 ordinary GNU General Public License has appeared, then you can specify
677 that version instead if you wish.)  Do not make any other change in
678 these notices.
680   Once this change is made in a given copy, it is irreversible for
681 that copy, so the ordinary GNU General Public License applies to all
682 subsequent copies and derivative works made from that copy.
684   This option is useful when you wish to copy part of the code of
685 the Library into a program that is not a library.
687   4. You may copy and distribute the Library (or a portion or
688 derivative of it, under Section 2) in object code or executable form
689 under the terms of Sections 1 and 2 above provided that you accompany
690 it with the complete corresponding machine-readable source code, which
691 must be distributed under the terms of Sections 1 and 2 above on a
692 medium customarily used for software interchange.
694   If distribution of object code is made by offering access to copy
695 from a designated place, then offering equivalent access to copy the
696 source code from the same place satisfies the requirement to
697 distribute the source code, even though third parties are not
698 compelled to copy the source along with the object code.
700   5. A program that contains no derivative of any portion of the
701 Library, but is designed to work with the Library by being compiled or
702 linked with it, is called a "work that uses the Library".  Such a
703 work, in isolation, is not a derivative work of the Library, and
704 therefore falls outside the scope of this License.
706   However, linking a "work that uses the Library" with the Library
707 creates an executable that is a derivative of the Library (because it
708 contains portions of the Library), rather than a "work that uses the
709 library".  The executable is therefore covered by this License.
710 Section 6 states terms for distribution of such executables.
712   When a "work that uses the Library" uses material from a header file
713 that is part of the Library, the object code for the work may be a
714 derivative work of the Library even though the source code is not.
715 Whether this is true is especially significant if the work can be
716 linked without the Library, or if the work is itself a library.  The
717 threshold for this to be true is not precisely defined by law.
719   If such an object file uses only numerical parameters, data
720 structure layouts and accessors, and small macros and small inline
721 functions (ten lines or less in length), then the use of the object
722 file is unrestricted, regardless of whether it is legally a derivative
723 work.  (Executables containing this object code plus portions of the
724 Library will still fall under Section 6.)
726   Otherwise, if the work is a derivative of the Library, you may
727 distribute the object code for the work under the terms of Section 6.
728 Any executables containing that work also fall under Section 6,
729 whether or not they are linked directly with the Library itself.
731   6. As an exception to the Sections above, you may also compile or
732 link a "work that uses the Library" with the Library to produce a
733 work containing portions of the Library, and distribute that work
734 under terms of your choice, provided that the terms permit
735 modification of the work for the customer's own use and reverse
736 engineering for debugging such modifications.
738   You must give prominent notice with each copy of the work that the
739 Library is used in it and that the Library and its use are covered by
740 this License.  You must supply a copy of this License.  If the work
741 during execution displays copyright notices, you must include the
742 copyright notice for the Library among them, as well as a reference
743 directing the user to the copy of this License.  Also, you must do one
744 of these things:
746     a) Accompany the work with the complete corresponding
747     machine-readable source code for the Library including whatever
748     changes were used in the work (which must be distributed under
749     Sections 1 and 2 above); and, if the work is an executable linked
750     with the Library, with the complete machine-readable "work that
751     uses the Library", as object code and/or source code, so that the
752     user can modify the Library and then relink to produce a modified
753     executable containing the modified Library.  (It is understood
754     that the user who changes the contents of definitions files in the
755     Library will not necessarily be able to recompile the application
756     to use the modified definitions.)
758     b) Accompany the work with a written offer, valid for at
759     least three years, to give the same user the materials
760     specified in Subsection 6a, above, for a charge no more
761     than the cost of performing this distribution.
763     c) If distribution of the work is made by offering access to copy
764     from a designated place, offer equivalent access to copy the above
765     specified materials from the same place.
767     d) Verify that the user has already received a copy of these
768     materials or that you have already sent this user a copy.
770   For an executable, the required form of the "work that uses the
771 Library" must include any data and utility programs needed for
772 reproducing the executable from it.  However, as a special exception,
773 the source code distributed need not include anything that is normally
774 distributed (in either source or binary form) with the major
775 components (compiler, kernel, and so on) of the operating system on
776 which the executable runs, unless that component itself accompanies
777 the executable.
779   It may happen that this requirement contradicts the license
780 restrictions of other proprietary libraries that do not normally
781 accompany the operating system.  Such a contradiction means you cannot
782 use both them and the Library together in an executable that you
783 distribute.
785   7. You may place library facilities that are a work based on the
786 Library side-by-side in a single library together with other library
787 facilities not covered by this License, and distribute such a combined
788 library, provided that the separate distribution of the work based on
789 the Library and of the other library facilities is otherwise
790 permitted, and provided that you do these two things:
792     a) Accompany the combined library with a copy of the same work
793     based on the Library, uncombined with any other library
794     facilities.  This must be distributed under the terms of the
795     Sections above.
797     b) Give prominent notice with the combined library of the fact
798     that part of it is a work based on the Library, and explaining
799     where to find the accompanying uncombined form of the same work.
801   8. You may not copy, modify, sublicense, link with, or distribute
802 the Library except as expressly provided under this License.  Any
803 attempt otherwise to copy, modify, sublicense, link with, or
804 distribute the Library is void, and will automatically terminate your
805 rights under this License.  However, parties who have received copies,
806 or rights, from you under this License will not have their licenses
807 terminated so long as such parties remain in full compliance.
809   9. You are not required to accept this License, since you have not
810 signed it.  However, nothing else grants you permission to modify or
811 distribute the Library or its derivative works.  These actions are
812 prohibited by law if you do not accept this License.  Therefore, by
813 modifying or distributing the Library (or any work based on the
814 Library), you indicate your acceptance of this License to do so, and
815 all its terms and conditions for copying, distributing or modifying
816 the Library or works based on it.
818   10. Each time you redistribute the Library (or any work based on the
819 Library), the recipient automatically receives a license from the
820 original licensor to copy, distribute, link with or modify the Library
821 subject to these terms and conditions.  You may not impose any further
822 restrictions on the recipients' exercise of the rights granted herein.
823 You are not responsible for enforcing compliance by third parties to
824 this License.
826   11. If, as a consequence of a court judgment or allegation of patent
827 infringement or for any other reason (not limited to patent issues),
828 conditions are imposed on you (whether by court order, agreement or
829 otherwise) that contradict the conditions of this License, they do not
830 excuse you from the conditions of this License.  If you cannot
831 distribute so as to satisfy simultaneously your obligations under this
832 License and any other pertinent obligations, then as a consequence you
833 may not distribute the Library at all.  For example, if a patent
834 license would not permit royalty-free redistribution of the Library by
835 all those who receive copies directly or indirectly through you, then
836 the only way you could satisfy both it and this License would be to
837 refrain entirely from distribution of the Library.
839 If any portion of this section is held invalid or unenforceable under any
840 particular circumstance, the balance of the section is intended to apply,
841 and the section as a whole is intended to apply in other circumstances.
843 It is not the purpose of this section to induce you to infringe any
844 patents or other property right claims or to contest validity of any
845 such claims; this section has the sole purpose of protecting the
846 integrity of the free software distribution system which is
847 implemented by public license practices.  Many people have made
848 generous contributions to the wide range of software distributed
849 through that system in reliance on consistent application of that
850 system; it is up to the author/donor to decide if he or she is willing
851 to distribute software through any other system and a licensee cannot
852 impose that choice.
854 This section is intended to make thoroughly clear what is believed to
855 be a consequence of the rest of this License.
857   12. If the distribution and/or use of the Library is restricted in
858 certain countries either by patents or by copyrighted interfaces, the
859 original copyright holder who places the Library under this License may add
860 an explicit geographical distribution limitation excluding those countries,
861 so that distribution is permitted only in or among countries not thus
862 excluded.  In such case, this License incorporates the limitation as if
863 written in the body of this License.
865   13. The Free Software Foundation may publish revised and/or new
866 versions of the Library General Public License from time to time.
867 Such new versions will be similar in spirit to the present version,
868 but may differ in detail to address new problems or concerns.
870 Each version is given a distinguishing version number.  If the Library
871 specifies a version number of this License which applies to it and
872 "any later version", you have the option of following the terms and
873 conditions either of that version or of any later version published by
874 the Free Software Foundation.  If the Library does not specify a
875 license version number, you may choose any version ever published by
876 the Free Software Foundation.
878   14. If you wish to incorporate parts of the Library into other free
879 programs whose distribution conditions are incompatible with these,
880 write to the author to ask for permission.  For software which is
881 copyrighted by the Free Software Foundation, write to the Free
882 Software Foundation; we sometimes make exceptions for this.  Our
883 decision will be guided by the two goals of preserving the free status
884 of all derivatives of our free software and of promoting the sharing
885 and reuse of software generally.
887                             NO WARRANTY
889   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
890 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
891 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
892 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
893 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
894 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
895 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
896 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
897 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
899   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
900 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
901 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
902 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
903 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
904 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
905 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
906 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
907 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
908 DAMAGES.
910                      END OF TERMS AND CONDITIONS
912      Appendix: How to Apply These Terms to Your New Libraries
914   If you develop a new library, and you want it to be of the greatest
915 possible use to the public, we recommend making it free software that
916 everyone can redistribute and change.  You can do so by permitting
917 redistribution under these terms (or, alternatively, under the terms of the
918 ordinary General Public License).
920   To apply these terms, attach the following notices to the library.  It is
921 safest to attach them to the start of each source file to most effectively
922 convey the exclusion of warranty; and each file should have at least the
923 "copyright" line and a pointer to where the full notice is found.
925     <one line to give the library's name and a brief idea of what it does.>
926     Copyright (C) <year>  <name of author>
928     This library is free software; you can redistribute it and/or
929     modify it under the terms of the GNU Library General Public
930     License as published by the Free Software Foundation; either
931     version 2 of the License, or (at your option) any later version.
933     This library is distributed in the hope that it will be useful,
934     but WITHOUT ANY WARRANTY; without even the implied warranty of
935     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
936     Library General Public License for more details.
938     You should have received a copy of the GNU Library General Public
939     License along with this library; if not, write to the Free
940     Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
941     MA 02111-1307, USA
943 Also add information on how to contact you by electronic and paper mail.
945 You should also get your employer (if you work as a programmer) or your
946 school, if any, to sign a "copyright disclaimer" for the library, if
947 necessary.  Here is a sample; alter the names:
949   Yoyodyne, Inc., hereby disclaims all copyright interest in the
950   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
952   <signature of Ty Coon>, 1 April 1990
953   Ty Coon, President of Vice
955 That's all there is to it!