config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

gpl.info (37522B)


      1 This is gpl.info, produced by makeinfo version 6.7 from gpl.texi.
      2 
      3                         Version 3, 29 June 2007
      4 
      5      Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
      6 
      7      Everyone is permitted to copy and distribute verbatim copies of this
      8      license document, but changing it is not allowed.
      9 
     10 Preamble
     11 ========
     12 
     13 The GNU General Public License is a free, copyleft license for software
     14 and other kinds of works.
     15 
     16    The licenses for most software and other practical works are designed
     17 to take away your freedom to share and change the works.  By contrast,
     18 the GNU General Public License is intended to guarantee your freedom to
     19 share and change all versions of a program--to make sure it remains free
     20 software for all its users.  We, the Free Software Foundation, use the
     21 GNU General Public License for most of our software; it applies also to
     22 any other work released this way by its authors.  You can apply it to
     23 your programs, too.
     24 
     25    When we speak of free software, we are referring to freedom, not
     26 price.  Our General Public Licenses are designed to make sure that you
     27 have the freedom to distribute copies of free software (and charge for
     28 them if you wish), that you receive source code or can get it if you
     29 want it, that you can change the software or use pieces of it in new
     30 free programs, and that you know you can do these things.
     31 
     32    To protect your rights, we need to prevent others from denying you
     33 these rights or asking you to surrender the rights.  Therefore, you have
     34 certain responsibilities if you distribute copies of the software, or if
     35 you modify it: responsibilities to respect the freedom of others.
     36 
     37    For example, if you distribute copies of such a program, whether
     38 gratis or for a fee, you must pass on to the recipients the same
     39 freedoms that you received.  You must make sure that they, too, receive
     40 or can get the source code.  And you must show them these terms so they
     41 know their rights.
     42 
     43    Developers that use the GNU GPL protect your rights with two steps:
     44 (1) assert copyright on the software, and (2) offer you this License
     45 giving you legal permission to copy, distribute and/or modify it.
     46 
     47    For the developers' and authors' protection, the GPL clearly explains
     48 that there is no warranty for this free software.  For both users' and
     49 authors' sake, the GPL requires that modified versions be marked as
     50 changed, so that their problems will not be attributed erroneously to
     51 authors of previous versions.
     52 
     53    Some devices are designed to deny users access to install or run
     54 modified versions of the software inside them, although the manufacturer
     55 can do so.  This is fundamentally incompatible with the aim of
     56 protecting users' freedom to change the software.  The systematic
     57 pattern of such abuse occurs in the area of products for individuals to
     58 use, which is precisely where it is most unacceptable.  Therefore, we
     59 have designed this version of the GPL to prohibit the practice for those
     60 products.  If such problems arise substantially in other domains, we
     61 stand ready to extend this provision to those domains in future versions
     62 of the GPL, as needed to protect the freedom of users.
     63 
     64    Finally, every program is threatened constantly by software patents.
     65 States should not allow patents to restrict development and use of
     66 software on general-purpose computers, but in those that do, we wish to
     67 avoid the special danger that patents applied to a free program could
     68 make it effectively proprietary.  To prevent this, the GPL assures that
     69 patents cannot be used to render the program non-free.
     70 
     71    The precise terms and conditions for copying, distribution and
     72 modification follow.
     73 
     74 TERMS AND CONDITIONS
     75 ====================
     76 
     77   0. Definitions.
     78 
     79      "This License" refers to version 3 of the GNU General Public
     80      License.
     81 
     82      "Copyright" also means copyright-like laws that apply to other
     83      kinds of works, such as semiconductor masks.
     84 
     85      "The Program" refers to any copyrightable work licensed under this
     86      License.  Each licensee is addressed as "you".  "Licensees" and
     87      "recipients" may be individuals or organizations.
     88 
     89      To "modify" a work means to copy from or adapt all or part of the
     90      work in a fashion requiring copyright permission, other than the
     91      making of an exact copy.  The resulting work is called a "modified
     92      version" of the earlier work or a work "based on" the earlier work.
     93 
     94      A "covered work" means either the unmodified Program or a work
     95      based on the Program.
     96 
     97      To "propagate" a work means to do anything with it that, without
     98      permission, would make you directly or secondarily liable for
     99      infringement under applicable copyright law, except executing it on
    100      a computer or modifying a private copy.  Propagation includes
    101      copying, distribution (with or without modification), making
    102      available to the public, and in some countries other activities as
    103      well.
    104 
    105      To "convey" a work means any kind of propagation that enables other
    106      parties to make or receive copies.  Mere interaction with a user
    107      through a computer network, with no transfer of a copy, is not
    108      conveying.
    109 
    110      An interactive user interface displays "Appropriate Legal Notices"
    111      to the extent that it includes a convenient and prominently visible
    112      feature that (1) displays an appropriate copyright notice, and (2)
    113      tells the user that there is no warranty for the work (except to
    114      the extent that warranties are provided), that licensees may convey
    115      the work under this License, and how to view a copy of this
    116      License.  If the interface presents a list of user commands or
    117      options, such as a menu, a prominent item in the list meets this
    118      criterion.
    119 
    120   1. Source Code.
    121 
    122      The "source code" for a work means the preferred form of the work
    123      for making modifications to it.  "Object code" means any non-source
    124      form of a work.
    125 
    126      A "Standard Interface" means an interface that either is an
    127      official standard defined by a recognized standards body, or, in
    128      the case of interfaces specified for a particular programming
    129      language, one that is widely used among developers working in that
    130      language.
    131 
    132      The "System Libraries" of an executable work include anything,
    133      other than the work as a whole, that (a) is included in the normal
    134      form of packaging a Major Component, but which is not part of that
    135      Major Component, and (b) serves only to enable use of the work with
    136      that Major Component, or to implement a Standard Interface for
    137      which an implementation is available to the public in source code
    138      form.  A "Major Component", in this context, means a major
    139      essential component (kernel, window system, and so on) of the
    140      specific operating system (if any) on which the executable work
    141      runs, or a compiler used to produce the work, or an object code
    142      interpreter used to run it.
    143 
    144      The "Corresponding Source" for a work in object code form means all
    145      the source code needed to generate, install, and (for an executable
    146      work) run the object code and to modify the work, including scripts
    147      to control those activities.  However, it does not include the
    148      work's System Libraries, or general-purpose tools or generally
    149      available free programs which are used unmodified in performing
    150      those activities but which are not part of the work.  For example,
    151      Corresponding Source includes interface definition files associated
    152      with source files for the work, and the source code for shared
    153      libraries and dynamically linked subprograms that the work is
    154      specifically designed to require, such as by intimate data
    155      communication or control flow between those subprograms and other
    156      parts of the work.
    157 
    158      The Corresponding Source need not include anything that users can
    159      regenerate automatically from other parts of the Corresponding
    160      Source.
    161 
    162      The Corresponding Source for a work in source code form is that
    163      same work.
    164 
    165   2. Basic Permissions.
    166 
    167      All rights granted under this License are granted for the term of
    168      copyright on the Program, and are irrevocable provided the stated
    169      conditions are met.  This License explicitly affirms your unlimited
    170      permission to run the unmodified Program.  The output from running
    171      a covered work is covered by this License only if the output, given
    172      its content, constitutes a covered work.  This License acknowledges
    173      your rights of fair use or other equivalent, as provided by
    174      copyright law.
    175 
    176      You may make, run and propagate covered works that you do not
    177      convey, without conditions so long as your license otherwise
    178      remains in force.  You may convey covered works to others for the
    179      sole purpose of having them make modifications exclusively for you,
    180      or provide you with facilities for running those works, provided
    181      that you comply with the terms of this License in conveying all
    182      material for which you do not control copyright.  Those thus making
    183      or running the covered works for you must do so exclusively on your
    184      behalf, under your direction and control, on terms that prohibit
    185      them from making any copies of your copyrighted material outside
    186      their relationship with you.
    187 
    188      Conveying under any other circumstances is permitted solely under
    189      the conditions stated below.  Sublicensing is not allowed; section
    190      10 makes it unnecessary.
    191 
    192   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
    193 
    194      No covered work shall be deemed part of an effective technological
    195      measure under any applicable law fulfilling obligations under
    196      article 11 of the WIPO copyright treaty adopted on 20 December
    197      1996, or similar laws prohibiting or restricting circumvention of
    198      such measures.
    199 
    200      When you convey a covered work, you waive any legal power to forbid
    201      circumvention of technological measures to the extent such
    202      circumvention is effected by exercising rights under this License
    203      with respect to the covered work, and you disclaim any intention to
    204      limit operation or modification of the work as a means of
    205      enforcing, against the work's users, your or third parties' legal
    206      rights to forbid circumvention of technological measures.
    207 
    208   4. Conveying Verbatim Copies.
    209 
    210      You may convey verbatim copies of the Program's source code as you
    211      receive it, in any medium, provided that you conspicuously and
    212      appropriately publish on each copy an appropriate copyright notice;
    213      keep intact all notices stating that this License and any
    214      non-permissive terms added in accord with section 7 apply to the
    215      code; keep intact all notices of the absence of any warranty; and
    216      give all recipients a copy of this License along with the Program.
    217 
    218      You may charge any price or no price for each copy that you convey,
    219      and you may offer support or warranty protection for a fee.
    220 
    221   5. Conveying Modified Source Versions.
    222 
    223      You may convey a work based on the Program, or the modifications to
    224      produce it from the Program, in the form of source code under the
    225      terms of section 4, provided that you also meet all of these
    226      conditions:
    227 
    228        a. The work must carry prominent notices stating that you
    229           modified it, and giving a relevant date.
    230 
    231        b. The work must carry prominent notices stating that it is
    232           released under this License and any conditions added under
    233           section 7.  This requirement modifies the requirement in
    234           section 4 to "keep intact all notices".
    235 
    236        c. You must license the entire work, as a whole, under this
    237           License to anyone who comes into possession of a copy.  This
    238           License will therefore apply, along with any applicable
    239           section 7 additional terms, to the whole of the work, and all
    240           its parts, regardless of how they are packaged.  This License
    241           gives no permission to license the work in any other way, but
    242           it does not invalidate such permission if you have separately
    243           received it.
    244 
    245        d. If the work has interactive user interfaces, each must display
    246           Appropriate Legal Notices; however, if the Program has
    247           interactive interfaces that do not display Appropriate Legal
    248           Notices, your work need not make them do so.
    249 
    250      A compilation of a covered work with other separate and independent
    251      works, which are not by their nature extensions of the covered
    252      work, and which are not combined with it such as to form a larger
    253      program, in or on a volume of a storage or distribution medium, is
    254      called an "aggregate" if the compilation and its resulting
    255      copyright are not used to limit the access or legal rights of the
    256      compilation's users beyond what the individual works permit.
    257      Inclusion of a covered work in an aggregate does not cause this
    258      License to apply to the other parts of the aggregate.
    259 
    260   6. Conveying Non-Source Forms.
    261 
    262      You may convey a covered work in object code form under the terms
    263      of sections 4 and 5, provided that you also convey the
    264      machine-readable Corresponding Source under the terms of this
    265      License, in one of these ways:
    266 
    267        a. Convey the object code in, or embodied in, a physical product
    268           (including a physical distribution medium), accompanied by the
    269           Corresponding Source fixed on a durable physical medium
    270           customarily used for software interchange.
    271 
    272        b. Convey the object code in, or embodied in, a physical product
    273           (including a physical distribution medium), accompanied by a
    274           written offer, valid for at least three years and valid for as
    275           long as you offer spare parts or customer support for that
    276           product model, to give anyone who possesses the object code
    277           either (1) a copy of the Corresponding Source for all the
    278           software in the product that is covered by this License, on a
    279           durable physical medium customarily used for software
    280           interchange, for a price no more than your reasonable cost of
    281           physically performing this conveying of source, or (2) access
    282           to copy the Corresponding Source from a network server at no
    283           charge.
    284 
    285        c. Convey individual copies of the object code with a copy of the
    286           written offer to provide the Corresponding Source.  This
    287           alternative is allowed only occasionally and noncommercially,
    288           and only if you received the object code with such an offer,
    289           in accord with subsection 6b.
    290 
    291        d. Convey the object code by offering access from a designated
    292           place (gratis or for a charge), and offer equivalent access to
    293           the Corresponding Source in the same way through the same
    294           place at no further charge.  You need not require recipients
    295           to copy the Corresponding Source along with the object code.
    296           If the place to copy the object code is a network server, the
    297           Corresponding Source may be on a different server (operated by
    298           you or a third party) that supports equivalent copying
    299           facilities, provided you maintain clear directions next to the
    300           object code saying where to find the Corresponding Source.
    301           Regardless of what server hosts the Corresponding Source, you
    302           remain obligated to ensure that it is available for as long as
    303           needed to satisfy these requirements.
    304 
    305        e. Convey the object code using peer-to-peer transmission,
    306           provided you inform other peers where the object code and
    307           Corresponding Source of the work are being offered to the
    308           general public at no charge under subsection 6d.
    309 
    310      A separable portion of the object code, whose source code is
    311      excluded from the Corresponding Source as a System Library, need
    312      not be included in conveying the object code work.
    313 
    314      A "User Product" is either (1) a "consumer product", which means
    315      any tangible personal property which is normally used for personal,
    316      family, or household purposes, or (2) anything designed or sold for
    317      incorporation into a dwelling.  In determining whether a product is
    318      a consumer product, doubtful cases shall be resolved in favor of
    319      coverage.  For a particular product received by a particular user,
    320      "normally used" refers to a typical or common use of that class of
    321      product, regardless of the status of the particular user or of the
    322      way in which the particular user actually uses, or expects or is
    323      expected to use, the product.  A product is a consumer product
    324      regardless of whether the product has substantial commercial,
    325      industrial or non-consumer uses, unless such uses represent the
    326      only significant mode of use of the product.
    327 
    328      "Installation Information" for a User Product means any methods,
    329      procedures, authorization keys, or other information required to
    330      install and execute modified versions of a covered work in that
    331      User Product from a modified version of its Corresponding Source.
    332      The information must suffice to ensure that the continued
    333      functioning of the modified object code is in no case prevented or
    334      interfered with solely because modification has been made.
    335 
    336      If you convey an object code work under this section in, or with,
    337      or specifically for use in, a User Product, and the conveying
    338      occurs as part of a transaction in which the right of possession
    339      and use of the User Product is transferred to the recipient in
    340      perpetuity or for a fixed term (regardless of how the transaction
    341      is characterized), the Corresponding Source conveyed under this
    342      section must be accompanied by the Installation Information.  But
    343      this requirement does not apply if neither you nor any third party
    344      retains the ability to install modified object code on the User
    345      Product (for example, the work has been installed in ROM).
    346 
    347      The requirement to provide Installation Information does not
    348      include a requirement to continue to provide support service,
    349      warranty, or updates for a work that has been modified or installed
    350      by the recipient, or for the User Product in which it has been
    351      modified or installed.  Access to a network may be denied when the
    352      modification itself materially and adversely affects the operation
    353      of the network or violates the rules and protocols for
    354      communication across the network.
    355 
    356      Corresponding Source conveyed, and Installation Information
    357      provided, in accord with this section must be in a format that is
    358      publicly documented (and with an implementation available to the
    359      public in source code form), and must require no special password
    360      or key for unpacking, reading or copying.
    361 
    362   7. Additional Terms.
    363 
    364      "Additional permissions" are terms that supplement the terms of
    365      this License by making exceptions from one or more of its
    366      conditions.  Additional permissions that are applicable to the
    367      entire Program shall be treated as though they were included in
    368      this License, to the extent that they are valid under applicable
    369      law.  If additional permissions apply only to part of the Program,
    370      that part may be used separately under those permissions, but the
    371      entire Program remains governed by this License without regard to
    372      the additional permissions.
    373 
    374      When you convey a copy of a covered work, you may at your option
    375      remove any additional permissions from that copy, or from any part
    376      of it.  (Additional permissions may be written to require their own
    377      removal in certain cases when you modify the work.)  You may place
    378      additional permissions on material, added by you to a covered work,
    379      for which you have or can give appropriate copyright permission.
    380 
    381      Notwithstanding any other provision of this License, for material
    382      you add to a covered work, you may (if authorized by the copyright
    383      holders of that material) supplement the terms of this License with
    384      terms:
    385 
    386        a. Disclaiming warranty or limiting liability differently from
    387           the terms of sections 15 and 16 of this License; or
    388 
    389        b. Requiring preservation of specified reasonable legal notices
    390           or author attributions in that material or in the Appropriate
    391           Legal Notices displayed by works containing it; or
    392 
    393        c. Prohibiting misrepresentation of the origin of that material,
    394           or requiring that modified versions of such material be marked
    395           in reasonable ways as different from the original version; or
    396 
    397        d. Limiting the use for publicity purposes of names of licensors
    398           or authors of the material; or
    399 
    400        e. Declining to grant rights under trademark law for use of some
    401           trade names, trademarks, or service marks; or
    402 
    403        f. Requiring indemnification of licensors and authors of that
    404           material by anyone who conveys the material (or modified
    405           versions of it) with contractual assumptions of liability to
    406           the recipient, for any liability that these contractual
    407           assumptions directly impose on those licensors and authors.
    408 
    409      All other non-permissive additional terms are considered "further
    410      restrictions" within the meaning of section 10.  If the Program as
    411      you received it, or any part of it, contains a notice stating that
    412      it is governed by this License along with a term that is a further
    413      restriction, you may remove that term.  If a license document
    414      contains a further restriction but permits relicensing or conveying
    415      under this License, you may add to a covered work material governed
    416      by the terms of that license document, provided that the further
    417      restriction does not survive such relicensing or conveying.
    418 
    419      If you add terms to a covered work in accord with this section, you
    420      must place, in the relevant source files, a statement of the
    421      additional terms that apply to those files, or a notice indicating
    422      where to find the applicable terms.
    423 
    424      Additional terms, permissive or non-permissive, may be stated in
    425      the form of a separately written license, or stated as exceptions;
    426      the above requirements apply either way.
    427 
    428   8. Termination.
    429 
    430      You may not propagate or modify a covered work except as expressly
    431      provided under this License.  Any attempt otherwise to propagate or
    432      modify it is void, and will automatically terminate your rights
    433      under this License (including any patent licenses granted under the
    434      third paragraph of section 11).
    435 
    436      However, if you cease all violation of this License, then your
    437      license from a particular copyright holder is reinstated (a)
    438      provisionally, unless and until the copyright holder explicitly and
    439      finally terminates your license, and (b) permanently, if the
    440      copyright holder fails to notify you of the violation by some
    441      reasonable means prior to 60 days after the cessation.
    442 
    443      Moreover, your license from a particular copyright holder is
    444      reinstated permanently if the copyright holder notifies you of the
    445      violation by some reasonable means, this is the first time you have
    446      received notice of violation of this License (for any work) from
    447      that copyright holder, and you cure the violation prior to 30 days
    448      after your receipt of the notice.
    449 
    450      Termination of your rights under this section does not terminate
    451      the licenses of parties who have received copies or rights from you
    452      under this License.  If your rights have been terminated and not
    453      permanently reinstated, you do not qualify to receive new licenses
    454      for the same material under section 10.
    455 
    456   9. Acceptance Not Required for Having Copies.
    457 
    458      You are not required to accept this License in order to receive or
    459      run a copy of the Program.  Ancillary propagation of a covered work
    460      occurring solely as a consequence of using peer-to-peer
    461      transmission to receive a copy likewise does not require
    462      acceptance.  However, nothing other than this License grants you
    463      permission to propagate or modify any covered work.  These actions
    464      infringe copyright if you do not accept this License.  Therefore,
    465      by modifying or propagating a covered work, you indicate your
    466      acceptance of this License to do so.
    467 
    468   10. Automatic Licensing of Downstream Recipients.
    469 
    470      Each time you convey a covered work, the recipient automatically
    471      receives a license from the original licensors, to run, modify and
    472      propagate that work, subject to this License.  You are not
    473      responsible for enforcing compliance by third parties with this
    474      License.
    475 
    476      An "entity transaction" is a transaction transferring control of an
    477      organization, or substantially all assets of one, or subdividing an
    478      organization, or merging organizations.  If propagation of a
    479      covered work results from an entity transaction, each party to that
    480      transaction who receives a copy of the work also receives whatever
    481      licenses to the work the party's predecessor in interest had or
    482      could give under the previous paragraph, plus a right to possession
    483      of the Corresponding Source of the work from the predecessor in
    484      interest, if the predecessor has it or can get it with reasonable
    485      efforts.
    486 
    487      You may not impose any further restrictions on the exercise of the
    488      rights granted or affirmed under this License.  For example, you
    489      may not impose a license fee, royalty, or other charge for exercise
    490      of rights granted under this License, and you may not initiate
    491      litigation (including a cross-claim or counterclaim in a lawsuit)
    492      alleging that any patent claim is infringed by making, using,
    493      selling, offering for sale, or importing the Program or any portion
    494      of it.
    495 
    496   11. Patents.
    497 
    498      A "contributor" is a copyright holder who authorizes use under this
    499      License of the Program or a work on which the Program is based.
    500      The work thus licensed is called the contributor's "contributor
    501      version".
    502 
    503      A contributor's "essential patent claims" are all patent claims
    504      owned or controlled by the contributor, whether already acquired or
    505      hereafter acquired, that would be infringed by some manner,
    506      permitted by this License, of making, using, or selling its
    507      contributor version, but do not include claims that would be
    508      infringed only as a consequence of further modification of the
    509      contributor version.  For purposes of this definition, "control"
    510      includes the right to grant patent sublicenses in a manner
    511      consistent with the requirements of this License.
    512 
    513      Each contributor grants you a non-exclusive, worldwide,
    514      royalty-free patent license under the contributor's essential
    515      patent claims, to make, use, sell, offer for sale, import and
    516      otherwise run, modify and propagate the contents of its contributor
    517      version.
    518 
    519      In the following three paragraphs, a "patent license" is any
    520      express agreement or commitment, however denominated, not to
    521      enforce a patent (such as an express permission to practice a
    522      patent or covenant not to sue for patent infringement).  To "grant"
    523      such a patent license to a party means to make such an agreement or
    524      commitment not to enforce a patent against the party.
    525 
    526      If you convey a covered work, knowingly relying on a patent
    527      license, and the Corresponding Source of the work is not available
    528      for anyone to copy, free of charge and under the terms of this
    529      License, through a publicly available network server or other
    530      readily accessible means, then you must either (1) cause the
    531      Corresponding Source to be so available, or (2) arrange to deprive
    532      yourself of the benefit of the patent license for this particular
    533      work, or (3) arrange, in a manner consistent with the requirements
    534      of this License, to extend the patent license to downstream
    535      recipients.  "Knowingly relying" means you have actual knowledge
    536      that, but for the patent license, your conveying the covered work
    537      in a country, or your recipient's use of the covered work in a
    538      country, would infringe one or more identifiable patents in that
    539      country that you have reason to believe are valid.
    540 
    541      If, pursuant to or in connection with a single transaction or
    542      arrangement, you convey, or propagate by procuring conveyance of, a
    543      covered work, and grant a patent license to some of the parties
    544      receiving the covered work authorizing them to use, propagate,
    545      modify or convey a specific copy of the covered work, then the
    546      patent license you grant is automatically extended to all
    547      recipients of the covered work and works based on it.
    548 
    549      A patent license is "discriminatory" if it does not include within
    550      the scope of its coverage, prohibits the exercise of, or is
    551      conditioned on the non-exercise of one or more of the rights that
    552      are specifically granted under this License.  You may not convey a
    553      covered work if you are a party to an arrangement with a third
    554      party that is in the business of distributing software, under which
    555      you make payment to the third party based on the extent of your
    556      activity of conveying the work, and under which the third party
    557      grants, to any of the parties who would receive the covered work
    558      from you, a discriminatory patent license (a) in connection with
    559      copies of the covered work conveyed by you (or copies made from
    560      those copies), or (b) primarily for and in connection with specific
    561      products or compilations that contain the covered work, unless you
    562      entered into that arrangement, or that patent license was granted,
    563      prior to 28 March 2007.
    564 
    565      Nothing in this License shall be construed as excluding or limiting
    566      any implied license or other defenses to infringement that may
    567      otherwise be available to you under applicable patent law.
    568 
    569   12. No Surrender of Others' Freedom.
    570 
    571      If conditions are imposed on you (whether by court order, agreement
    572      or otherwise) that contradict the conditions of this License, they
    573      do not excuse you from the conditions of this License.  If you
    574      cannot convey a covered work so as to satisfy simultaneously your
    575      obligations under this License and any other pertinent obligations,
    576      then as a consequence you may not convey it at all.  For example,
    577      if you agree to terms that obligate you to collect a royalty for
    578      further conveying from those to whom you convey the Program, the
    579      only way you could satisfy both those terms and this License would
    580      be to refrain entirely from conveying the Program.
    581 
    582   13. Use with the GNU Affero General Public License.
    583 
    584      Notwithstanding any other provision of this License, you have
    585      permission to link or combine any covered work with a work licensed
    586      under version 3 of the GNU Affero General Public License into a
    587      single combined work, and to convey the resulting work.  The terms
    588      of this License will continue to apply to the part which is the
    589      covered work, but the special requirements of the GNU Affero
    590      General Public License, section 13, concerning interaction through
    591      a network will apply to the combination as such.
    592 
    593   14. Revised Versions of this License.
    594 
    595      The Free Software Foundation may publish revised and/or new
    596      versions of the GNU General Public License from time to time.  Such
    597      new versions will be similar in spirit to the present version, but
    598      may differ in detail to address new problems or concerns.
    599 
    600      Each version is given a distinguishing version number.  If the
    601      Program specifies that a certain numbered version of the GNU
    602      General Public License "or any later version" applies to it, you
    603      have the option of following the terms and conditions either of
    604      that numbered version or of any later version published by the Free
    605      Software Foundation.  If the Program does not specify a version
    606      number of the GNU General Public License, you may choose any
    607      version ever published by the Free Software Foundation.
    608 
    609      If the Program specifies that a proxy can decide which future
    610      versions of the GNU General Public License can be used, that
    611      proxy's public statement of acceptance of a version permanently
    612      authorizes you to choose that version for the Program.
    613 
    614      Later license versions may give you additional or different
    615      permissions.  However, no additional obligations are imposed on any
    616      author or copyright holder as a result of your choosing to follow a
    617      later version.
    618 
    619   15. Disclaimer of Warranty.
    620 
    621      THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
    622      APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE
    623      COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
    624      WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
    625      INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    626      MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE
    627      RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
    628      SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
    629      NECESSARY SERVICING, REPAIR OR CORRECTION.
    630 
    631   16. Limitation of Liability.
    632 
    633      IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
    634      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES
    635      AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
    636      DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
    637      CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
    638      THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
    639      BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
    640      PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
    641      PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF
    642      THE POSSIBILITY OF SUCH DAMAGES.
    643 
    644   17. Interpretation of Sections 15 and 16.
    645 
    646      If the disclaimer of warranty and limitation of liability provided
    647      above cannot be given local legal effect according to their terms,
    648      reviewing courts shall apply local law that most closely
    649      approximates an absolute waiver of all civil liability in
    650      connection with the Program, unless a warranty or assumption of
    651      liability accompanies a copy of the Program in return for a fee.
    652 
    653 END OF TERMS AND CONDITIONS
    654 ===========================
    655 
    656 How to Apply These Terms to Your New Programs
    657 =============================================
    658 
    659 If you develop a new program, and you want it to be of the greatest
    660 possible use to the public, the best way to achieve this is to make it
    661 free software which everyone can redistribute and change under these
    662 terms.
    663 
    664    To do so, attach the following notices to the program.  It is safest
    665 to attach them to the start of each source file to most effectively
    666 state the exclusion of warranty; and each file should have at least the
    667 "copyright" line and a pointer to where the full notice is found.
    668 
    669      ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
    670      Copyright (C) YEAR NAME OF AUTHOR
    671 
    672      This program is free software: you can redistribute it and/or modify
    673      it under the terms of the GNU General Public License as published by
    674      the Free Software Foundation, either version 3 of the License, or (at
    675      your option) any later version.
    676 
    677      This program is distributed in the hope that it will be useful, but
    678      WITHOUT ANY WARRANTY; without even the implied warranty of
    679      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    680      General Public License for more details.
    681 
    682      You should have received a copy of the GNU General Public License
    683      along with this program.  If not, see <https://www.gnu.org/licenses/>.
    684 
    685    Also add information on how to contact you by electronic and paper
    686 mail.
    687 
    688    If the program does terminal interaction, make it output a short
    689 notice like this when it starts in an interactive mode:
    690 
    691      PROGRAM Copyright (C) YEAR NAME OF AUTHOR
    692      This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
    693      This is free software, and you are welcome to redistribute it
    694      under certain conditions; type 'show c' for details.
    695 
    696    The hypothetical commands 'show w' and 'show c' should show the
    697 appropriate parts of the General Public License.  Of course, your
    698 program's commands might be different; for a GUI interface, you would
    699 use an "about box".
    700 
    701    You should also get your employer (if you work as a programmer) or
    702 school, if any, to sign a "copyright disclaimer" for the program, if
    703 necessary.  For more information on this, and how to apply and follow
    704 the GNU GPL, see <https://www.gnu.org/licenses/>.
    705 
    706    The GNU General Public License does not permit incorporating your
    707 program into proprietary programs.  If your program is a subroutine
    708 library, you may consider it more useful to permit linking proprietary
    709 applications with the library.  If this is what you want to do, use the
    710 GNU Lesser General Public License instead of this License.  But first,
    711 please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
    712 
    713 
    714 Tag Table:
    715 
    716 End Tag Table
    717 
    718 
    719 Local Variables:
    720 coding: utf-8
    721 End: