xref: /dflybsd-src/contrib/less/COPYING (revision ce5797c2d68e8971afe238ff35715e42c3ff7379)
11133e27eSPeter Avalos                    GNU GENERAL PUBLIC LICENSE
21133e27eSPeter Avalos                       Version 3, 29 June 2007
31133e27eSPeter Avalos
4*0c7ad07eSAntonio Huete Jimenez Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
51133e27eSPeter Avalos Everyone is permitted to copy and distribute verbatim copies
61133e27eSPeter Avalos of this license document, but changing it is not allowed.
71133e27eSPeter Avalos
81133e27eSPeter Avalos                            Preamble
91133e27eSPeter Avalos
101133e27eSPeter Avalos  The GNU General Public License is a free, copyleft license for
111133e27eSPeter Avalossoftware and other kinds of works.
121133e27eSPeter Avalos
131133e27eSPeter Avalos  The licenses for most software and other practical works are designed
141133e27eSPeter Avalosto take away your freedom to share and change the works.  By contrast,
151133e27eSPeter Avalosthe GNU General Public License is intended to guarantee your freedom to
161133e27eSPeter Avalosshare and change all versions of a program--to make sure it remains free
171133e27eSPeter Avalossoftware for all its users.  We, the Free Software Foundation, use the
181133e27eSPeter AvalosGNU General Public License for most of our software; it applies also to
191133e27eSPeter Avalosany other work released this way by its authors.  You can apply it to
201133e27eSPeter Avalosyour programs, too.
211133e27eSPeter Avalos
221133e27eSPeter Avalos  When we speak of free software, we are referring to freedom, not
231133e27eSPeter Avalosprice.  Our General Public Licenses are designed to make sure that you
241133e27eSPeter Avaloshave the freedom to distribute copies of free software (and charge for
251133e27eSPeter Avalosthem if you wish), that you receive source code or can get it if you
261133e27eSPeter Avaloswant it, that you can change the software or use pieces of it in new
271133e27eSPeter Avalosfree programs, and that you know you can do these things.
281133e27eSPeter Avalos
291133e27eSPeter Avalos  To protect your rights, we need to prevent others from denying you
301133e27eSPeter Avalosthese rights or asking you to surrender the rights.  Therefore, you have
311133e27eSPeter Avaloscertain responsibilities if you distribute copies of the software, or if
321133e27eSPeter Avalosyou modify it: responsibilities to respect the freedom of others.
331133e27eSPeter Avalos
341133e27eSPeter Avalos  For example, if you distribute copies of such a program, whether
351133e27eSPeter Avalosgratis or for a fee, you must pass on to the recipients the same
361133e27eSPeter Avalosfreedoms that you received.  You must make sure that they, too, receive
371133e27eSPeter Avalosor can get the source code.  And you must show them these terms so they
381133e27eSPeter Avalosknow their rights.
391133e27eSPeter Avalos
401133e27eSPeter Avalos  Developers that use the GNU GPL protect your rights with two steps:
411133e27eSPeter Avalos(1) assert copyright on the software, and (2) offer you this License
421133e27eSPeter Avalosgiving you legal permission to copy, distribute and/or modify it.
431133e27eSPeter Avalos
441133e27eSPeter Avalos  For the developers' and authors' protection, the GPL clearly explains
451133e27eSPeter Avalosthat there is no warranty for this free software.  For both users' and
461133e27eSPeter Avalosauthors' sake, the GPL requires that modified versions be marked as
471133e27eSPeter Avaloschanged, so that their problems will not be attributed erroneously to
481133e27eSPeter Avalosauthors of previous versions.
491133e27eSPeter Avalos
501133e27eSPeter Avalos  Some devices are designed to deny users access to install or run
511133e27eSPeter Avalosmodified versions of the software inside them, although the manufacturer
521133e27eSPeter Avaloscan do so.  This is fundamentally incompatible with the aim of
531133e27eSPeter Avalosprotecting users' freedom to change the software.  The systematic
541133e27eSPeter Avalospattern of such abuse occurs in the area of products for individuals to
551133e27eSPeter Avalosuse, which is precisely where it is most unacceptable.  Therefore, we
561133e27eSPeter Avaloshave designed this version of the GPL to prohibit the practice for those
571133e27eSPeter Avalosproducts.  If such problems arise substantially in other domains, we
581133e27eSPeter Avalosstand ready to extend this provision to those domains in future versions
591133e27eSPeter Avalosof the GPL, as needed to protect the freedom of users.
601133e27eSPeter Avalos
611133e27eSPeter Avalos  Finally, every program is threatened constantly by software patents.
621133e27eSPeter AvalosStates should not allow patents to restrict development and use of
631133e27eSPeter Avalossoftware on general-purpose computers, but in those that do, we wish to
641133e27eSPeter Avalosavoid the special danger that patents applied to a free program could
651133e27eSPeter Avalosmake it effectively proprietary.  To prevent this, the GPL assures that
661133e27eSPeter Avalospatents cannot be used to render the program non-free.
671133e27eSPeter Avalos
681133e27eSPeter Avalos  The precise terms and conditions for copying, distribution and
691133e27eSPeter Avalosmodification follow.
701133e27eSPeter Avalos
711133e27eSPeter Avalos                       TERMS AND CONDITIONS
721133e27eSPeter Avalos
731133e27eSPeter Avalos  0. Definitions.
741133e27eSPeter Avalos
751133e27eSPeter Avalos  "This License" refers to version 3 of the GNU General Public License.
761133e27eSPeter Avalos
771133e27eSPeter Avalos  "Copyright" also means copyright-like laws that apply to other kinds of
781133e27eSPeter Avalosworks, such as semiconductor masks.
791133e27eSPeter Avalos
801133e27eSPeter Avalos  "The Program" refers to any copyrightable work licensed under this
811133e27eSPeter AvalosLicense.  Each licensee is addressed as "you".  "Licensees" and
821133e27eSPeter Avalos"recipients" may be individuals or organizations.
831133e27eSPeter Avalos
841133e27eSPeter Avalos  To "modify" a work means to copy from or adapt all or part of the work
851133e27eSPeter Avalosin a fashion requiring copyright permission, other than the making of an
861133e27eSPeter Avalosexact copy.  The resulting work is called a "modified version" of the
871133e27eSPeter Avalosearlier work or a work "based on" the earlier work.
881133e27eSPeter Avalos
891133e27eSPeter Avalos  A "covered work" means either the unmodified Program or a work based
901133e27eSPeter Avaloson the Program.
911133e27eSPeter Avalos
921133e27eSPeter Avalos  To "propagate" a work means to do anything with it that, without
931133e27eSPeter Avalospermission, would make you directly or secondarily liable for
941133e27eSPeter Avalosinfringement under applicable copyright law, except executing it on a
951133e27eSPeter Avaloscomputer or modifying a private copy.  Propagation includes copying,
961133e27eSPeter Avalosdistribution (with or without modification), making available to the
971133e27eSPeter Avalospublic, and in some countries other activities as well.
981133e27eSPeter Avalos
991133e27eSPeter Avalos  To "convey" a work means any kind of propagation that enables other
1001133e27eSPeter Avalosparties to make or receive copies.  Mere interaction with a user through
1011133e27eSPeter Avalosa computer network, with no transfer of a copy, is not conveying.
1021133e27eSPeter Avalos
1031133e27eSPeter Avalos  An interactive user interface displays "Appropriate Legal Notices"
1041133e27eSPeter Avalosto the extent that it includes a convenient and prominently visible
1051133e27eSPeter Avalosfeature that (1) displays an appropriate copyright notice, and (2)
1061133e27eSPeter Avalostells the user that there is no warranty for the work (except to the
1071133e27eSPeter Avalosextent that warranties are provided), that licensees may convey the
1081133e27eSPeter Avaloswork under this License, and how to view a copy of this License.  If
1091133e27eSPeter Avalosthe interface presents a list of user commands or options, such as a
1101133e27eSPeter Avalosmenu, a prominent item in the list meets this criterion.
1111133e27eSPeter Avalos
1121133e27eSPeter Avalos  1. Source Code.
1131133e27eSPeter Avalos
1141133e27eSPeter Avalos  The "source code" for a work means the preferred form of the work
1151133e27eSPeter Avalosfor making modifications to it.  "Object code" means any non-source
1161133e27eSPeter Avalosform of a work.
1171133e27eSPeter Avalos
1181133e27eSPeter Avalos  A "Standard Interface" means an interface that either is an official
1191133e27eSPeter Avalosstandard defined by a recognized standards body, or, in the case of
1201133e27eSPeter Avalosinterfaces specified for a particular programming language, one that
1211133e27eSPeter Avalosis widely used among developers working in that language.
1221133e27eSPeter Avalos
1231133e27eSPeter Avalos  The "System Libraries" of an executable work include anything, other
1241133e27eSPeter Avalosthan the work as a whole, that (a) is included in the normal form of
1251133e27eSPeter Avalospackaging a Major Component, but which is not part of that Major
1261133e27eSPeter AvalosComponent, and (b) serves only to enable use of the work with that
1271133e27eSPeter AvalosMajor Component, or to implement a Standard Interface for which an
1281133e27eSPeter Avalosimplementation is available to the public in source code form.  A
1291133e27eSPeter Avalos"Major Component", in this context, means a major essential component
1301133e27eSPeter Avalos(kernel, window system, and so on) of the specific operating system
1311133e27eSPeter Avalos(if any) on which the executable work runs, or a compiler used to
1321133e27eSPeter Avalosproduce the work, or an object code interpreter used to run it.
1331133e27eSPeter Avalos
1341133e27eSPeter Avalos  The "Corresponding Source" for a work in object code form means all
1351133e27eSPeter Avalosthe source code needed to generate, install, and (for an executable
1361133e27eSPeter Avaloswork) run the object code and to modify the work, including scripts to
1371133e27eSPeter Avaloscontrol those activities.  However, it does not include the work's
1381133e27eSPeter AvalosSystem Libraries, or general-purpose tools or generally available free
1391133e27eSPeter Avalosprograms which are used unmodified in performing those activities but
1401133e27eSPeter Avaloswhich are not part of the work.  For example, Corresponding Source
1411133e27eSPeter Avalosincludes interface definition files associated with source files for
1421133e27eSPeter Avalosthe work, and the source code for shared libraries and dynamically
1431133e27eSPeter Avaloslinked subprograms that the work is specifically designed to require,
1441133e27eSPeter Avalossuch as by intimate data communication or control flow between those
1451133e27eSPeter Avalossubprograms and other parts of the work.
1461133e27eSPeter Avalos
1471133e27eSPeter Avalos  The Corresponding Source need not include anything that users
1481133e27eSPeter Avaloscan regenerate automatically from other parts of the Corresponding
1491133e27eSPeter AvalosSource.
1501133e27eSPeter Avalos
1511133e27eSPeter Avalos  The Corresponding Source for a work in source code form is that
1521133e27eSPeter Avalossame work.
1531133e27eSPeter Avalos
1541133e27eSPeter Avalos  2. Basic Permissions.
1551133e27eSPeter Avalos
1561133e27eSPeter Avalos  All rights granted under this License are granted for the term of
1571133e27eSPeter Avaloscopyright on the Program, and are irrevocable provided the stated
1581133e27eSPeter Avalosconditions are met.  This License explicitly affirms your unlimited
1591133e27eSPeter Avalospermission to run the unmodified Program.  The output from running a
1601133e27eSPeter Avaloscovered work is covered by this License only if the output, given its
1611133e27eSPeter Avaloscontent, constitutes a covered work.  This License acknowledges your
1621133e27eSPeter Avalosrights of fair use or other equivalent, as provided by copyright law.
1631133e27eSPeter Avalos
1641133e27eSPeter Avalos  You may make, run and propagate covered works that you do not
1651133e27eSPeter Avalosconvey, without conditions so long as your license otherwise remains
1661133e27eSPeter Avalosin force.  You may convey covered works to others for the sole purpose
1671133e27eSPeter Avalosof having them make modifications exclusively for you, or provide you
1681133e27eSPeter Avaloswith facilities for running those works, provided that you comply with
1691133e27eSPeter Avalosthe terms of this License in conveying all material for which you do
1701133e27eSPeter Avalosnot control copyright.  Those thus making or running the covered works
1711133e27eSPeter Avalosfor you must do so exclusively on your behalf, under your direction
1721133e27eSPeter Avalosand control, on terms that prohibit them from making any copies of
1731133e27eSPeter Avalosyour copyrighted material outside their relationship with you.
1741133e27eSPeter Avalos
1751133e27eSPeter Avalos  Conveying under any other circumstances is permitted solely under
1761133e27eSPeter Avalosthe conditions stated below.  Sublicensing is not allowed; section 10
1771133e27eSPeter Avalosmakes it unnecessary.
1781133e27eSPeter Avalos
1791133e27eSPeter Avalos  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
1801133e27eSPeter Avalos
1811133e27eSPeter Avalos  No covered work shall be deemed part of an effective technological
1821133e27eSPeter Avalosmeasure under any applicable law fulfilling obligations under article
1831133e27eSPeter Avalos11 of the WIPO copyright treaty adopted on 20 December 1996, or
1841133e27eSPeter Avalossimilar laws prohibiting or restricting circumvention of such
1851133e27eSPeter Avalosmeasures.
1861133e27eSPeter Avalos
1871133e27eSPeter Avalos  When you convey a covered work, you waive any legal power to forbid
1881133e27eSPeter Avaloscircumvention of technological measures to the extent such circumvention
1891133e27eSPeter Avalosis effected by exercising rights under this License with respect to
1901133e27eSPeter Avalosthe covered work, and you disclaim any intention to limit operation or
1911133e27eSPeter Avalosmodification of the work as a means of enforcing, against the work's
1921133e27eSPeter Avalosusers, your or third parties' legal rights to forbid circumvention of
1931133e27eSPeter Avalostechnological measures.
1941133e27eSPeter Avalos
1951133e27eSPeter Avalos  4. Conveying Verbatim Copies.
1961133e27eSPeter Avalos
1971133e27eSPeter Avalos  You may convey verbatim copies of the Program's source code as you
1981133e27eSPeter Avalosreceive it, in any medium, provided that you conspicuously and
1991133e27eSPeter Avalosappropriately publish on each copy an appropriate copyright notice;
2001133e27eSPeter Avaloskeep intact all notices stating that this License and any
2011133e27eSPeter Avalosnon-permissive terms added in accord with section 7 apply to the code;
2021133e27eSPeter Avaloskeep intact all notices of the absence of any warranty; and give all
2031133e27eSPeter Avalosrecipients a copy of this License along with the Program.
2041133e27eSPeter Avalos
2051133e27eSPeter Avalos  You may charge any price or no price for each copy that you convey,
2061133e27eSPeter Avalosand you may offer support or warranty protection for a fee.
2071133e27eSPeter Avalos
2081133e27eSPeter Avalos  5. Conveying Modified Source Versions.
2091133e27eSPeter Avalos
2101133e27eSPeter Avalos  You may convey a work based on the Program, or the modifications to
2111133e27eSPeter Avalosproduce it from the Program, in the form of source code under the
2121133e27eSPeter Avalosterms of section 4, provided that you also meet all of these conditions:
2131133e27eSPeter Avalos
2141133e27eSPeter Avalos    a) The work must carry prominent notices stating that you modified
2151133e27eSPeter Avalos    it, and giving a relevant date.
2161133e27eSPeter Avalos
2171133e27eSPeter Avalos    b) The work must carry prominent notices stating that it is
2181133e27eSPeter Avalos    released under this License and any conditions added under section
2191133e27eSPeter Avalos    7.  This requirement modifies the requirement in section 4 to
2201133e27eSPeter Avalos    "keep intact all notices".
2211133e27eSPeter Avalos
2221133e27eSPeter Avalos    c) You must license the entire work, as a whole, under this
2231133e27eSPeter Avalos    License to anyone who comes into possession of a copy.  This
2241133e27eSPeter Avalos    License will therefore apply, along with any applicable section 7
2251133e27eSPeter Avalos    additional terms, to the whole of the work, and all its parts,
2261133e27eSPeter Avalos    regardless of how they are packaged.  This License gives no
2271133e27eSPeter Avalos    permission to license the work in any other way, but it does not
2281133e27eSPeter Avalos    invalidate such permission if you have separately received it.
2291133e27eSPeter Avalos
2301133e27eSPeter Avalos    d) If the work has interactive user interfaces, each must display
2311133e27eSPeter Avalos    Appropriate Legal Notices; however, if the Program has interactive
2321133e27eSPeter Avalos    interfaces that do not display Appropriate Legal Notices, your
2331133e27eSPeter Avalos    work need not make them do so.
2341133e27eSPeter Avalos
2351133e27eSPeter Avalos  A compilation of a covered work with other separate and independent
2361133e27eSPeter Avalosworks, which are not by their nature extensions of the covered work,
2371133e27eSPeter Avalosand which are not combined with it such as to form a larger program,
2381133e27eSPeter Avalosin or on a volume of a storage or distribution medium, is called an
2391133e27eSPeter Avalos"aggregate" if the compilation and its resulting copyright are not
2401133e27eSPeter Avalosused to limit the access or legal rights of the compilation's users
2411133e27eSPeter Avalosbeyond what the individual works permit.  Inclusion of a covered work
2421133e27eSPeter Avalosin an aggregate does not cause this License to apply to the other
2431133e27eSPeter Avalosparts of the aggregate.
2441133e27eSPeter Avalos
2451133e27eSPeter Avalos  6. Conveying Non-Source Forms.
2461133e27eSPeter Avalos
2471133e27eSPeter Avalos  You may convey a covered work in object code form under the terms
2481133e27eSPeter Avalosof sections 4 and 5, provided that you also convey the
2491133e27eSPeter Avalosmachine-readable Corresponding Source under the terms of this License,
2501133e27eSPeter Avalosin one of these ways:
2511133e27eSPeter Avalos
2521133e27eSPeter Avalos    a) Convey the object code in, or embodied in, a physical product
2531133e27eSPeter Avalos    (including a physical distribution medium), accompanied by the
2541133e27eSPeter Avalos    Corresponding Source fixed on a durable physical medium
2551133e27eSPeter Avalos    customarily used for software interchange.
2561133e27eSPeter Avalos
2571133e27eSPeter Avalos    b) Convey the object code in, or embodied in, a physical product
2581133e27eSPeter Avalos    (including a physical distribution medium), accompanied by a
2591133e27eSPeter Avalos    written offer, valid for at least three years and valid for as
2601133e27eSPeter Avalos    long as you offer spare parts or customer support for that product
2611133e27eSPeter Avalos    model, to give anyone who possesses the object code either (1) a
2621133e27eSPeter Avalos    copy of the Corresponding Source for all the software in the
2631133e27eSPeter Avalos    product that is covered by this License, on a durable physical
2641133e27eSPeter Avalos    medium customarily used for software interchange, for a price no
2651133e27eSPeter Avalos    more than your reasonable cost of physically performing this
2661133e27eSPeter Avalos    conveying of source, or (2) access to copy the
2671133e27eSPeter Avalos    Corresponding Source from a network server at no charge.
2681133e27eSPeter Avalos
2691133e27eSPeter Avalos    c) Convey individual copies of the object code with a copy of the
2701133e27eSPeter Avalos    written offer to provide the Corresponding Source.  This
2711133e27eSPeter Avalos    alternative is allowed only occasionally and noncommercially, and
2721133e27eSPeter Avalos    only if you received the object code with such an offer, in accord
2731133e27eSPeter Avalos    with subsection 6b.
2741133e27eSPeter Avalos
2751133e27eSPeter Avalos    d) Convey the object code by offering access from a designated
2761133e27eSPeter Avalos    place (gratis or for a charge), and offer equivalent access to the
2771133e27eSPeter Avalos    Corresponding Source in the same way through the same place at no
2781133e27eSPeter Avalos    further charge.  You need not require recipients to copy the
2791133e27eSPeter Avalos    Corresponding Source along with the object code.  If the place to
2801133e27eSPeter Avalos    copy the object code is a network server, the Corresponding Source
2811133e27eSPeter Avalos    may be on a different server (operated by you or a third party)
2821133e27eSPeter Avalos    that supports equivalent copying facilities, provided you maintain
2831133e27eSPeter Avalos    clear directions next to the object code saying where to find the
2841133e27eSPeter Avalos    Corresponding Source.  Regardless of what server hosts the
2851133e27eSPeter Avalos    Corresponding Source, you remain obligated to ensure that it is
2861133e27eSPeter Avalos    available for as long as needed to satisfy these requirements.
2871133e27eSPeter Avalos
2881133e27eSPeter Avalos    e) Convey the object code using peer-to-peer transmission, provided
2891133e27eSPeter Avalos    you inform other peers where the object code and Corresponding
2901133e27eSPeter Avalos    Source of the work are being offered to the general public at no
2911133e27eSPeter Avalos    charge under subsection 6d.
2921133e27eSPeter Avalos
2931133e27eSPeter Avalos  A separable portion of the object code, whose source code is excluded
2941133e27eSPeter Avalosfrom the Corresponding Source as a System Library, need not be
2951133e27eSPeter Avalosincluded in conveying the object code work.
2961133e27eSPeter Avalos
2971133e27eSPeter Avalos  A "User Product" is either (1) a "consumer product", which means any
2981133e27eSPeter Avalostangible personal property which is normally used for personal, family,
2991133e27eSPeter Avalosor household purposes, or (2) anything designed or sold for incorporation
3001133e27eSPeter Avalosinto a dwelling.  In determining whether a product is a consumer product,
3011133e27eSPeter Avalosdoubtful cases shall be resolved in favor of coverage.  For a particular
3021133e27eSPeter Avalosproduct received by a particular user, "normally used" refers to a
3031133e27eSPeter Avalostypical or common use of that class of product, regardless of the status
3041133e27eSPeter Avalosof the particular user or of the way in which the particular user
3051133e27eSPeter Avalosactually uses, or expects or is expected to use, the product.  A product
3061133e27eSPeter Avalosis a consumer product regardless of whether the product has substantial
3071133e27eSPeter Avaloscommercial, industrial or non-consumer uses, unless such uses represent
3081133e27eSPeter Avalosthe only significant mode of use of the product.
3091133e27eSPeter Avalos
3101133e27eSPeter Avalos  "Installation Information" for a User Product means any methods,
3111133e27eSPeter Avalosprocedures, authorization keys, or other information required to install
3121133e27eSPeter Avalosand execute modified versions of a covered work in that User Product from
3131133e27eSPeter Avalosa modified version of its Corresponding Source.  The information must
3141133e27eSPeter Avalossuffice to ensure that the continued functioning of the modified object
3151133e27eSPeter Avaloscode is in no case prevented or interfered with solely because
3161133e27eSPeter Avalosmodification has been made.
3171133e27eSPeter Avalos
3181133e27eSPeter Avalos  If you convey an object code work under this section in, or with, or
3191133e27eSPeter Avalosspecifically for use in, a User Product, and the conveying occurs as
3201133e27eSPeter Avalospart of a transaction in which the right of possession and use of the
3211133e27eSPeter AvalosUser Product is transferred to the recipient in perpetuity or for a
3221133e27eSPeter Avalosfixed term (regardless of how the transaction is characterized), the
3231133e27eSPeter AvalosCorresponding Source conveyed under this section must be accompanied
3241133e27eSPeter Avalosby the Installation Information.  But this requirement does not apply
3251133e27eSPeter Avalosif neither you nor any third party retains the ability to install
3261133e27eSPeter Avalosmodified object code on the User Product (for example, the work has
3271133e27eSPeter Avalosbeen installed in ROM).
3281133e27eSPeter Avalos
3291133e27eSPeter Avalos  The requirement to provide Installation Information does not include a
3301133e27eSPeter Avalosrequirement to continue to provide support service, warranty, or updates
3311133e27eSPeter Avalosfor a work that has been modified or installed by the recipient, or for
3321133e27eSPeter Avalosthe User Product in which it has been modified or installed.  Access to a
3331133e27eSPeter Avalosnetwork may be denied when the modification itself materially and
3341133e27eSPeter Avalosadversely affects the operation of the network or violates the rules and
3351133e27eSPeter Avalosprotocols for communication across the network.
3361133e27eSPeter Avalos
3371133e27eSPeter Avalos  Corresponding Source conveyed, and Installation Information provided,
3381133e27eSPeter Avalosin accord with this section must be in a format that is publicly
3391133e27eSPeter Avalosdocumented (and with an implementation available to the public in
3401133e27eSPeter Avalossource code form), and must require no special password or key for
3411133e27eSPeter Avalosunpacking, reading or copying.
3421133e27eSPeter Avalos
3431133e27eSPeter Avalos  7. Additional Terms.
3441133e27eSPeter Avalos
3451133e27eSPeter Avalos  "Additional permissions" are terms that supplement the terms of this
3461133e27eSPeter AvalosLicense by making exceptions from one or more of its conditions.
3471133e27eSPeter AvalosAdditional permissions that are applicable to the entire Program shall
3481133e27eSPeter Avalosbe treated as though they were included in this License, to the extent
3491133e27eSPeter Avalosthat they are valid under applicable law.  If additional permissions
3501133e27eSPeter Avalosapply only to part of the Program, that part may be used separately
3511133e27eSPeter Avalosunder those permissions, but the entire Program remains governed by
3521133e27eSPeter Avalosthis License without regard to the additional permissions.
3531133e27eSPeter Avalos
3541133e27eSPeter Avalos  When you convey a copy of a covered work, you may at your option
3551133e27eSPeter Avalosremove any additional permissions from that copy, or from any part of
3561133e27eSPeter Avalosit.  (Additional permissions may be written to require their own
3571133e27eSPeter Avalosremoval in certain cases when you modify the work.)  You may place
3581133e27eSPeter Avalosadditional permissions on material, added by you to a covered work,
3591133e27eSPeter Avalosfor which you have or can give appropriate copyright permission.
3601133e27eSPeter Avalos
3611133e27eSPeter Avalos  Notwithstanding any other provision of this License, for material you
3621133e27eSPeter Avalosadd to a covered work, you may (if authorized by the copyright holders of
3631133e27eSPeter Avalosthat material) supplement the terms of this License with terms:
3641133e27eSPeter Avalos
3651133e27eSPeter Avalos    a) Disclaiming warranty or limiting liability differently from the
3661133e27eSPeter Avalos    terms of sections 15 and 16 of this License; or
3671133e27eSPeter Avalos
3681133e27eSPeter Avalos    b) Requiring preservation of specified reasonable legal notices or
3691133e27eSPeter Avalos    author attributions in that material or in the Appropriate Legal
3701133e27eSPeter Avalos    Notices displayed by works containing it; or
3711133e27eSPeter Avalos
3721133e27eSPeter Avalos    c) Prohibiting misrepresentation of the origin of that material, or
3731133e27eSPeter Avalos    requiring that modified versions of such material be marked in
3741133e27eSPeter Avalos    reasonable ways as different from the original version; or
3751133e27eSPeter Avalos
3761133e27eSPeter Avalos    d) Limiting the use for publicity purposes of names of licensors or
3771133e27eSPeter Avalos    authors of the material; or
3781133e27eSPeter Avalos
3791133e27eSPeter Avalos    e) Declining to grant rights under trademark law for use of some
3801133e27eSPeter Avalos    trade names, trademarks, or service marks; or
3811133e27eSPeter Avalos
3821133e27eSPeter Avalos    f) Requiring indemnification of licensors and authors of that
3831133e27eSPeter Avalos    material by anyone who conveys the material (or modified versions of
3841133e27eSPeter Avalos    it) with contractual assumptions of liability to the recipient, for
3851133e27eSPeter Avalos    any liability that these contractual assumptions directly impose on
3861133e27eSPeter Avalos    those licensors and authors.
3871133e27eSPeter Avalos
3881133e27eSPeter Avalos  All other non-permissive additional terms are considered "further
3891133e27eSPeter Avalosrestrictions" within the meaning of section 10.  If the Program as you
3901133e27eSPeter Avalosreceived it, or any part of it, contains a notice stating that it is
3911133e27eSPeter Avalosgoverned by this License along with a term that is a further
3921133e27eSPeter Avalosrestriction, you may remove that term.  If a license document contains
3931133e27eSPeter Avalosa further restriction but permits relicensing or conveying under this
3941133e27eSPeter AvalosLicense, you may add to a covered work material governed by the terms
3951133e27eSPeter Avalosof that license document, provided that the further restriction does
3961133e27eSPeter Avalosnot survive such relicensing or conveying.
3971133e27eSPeter Avalos
3981133e27eSPeter Avalos  If you add terms to a covered work in accord with this section, you
3991133e27eSPeter Avalosmust place, in the relevant source files, a statement of the
4001133e27eSPeter Avalosadditional terms that apply to those files, or a notice indicating
4011133e27eSPeter Avaloswhere to find the applicable terms.
4021133e27eSPeter Avalos
4031133e27eSPeter Avalos  Additional terms, permissive or non-permissive, may be stated in the
4041133e27eSPeter Avalosform of a separately written license, or stated as exceptions;
4051133e27eSPeter Avalosthe above requirements apply either way.
4061133e27eSPeter Avalos
4071133e27eSPeter Avalos  8. Termination.
4081133e27eSPeter Avalos
4091133e27eSPeter Avalos  You may not propagate or modify a covered work except as expressly
4101133e27eSPeter Avalosprovided under this License.  Any attempt otherwise to propagate or
4111133e27eSPeter Avalosmodify it is void, and will automatically terminate your rights under
4121133e27eSPeter Avalosthis License (including any patent licenses granted under the third
4131133e27eSPeter Avalosparagraph of section 11).
4141133e27eSPeter Avalos
4151133e27eSPeter Avalos  However, if you cease all violation of this License, then your
4161133e27eSPeter Avaloslicense from a particular copyright holder is reinstated (a)
4171133e27eSPeter Avalosprovisionally, unless and until the copyright holder explicitly and
4181133e27eSPeter Avalosfinally terminates your license, and (b) permanently, if the copyright
4191133e27eSPeter Avalosholder fails to notify you of the violation by some reasonable means
4201133e27eSPeter Avalosprior to 60 days after the cessation.
4211133e27eSPeter Avalos
4221133e27eSPeter Avalos  Moreover, your license from a particular copyright holder is
4231133e27eSPeter Avalosreinstated permanently if the copyright holder notifies you of the
4241133e27eSPeter Avalosviolation by some reasonable means, this is the first time you have
4251133e27eSPeter Avalosreceived notice of violation of this License (for any work) from that
4261133e27eSPeter Avaloscopyright holder, and you cure the violation prior to 30 days after
4271133e27eSPeter Avalosyour receipt of the notice.
4281133e27eSPeter Avalos
4291133e27eSPeter Avalos  Termination of your rights under this section does not terminate the
4301133e27eSPeter Avaloslicenses of parties who have received copies or rights from you under
4311133e27eSPeter Avalosthis License.  If your rights have been terminated and not permanently
4321133e27eSPeter Avalosreinstated, you do not qualify to receive new licenses for the same
4331133e27eSPeter Avalosmaterial under section 10.
4341133e27eSPeter Avalos
4351133e27eSPeter Avalos  9. Acceptance Not Required for Having Copies.
4361133e27eSPeter Avalos
4371133e27eSPeter Avalos  You are not required to accept this License in order to receive or
4381133e27eSPeter Avalosrun a copy of the Program.  Ancillary propagation of a covered work
4391133e27eSPeter Avalosoccurring solely as a consequence of using peer-to-peer transmission
4401133e27eSPeter Avalosto receive a copy likewise does not require acceptance.  However,
4411133e27eSPeter Avalosnothing other than this License grants you permission to propagate or
4421133e27eSPeter Avalosmodify any covered work.  These actions infringe copyright if you do
4431133e27eSPeter Avalosnot accept this License.  Therefore, by modifying or propagating a
4441133e27eSPeter Avaloscovered work, you indicate your acceptance of this License to do so.
4451133e27eSPeter Avalos
4461133e27eSPeter Avalos  10. Automatic Licensing of Downstream Recipients.
4471133e27eSPeter Avalos
4481133e27eSPeter Avalos  Each time you convey a covered work, the recipient automatically
4491133e27eSPeter Avalosreceives a license from the original licensors, to run, modify and
4501133e27eSPeter Avalospropagate that work, subject to this License.  You are not responsible
4511133e27eSPeter Avalosfor enforcing compliance by third parties with this License.
4521133e27eSPeter Avalos
4531133e27eSPeter Avalos  An "entity transaction" is a transaction transferring control of an
4541133e27eSPeter Avalosorganization, or substantially all assets of one, or subdividing an
4551133e27eSPeter Avalosorganization, or merging organizations.  If propagation of a covered
4561133e27eSPeter Avaloswork results from an entity transaction, each party to that
4571133e27eSPeter Avalostransaction who receives a copy of the work also receives whatever
4581133e27eSPeter Avaloslicenses to the work the party's predecessor in interest had or could
4591133e27eSPeter Avalosgive under the previous paragraph, plus a right to possession of the
4601133e27eSPeter AvalosCorresponding Source of the work from the predecessor in interest, if
4611133e27eSPeter Avalosthe predecessor has it or can get it with reasonable efforts.
4621133e27eSPeter Avalos
4631133e27eSPeter Avalos  You may not impose any further restrictions on the exercise of the
4641133e27eSPeter Avalosrights granted or affirmed under this License.  For example, you may
4651133e27eSPeter Avalosnot impose a license fee, royalty, or other charge for exercise of
4661133e27eSPeter Avalosrights granted under this License, and you may not initiate litigation
4671133e27eSPeter Avalos(including a cross-claim or counterclaim in a lawsuit) alleging that
4681133e27eSPeter Avalosany patent claim is infringed by making, using, selling, offering for
4691133e27eSPeter Avalossale, or importing the Program or any portion of it.
4701133e27eSPeter Avalos
4711133e27eSPeter Avalos  11. Patents.
4721133e27eSPeter Avalos
4731133e27eSPeter Avalos  A "contributor" is a copyright holder who authorizes use under this
4741133e27eSPeter AvalosLicense of the Program or a work on which the Program is based.  The
4751133e27eSPeter Avaloswork thus licensed is called the contributor's "contributor version".
4761133e27eSPeter Avalos
4771133e27eSPeter Avalos  A contributor's "essential patent claims" are all patent claims
4781133e27eSPeter Avalosowned or controlled by the contributor, whether already acquired or
4791133e27eSPeter Avaloshereafter acquired, that would be infringed by some manner, permitted
4801133e27eSPeter Avalosby this License, of making, using, or selling its contributor version,
4811133e27eSPeter Avalosbut do not include claims that would be infringed only as a
4821133e27eSPeter Avalosconsequence of further modification of the contributor version.  For
4831133e27eSPeter Avalospurposes of this definition, "control" includes the right to grant
4841133e27eSPeter Avalospatent sublicenses in a manner consistent with the requirements of
4851133e27eSPeter Avalosthis License.
4861133e27eSPeter Avalos
4871133e27eSPeter Avalos  Each contributor grants you a non-exclusive, worldwide, royalty-free
4881133e27eSPeter Avalospatent license under the contributor's essential patent claims, to
4891133e27eSPeter Avalosmake, use, sell, offer for sale, import and otherwise run, modify and
4901133e27eSPeter Avalospropagate the contents of its contributor version.
4911133e27eSPeter Avalos
4921133e27eSPeter Avalos  In the following three paragraphs, a "patent license" is any express
4931133e27eSPeter Avalosagreement or commitment, however denominated, not to enforce a patent
4941133e27eSPeter Avalos(such as an express permission to practice a patent or covenant not to
4951133e27eSPeter Avalossue for patent infringement).  To "grant" such a patent license to a
4961133e27eSPeter Avalosparty means to make such an agreement or commitment not to enforce a
4971133e27eSPeter Avalospatent against the party.
4981133e27eSPeter Avalos
4991133e27eSPeter Avalos  If you convey a covered work, knowingly relying on a patent license,
5001133e27eSPeter Avalosand the Corresponding Source of the work is not available for anyone
5011133e27eSPeter Avalosto copy, free of charge and under the terms of this License, through a
5021133e27eSPeter Avalospublicly available network server or other readily accessible means,
5031133e27eSPeter Avalosthen you must either (1) cause the Corresponding Source to be so
5041133e27eSPeter Avalosavailable, or (2) arrange to deprive yourself of the benefit of the
5051133e27eSPeter Avalospatent license for this particular work, or (3) arrange, in a manner
5061133e27eSPeter Avalosconsistent with the requirements of this License, to extend the patent
5071133e27eSPeter Avaloslicense to downstream recipients.  "Knowingly relying" means you have
5081133e27eSPeter Avalosactual knowledge that, but for the patent license, your conveying the
5091133e27eSPeter Avaloscovered work in a country, or your recipient's use of the covered work
5101133e27eSPeter Avalosin a country, would infringe one or more identifiable patents in that
5111133e27eSPeter Avaloscountry that you have reason to believe are valid.
5121133e27eSPeter Avalos
5131133e27eSPeter Avalos  If, pursuant to or in connection with a single transaction or
5141133e27eSPeter Avalosarrangement, you convey, or propagate by procuring conveyance of, a
5151133e27eSPeter Avaloscovered work, and grant a patent license to some of the parties
5161133e27eSPeter Avalosreceiving the covered work authorizing them to use, propagate, modify
5171133e27eSPeter Avalosor convey a specific copy of the covered work, then the patent license
5181133e27eSPeter Avalosyou grant is automatically extended to all recipients of the covered
5191133e27eSPeter Avaloswork and works based on it.
5201133e27eSPeter Avalos
5211133e27eSPeter Avalos  A patent license is "discriminatory" if it does not include within
5221133e27eSPeter Avalosthe scope of its coverage, prohibits the exercise of, or is
5231133e27eSPeter Avalosconditioned on the non-exercise of one or more of the rights that are
5241133e27eSPeter Avalosspecifically granted under this License.  You may not convey a covered
5251133e27eSPeter Avaloswork if you are a party to an arrangement with a third party that is
5261133e27eSPeter Avalosin the business of distributing software, under which you make payment
5271133e27eSPeter Avalosto the third party based on the extent of your activity of conveying
5281133e27eSPeter Avalosthe work, and under which the third party grants, to any of the
5291133e27eSPeter Avalosparties who would receive the covered work from you, a discriminatory
5301133e27eSPeter Avalospatent license (a) in connection with copies of the covered work
5311133e27eSPeter Avalosconveyed by you (or copies made from those copies), or (b) primarily
5321133e27eSPeter Avalosfor and in connection with specific products or compilations that
5331133e27eSPeter Avaloscontain the covered work, unless you entered into that arrangement,
5341133e27eSPeter Avalosor that patent license was granted, prior to 28 March 2007.
5351133e27eSPeter Avalos
5361133e27eSPeter Avalos  Nothing in this License shall be construed as excluding or limiting
5371133e27eSPeter Avalosany implied license or other defenses to infringement that may
5381133e27eSPeter Avalosotherwise be available to you under applicable patent law.
5391133e27eSPeter Avalos
5401133e27eSPeter Avalos  12. No Surrender of Others' Freedom.
5411133e27eSPeter Avalos
5421133e27eSPeter Avalos  If conditions are imposed on you (whether by court order, agreement or
5431133e27eSPeter Avalosotherwise) that contradict the conditions of this License, they do not
5441133e27eSPeter Avalosexcuse you from the conditions of this License.  If you cannot convey a
5451133e27eSPeter Avaloscovered work so as to satisfy simultaneously your obligations under this
5461133e27eSPeter AvalosLicense and any other pertinent obligations, then as a consequence you may
5471133e27eSPeter Avalosnot convey it at all.  For example, if you agree to terms that obligate you
5481133e27eSPeter Avalosto collect a royalty for further conveying from those to whom you convey
5491133e27eSPeter Avalosthe Program, the only way you could satisfy both those terms and this
5501133e27eSPeter AvalosLicense would be to refrain entirely from conveying the Program.
5511133e27eSPeter Avalos
5521133e27eSPeter Avalos  13. Use with the GNU Affero General Public License.
5531133e27eSPeter Avalos
5541133e27eSPeter Avalos  Notwithstanding any other provision of this License, you have
5551133e27eSPeter Avalospermission to link or combine any covered work with a work licensed
5561133e27eSPeter Avalosunder version 3 of the GNU Affero General Public License into a single
5571133e27eSPeter Avaloscombined work, and to convey the resulting work.  The terms of this
5581133e27eSPeter AvalosLicense will continue to apply to the part which is the covered work,
5591133e27eSPeter Avalosbut the special requirements of the GNU Affero General Public License,
5601133e27eSPeter Avalossection 13, concerning interaction through a network will apply to the
5611133e27eSPeter Avaloscombination as such.
5621133e27eSPeter Avalos
5631133e27eSPeter Avalos  14. Revised Versions of this License.
5641133e27eSPeter Avalos
5651133e27eSPeter Avalos  The Free Software Foundation may publish revised and/or new versions of
5661133e27eSPeter Avalosthe GNU General Public License from time to time.  Such new versions will
5671133e27eSPeter Avalosbe similar in spirit to the present version, but may differ in detail to
5681133e27eSPeter Avalosaddress new problems or concerns.
5691133e27eSPeter Avalos
5701133e27eSPeter Avalos  Each version is given a distinguishing version number.  If the
5711133e27eSPeter AvalosProgram specifies that a certain numbered version of the GNU General
5721133e27eSPeter AvalosPublic License "or any later version" applies to it, you have the
5731133e27eSPeter Avalosoption of following the terms and conditions either of that numbered
5741133e27eSPeter Avalosversion or of any later version published by the Free Software
5751133e27eSPeter AvalosFoundation.  If the Program does not specify a version number of the
5761133e27eSPeter AvalosGNU General Public License, you may choose any version ever published
5771133e27eSPeter Avalosby the Free Software Foundation.
5781133e27eSPeter Avalos
5791133e27eSPeter Avalos  If the Program specifies that a proxy can decide which future
5801133e27eSPeter Avalosversions of the GNU General Public License can be used, that proxy's
5811133e27eSPeter Avalospublic statement of acceptance of a version permanently authorizes you
5821133e27eSPeter Avalosto choose that version for the Program.
5831133e27eSPeter Avalos
5841133e27eSPeter Avalos  Later license versions may give you additional or different
5851133e27eSPeter Avalospermissions.  However, no additional obligations are imposed on any
5861133e27eSPeter Avalosauthor or copyright holder as a result of your choosing to follow a
5871133e27eSPeter Avaloslater version.
5881133e27eSPeter Avalos
5891133e27eSPeter Avalos  15. Disclaimer of Warranty.
5901133e27eSPeter Avalos
5911133e27eSPeter Avalos  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
5921133e27eSPeter AvalosAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
5931133e27eSPeter AvalosHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
5941133e27eSPeter AvalosOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
5951133e27eSPeter AvalosTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
5961133e27eSPeter AvalosPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
5971133e27eSPeter AvalosIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
5981133e27eSPeter AvalosALL NECESSARY SERVICING, REPAIR OR CORRECTION.
5991133e27eSPeter Avalos
6001133e27eSPeter Avalos  16. Limitation of Liability.
6011133e27eSPeter Avalos
6021133e27eSPeter Avalos  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
6031133e27eSPeter AvalosWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
6041133e27eSPeter AvalosTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
6051133e27eSPeter AvalosGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
6061133e27eSPeter AvalosUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
6071133e27eSPeter AvalosDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
6081133e27eSPeter AvalosPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
6091133e27eSPeter AvalosEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
6101133e27eSPeter AvalosSUCH DAMAGES.
6111133e27eSPeter Avalos
6121133e27eSPeter Avalos  17. Interpretation of Sections 15 and 16.
6131133e27eSPeter Avalos
6141133e27eSPeter Avalos  If the disclaimer of warranty and limitation of liability provided
6151133e27eSPeter Avalosabove cannot be given local legal effect according to their terms,
6161133e27eSPeter Avalosreviewing courts shall apply local law that most closely approximates
6171133e27eSPeter Avalosan absolute waiver of all civil liability in connection with the
6181133e27eSPeter AvalosProgram, unless a warranty or assumption of liability accompanies a
6191133e27eSPeter Avaloscopy of the Program in return for a fee.
6201133e27eSPeter Avalos
6211133e27eSPeter Avalos                     END OF TERMS AND CONDITIONS
6221133e27eSPeter Avalos
6231133e27eSPeter Avalos            How to Apply These Terms to Your New Programs
6241133e27eSPeter Avalos
6251133e27eSPeter Avalos  If you develop a new program, and you want it to be of the greatest
6261133e27eSPeter Avalospossible use to the public, the best way to achieve this is to make it
6271133e27eSPeter Avalosfree software which everyone can redistribute and change under these terms.
6281133e27eSPeter Avalos
6291133e27eSPeter Avalos  To do so, attach the following notices to the program.  It is safest
6301133e27eSPeter Avalosto attach them to the start of each source file to most effectively
6311133e27eSPeter Avalosstate the exclusion of warranty; and each file should have at least
6321133e27eSPeter Avalosthe "copyright" line and a pointer to where the full notice is found.
6331133e27eSPeter Avalos
6341133e27eSPeter Avalos    <one line to give the program's name and a brief idea of what it does.>
6351133e27eSPeter Avalos    Copyright (C) <year>  <name of author>
6361133e27eSPeter Avalos
6371133e27eSPeter Avalos    This program is free software: you can redistribute it and/or modify
6381133e27eSPeter Avalos    it under the terms of the GNU General Public License as published by
6391133e27eSPeter Avalos    the Free Software Foundation, either version 3 of the License, or
6401133e27eSPeter Avalos    (at your option) any later version.
6411133e27eSPeter Avalos
6421133e27eSPeter Avalos    This program is distributed in the hope that it will be useful,
6431133e27eSPeter Avalos    but WITHOUT ANY WARRANTY; without even the implied warranty of
6441133e27eSPeter Avalos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6451133e27eSPeter Avalos    GNU General Public License for more details.
6461133e27eSPeter Avalos
6471133e27eSPeter Avalos    You should have received a copy of the GNU General Public License
648*0c7ad07eSAntonio Huete Jimenez    along with this program.  If not, see <https://www.gnu.org/licenses/>.
6491133e27eSPeter Avalos
6501133e27eSPeter AvalosAlso add information on how to contact you by electronic and paper mail.
6511133e27eSPeter Avalos
6521133e27eSPeter Avalos  If the program does terminal interaction, make it output a short
6531133e27eSPeter Avalosnotice like this when it starts in an interactive mode:
6541133e27eSPeter Avalos
6551133e27eSPeter Avalos    <program>  Copyright (C) <year>  <name of author>
6561133e27eSPeter Avalos    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
6571133e27eSPeter Avalos    This is free software, and you are welcome to redistribute it
6581133e27eSPeter Avalos    under certain conditions; type `show c' for details.
6591133e27eSPeter Avalos
6601133e27eSPeter AvalosThe hypothetical commands `show w' and `show c' should show the appropriate
6611133e27eSPeter Avalosparts of the General Public License.  Of course, your program's commands
6621133e27eSPeter Avalosmight be different; for a GUI interface, you would use an "about box".
6631133e27eSPeter Avalos
6641133e27eSPeter Avalos  You should also get your employer (if you work as a programmer) or school,
6651133e27eSPeter Avalosif any, to sign a "copyright disclaimer" for the program, if necessary.
6661133e27eSPeter AvalosFor more information on this, and how to apply and follow the GNU GPL, see
667*0c7ad07eSAntonio Huete Jimenez<https://www.gnu.org/licenses/>.
6681133e27eSPeter Avalos
6691133e27eSPeter Avalos  The GNU General Public License does not permit incorporating your program
6701133e27eSPeter Avalosinto proprietary programs.  If your program is a subroutine library, you
6711133e27eSPeter Avalosmay consider it more useful to permit linking proprietary applications with
6721133e27eSPeter Avalosthe library.  If this is what you want to do, use the GNU Lesser General
6731133e27eSPeter AvalosPublic License instead of this License.  But first, please read
674*0c7ad07eSAntonio Huete Jimenez<https://www.gnu.org/licenses/why-not-lgpl.html>.
675