119370Spst		  GNU LIBRARY GENERAL PUBLIC LICENSE
219370Spst		       Version 2, June 1991
319370Spst
419370Spst Copyright (C) 1991 Free Software Foundation, Inc.
546283Sdfr 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
619370Spst Everyone is permitted to copy and distribute verbatim copies
719370Spst of this license document, but changing it is not allowed.
819370Spst
919370Spst[This is the first released version of the library GPL.  It is
1019370Spst numbered 2 because it goes with version 2 of the ordinary GPL.]
1119370Spst
1219370Spst			    Preamble
1319370Spst
1419370Spst  The licenses for most software are designed to take away your
1519370Spstfreedom to share and change it.  By contrast, the GNU General Public
1619370SpstLicenses are intended to guarantee your freedom to share and change
1719370Spstfree software--to make sure the software is free for all its users.
1819370Spst
1919370Spst  This license, the Library General Public License, applies to some
2019370Spstspecially designated Free Software Foundation software, and to any
2119370Spstother libraries whose authors decide to use it.  You can use it for
2219370Spstyour libraries, too.
2319370Spst
2419370Spst  When we speak of free software, we are referring to freedom, not
2519370Spstprice.  Our General Public Licenses are designed to make sure that you
2619370Spsthave the freedom to distribute copies of free software (and charge for
2719370Spstthis service if you wish), that you receive source code or can get it
2819370Spstif you want it, that you can change the software or use pieces of it
2919370Spstin new free programs; and that you know you can do these things.
3019370Spst
3119370Spst  To protect your rights, we need to make restrictions that forbid
3219370Spstanyone to deny you these rights or to ask you to surrender the rights.
3319370SpstThese restrictions translate to certain responsibilities for you if
3419370Spstyou distribute copies of the library, or if you modify it.
3519370Spst
3619370Spst  For example, if you distribute copies of the library, whether gratis
3719370Spstor for a fee, you must give the recipients all the rights that we gave
3819370Spstyou.  You must make sure that they, too, receive or can get the source
3919370Spstcode.  If you link a program with the library, you must provide
4019370Spstcomplete object files to the recipients so that they can relink them
4119370Spstwith the library, after making changes to the library and recompiling
4219370Spstit.  And you must show them these terms so they know their rights.
4319370Spst
4419370Spst  Our method of protecting your rights has two steps: (1) copyright
4519370Spstthe library, and (2) offer you this license which gives you legal
4619370Spstpermission to copy, distribute and/or modify the library.
4719370Spst
4819370Spst  Also, for each distributor's protection, we want to make certain
4919370Spstthat everyone understands that there is no warranty for this free
5019370Spstlibrary.  If the library is modified by someone else and passed on, we
5119370Spstwant its recipients to know that what they have is not the original
5219370Spstversion, so that any problems introduced by others will not reflect on
5319370Spstthe original authors' reputations.
5419370Spst
5519370Spst  Finally, any free program is threatened constantly by software
5619370Spstpatents.  We wish to avoid the danger that companies distributing free
5719370Spstsoftware will individually obtain patent licenses, thus in effect
5819370Spsttransforming the program into proprietary software.  To prevent this,
5919370Spstwe have made it clear that any patent must be licensed for everyone's
6019370Spstfree use or not licensed at all.
6119370Spst
6219370Spst  Most GNU software, including some libraries, is covered by the ordinary
6319370SpstGNU General Public License, which was designed for utility programs.  This
6419370Spstlicense, the GNU Library General Public License, applies to certain
6519370Spstdesignated libraries.  This license is quite different from the ordinary
6619370Spstone; be sure to read it in full, and don't assume that anything in it is
6719370Spstthe same as in the ordinary license.
6819370Spst
6919370Spst  The reason we have a separate public license for some libraries is that
7019370Spstthey blur the distinction we usually make between modifying or adding to a
7119370Spstprogram and simply using it.  Linking a program with a library, without
7219370Spstchanging the library, is in some sense simply using the library, and is
7319370Spstanalogous to running a utility program or application program.  However, in
7419370Spsta textual and legal sense, the linked executable is a combined work, a
7519370Spstderivative of the original library, and the ordinary General Public License
7619370Spsttreats it as such.
7719370Spst
7819370Spst  Because of this blurred distinction, using the ordinary General
7919370SpstPublic License for libraries did not effectively promote software
8019370Spstsharing, because most developers did not use the libraries.  We
8119370Spstconcluded that weaker conditions might promote sharing better.
8219370Spst
8319370Spst  However, unrestricted linking of non-free programs would deprive the
8419370Spstusers of those programs of all benefit from the free status of the
8519370Spstlibraries themselves.  This Library General Public License is intended to
8619370Spstpermit developers of non-free programs to use free libraries, while
8719370Spstpreserving your freedom as a user of such programs to change the free
8819370Spstlibraries that are incorporated in them.  (We have not seen how to achieve
8919370Spstthis as regards changes in header files, but we have achieved it as regards
9019370Spstchanges in the actual functions of the Library.)  The hope is that this
9119370Spstwill lead to faster development of free libraries.
9219370Spst
9319370Spst  The precise terms and conditions for copying, distribution and
9419370Spstmodification follow.  Pay close attention to the difference between a
9519370Spst"work based on the library" and a "work that uses the library".  The
9619370Spstformer contains code derived from the library, while the latter only
9719370Spstworks together with the library.
9819370Spst
9919370Spst  Note that it is possible for a library to be covered by the ordinary
10019370SpstGeneral Public License rather than by this special one.
10119370Spst
10219370Spst		  GNU LIBRARY GENERAL PUBLIC LICENSE
10319370Spst   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10419370Spst
10519370Spst  0. This License Agreement applies to any software library which
10619370Spstcontains a notice placed by the copyright holder or other authorized
10719370Spstparty saying it may be distributed under the terms of this Library
10819370SpstGeneral Public License (also called "this License").  Each licensee is
10919370Spstaddressed as "you".
11019370Spst
11119370Spst  A "library" means a collection of software functions and/or data
11219370Spstprepared so as to be conveniently linked with application programs
11319370Spst(which use some of those functions and data) to form executables.
11419370Spst
11519370Spst  The "Library", below, refers to any such software library or work
11619370Spstwhich has been distributed under these terms.  A "work based on the
11719370SpstLibrary" means either the Library or any derivative work under
11819370Spstcopyright law: that is to say, a work containing the Library or a
11919370Spstportion of it, either verbatim or with modifications and/or translated
12019370Spststraightforwardly into another language.  (Hereinafter, translation is
12119370Spstincluded without limitation in the term "modification".)
12219370Spst
12319370Spst  "Source code" for a work means the preferred form of the work for
12419370Spstmaking modifications to it.  For a library, complete source code means
12519370Spstall the source code for all modules it contains, plus any associated
12619370Spstinterface definition files, plus the scripts used to control compilation
12719370Spstand installation of the library.
12819370Spst
12919370Spst  Activities other than copying, distribution and modification are not
13019370Spstcovered by this License; they are outside its scope.  The act of
13119370Spstrunning a program using the Library is not restricted, and output from
13219370Spstsuch a program is covered only if its contents constitute a work based
13319370Spston the Library (independent of the use of the Library in a tool for
13419370Spstwriting it).  Whether that is true depends on what the Library does
13519370Spstand what the program that uses the Library does.
13619370Spst  
13719370Spst  1. You may copy and distribute verbatim copies of the Library's
13819370Spstcomplete source code as you receive it, in any medium, provided that
13919370Spstyou conspicuously and appropriately publish on each copy an
14019370Spstappropriate copyright notice and disclaimer of warranty; keep intact
14119370Spstall the notices that refer to this License and to the absence of any
14219370Spstwarranty; and distribute a copy of this License along with the
14319370SpstLibrary.
14419370Spst
14519370Spst  You may charge a fee for the physical act of transferring a copy,
14619370Spstand you may at your option offer warranty protection in exchange for a
14719370Spstfee.
14819370Spst
14919370Spst  2. You may modify your copy or copies of the Library or any portion
15019370Spstof it, thus forming a work based on the Library, and copy and
15119370Spstdistribute such modifications or work under the terms of Section 1
15219370Spstabove, provided that you also meet all of these conditions:
15319370Spst
15419370Spst    a) The modified work must itself be a software library.
15519370Spst
15619370Spst    b) You must cause the files modified to carry prominent notices
15719370Spst    stating that you changed the files and the date of any change.
15819370Spst
15919370Spst    c) You must cause the whole of the work to be licensed at no
16019370Spst    charge to all third parties under the terms of this License.
16119370Spst
16219370Spst    d) If a facility in the modified Library refers to a function or a
16319370Spst    table of data to be supplied by an application program that uses
16419370Spst    the facility, other than as an argument passed when the facility
16519370Spst    is invoked, then you must make a good faith effort to ensure that,
16619370Spst    in the event an application does not supply such function or
16719370Spst    table, the facility still operates, and performs whatever part of
16819370Spst    its purpose remains meaningful.
16919370Spst
17019370Spst    (For example, a function in a library to compute square roots has
17119370Spst    a purpose that is entirely well-defined independent of the
17219370Spst    application.  Therefore, Subsection 2d requires that any
17319370Spst    application-supplied function or table used by this function must
17419370Spst    be optional: if the application does not supply it, the square
17519370Spst    root function must still compute square roots.)
17619370Spst
17719370SpstThese requirements apply to the modified work as a whole.  If
17819370Spstidentifiable sections of that work are not derived from the Library,
17919370Spstand can be reasonably considered independent and separate works in
18019370Spstthemselves, then this License, and its terms, do not apply to those
18119370Spstsections when you distribute them as separate works.  But when you
18219370Spstdistribute the same sections as part of a whole which is a work based
18319370Spston the Library, the distribution of the whole must be on the terms of
18419370Spstthis License, whose permissions for other licensees extend to the
18519370Spstentire whole, and thus to each and every part regardless of who wrote
18619370Spstit.
18719370Spst
18819370SpstThus, it is not the intent of this section to claim rights or contest
18919370Spstyour rights to work written entirely by you; rather, the intent is to
19019370Spstexercise the right to control the distribution of derivative or
19119370Spstcollective works based on the Library.
19219370Spst
19319370SpstIn addition, mere aggregation of another work not based on the Library
19419370Spstwith the Library (or with a work based on the Library) on a volume of
19519370Spsta storage or distribution medium does not bring the other work under
19619370Spstthe scope of this License.
19719370Spst
19819370Spst  3. You may opt to apply the terms of the ordinary GNU General Public
19919370SpstLicense instead of this License to a given copy of the Library.  To do
20019370Spstthis, you must alter all the notices that refer to this License, so
20119370Spstthat they refer to the ordinary GNU General Public License, version 2,
20219370Spstinstead of to this License.  (If a newer version than version 2 of the
20319370Spstordinary GNU General Public License has appeared, then you can specify
20419370Spstthat version instead if you wish.)  Do not make any other change in
20519370Spstthese notices.
20619370Spst
20719370Spst  Once this change is made in a given copy, it is irreversible for
20819370Spstthat copy, so the ordinary GNU General Public License applies to all
20919370Spstsubsequent copies and derivative works made from that copy.
21019370Spst
21119370Spst  This option is useful when you wish to copy part of the code of
21219370Spstthe Library into a program that is not a library.
21319370Spst
21419370Spst  4. You may copy and distribute the Library (or a portion or
21519370Spstderivative of it, under Section 2) in object code or executable form
21619370Spstunder the terms of Sections 1 and 2 above provided that you accompany
21719370Spstit with the complete corresponding machine-readable source code, which
21819370Spstmust be distributed under the terms of Sections 1 and 2 above on a
21919370Spstmedium customarily used for software interchange.
22019370Spst
22119370Spst  If distribution of object code is made by offering access to copy
22219370Spstfrom a designated place, then offering equivalent access to copy the
22319370Spstsource code from the same place satisfies the requirement to
22419370Spstdistribute the source code, even though third parties are not
22519370Spstcompelled to copy the source along with the object code.
22619370Spst
22719370Spst  5. A program that contains no derivative of any portion of the
22819370SpstLibrary, but is designed to work with the Library by being compiled or
22919370Spstlinked with it, is called a "work that uses the Library".  Such a
23019370Spstwork, in isolation, is not a derivative work of the Library, and
23119370Spsttherefore falls outside the scope of this License.
23219370Spst
23319370Spst  However, linking a "work that uses the Library" with the Library
23419370Spstcreates an executable that is a derivative of the Library (because it
23519370Spstcontains portions of the Library), rather than a "work that uses the
23619370Spstlibrary".  The executable is therefore covered by this License.
23719370SpstSection 6 states terms for distribution of such executables.
23819370Spst
23919370Spst  When a "work that uses the Library" uses material from a header file
24019370Spstthat is part of the Library, the object code for the work may be a
24119370Spstderivative work of the Library even though the source code is not.
24219370SpstWhether this is true is especially significant if the work can be
24319370Spstlinked without the Library, or if the work is itself a library.  The
24419370Spstthreshold for this to be true is not precisely defined by law.
24519370Spst
24619370Spst  If such an object file uses only numerical parameters, data
24719370Spststructure layouts and accessors, and small macros and small inline
24819370Spstfunctions (ten lines or less in length), then the use of the object
24919370Spstfile is unrestricted, regardless of whether it is legally a derivative
25019370Spstwork.  (Executables containing this object code plus portions of the
25119370SpstLibrary will still fall under Section 6.)
25219370Spst
25319370Spst  Otherwise, if the work is a derivative of the Library, you may
25419370Spstdistribute the object code for the work under the terms of Section 6.
25519370SpstAny executables containing that work also fall under Section 6,
25619370Spstwhether or not they are linked directly with the Library itself.
25719370Spst
25819370Spst  6. As an exception to the Sections above, you may also compile or
25919370Spstlink a "work that uses the Library" with the Library to produce a
26019370Spstwork containing portions of the Library, and distribute that work
26119370Spstunder terms of your choice, provided that the terms permit
26219370Spstmodification of the work for the customer's own use and reverse
26319370Spstengineering for debugging such modifications.
26419370Spst
26519370Spst  You must give prominent notice with each copy of the work that the
26619370SpstLibrary is used in it and that the Library and its use are covered by
26719370Spstthis License.  You must supply a copy of this License.  If the work
26819370Spstduring execution displays copyright notices, you must include the
26919370Spstcopyright notice for the Library among them, as well as a reference
27019370Spstdirecting the user to the copy of this License.  Also, you must do one
27119370Spstof these things:
27219370Spst
27319370Spst    a) Accompany the work with the complete corresponding
27419370Spst    machine-readable source code for the Library including whatever
27519370Spst    changes were used in the work (which must be distributed under
27619370Spst    Sections 1 and 2 above); and, if the work is an executable linked
27719370Spst    with the Library, with the complete machine-readable "work that
27819370Spst    uses the Library", as object code and/or source code, so that the
27919370Spst    user can modify the Library and then relink to produce a modified
28019370Spst    executable containing the modified Library.  (It is understood
28119370Spst    that the user who changes the contents of definitions files in the
28219370Spst    Library will not necessarily be able to recompile the application
28319370Spst    to use the modified definitions.)
28419370Spst
28519370Spst    b) Accompany the work with a written offer, valid for at
28619370Spst    least three years, to give the same user the materials
28719370Spst    specified in Subsection 6a, above, for a charge no more
28819370Spst    than the cost of performing this distribution.
28919370Spst
29019370Spst    c) If distribution of the work is made by offering access to copy
29119370Spst    from a designated place, offer equivalent access to copy the above
29219370Spst    specified materials from the same place.
29319370Spst
29419370Spst    d) Verify that the user has already received a copy of these
29519370Spst    materials or that you have already sent this user a copy.
29619370Spst
29719370Spst  For an executable, the required form of the "work that uses the
29819370SpstLibrary" must include any data and utility programs needed for
29919370Spstreproducing the executable from it.  However, as a special exception,
30019370Spstthe source code distributed need not include anything that is normally
30119370Spstdistributed (in either source or binary form) with the major
30219370Spstcomponents (compiler, kernel, and so on) of the operating system on
30319370Spstwhich the executable runs, unless that component itself accompanies
30419370Spstthe executable.
30519370Spst
30619370Spst  It may happen that this requirement contradicts the license
30719370Spstrestrictions of other proprietary libraries that do not normally
30819370Spstaccompany the operating system.  Such a contradiction means you cannot
30919370Spstuse both them and the Library together in an executable that you
31019370Spstdistribute.
31119370Spst
31219370Spst  7. You may place library facilities that are a work based on the
31319370SpstLibrary side-by-side in a single library together with other library
31419370Spstfacilities not covered by this License, and distribute such a combined
31519370Spstlibrary, provided that the separate distribution of the work based on
31619370Spstthe Library and of the other library facilities is otherwise
31719370Spstpermitted, and provided that you do these two things:
31819370Spst
31919370Spst    a) Accompany the combined library with a copy of the same work
32019370Spst    based on the Library, uncombined with any other library
32119370Spst    facilities.  This must be distributed under the terms of the
32219370Spst    Sections above.
32319370Spst
32419370Spst    b) Give prominent notice with the combined library of the fact
32519370Spst    that part of it is a work based on the Library, and explaining
32619370Spst    where to find the accompanying uncombined form of the same work.
32719370Spst
32819370Spst  8. You may not copy, modify, sublicense, link with, or distribute
32919370Spstthe Library except as expressly provided under this License.  Any
33019370Spstattempt otherwise to copy, modify, sublicense, link with, or
33119370Spstdistribute the Library is void, and will automatically terminate your
33219370Spstrights under this License.  However, parties who have received copies,
33319370Spstor rights, from you under this License will not have their licenses
33419370Spstterminated so long as such parties remain in full compliance.
33519370Spst
33619370Spst  9. You are not required to accept this License, since you have not
33719370Spstsigned it.  However, nothing else grants you permission to modify or
33819370Spstdistribute the Library or its derivative works.  These actions are
33919370Spstprohibited by law if you do not accept this License.  Therefore, by
34019370Spstmodifying or distributing the Library (or any work based on the
34119370SpstLibrary), you indicate your acceptance of this License to do so, and
34219370Spstall its terms and conditions for copying, distributing or modifying
34319370Spstthe Library or works based on it.
34419370Spst
34519370Spst  10. Each time you redistribute the Library (or any work based on the
34619370SpstLibrary), the recipient automatically receives a license from the
34719370Spstoriginal licensor to copy, distribute, link with or modify the Library
34819370Spstsubject to these terms and conditions.  You may not impose any further
34919370Spstrestrictions on the recipients' exercise of the rights granted herein.
35019370SpstYou are not responsible for enforcing compliance by third parties to
35119370Spstthis License.
35219370Spst
35319370Spst  11. If, as a consequence of a court judgment or allegation of patent
35419370Spstinfringement or for any other reason (not limited to patent issues),
35519370Spstconditions are imposed on you (whether by court order, agreement or
35619370Spstotherwise) that contradict the conditions of this License, they do not
35719370Spstexcuse you from the conditions of this License.  If you cannot
35819370Spstdistribute so as to satisfy simultaneously your obligations under this
35919370SpstLicense and any other pertinent obligations, then as a consequence you
36019370Spstmay not distribute the Library at all.  For example, if a patent
36119370Spstlicense would not permit royalty-free redistribution of the Library by
36219370Spstall those who receive copies directly or indirectly through you, then
36319370Spstthe only way you could satisfy both it and this License would be to
36419370Spstrefrain entirely from distribution of the Library.
36519370Spst
36619370SpstIf any portion of this section is held invalid or unenforceable under any
36719370Spstparticular circumstance, the balance of the section is intended to apply,
36819370Spstand the section as a whole is intended to apply in other circumstances.
36919370Spst
37019370SpstIt is not the purpose of this section to induce you to infringe any
37119370Spstpatents or other property right claims or to contest validity of any
37219370Spstsuch claims; this section has the sole purpose of protecting the
37319370Spstintegrity of the free software distribution system which is
37419370Spstimplemented by public license practices.  Many people have made
37519370Spstgenerous contributions to the wide range of software distributed
37619370Spstthrough that system in reliance on consistent application of that
37719370Spstsystem; it is up to the author/donor to decide if he or she is willing
37819370Spstto distribute software through any other system and a licensee cannot
37919370Spstimpose that choice.
38019370Spst
38119370SpstThis section is intended to make thoroughly clear what is believed to
38219370Spstbe a consequence of the rest of this License.
38319370Spst
38419370Spst  12. If the distribution and/or use of the Library is restricted in
38519370Spstcertain countries either by patents or by copyrighted interfaces, the
38619370Spstoriginal copyright holder who places the Library under this License may add
38719370Spstan explicit geographical distribution limitation excluding those countries,
38819370Spstso that distribution is permitted only in or among countries not thus
38919370Spstexcluded.  In such case, this License incorporates the limitation as if
39019370Spstwritten in the body of this License.
39119370Spst
39219370Spst  13. The Free Software Foundation may publish revised and/or new
39319370Spstversions of the Library General Public License from time to time.
39419370SpstSuch new versions will be similar in spirit to the present version,
39519370Spstbut may differ in detail to address new problems or concerns.
39619370Spst
39719370SpstEach version is given a distinguishing version number.  If the Library
39819370Spstspecifies a version number of this License which applies to it and
39919370Spst"any later version", you have the option of following the terms and
40019370Spstconditions either of that version or of any later version published by
40119370Spstthe Free Software Foundation.  If the Library does not specify a
40219370Spstlicense version number, you may choose any version ever published by
40319370Spstthe Free Software Foundation.
40419370Spst
40519370Spst  14. If you wish to incorporate parts of the Library into other free
40619370Spstprograms whose distribution conditions are incompatible with these,
40719370Spstwrite to the author to ask for permission.  For software which is
40819370Spstcopyrighted by the Free Software Foundation, write to the Free
40919370SpstSoftware Foundation; we sometimes make exceptions for this.  Our
41019370Spstdecision will be guided by the two goals of preserving the free status
41119370Spstof all derivatives of our free software and of promoting the sharing
41219370Spstand reuse of software generally.
41319370Spst
41419370Spst			    NO WARRANTY
41519370Spst
41619370Spst  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
41719370SpstWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
41819370SpstEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
41919370SpstOTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
42019370SpstKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
42119370SpstIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
42219370SpstPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
42319370SpstLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
42419370SpstTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
42519370Spst
42619370Spst  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
42719370SpstWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
42819370SpstAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
42919370SpstFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
43019370SpstCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
43119370SpstLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
43219370SpstRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
43319370SpstFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
43419370SpstSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
43519370SpstDAMAGES.
43619370Spst
43719370Spst		     END OF TERMS AND CONDITIONS
43819370Spst
43919370Spst     Appendix: How to Apply These Terms to Your New Libraries
44019370Spst
44119370Spst  If you develop a new library, and you want it to be of the greatest
44219370Spstpossible use to the public, we recommend making it free software that
44319370Spsteveryone can redistribute and change.  You can do so by permitting
44419370Spstredistribution under these terms (or, alternatively, under the terms of the
44519370Spstordinary General Public License).
44619370Spst
44719370Spst  To apply these terms, attach the following notices to the library.  It is
44819370Spstsafest to attach them to the start of each source file to most effectively
44919370Spstconvey the exclusion of warranty; and each file should have at least the
45019370Spst"copyright" line and a pointer to where the full notice is found.
45119370Spst
45219370Spst    <one line to give the library's name and a brief idea of what it does.>
45319370Spst    Copyright (C) <year>  <name of author>
45419370Spst
45519370Spst    This library is free software; you can redistribute it and/or
45619370Spst    modify it under the terms of the GNU Library General Public
45719370Spst    License as published by the Free Software Foundation; either
45819370Spst    version 2 of the License, or (at your option) any later version.
45919370Spst
46019370Spst    This library is distributed in the hope that it will be useful,
46119370Spst    but WITHOUT ANY WARRANTY; without even the implied warranty of
46219370Spst    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
46319370Spst    Library General Public License for more details.
46419370Spst
46519370Spst    You should have received a copy of the GNU Library General Public
46619370Spst    License along with this library; if not, write to the Free
46746283Sdfr    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
46846283Sdfr    MA 02111-1307, USA
46919370Spst
47019370SpstAlso add information on how to contact you by electronic and paper mail.
47119370Spst
47219370SpstYou should also get your employer (if you work as a programmer) or your
47319370Spstschool, if any, to sign a "copyright disclaimer" for the library, if
47419370Spstnecessary.  Here is a sample; alter the names:
47519370Spst
47619370Spst  Yoyodyne, Inc., hereby disclaims all copyright interest in the
47719370Spst  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
47819370Spst
47919370Spst  <signature of Ty Coon>, 1 April 1990
48019370Spst  Ty Coon, President of Vice
48119370Spst
48219370SpstThat's all there is to it!
483