aspell: GNU Lesser General Public License

1 
1 H.2 GNU Lesser General Public License
1 =====================================
1 
1                       Version 2.1, February 1999
1 
1      Copyright (C) 1991, 1999 Free Software Foundation, Inc.
1      59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
1 
1      Everyone is permitted to copy and distribute verbatim copies
1      of this license document, but changing it is not allowed.
1 
1      [This is the first released version of the Lesser GPL.  It also counts
1      as the successor of the GNU Library Public License, version 2, hence the
1      version number 2.1.]
1 
1 H.2.1 Preamble
1 --------------
1 
1 The licenses for most software are designed to take away your freedom
1 to share and change it.  By contrast, the GNU General Public Licenses
1 are intended to guarantee your freedom to share and change free
1 software--to make sure the software is free for all its users.
1 
1    This license, the Lesser General Public License, applies to some
1 specially designated software--typically libraries--of the Free
1 Software Foundation and other authors who decide to use it.  You can use
1 it too, but we suggest you first think carefully about whether this
1 license or the ordinary General Public License is the better strategy to
1 use in any particular case, based on the explanations below.
1 
1    When we speak of free software, we are referring to freedom of use,
1 not price.  Our General Public Licenses are designed to make sure that
1 you have the freedom to distribute copies of free software (and charge
1 for this service if you wish); that you receive source code or can get
1 it if you want it; that you can change the software and use pieces of it
1 in new free programs; and that you are informed that you can do these
1 things.
1 
1    To protect your rights, we need to make restrictions that forbid
1 distributors to deny you these rights or to ask you to surrender these
1 rights.  These restrictions translate to certain responsibilities for
1 you if you distribute copies of the library or if you modify it.
1 
1    For example, if you distribute copies of the library, whether gratis
1 or for a fee, you must give the recipients all the rights that we gave
1 you.  You must make sure that they, too, receive or can get the source
1 code.  If you link other code with the library, you must provide
1 complete object files to the recipients, so that they can relink them
1 with the library after making changes to the library and recompiling
1 it.  And you must show them these terms so they know their rights.
1 
1    We protect your rights with a two-step method: (1) we copyright the
1 library, and (2) we offer you this license, which gives you legal
1 permission to copy, distribute and/or modify the library.
1 
1    To protect each distributor, we want to make it very clear that
1 there is no warranty for the free library.  Also, if the library is
1 modified by someone else and passed on, the recipients should know that
1 what they have is not the original version, so that the original
1 author's reputation will not be affected by problems that might be
1 introduced by others.
1 
1    Finally, software patents pose a constant threat to the existence of
1 any free program.  We wish to make sure that a company cannot
1 effectively restrict the users of a free program by obtaining a
1 restrictive license from a patent holder.  Therefore, we insist that
1 any patent license obtained for a version of the library must be
1 consistent with the full freedom of use specified in this license.
1 
1    Most GNU software, including some libraries, is covered by the
1 ordinary GNU General Public License.  This license, the GNU Lesser
1 General Public License, applies to certain designated libraries, and is
1 quite different from the ordinary General Public License.  We use this
1 license for certain libraries in order to permit linking those
1 libraries into non-free programs.
1 
1    When a program is linked with a library, whether statically or using
1 a shared library, the combination of the two is legally speaking a
1 combined work, a derivative of the original library.  The ordinary
1 General Public License therefore permits such linking only if the
1 entire combination fits its criteria of freedom.  The Lesser General
1 Public License permits more lax criteria for linking other code with
1 the library.
1 
1    We call this license the "Lesser" General Public License because it
1 does _Less_ to protect the user's freedom than the ordinary General
1 Public License.  It also provides other free software developers Less
1 of an advantage over competing non-free programs.  These disadvantages
1 are the reason we use the ordinary General Public License for many
1 libraries.  However, the Lesser license provides advantages in certain
1 special circumstances.
1 
1    For example, on rare occasions, there may be a special need to
1 encourage the widest possible use of a certain library, so that it
1 becomes a de-facto standard.  To achieve this, non-free programs must be
1 allowed to use the library.  A more frequent case is that a free
1 library does the same job as widely used non-free libraries.  In this
1 case, there is little to gain by limiting the free library to free
1 software only, so we use the Lesser General Public License.
1 
1    In other cases, permission to use a particular library in non-free
1 programs enables a greater number of people to use a large body of free
1 software.  For example, permission to use the GNU C Library in non-free
1 programs enables many more people to use the whole GNU operating
1 system, as well as its variant, the GNU/Linux operating system.
1 
1    Although the Lesser General Public License is Less protective of the
1 users' freedom, it does ensure that the user of a program that is
1 linked with the Library has the freedom and the wherewithal to run that
1 program using a modified version of the Library.
1 
1    The precise terms and conditions for copying, distribution and
1 modification follow.  Pay close attention to the difference between a
1 "work based on the library" and a "work that uses the library".  The
1 former contains code derived from the library, whereas the latter must
1 be combined with the library in order to run.
1 
1                    GNU LESSER GENERAL PUBLIC LICENSE
1     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1   0. This License Agreement applies to any software library or other
1      program which contains a notice placed by the copyright holder or
1      other authorized party saying it may be distributed under the
1      terms of this Lesser General Public License (also called "this
1      License").  Each licensee is addressed as "you".
1 
1      A "library" means a collection of software functions and/or data
1      prepared so as to be conveniently linked with application programs
1      (which use some of those functions and data) to form executables.
1 
1      The "Library", below, refers to any such software library or work
1      which has been distributed under these terms.  A "work based on the
1      Library" means either the Library or any derivative work under
1      copyright law: that is to say, a work containing the Library or a
1      portion of it, either verbatim or with modifications and/or
1      translated straightforwardly into another language.  (Hereinafter,
1      translation is included without limitation in the term
1      "modification".)
1 
1      "Source code" for a work means the preferred form of the work for
1      making modifications to it.  For a library, complete source code
1      means all the source code for all modules it contains, plus any
1      associated interface definition files, plus the scripts used to
1      control compilation and installation of the library.
1 
1      Activities other than copying, distribution and modification are
1      not covered by this License; they are outside its scope.  The act
1      of running a program using the Library is not restricted, and
1      output from such a program is covered only if its contents
1      constitute a work based on the Library (independent of the use of
1      the Library in a tool for writing it).  Whether that is true
1      depends on what the Library does and what the program that uses
1      the Library does.
1 
1   1. You may copy and distribute verbatim copies of the Library's
1      complete source code as you receive it, in any medium, provided
1      that you conspicuously and appropriately publish on each copy an
1      appropriate copyright notice and disclaimer of warranty; keep
1      intact all the notices that refer to this License and to the
1      absence of any warranty; and distribute a copy of this License
1      along with the Library.
1 
1      You may charge a fee for the physical act of transferring a copy,
1      and you may at your option offer warranty protection in exchange
1      for a fee.
1 
1   2. You may modify your copy or copies of the Library or any portion
1      of it, thus forming a work based on the Library, and copy and
1      distribute such modifications or work under the terms of Section 1
1      above, provided that you also meet all of these conditions:
1 
1        a. The modified work must itself be a software library.
1 
1        b. You must cause the files modified to carry prominent notices
1           stating that you changed the files and the date of any change.
1 
1        c. You must cause the whole of the work to be licensed at no
1           charge to all third parties under the terms of this License.
1 
1        d. If a facility in the modified Library refers to a function or
1           a table of data to be supplied by an application program that
1           uses the facility, other than as an argument passed when the
1           facility is invoked, then you must make a good faith effort
1           to ensure that, in the event an application does not supply
1           such function or table, the facility still operates, and
1           performs whatever part of its purpose remains meaningful.
1 
1           (For example, a function in a library to compute square roots
1           has a purpose that is entirely well-defined independent of the
1           application.  Therefore, Subsection 2d requires that any
1           application-supplied function or table used by this function
1           must be optional: if the application does not supply it, the
1           square root function must still compute square roots.)
1 
1      These requirements apply to the modified work as a whole.  If
1      identifiable sections of that work are not derived from the
1      Library, and can be reasonably considered independent and separate
1      works in themselves, then this License, and its terms, do not
1      apply to those sections when you distribute them as separate
1      works.  But when you distribute the same sections as part of a
1      whole which is a work based on the Library, the distribution of
1      the whole must be on the terms of this License, whose permissions
1      for other licensees extend to the entire whole, and thus to each
1      and every part regardless of who wrote it.
1 
1      Thus, it is not the intent of this section to claim rights or
1      contest your rights to work written entirely by you; rather, the
1      intent is to exercise the right to control the distribution of
1      derivative or collective works based on the Library.
1 
1      In addition, mere aggregation of another work not based on the
1      Library with the Library (or with a work based on the Library) on
1      a volume of a storage or distribution medium does not bring the
1      other work under the scope of this License.
1 
1   3. You may opt to apply the terms of the ordinary GNU General Public
1      License instead of this License to a given copy of the Library.
1      To do this, you must alter all the notices that refer to this
1      License, so that they refer to the ordinary GNU General Public
1      License, version 2, instead of to this License.  (If a newer
1      version than version 2 of the ordinary GNU General Public License
1      has appeared, then you can specify that version instead if you
1      wish.)  Do not make any other change in these notices.
1 
1      Once this change is made in a given copy, it is irreversible for
1      that copy, so the ordinary GNU General Public License applies to
1      all subsequent copies and derivative works made from that copy.
1 
1      This option is useful when you wish to copy part of the code of
1      the Library into a program that is not a library.
1 
1   4. You may copy and distribute the Library (or a portion or
1      derivative of it, under Section 2) in object code or executable
1      form under the terms of Sections 1 and 2 above provided that you
1      accompany it with the complete corresponding machine-readable
1      source code, which must be distributed under the terms of Sections
1      1 and 2 above on a medium customarily used for software
1      interchange.
1 
1      If distribution of object code is made by offering access to copy
1      from a designated place, then offering equivalent access to copy
1      the source code from the same place satisfies the requirement to
1      distribute the source code, even though third parties are not
1      compelled to copy the source along with the object code.
1 
1   5. A program that contains no derivative of any portion of the
1      Library, but is designed to work with the Library by being
1      compiled or linked with it, is called a "work that uses the
1      Library".  Such a work, in isolation, is not a derivative work of
1      the Library, and therefore falls outside the scope of this License.
1 
1      However, linking a "work that uses the Library" with the Library
1      creates an executable that is a derivative of the Library (because
1      it contains portions of the Library), rather than a "work that
1      uses the library".  The executable is therefore covered by this
1      License.  Section 6 states terms for distribution of such
1      executables.
1 
1      When a "work that uses the Library" uses material from a header
1      file that is part of the Library, the object code for the work may
1      be a derivative work of the Library even though the source code is
1      not.  Whether this is true is especially significant if the work
1      can be linked without the Library, or if the work is itself a
1      library.  The threshold for this to be true is not precisely
1      defined by law.
1 
1      If such an object file uses only numerical parameters, data
1      structure layouts and accessors, and small macros and small inline
1      functions (ten lines or less in length), then the use of the object
1      file is unrestricted, regardless of whether it is legally a
1      derivative work.  (Executables containing this object code plus
1      portions of the Library will still fall under Section 6.)
1 
1      Otherwise, if the work is a derivative of the Library, you may
1      distribute the object code for the work under the terms of Section
1      6.  Any executables containing that work also fall under Section 6,
1      whether or not they are linked directly with the Library itself.
1 
1   6. As an exception to the Sections above, you may also combine or
1      link a "work that uses the Library" with the Library to produce a
1      work containing portions of the Library, and distribute that work
1      under terms of your choice, provided that the terms permit
1      modification of the work for the customer's own use and reverse
1      engineering for debugging such modifications.
1 
1      You must give prominent notice with each copy of the work that the
1      Library is used in it and that the Library and its use are covered
1      by this License.  You must supply a copy of this License.  If the
1      work during execution displays copyright notices, you must include
1      the copyright notice for the Library among them, as well as a
1      reference directing the user to the copy of this License.  Also,
1      you must do one of these things:
1 
1        a. Accompany the work with the complete corresponding
1           machine-readable source code for the Library including
1           whatever changes were used in the work (which must be
1           distributed under Sections 1 and 2 above); and, if the work
1           is an executable linked with the Library, with the complete
1           machine-readable "work that uses the Library", as object code
1           and/or source code, so that the user can modify the Library
1           and then relink to produce a modified executable containing
1           the modified Library.  (It is understood that the user who
1           changes the contents of definitions files in the Library will
1           not necessarily be able to recompile the application to use
1           the modified definitions.)
1 
1        b. Use a suitable shared library mechanism for linking with the
1           Library.  A suitable mechanism is one that (1) uses at run
1           time a copy of the library already present on the user's
1           computer system, rather than copying library functions into
1           the executable, and (2) will operate properly with a modified
1           version of the library, if the user installs one, as long as
1           the modified version is interface-compatible with the version
1           that the work was made with.
1 
1        c. Accompany the work with a written offer, valid for at least
1           three years, to give the same user the materials specified in
1           Subsection 6a, above, for a charge no more than the cost of
1           performing this distribution.
1 
1        d. If distribution of the work is made by offering access to copy
1           from a designated place, offer equivalent access to copy the
1           above specified materials from the same place.
1 
1        e. Verify that the user has already received a copy of these
1           materials or that you have already sent this user a copy.
1 
1      For an executable, the required form of the "work that uses the
1      Library" must include any data and utility programs needed for
1      reproducing the executable from it.  However, as a special
1      exception, the materials to be distributed need not include
1      anything that is normally distributed (in either source or binary
1      form) with the major components (compiler, kernel, and so on) of
1      the operating system on which the executable runs, unless that
1      component itself accompanies the executable.
1 
1      It may happen that this requirement contradicts the license
1      restrictions of other proprietary libraries that do not normally
1      accompany the operating system.  Such a contradiction means you
1      cannot use both them and the Library together in an executable
1      that you distribute.
1 
1   7. You may place library facilities that are a work based on the
1      Library side-by-side in a single library together with other
1      library facilities not covered by this License, and distribute
1      such a combined library, provided that the separate distribution
1      of the work based on the Library and of the other library
1      facilities is otherwise permitted, and provided that you do these
1      two things:
1 
1        a. Accompany the combined library with a copy of the same work
1           based on the Library, uncombined with any other library
1           facilities.  This must be distributed under the terms of the
1           Sections above.
1 
1        b. Give prominent notice with the combined library of the fact
1           that part of it is a work based on the Library, and explaining
1           where to find the accompanying uncombined form of the same
1           work.
1 
1   8. You may not copy, modify, sublicense, link with, or distribute the
1      Library except as expressly provided under this License.  Any
1      attempt otherwise to copy, modify, sublicense, link with, or
1      distribute the Library is void, and will automatically terminate
1      your rights under this License.  However, parties who have
1      received copies, or rights, from you under this License will not
1      have their licenses terminated so long as such parties remain in
1      full compliance.
1 
1   9. You are not required to accept this License, since you have not
1      signed it.  However, nothing else grants you permission to modify
1      or distribute the Library or its derivative works.  These actions
1      are prohibited by law if you do not accept this License.
1      Therefore, by modifying or distributing the Library (or any work
1      based on the Library), you indicate your acceptance of this
1      License to do so, and all its terms and conditions for copying,
1      distributing or modifying the Library or works based on it.
1 
1  10. Each time you redistribute the Library (or any work based on the
1      Library), the recipient automatically receives a license from the
1      original licensor to copy, distribute, link with or modify the
1      Library subject to these terms and conditions.  You may not impose
1      any further restrictions on the recipients' exercise of the rights
1      granted herein.  You are not responsible for enforcing compliance
1      by third parties with this License.
1 
1  11. If, as a consequence of a court judgment or allegation of patent
1      infringement or for any other reason (not limited to patent
1      issues), conditions are imposed on you (whether by court order,
1      agreement or otherwise) that contradict the conditions of this
1      License, they do not excuse you from the conditions of this
1      License.  If you cannot distribute so as to satisfy simultaneously
1      your obligations under this License and any other pertinent
1      obligations, then as a consequence you may not distribute the
1      Library at all.  For example, if a patent license would not permit
1      royalty-free redistribution of the Library by all those who
1      receive copies directly or indirectly through you, then the only
1      way you could satisfy both it and this License would be to refrain
1      entirely from distribution of the Library.
1 
1      If any portion of this section is held invalid or unenforceable
1      under any particular circumstance, the balance of the section is
1      intended to apply, and the section as a whole is intended to apply
1      in other circumstances.
1 
1      It is not the purpose of this section to induce you to infringe any
1      patents or other property right claims or to contest validity of
1      any such claims; this section has the sole purpose of protecting
1      the integrity of the free software distribution system which is
1      implemented by public license practices.  Many people have made
1      generous contributions to the wide range of software distributed
1      through that system in reliance on consistent application of that
1      system; it is up to the author/donor to decide if he or she is
1      willing to distribute software through any other system and a
1      licensee cannot impose that choice.
1 
1      This section is intended to make thoroughly clear what is believed
1      to be a consequence of the rest of this License.
1 
1  12. If the distribution and/or use of the Library is restricted in
1      certain countries either by patents or by copyrighted interfaces,
1      the original copyright holder who places the Library under this
1      License may add an explicit geographical distribution limitation
1      excluding those countries, so that distribution is permitted only
1      in or among countries not thus excluded.  In such case, this
1      License incorporates the limitation as if written in the body of
1      this License.
1 
1  13. The Free Software Foundation may publish revised and/or new
1      versions of the Lesser General Public License from time to time.
1      Such new versions will be similar in spirit to the present version,
1      but may differ in detail to address new problems or concerns.
1 
1      Each version is given a distinguishing version number.  If the
1      Library specifies a version number of this License which applies
1      to it and "any later version", you have the option of following
1      the terms and conditions either of that version or of any later
1      version published by the Free Software Foundation.  If the Library
1      does not specify a license version number, you may choose any
1      version ever published by the Free Software Foundation.
1 
1  14. If you wish to incorporate parts of the Library into other free
1      programs whose distribution conditions are incompatible with these,
1      write to the author to ask for permission.  For software which is
1      copyrighted by the Free Software Foundation, write to the Free
1      Software Foundation; we sometimes make exceptions for this.  Our
1      decision will be guided by the two goals of preserving the free
1      status of all derivatives of our free software and of promoting
1      the sharing and reuse of software generally.
1 
1                                 NO WARRANTY
1  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1      WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE
1      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1      HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
1      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
1      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
1      QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU.  SHOULD THE
1      LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
1      SERVICING, REPAIR OR CORRECTION.
1 
1  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
1      MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE
1      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
1      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
1      INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF
1      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
1      OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY
1      OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
1      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1 
1                       END OF TERMS AND CONDITIONS
1 H.2.2 How to Apply These Terms to Your New Libraries
1 ----------------------------------------------------
1 
1 If you develop a new library, and you want it to be of the greatest
1 possible use to the public, we recommend making it free software that
1 everyone can redistribute and change.  You can do so by permitting
1 redistribution under these terms (or, alternatively, under the terms of
1 the ordinary General Public License).
1 
1    To apply these terms, attach the following notices to the library.
1 It is safest to attach them to the start of each source file to most
1 effectively convey the exclusion of warranty; and each file should have
1 at least the "copyright" line and a pointer to where the full notice is
1 found.
1 
1      ONE LINE TO GIVE THE LIBRARY'S NAME AND AN IDEA OF WHAT IT DOES.
1      Copyright (C) YEAR  NAME OF AUTHOR
1 
1      This library is free software; you can redistribute it and/or modify it
1      under the terms of the GNU Lesser General Public License as published by
1      the Free Software Foundation; either version 2.1 of the License, or (at
1      your option) any later version.
1 
1      This library is distributed in the hope that it will be useful, but
1      WITHOUT ANY WARRANTY; without even the implied warranty of
1      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1      Lesser General Public License for more details.
1 
1      You should have received a copy of the GNU Lesser General Public
1      License along with this library; if not, write to the Free Software
1      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
1      USA.
1 
1    Also add information on how to contact you by electronic and paper
1 mail.
1 
1    You should also get your employer (if you work as a programmer) or
1 your school, if any, to sign a "copyright disclaimer" for the library,
1 if necessary.  Here is a sample; alter the names:
1 
1      Yoyodyne, Inc., hereby disclaims all copyright interest in the library
1      `Frob' (a library for tweaking knobs) written by James Random Hacker.
1 
1      SIGNATURE OF TY COON, 1 April 1990
1      Ty Coon, President of Vice
1 
1    That's all there is to it!
1 
1