components/gzip/gzip.license
changeset 748 34aa5d11ee93
parent 620 224989d93a26
child 977 4a6b2f8dca71
child 2402 21ebf6c9a4fa
child 2842 2168e180aa83
equal deleted inserted replaced
747:f77fccb43e4f 748:34aa5d11ee93
     1 Oracle elects to use only the GNU Lesser General Public License version
     1 ------------
     2 2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
     2 - gzip 1.4 -
     3 where a choice of LGPL/GPL license versions are made available with the
     3 ------------
     4 language indicating that LGPLv2.1/GPLv2 or any later version may be
     4 
     5 used, or where a choice of which version of the LGPL/GPL is applied is
     5 Oracle Internal Tracking Number 7913
     6 unspecified.  Unless specifically stated otherwise, where a choice
     6 
     7 exists between another license and either the GPL or the LGPL, Oracle
     7 =========================================================================
     8 chooses the other license.
     8 For the avoidance of doubt, except that if any license choice other than
     9 -----------------------------------------------------------------------
     9 GPL or LGPL is available it will apply instead, Oracle elects to use
    10 
    10 only the General Public License version 3 (GPLv3) at this time for any
    11 Copyright (C) 1992-1993 Jean-loup Gailly
    11 software where a choice of GPL license versions is made available with
    12 This program is free software; you can redistribute it and/or modify
    12 the language indicating that GPLv3 or any later version may be used.
    13 it under the terms of the GNU General Public License as published by
    13 ------------------------------------------------------------------
    14 the Free Software Foundation; either version 2, or (at your option)
    14 
    15 any later version.
    15                     GNU GENERAL PUBLIC LICENSE
    16 
    16                        Version 3, 29 June 2007
    17 This program is distributed in the hope that it will be useful,
    17 
    18 but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
    19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    20 GNU General Public License for more details.
       
    21 
       
    22 You should have received a copy of the GNU General Public License
       
    23 along with this program; if not, write to the Free Software
       
    24 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
       
    25 
       
    26 -----------------------------------------------------------------------
       
    27 
       
    28                 GNU Free Documentation License
       
    29                    Version 1.1, March 2000
       
    30 
       
    31  Copyright (C) 2000  Free Software Foundation, Inc.
       
    32      51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    33  Everyone is permitted to copy and distribute verbatim copies
    19  Everyone is permitted to copy and distribute verbatim copies
    34  of this license document, but changing it is not allowed.
    20  of this license document, but changing it is not allowed.
    35 
    21 
       
    22                             Preamble
       
    23 
       
    24   The GNU General Public License is a free, copyleft license for
       
    25 software and other kinds of works.
       
    26 
       
    27   The licenses for most software and other practical works are designed
       
    28 to take away your freedom to share and change the works.  By contrast,
       
    29 the GNU General Public License is intended to guarantee your freedom to
       
    30 share and change all versions of a program--to make sure it remains free
       
    31 software for all its users.  We, the Free Software Foundation, use the
       
    32 GNU General Public License for most of our software; it applies also to
       
    33 any other work released this way by its authors.  You can apply it to
       
    34 your programs, too.
       
    35 
       
    36   When we speak of free software, we are referring to freedom, not
       
    37 price.  Our General Public Licenses are designed to make sure that you
       
    38 have the freedom to distribute copies of free software (and charge for
       
    39 them if you wish), that you receive source code or can get it if you
       
    40 want it, that you can change the software or use pieces of it in new
       
    41 free programs, and that you know you can do these things.
       
    42 
       
    43   To protect your rights, we need to prevent others from denying you
       
    44 these rights or asking you to surrender the rights.  Therefore, you have
       
    45 certain responsibilities if you distribute copies of the software, or if
       
    46 you modify it: responsibilities to respect the freedom of others.
       
    47 
       
    48   For example, if you distribute copies of such a program, whether
       
    49 gratis or for a fee, you must pass on to the recipients the same
       
    50 freedoms that you received.  You must make sure that they, too, receive
       
    51 or can get the source code.  And you must show them these terms so they
       
    52 know their rights.
       
    53 
       
    54   Developers that use the GNU GPL protect your rights with two steps:
       
    55 (1) assert copyright on the software, and (2) offer you this License
       
    56 giving you legal permission to copy, distribute and/or modify it.
       
    57 
       
    58   For the developers' and authors' protection, the GPL clearly explains
       
    59 that there is no warranty for this free software.  For both users' and
       
    60 authors' sake, the GPL requires that modified versions be marked as
       
    61 changed, so that their problems will not be attributed erroneously to
       
    62 authors of previous versions.
       
    63 
       
    64   Some devices are designed to deny users access to install or run
       
    65 modified versions of the software inside them, although the manufacturer
       
    66 can do so.  This is fundamentally incompatible with the aim of
       
    67 protecting users' freedom to change the software.  The systematic
       
    68 pattern of such abuse occurs in the area of products for individuals to
       
    69 use, which is precisely where it is most unacceptable.  Therefore, we
       
    70 have designed this version of the GPL to prohibit the practice for those
       
    71 products.  If such problems arise substantially in other domains, we
       
    72 stand ready to extend this provision to those domains in future versions
       
    73 of the GPL, as needed to protect the freedom of users.
       
    74 
       
    75   Finally, every program is threatened constantly by software patents.
       
    76 States should not allow patents to restrict development and use of
       
    77 software on general-purpose computers, but in those that do, we wish to
       
    78 avoid the special danger that patents applied to a free program could
       
    79 make it effectively proprietary.  To prevent this, the GPL assures that
       
    80 patents cannot be used to render the program non-free.
       
    81 
       
    82   The precise terms and conditions for copying, distribution and
       
    83 modification follow.
       
    84 
       
    85                        TERMS AND CONDITIONS
       
    86 
       
    87   0. Definitions.
       
    88 
       
    89   "This License" refers to version 3 of the GNU General Public License.
       
    90 
       
    91   "Copyright" also means copyright-like laws that apply to other kinds of
       
    92 works, such as semiconductor masks.
       
    93 
       
    94   "The Program" refers to any copyrightable work licensed under this
       
    95 License.  Each licensee is addressed as "you".  "Licensees" and
       
    96 "recipients" may be individuals or organizations.
       
    97 
       
    98   To "modify" a work means to copy from or adapt all or part of the work
       
    99 in a fashion requiring copyright permission, other than the making of an
       
   100 exact copy.  The resulting work is called a "modified version" of the
       
   101 earlier work or a work "based on" the earlier work.
       
   102 
       
   103   A "covered work" means either the unmodified Program or a work based
       
   104 on the Program.
       
   105 
       
   106   To "propagate" a work means to do anything with it that, without
       
   107 permission, would make you directly or secondarily liable for
       
   108 infringement under applicable copyright law, except executing it on a
       
   109 computer or modifying a private copy.  Propagation includes copying,
       
   110 distribution (with or without modification), making available to the
       
   111 public, and in some countries other activities as well.
       
   112 
       
   113   To "convey" a work means any kind of propagation that enables other
       
   114 parties to make or receive copies.  Mere interaction with a user through
       
   115 a computer network, with no transfer of a copy, is not conveying.
       
   116 
       
   117   An interactive user interface displays "Appropriate Legal Notices"
       
   118 to the extent that it includes a convenient and prominently visible
       
   119 feature that (1) displays an appropriate copyright notice, and (2)
       
   120 tells the user that there is no warranty for the work (except to the
       
   121 extent that warranties are provided), that licensees may convey the
       
   122 work under this License, and how to view a copy of this License.  If
       
   123 the interface presents a list of user commands or options, such as a
       
   124 menu, a prominent item in the list meets this criterion.
       
   125 
       
   126   1. Source Code.
       
   127 
       
   128   The "source code" for a work means the preferred form of the work
       
   129 for making modifications to it.  "Object code" means any non-source
       
   130 form of a work.
       
   131 
       
   132   A "Standard Interface" means an interface that either is an official
       
   133 standard defined by a recognized standards body, or, in the case of
       
   134 interfaces specified for a particular programming language, one that
       
   135 is widely used among developers working in that language.
       
   136 
       
   137   The "System Libraries" of an executable work include anything, other
       
   138 than the work as a whole, that (a) is included in the normal form of
       
   139 packaging a Major Component, but which is not part of that Major
       
   140 Component, and (b) serves only to enable use of the work with that
       
   141 Major Component, or to implement a Standard Interface for which an
       
   142 implementation is available to the public in source code form.  A
       
   143 "Major Component", in this context, means a major essential component
       
   144 (kernel, window system, and so on) of the specific operating system
       
   145 (if any) on which the executable work runs, or a compiler used to
       
   146 produce the work, or an object code interpreter used to run it.
       
   147 
       
   148   The "Corresponding Source" for a work in object code form means all
       
   149 the source code needed to generate, install, and (for an executable
       
   150 work) run the object code and to modify the work, including scripts to
       
   151 control those activities.  However, it does not include the work's
       
   152 System Libraries, or general-purpose tools or generally available free
       
   153 programs which are used unmodified in performing those activities but
       
   154 which are not part of the work.  For example, Corresponding Source
       
   155 includes interface definition files associated with source files for
       
   156 the work, and the source code for shared libraries and dynamically
       
   157 linked subprograms that the work is specifically designed to require,
       
   158 such as by intimate data communication or control flow between those
       
   159 subprograms and other parts of the work.
       
   160 
       
   161   The Corresponding Source need not include anything that users
       
   162 can regenerate automatically from other parts of the Corresponding
       
   163 Source.
       
   164 
       
   165   The Corresponding Source for a work in source code form is that
       
   166 same work.
       
   167 
       
   168   2. Basic Permissions.
       
   169 
       
   170   All rights granted under this License are granted for the term of
       
   171 copyright on the Program, and are irrevocable provided the stated
       
   172 conditions are met.  This License explicitly affirms your unlimited
       
   173 permission to run the unmodified Program.  The output from running a
       
   174 covered work is covered by this License only if the output, given its
       
   175 content, constitutes a covered work.  This License acknowledges your
       
   176 rights of fair use or other equivalent, as provided by copyright law.
       
   177 
       
   178   You may make, run and propagate covered works that you do not
       
   179 convey, without conditions so long as your license otherwise remains
       
   180 in force.  You may convey covered works to others for the sole purpose
       
   181 of having them make modifications exclusively for you, or provide you
       
   182 with facilities for running those works, provided that you comply with
       
   183 the terms of this License in conveying all material for which you do
       
   184 not control copyright.  Those thus making or running the covered works
       
   185 for you must do so exclusively on your behalf, under your direction
       
   186 and control, on terms that prohibit them from making any copies of
       
   187 your copyrighted material outside their relationship with you.
       
   188 
       
   189   Conveying under any other circumstances is permitted solely under
       
   190 the conditions stated below.  Sublicensing is not allowed; section 10
       
   191 makes it unnecessary.
       
   192 
       
   193   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
       
   194 
       
   195   No covered work shall be deemed part of an effective technological
       
   196 measure under any applicable law fulfilling obligations under article
       
   197 11 of the WIPO copyright treaty adopted on 20 December 1996, or
       
   198 similar laws prohibiting or restricting circumvention of such
       
   199 measures.
       
   200 
       
   201   When you convey a covered work, you waive any legal power to forbid
       
   202 circumvention of technological measures to the extent such circumvention
       
   203 is effected by exercising rights under this License with respect to
       
   204 the covered work, and you disclaim any intention to limit operation or
       
   205 modification of the work as a means of enforcing, against the work's
       
   206 users, your or third parties' legal rights to forbid circumvention of
       
   207 technological measures.
       
   208 
       
   209   4. Conveying Verbatim Copies.
       
   210 
       
   211   You may convey verbatim copies of the Program's source code as you
       
   212 receive it, in any medium, provided that you conspicuously and
       
   213 appropriately publish on each copy an appropriate copyright notice;
       
   214 keep intact all notices stating that this License and any
       
   215 non-permissive terms added in accord with section 7 apply to the code;
       
   216 keep intact all notices of the absence of any warranty; and give all
       
   217 recipients a copy of this License along with the Program.
       
   218 
       
   219   You may charge any price or no price for each copy that you convey,
       
   220 and you may offer support or warranty protection for a fee.
       
   221 
       
   222   5. Conveying Modified Source Versions.
       
   223 
       
   224   You may convey a work based on the Program, or the modifications to
       
   225 produce it from the Program, in the form of source code under the
       
   226 terms of section 4, provided that you also meet all of these conditions:
       
   227 
       
   228     a) The work must carry prominent notices stating that you modified
       
   229     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 section
       
   233     7.  This requirement modifies the requirement in section 4 to
       
   234     "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 section 7
       
   239     additional terms, to the whole of the work, and all its parts,
       
   240     regardless of how they are packaged.  This License gives no
       
   241     permission to license the work in any other way, but it does not
       
   242     invalidate such permission if you have separately received it.
       
   243 
       
   244     d) If the work has interactive user interfaces, each must display
       
   245     Appropriate Legal Notices; however, if the Program has interactive
       
   246     interfaces that do not display Appropriate Legal Notices, your
       
   247     work need not make them do so.
       
   248 
       
   249   A compilation of a covered work with other separate and independent
       
   250 works, which are not by their nature extensions of the covered work,
       
   251 and which are not combined with it such as to form a larger program,
       
   252 in or on a volume of a storage or distribution medium, is called an
       
   253 "aggregate" if the compilation and its resulting copyright are not
       
   254 used to limit the access or legal rights of the compilation's users
       
   255 beyond what the individual works permit.  Inclusion of a covered work
       
   256 in an aggregate does not cause this License to apply to the other
       
   257 parts of the aggregate.
       
   258 
       
   259   6. Conveying Non-Source Forms.
       
   260 
       
   261   You may convey a covered work in object code form under the terms
       
   262 of sections 4 and 5, provided that you also convey the
       
   263 machine-readable Corresponding Source under the terms of this License,
       
   264 in one of these ways:
       
   265 
       
   266     a) Convey the object code in, or embodied in, a physical product
       
   267     (including a physical distribution medium), accompanied by the
       
   268     Corresponding Source fixed on a durable physical medium
       
   269     customarily used for software interchange.
       
   270 
       
   271     b) Convey the object code in, or embodied in, a physical product
       
   272     (including a physical distribution medium), accompanied by a
       
   273     written offer, valid for at least three years and valid for as
       
   274     long as you offer spare parts or customer support for that product
       
   275     model, to give anyone who possesses the object code either (1) a
       
   276     copy of the Corresponding Source for all the software in the
       
   277     product that is covered by this License, on a durable physical
       
   278     medium customarily used for software interchange, for a price no
       
   279     more than your reasonable cost of physically performing this
       
   280     conveying of source, or (2) access to copy the
       
   281     Corresponding Source from a network server at no charge.
       
   282 
       
   283     c) Convey individual copies of the object code with a copy of the
       
   284     written offer to provide the Corresponding Source.  This
       
   285     alternative is allowed only occasionally and noncommercially, and
       
   286     only if you received the object code with such an offer, in accord
       
   287     with subsection 6b.
       
   288 
       
   289     d) Convey the object code by offering access from a designated
       
   290     place (gratis or for a charge), and offer equivalent access to the
       
   291     Corresponding Source in the same way through the same place at no
       
   292     further charge.  You need not require recipients to copy the
       
   293     Corresponding Source along with the object code.  If the place to
       
   294     copy the object code is a network server, the Corresponding Source
       
   295     may be on a different server (operated by you or a third party)
       
   296     that supports equivalent copying facilities, provided you maintain
       
   297     clear directions next to the object code saying where to find the
       
   298     Corresponding Source.  Regardless of what server hosts the
       
   299     Corresponding Source, you remain obligated to ensure that it is
       
   300     available for as long as needed to satisfy these requirements.
       
   301 
       
   302     e) Convey the object code using peer-to-peer transmission, provided
       
   303     you inform other peers where the object code and Corresponding
       
   304     Source of the work are being offered to the general public at no
       
   305     charge under subsection 6d.
       
   306 
       
   307   A separable portion of the object code, whose source code is excluded
       
   308 from the Corresponding Source as a System Library, need not be
       
   309 included in conveying the object code work.
       
   310 
       
   311   A "User Product" is either (1) a "consumer product", which means any
       
   312 tangible personal property which is normally used for personal, family,
       
   313 or household purposes, or (2) anything designed or sold for incorporation
       
   314 into a dwelling.  In determining whether a product is a consumer product,
       
   315 doubtful cases shall be resolved in favor of coverage.  For a particular
       
   316 product received by a particular user, "normally used" refers to a
       
   317 typical or common use of that class of product, regardless of the status
       
   318 of the particular user or of the way in which the particular user
       
   319 actually uses, or expects or is expected to use, the product.  A product
       
   320 is a consumer product regardless of whether the product has substantial
       
   321 commercial, industrial or non-consumer uses, unless such uses represent
       
   322 the only significant mode of use of the product.
       
   323 
       
   324   "Installation Information" for a User Product means any methods,
       
   325 procedures, authorization keys, or other information required to install
       
   326 and execute modified versions of a covered work in that User Product from
       
   327 a modified version of its Corresponding Source.  The information must
       
   328 suffice to ensure that the continued functioning of the modified object
       
   329 code is in no case prevented or interfered with solely because
       
   330 modification has been made.
       
   331 
       
   332   If you convey an object code work under this section in, or with, or
       
   333 specifically for use in, a User Product, and the conveying occurs as
       
   334 part of a transaction in which the right of possession and use of the
       
   335 User Product is transferred to the recipient in perpetuity or for a
       
   336 fixed term (regardless of how the transaction is characterized), the
       
   337 Corresponding Source conveyed under this section must be accompanied
       
   338 by the Installation Information.  But this requirement does not apply
       
   339 if neither you nor any third party retains the ability to install
       
   340 modified object code on the User Product (for example, the work has
       
   341 been installed in ROM).
       
   342 
       
   343   The requirement to provide Installation Information does not include a
       
   344 requirement to continue to provide support service, warranty, or updates
       
   345 for a work that has been modified or installed by the recipient, or for
       
   346 the User Product in which it has been modified or installed.  Access to a
       
   347 network may be denied when the modification itself materially and
       
   348 adversely affects the operation of the network or violates the rules and
       
   349 protocols for communication across the network.
       
   350 
       
   351   Corresponding Source conveyed, and Installation Information provided,
       
   352 in accord with this section must be in a format that is publicly
       
   353 documented (and with an implementation available to the public in
       
   354 source code form), and must require no special password or key for
       
   355 unpacking, reading or copying.
       
   356 
       
   357   7. Additional Terms.
       
   358 
       
   359   "Additional permissions" are terms that supplement the terms of this
       
   360 License by making exceptions from one or more of its conditions.
       
   361 Additional permissions that are applicable to the entire Program shall
       
   362 be treated as though they were included in this License, to the extent
       
   363 that they are valid under applicable law.  If additional permissions
       
   364 apply only to part of the Program, that part may be used separately
       
   365 under those permissions, but the entire Program remains governed by
       
   366 this License without regard to the additional permissions.
       
   367 
       
   368   When you convey a copy of a covered work, you may at your option
       
   369 remove any additional permissions from that copy, or from any part of
       
   370 it.  (Additional permissions may be written to require their own
       
   371 removal in certain cases when you modify the work.)  You may place
       
   372 additional permissions on material, added by you to a covered work,
       
   373 for which you have or can give appropriate copyright permission.
       
   374 
       
   375   Notwithstanding any other provision of this License, for material you
       
   376 add to a covered work, you may (if authorized by the copyright holders of
       
   377 that material) supplement the terms of this License with terms:
       
   378 
       
   379     a) Disclaiming warranty or limiting liability differently from the
       
   380     terms of sections 15 and 16 of this License; or
       
   381 
       
   382     b) Requiring preservation of specified reasonable legal notices or
       
   383     author attributions in that material or in the Appropriate Legal
       
   384     Notices displayed by works containing it; or
       
   385 
       
   386     c) Prohibiting misrepresentation of the origin of that material, or
       
   387     requiring that modified versions of such material be marked in
       
   388     reasonable ways as different from the original version; or
       
   389 
       
   390     d) Limiting the use for publicity purposes of names of licensors or
       
   391     authors of the material; or
       
   392 
       
   393     e) Declining to grant rights under trademark law for use of some
       
   394     trade names, trademarks, or service marks; or
       
   395 
       
   396     f) Requiring indemnification of licensors and authors of that
       
   397     material by anyone who conveys the material (or modified versions of
       
   398     it) with contractual assumptions of liability to the recipient, for
       
   399     any liability that these contractual assumptions directly impose on
       
   400     those licensors and authors.
       
   401 
       
   402   All other non-permissive additional terms are considered "further
       
   403 restrictions" within the meaning of section 10.  If the Program as you
       
   404 received it, or any part of it, contains a notice stating that it is
       
   405 governed by this License along with a term that is a further
       
   406 restriction, you may remove that term.  If a license document contains
       
   407 a further restriction but permits relicensing or conveying under this
       
   408 License, you may add to a covered work material governed by the terms
       
   409 of that license document, provided that the further restriction does
       
   410 not survive such relicensing or conveying.
       
   411 
       
   412   If you add terms to a covered work in accord with this section, you
       
   413 must place, in the relevant source files, a statement of the
       
   414 additional terms that apply to those files, or a notice indicating
       
   415 where to find the applicable terms.
       
   416 
       
   417   Additional terms, permissive or non-permissive, may be stated in the
       
   418 form of a separately written license, or stated as exceptions;
       
   419 the above requirements apply either way.
       
   420 
       
   421   8. Termination.
       
   422 
       
   423   You may not propagate or modify a covered work except as expressly
       
   424 provided under this License.  Any attempt otherwise to propagate or
       
   425 modify it is void, and will automatically terminate your rights under
       
   426 this License (including any patent licenses granted under the third
       
   427 paragraph of section 11).
       
   428 
       
   429   However, if you cease all violation of this License, then your
       
   430 license from a particular copyright holder is reinstated (a)
       
   431 provisionally, unless and until the copyright holder explicitly and
       
   432 finally terminates your license, and (b) permanently, if the copyright
       
   433 holder fails to notify you of the violation by some reasonable means
       
   434 prior to 60 days after the cessation.
       
   435 
       
   436   Moreover, your license from a particular copyright holder is
       
   437 reinstated permanently if the copyright holder notifies you of the
       
   438 violation by some reasonable means, this is the first time you have
       
   439 received notice of violation of this License (for any work) from that
       
   440 copyright holder, and you cure the violation prior to 30 days after
       
   441 your receipt of the notice.
       
   442 
       
   443   Termination of your rights under this section does not terminate the
       
   444 licenses of parties who have received copies or rights from you under
       
   445 this License.  If your rights have been terminated and not permanently
       
   446 reinstated, you do not qualify to receive new licenses for the same
       
   447 material under section 10.
       
   448 
       
   449   9. Acceptance Not Required for Having Copies.
       
   450 
       
   451   You are not required to accept this License in order to receive or
       
   452 run a copy of the Program.  Ancillary propagation of a covered work
       
   453 occurring solely as a consequence of using peer-to-peer transmission
       
   454 to receive a copy likewise does not require acceptance.  However,
       
   455 nothing other than this License grants you permission to propagate or
       
   456 modify any covered work.  These actions infringe copyright if you do
       
   457 not accept this License.  Therefore, by modifying or propagating a
       
   458 covered work, you indicate your acceptance of this License to do so.
       
   459 
       
   460   10. Automatic Licensing of Downstream Recipients.
       
   461 
       
   462   Each time you convey a covered work, the recipient automatically
       
   463 receives a license from the original licensors, to run, modify and
       
   464 propagate that work, subject to this License.  You are not responsible
       
   465 for enforcing compliance by third parties with this License.
       
   466 
       
   467   An "entity transaction" is a transaction transferring control of an
       
   468 organization, or substantially all assets of one, or subdividing an
       
   469 organization, or merging organizations.  If propagation of a covered
       
   470 work results from an entity transaction, each party to that
       
   471 transaction who receives a copy of the work also receives whatever
       
   472 licenses to the work the party's predecessor in interest had or could
       
   473 give under the previous paragraph, plus a right to possession of the
       
   474 Corresponding Source of the work from the predecessor in interest, if
       
   475 the predecessor has it or can get it with reasonable efforts.
       
   476 
       
   477   You may not impose any further restrictions on the exercise of the
       
   478 rights granted or affirmed under this License.  For example, you may
       
   479 not impose a license fee, royalty, or other charge for exercise of
       
   480 rights granted under this License, and you may not initiate litigation
       
   481 (including a cross-claim or counterclaim in a lawsuit) alleging that
       
   482 any patent claim is infringed by making, using, selling, offering for
       
   483 sale, or importing the Program or any portion of it.
       
   484 
       
   485   11. Patents.
       
   486 
       
   487   A "contributor" is a copyright holder who authorizes use under this
       
   488 License of the Program or a work on which the Program is based.  The
       
   489 work thus licensed is called the contributor's "contributor version".
       
   490 
       
   491   A contributor's "essential patent claims" are all patent claims
       
   492 owned or controlled by the contributor, whether already acquired or
       
   493 hereafter acquired, that would be infringed by some manner, permitted
       
   494 by this License, of making, using, or selling its contributor version,
       
   495 but do not include claims that would be infringed only as a
       
   496 consequence of further modification of the contributor version.  For
       
   497 purposes of this definition, "control" includes the right to grant
       
   498 patent sublicenses in a manner consistent with the requirements of
       
   499 this License.
       
   500 
       
   501   Each contributor grants you a non-exclusive, worldwide, royalty-free
       
   502 patent license under the contributor's essential patent claims, to
       
   503 make, use, sell, offer for sale, import and otherwise run, modify and
       
   504 propagate the contents of its contributor version.
       
   505 
       
   506   In the following three paragraphs, a "patent license" is any express
       
   507 agreement or commitment, however denominated, not to enforce a patent
       
   508 (such as an express permission to practice a patent or covenant not to
       
   509 sue for patent infringement).  To "grant" such a patent license to a
       
   510 party means to make such an agreement or commitment not to enforce a
       
   511 patent against the party.
       
   512 
       
   513   If you convey a covered work, knowingly relying on a patent license,
       
   514 and the Corresponding Source of the work is not available for anyone
       
   515 to copy, free of charge and under the terms of this License, through a
       
   516 publicly available network server or other readily accessible means,
       
   517 then you must either (1) cause the Corresponding Source to be so
       
   518 available, or (2) arrange to deprive yourself of the benefit of the
       
   519 patent license for this particular work, or (3) arrange, in a manner
       
   520 consistent with the requirements of this License, to extend the patent
       
   521 license to downstream recipients.  "Knowingly relying" means you have
       
   522 actual knowledge that, but for the patent license, your conveying the
       
   523 covered work in a country, or your recipient's use of the covered work
       
   524 in a country, would infringe one or more identifiable patents in that
       
   525 country that you have reason to believe are valid.
       
   526 
       
   527   If, pursuant to or in connection with a single transaction or
       
   528 arrangement, you convey, or propagate by procuring conveyance of, a
       
   529 covered work, and grant a patent license to some of the parties
       
   530 receiving the covered work authorizing them to use, propagate, modify
       
   531 or convey a specific copy of the covered work, then the patent license
       
   532 you grant is automatically extended to all recipients of the covered
       
   533 work and works based on it.
       
   534 
       
   535   A patent license is "discriminatory" if it does not include within
       
   536 the scope of its coverage, prohibits the exercise of, or is
       
   537 conditioned on the non-exercise of one or more of the rights that are
       
   538 specifically granted under this License.  You may not convey a covered
       
   539 work if you are a party to an arrangement with a third party that is
       
   540 in the business of distributing software, under which you make payment
       
   541 to the third party based on the extent of your activity of conveying
       
   542 the work, and under which the third party grants, to any of the
       
   543 parties who would receive the covered work from you, a discriminatory
       
   544 patent license (a) in connection with copies of the covered work
       
   545 conveyed by you (or copies made from those copies), or (b) primarily
       
   546 for and in connection with specific products or compilations that
       
   547 contain the covered work, unless you entered into that arrangement,
       
   548 or that patent license was granted, prior to 28 March 2007.
       
   549 
       
   550   Nothing in this License shall be construed as excluding or limiting
       
   551 any implied license or other defenses to infringement that may
       
   552 otherwise be available to you under applicable patent law.
       
   553 
       
   554   12. No Surrender of Others' Freedom.
       
   555 
       
   556   If conditions are imposed on you (whether by court order, agreement or
       
   557 otherwise) that contradict the conditions of this License, they do not
       
   558 excuse you from the conditions of this License.  If you cannot convey a
       
   559 covered work so as to satisfy simultaneously your obligations under this
       
   560 License and any other pertinent obligations, then as a consequence you may
       
   561 not convey it at all.  For example, if you agree to terms that obligate you
       
   562 to collect a royalty for further conveying from those to whom you convey
       
   563 the Program, the only way you could satisfy both those terms and this
       
   564 License would be to refrain entirely from conveying the Program.
       
   565 
       
   566   13. Use with the GNU Affero General Public License.
       
   567 
       
   568   Notwithstanding any other provision of this License, you have
       
   569 permission to link or combine any covered work with a work licensed
       
   570 under version 3 of the GNU Affero General Public License into a single
       
   571 combined work, and to convey the resulting work.  The terms of this
       
   572 License will continue to apply to the part which is the covered work,
       
   573 but the special requirements of the GNU Affero General Public License,
       
   574 section 13, concerning interaction through a network will apply to the
       
   575 combination as such.
       
   576 
       
   577   14. Revised Versions of this License.
       
   578 
       
   579   The Free Software Foundation may publish revised and/or new versions of
       
   580 the GNU General Public License from time to time.  Such new versions will
       
   581 be similar in spirit to the present version, but may differ in detail to
       
   582 address new problems or concerns.
       
   583 
       
   584   Each version is given a distinguishing version number.  If the
       
   585 Program specifies that a certain numbered version of the GNU General
       
   586 Public License "or any later version" applies to it, you have the
       
   587 option of following the terms and conditions either of that numbered
       
   588 version or of any later version published by the Free Software
       
   589 Foundation.  If the Program does not specify a version number of the
       
   590 GNU General Public License, you may choose any version ever published
       
   591 by the Free Software Foundation.
       
   592 
       
   593   If the Program specifies that a proxy can decide which future
       
   594 versions of the GNU General Public License can be used, that proxy's
       
   595 public statement of acceptance of a version permanently authorizes you
       
   596 to choose that version for the Program.
       
   597 
       
   598   Later license versions may give you additional or different
       
   599 permissions.  However, no additional obligations are imposed on any
       
   600 author or copyright holder as a result of your choosing to follow a
       
   601 later version.
       
   602 
       
   603   15. Disclaimer of Warranty.
       
   604 
       
   605   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
       
   606 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
       
   607 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
       
   608 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
       
   609 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   610 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
       
   611 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
       
   612 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
       
   613 
       
   614   16. Limitation of Liability.
       
   615 
       
   616   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
       
   617 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
       
   618 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
       
   619 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
       
   620 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
       
   621 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
       
   622 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
       
   623 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
       
   624 SUCH DAMAGES.
       
   625 
       
   626   17. Interpretation of Sections 15 and 16.
       
   627 
       
   628   If the disclaimer of warranty and limitation of liability provided
       
   629 above cannot be given local legal effect according to their terms,
       
   630 reviewing courts shall apply local law that most closely approximates
       
   631 an absolute waiver of all civil liability in connection with the
       
   632 Program, unless a warranty or assumption of liability accompanies a
       
   633 copy of the Program in return for a fee.
       
   634 
       
   635                      END OF TERMS AND CONDITIONS
       
   636 
       
   637             How to Apply These Terms to Your New Programs
       
   638 
       
   639   If you develop a new program, and you want it to be of the greatest
       
   640 possible use to the public, the best way to achieve this is to make it
       
   641 free software which everyone can redistribute and change under these terms.
       
   642 
       
   643   To do so, attach the following notices to the program.  It is safest
       
   644 to attach them to the start of each source file to most effectively
       
   645 state the exclusion of warranty; and each file should have at least
       
   646 the "copyright" line and a pointer to where the full notice is found.
       
   647 
       
   648     <one line to give the program's name and a brief idea of what it does.>
       
   649     Copyright (C) <year>  <name of author>
       
   650 
       
   651     This program is free software: you can redistribute it and/or modify
       
   652     it under the terms of the GNU General Public License as published by
       
   653     the Free Software Foundation, either version 3 of the License, or
       
   654     (at your option) any later version.
       
   655 
       
   656     This program is distributed in the hope that it will be useful,
       
   657     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   658     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
   659     GNU General Public License for more details.
       
   660 
       
   661     You should have received a copy of the GNU General Public License
       
   662     along with this program.  If not, see <http://www.gnu.org/licenses/>.
       
   663 
       
   664 Also add information on how to contact you by electronic and paper mail.
       
   665 
       
   666   If the program does terminal interaction, make it output a short
       
   667 notice like this when it starts in an interactive mode:
       
   668 
       
   669     <program>  Copyright (C) <year>  <name of author>
       
   670     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
       
   671     This is free software, and you are welcome to redistribute it
       
   672     under certain conditions; type `show c' for details.
       
   673 
       
   674 The hypothetical commands `show w' and `show c' should show the appropriate
       
   675 parts of the General Public License.  Of course, your program's commands
       
   676 might be different; for a GUI interface, you would use an "about box".
       
   677 
       
   678   You should also get your employer (if you work as a programmer) or school,
       
   679 if any, to sign a "copyright disclaimer" for the program, if necessary.
       
   680 For more information on this, and how to apply and follow the GNU GPL, see
       
   681 <http://www.gnu.org/licenses/>.
       
   682 
       
   683   The GNU General Public License does not permit incorporating your program
       
   684 into proprietary programs.  If your program is a subroutine library, you
       
   685 may consider it more useful to permit linking proprietary applications with
       
   686 the library.  If this is what you want to do, use the GNU Lesser General
       
   687 Public License instead of this License.  But first, please read
       
   688 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
       
   689 
       
   690 -----------------------------------------------------------------------
       
   691 
       
   692                 GNU Free Documentation License
       
   693                  Version 1.3, 3 November 2008
       
   694 
       
   695 
       
   696  Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
       
   697      <http://fsf.org/>
       
   698  Everyone is permitted to copy and distribute verbatim copies
       
   699  of this license document, but changing it is not allowed.
    36 
   700 
    37 0. PREAMBLE
   701 0. PREAMBLE
    38 
   702 
    39 The purpose of this License is to make a manual, textbook, or other
   703 The purpose of this License is to make a manual, textbook, or other
    40 written document "free" in the sense of freedom: to assure everyone
   704 functional and useful document "free" in the sense of freedom: to
    41 the effective freedom to copy and redistribute it, with or without
   705 assure everyone the effective freedom to copy and redistribute it,
    42 modifying it, either commercially or noncommercially.  Secondarily,
   706 with or without modifying it, either commercially or noncommercially.
    43 this License preserves for the author and publisher a way to get
   707 Secondarily, this License preserves for the author and publisher a way
    44 credit for their work, while not being considered responsible for
   708 to get credit for their work, while not being considered responsible
    45 modifications made by others.
   709 for modifications made by others.
    46 
   710 
    47 This License is a kind of "copyleft", which means that derivative
   711 This License is a kind of "copyleft", which means that derivative
    48 works of the document must themselves be free in the same sense.  It
   712 works of the document must themselves be free in the same sense.  It
    49 complements the GNU General Public License, which is a copyleft
   713 complements the GNU General Public License, which is a copyleft
    50 license designed for free software.
   714 license designed for free software.
    58 principally for works whose purpose is instruction or reference.
   722 principally for works whose purpose is instruction or reference.
    59 
   723 
    60 
   724 
    61 1. APPLICABILITY AND DEFINITIONS
   725 1. APPLICABILITY AND DEFINITIONS
    62 
   726 
    63 This License applies to any manual or other work that contains a
   727 This License applies to any manual or other work, in any medium, that
    64 notice placed by the copyright holder saying it can be distributed
   728 contains a notice placed by the copyright holder saying it can be
    65 under the terms of this License.  The "Document", below, refers to any
   729 distributed under the terms of this License.  Such a notice grants a
    66 such manual or work.  Any member of the public is a licensee, and is
   730 world-wide, royalty-free license, unlimited in duration, to use that
    67 addressed as "you".
   731 work under the conditions stated herein.  The "Document", below,
       
   732 refers to any such manual or work.  Any member of the public is a
       
   733 licensee, and is addressed as "you".  You accept the license if you
       
   734 copy, modify or distribute the work in a way requiring permission
       
   735 under copyright law.
    68 
   736 
    69 A "Modified Version" of the Document means any work containing the
   737 A "Modified Version" of the Document means any work containing the
    70 Document or a portion of it, either copied verbatim, or with
   738 Document or a portion of it, either copied verbatim, or with
    71 modifications and/or translated into another language.
   739 modifications and/or translated into another language.
    72 
   740 
    73 A "Secondary Section" is a named appendix or a front-matter section of
   741 A "Secondary Section" is a named appendix or a front-matter section of
    74 the Document that deals exclusively with the relationship of the
   742 the Document that deals exclusively with the relationship of the
    75 publishers or authors of the Document to the Document's overall subject
   743 publishers or authors of the Document to the Document's overall
    76 (or to related matters) and contains nothing that could fall directly
   744 subject (or to related matters) and contains nothing that could fall
    77 within that overall subject.  (For example, if the Document is in part a
   745 directly within that overall subject.  (Thus, if the Document is in
    78 textbook of mathematics, a Secondary Section may not explain any
   746 part a textbook of mathematics, a Secondary Section may not explain
    79 mathematics.)  The relationship could be a matter of historical
   747 any mathematics.)  The relationship could be a matter of historical
    80 connection with the subject or with related matters, or of legal,
   748 connection with the subject or with related matters, or of legal,
    81 commercial, philosophical, ethical or political position regarding
   749 commercial, philosophical, ethical or political position regarding
    82 them.
   750 them.
    83 
   751 
    84 The "Invariant Sections" are certain Secondary Sections whose titles
   752 The "Invariant Sections" are certain Secondary Sections whose titles
    85 are designated, as being those of Invariant Sections, in the notice
   753 are designated, as being those of Invariant Sections, in the notice
    86 that says that the Document is released under this License.
   754 that says that the Document is released under this License.  If a
       
   755 section does not fit the above definition of Secondary then it is not
       
   756 allowed to be designated as Invariant.  The Document may contain zero
       
   757 Invariant Sections.  If the Document does not identify any Invariant
       
   758 Sections then there are none.
    87 
   759 
    88 The "Cover Texts" are certain short passages of text that are listed,
   760 The "Cover Texts" are certain short passages of text that are listed,
    89 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
   761 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
    90 the Document is released under this License.
   762 the Document is released under this License.  A Front-Cover Text may
       
   763 be at most 5 words, and a Back-Cover Text may be at most 25 words.
    91 
   764 
    92 A "Transparent" copy of the Document means a machine-readable copy,
   765 A "Transparent" copy of the Document means a machine-readable copy,
    93 represented in a format whose specification is available to the
   766 represented in a format whose specification is available to the
    94 general public, whose contents can be viewed and edited directly and
   767 general public, that is suitable for revising the document
    95 straightforwardly with generic text editors or (for images composed of
   768 straightforwardly with generic text editors or (for images composed of
    96 pixels) generic paint programs or (for drawings) some widely available
   769 pixels) generic paint programs or (for drawings) some widely available
    97 drawing editor, and that is suitable for input to text formatters or
   770 drawing editor, and that is suitable for input to text formatters or
    98 for automatic translation to a variety of formats suitable for input
   771 for automatic translation to a variety of formats suitable for input
    99 to text formatters.  A copy made in an otherwise Transparent file
   772 to text formatters.  A copy made in an otherwise Transparent file
   100 format whose markup has been designed to thwart or discourage
   773 format whose markup, or absence of markup, has been arranged to thwart
   101 subsequent modification by readers is not Transparent.  A copy that is
   774 or discourage subsequent modification by readers is not Transparent.
   102 not "Transparent" is called "Opaque".
   775 An image format is not Transparent if used for any substantial amount
       
   776 of text.  A copy that is not "Transparent" is called "Opaque".
   103 
   777 
   104 Examples of suitable formats for Transparent copies include plain
   778 Examples of suitable formats for Transparent copies include plain
   105 ASCII without markup, Texinfo input format, LaTeX input format, SGML
   779 ASCII without markup, Texinfo input format, LaTeX input format, SGML
   106 or XML using a publicly available DTD, and standard-conforming simple
   780 or XML using a publicly available DTD, and standard-conforming simple
   107 HTML designed for human modification.  Opaque formats include
   781 HTML, PostScript or PDF designed for human modification.  Examples of
   108 PostScript, PDF, proprietary formats that can be read and edited only
   782 transparent image formats include PNG, XCF and JPG.  Opaque formats
   109 by proprietary word processors, SGML or XML for which the DTD and/or
   783 include proprietary formats that can be read and edited only by
       
   784 proprietary word processors, SGML or XML for which the DTD and/or
   110 processing tools are not generally available, and the
   785 processing tools are not generally available, and the
   111 machine-generated HTML produced by some word processors for output
   786 machine-generated HTML, PostScript or PDF produced by some word
   112 purposes only.
   787 processors for output purposes only.
   113 
   788 
   114 The "Title Page" means, for a printed book, the title page itself,
   789 The "Title Page" means, for a printed book, the title page itself,
   115 plus such following pages as are needed to hold, legibly, the material
   790 plus such following pages as are needed to hold, legibly, the material
   116 this License requires to appear in the title page.  For works in
   791 this License requires to appear in the title page.  For works in
   117 formats which do not have any title page as such, "Title Page" means
   792 formats which do not have any title page as such, "Title Page" means
   118 the text near the most prominent appearance of the work's title,
   793 the text near the most prominent appearance of the work's title,
   119 preceding the beginning of the body of the text.
   794 preceding the beginning of the body of the text.
   120 
   795 
       
   796 The "publisher" means any person or entity that distributes copies of
       
   797 the Document to the public.
       
   798 
       
   799 A section "Entitled XYZ" means a named subunit of the Document whose
       
   800 title either is precisely XYZ or contains XYZ in parentheses following
       
   801 text that translates XYZ in another language.  (Here XYZ stands for a
       
   802 specific section name mentioned below, such as "Acknowledgements",
       
   803 "Dedications", "Endorsements", or "History".)  To "Preserve the Title"
       
   804 of such a section when you modify the Document means that it remains a
       
   805 section "Entitled XYZ" according to this definition.
       
   806 
       
   807 The Document may include Warranty Disclaimers next to the notice which
       
   808 states that this License applies to the Document.  These Warranty
       
   809 Disclaimers are considered to be included by reference in this
       
   810 License, but only as regards disclaiming warranties: any other
       
   811 implication that these Warranty Disclaimers may have is void and has
       
   812 no effect on the meaning of this License.
   121 
   813 
   122 2. VERBATIM COPYING
   814 2. VERBATIM COPYING
   123 
   815 
   124 You may copy and distribute the Document in any medium, either
   816 You may copy and distribute the Document in any medium, either
   125 commercially or noncommercially, provided that this License, the
   817 commercially or noncommercially, provided that this License, the
   126 copyright notices, and the license notice saying this License applies
   818 copyright notices, and the license notice saying this License applies
   127 to the Document are reproduced in all copies, and that you add no other
   819 to the Document are reproduced in all copies, and that you add no
   128 conditions whatsoever to those of this License.  You may not use
   820 other conditions whatsoever to those of this License.  You may not use
   129 technical measures to obstruct or control the reading or further
   821 technical measures to obstruct or control the reading or further
   130 copying of the copies you make or distribute.  However, you may accept
   822 copying of the copies you make or distribute.  However, you may accept
   131 compensation in exchange for copies.  If you distribute a large enough
   823 compensation in exchange for copies.  If you distribute a large enough
   132 number of copies you must also follow the conditions in section 3.
   824 number of copies you must also follow the conditions in section 3.
   133 
   825 
   135 you may publicly display copies.
   827 you may publicly display copies.
   136 
   828 
   137 
   829 
   138 3. COPYING IN QUANTITY
   830 3. COPYING IN QUANTITY
   139 
   831 
   140 If you publish printed copies of the Document numbering more than 100,
   832 If you publish printed copies (or copies in media that commonly have
   141 and the Document's license notice requires Cover Texts, you must enclose
   833 printed covers) of the Document, numbering more than 100, and the
   142 the copies in covers that carry, clearly and legibly, all these Cover
   834 Document's license notice requires Cover Texts, you must enclose the
       
   835 copies in covers that carry, clearly and legibly, all these Cover
   143 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
   836 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
   144 the back cover.  Both covers must also clearly and legibly identify
   837 the back cover.  Both covers must also clearly and legibly identify
   145 you as the publisher of these copies.  The front cover must present
   838 you as the publisher of these copies.  The front cover must present
   146 the full title with all words of the title equally prominent and
   839 the full title with all words of the title equally prominent and
   147 visible.  You may add other material on the covers in addition.
   840 visible.  You may add other material on the covers in addition.
   155 pages.
   848 pages.
   156 
   849 
   157 If you publish or distribute Opaque copies of the Document numbering
   850 If you publish or distribute Opaque copies of the Document numbering
   158 more than 100, you must either include a machine-readable Transparent
   851 more than 100, you must either include a machine-readable Transparent
   159 copy along with each Opaque copy, or state in or with each Opaque copy
   852 copy along with each Opaque copy, or state in or with each Opaque copy
   160 a publicly-accessible computer-network location containing a complete
   853 a computer-network location from which the general network-using
   161 Transparent copy of the Document, free of added material, which the
   854 public has access to download using public-standard network protocols
   162 general network-using public has access to download anonymously at no
   855 a complete Transparent copy of the Document, free of added material.
   163 charge using public-standard network protocols.  If you use the latter
   856 If you use the latter option, you must take reasonably prudent steps,
   164 option, you must take reasonably prudent steps, when you begin
   857 when you begin distribution of Opaque copies in quantity, to ensure
   165 distribution of Opaque copies in quantity, to ensure that this
   858 that this Transparent copy will remain thus accessible at the stated
   166 Transparent copy will remain thus accessible at the stated location
   859 location until at least one year after the last time you distribute an
   167 until at least one year after the last time you distribute an Opaque
   860 Opaque copy (directly or through your agents or retailers) of that
   168 copy (directly or through your agents or retailers) of that edition to
   861 edition to the public.
   169 the public.
       
   170 
   862 
   171 It is requested, but not required, that you contact the authors of the
   863 It is requested, but not required, that you contact the authors of the
   172 Document well before redistributing any large number of copies, to give
   864 Document well before redistributing any large number of copies, to
   173 them a chance to provide you with an updated version of the Document.
   865 give them a chance to provide you with an updated version of the
       
   866 Document.
   174 
   867 
   175 
   868 
   176 4. MODIFICATIONS
   869 4. MODIFICATIONS
   177 
   870 
   178 You may copy and distribute a Modified Version of the Document under
   871 You may copy and distribute a Modified Version of the Document under
   188    of the Document).  You may use the same title as a previous version
   881    of the Document).  You may use the same title as a previous version
   189    if the original publisher of that version gives permission.
   882    if the original publisher of that version gives permission.
   190 B. List on the Title Page, as authors, one or more persons or entities
   883 B. List on the Title Page, as authors, one or more persons or entities
   191    responsible for authorship of the modifications in the Modified
   884    responsible for authorship of the modifications in the Modified
   192    Version, together with at least five of the principal authors of the
   885    Version, together with at least five of the principal authors of the
   193    Document (all of its principal authors, if it has less than five).
   886    Document (all of its principal authors, if it has fewer than five),
       
   887    unless they release you from this requirement.
   194 C. State on the Title page the name of the publisher of the
   888 C. State on the Title page the name of the publisher of the
   195    Modified Version, as the publisher.
   889    Modified Version, as the publisher.
   196 D. Preserve all the copyright notices of the Document.
   890 D. Preserve all the copyright notices of the Document.
   197 E. Add an appropriate copyright notice for your modifications
   891 E. Add an appropriate copyright notice for your modifications
   198    adjacent to the other copyright notices.
   892    adjacent to the other copyright notices.
   200    giving the public permission to use the Modified Version under the
   894    giving the public permission to use the Modified Version under the
   201    terms of this License, in the form shown in the Addendum below.
   895    terms of this License, in the form shown in the Addendum below.
   202 G. Preserve in that license notice the full lists of Invariant Sections
   896 G. Preserve in that license notice the full lists of Invariant Sections
   203    and required Cover Texts given in the Document's license notice.
   897    and required Cover Texts given in the Document's license notice.
   204 H. Include an unaltered copy of this License.
   898 H. Include an unaltered copy of this License.
   205 I. Preserve the section entitled "History", and its title, and add to
   899 I. Preserve the section Entitled "History", Preserve its Title, and add
   206    it an item stating at least the title, year, new authors, and
   900    to it an item stating at least the title, year, new authors, and
   207    publisher of the Modified Version as given on the Title Page.  If
   901    publisher of the Modified Version as given on the Title Page.  If
   208    there is no section entitled "History" in the Document, create one
   902    there is no section Entitled "History" in the Document, create one
   209    stating the title, year, authors, and publisher of the Document as
   903    stating the title, year, authors, and publisher of the Document as
   210    given on its Title Page, then add an item describing the Modified
   904    given on its Title Page, then add an item describing the Modified
   211    Version as stated in the previous sentence.
   905    Version as stated in the previous sentence.
   212 J. Preserve the network location, if any, given in the Document for
   906 J. Preserve the network location, if any, given in the Document for
   213    public access to a Transparent copy of the Document, and likewise
   907    public access to a Transparent copy of the Document, and likewise
   214    the network locations given in the Document for previous versions
   908    the network locations given in the Document for previous versions
   215    it was based on.  These may be placed in the "History" section.
   909    it was based on.  These may be placed in the "History" section.
   216    You may omit a network location for a work that was published at
   910    You may omit a network location for a work that was published at
   217    least four years before the Document itself, or if the original
   911    least four years before the Document itself, or if the original
   218    publisher of the version it refers to gives permission.
   912    publisher of the version it refers to gives permission.
   219 K. In any section entitled "Acknowledgements" or "Dedications",
   913 K. For any section Entitled "Acknowledgements" or "Dedications",
   220    preserve the section's title, and preserve in the section all the
   914    Preserve the Title of the section, and preserve in the section all
   221    substance and tone of each of the contributor acknowledgements
   915    the substance and tone of each of the contributor acknowledgements
   222    and/or dedications given therein.
   916    and/or dedications given therein.
   223 L. Preserve all the Invariant Sections of the Document,
   917 L. Preserve all the Invariant Sections of the Document,
   224    unaltered in their text and in their titles.  Section numbers
   918    unaltered in their text and in their titles.  Section numbers
   225    or the equivalent are not considered part of the section titles.
   919    or the equivalent are not considered part of the section titles.
   226 M. Delete any section entitled "Endorsements".  Such a section
   920 M. Delete any section Entitled "Endorsements".  Such a section
   227    may not be included in the Modified Version.
   921    may not be included in the Modified Version.
   228 N. Do not retitle any existing section as "Endorsements"
   922 N. Do not retitle any existing section to be Entitled "Endorsements"
   229    or to conflict in title with any Invariant Section.
   923    or to conflict in title with any Invariant Section.
       
   924 O. Preserve any Warranty Disclaimers.
   230 
   925 
   231 If the Modified Version includes new front-matter sections or
   926 If the Modified Version includes new front-matter sections or
   232 appendices that qualify as Secondary Sections and contain no material
   927 appendices that qualify as Secondary Sections and contain no material
   233 copied from the Document, you may at your option designate some or all
   928 copied from the Document, you may at your option designate some or all
   234 of these sections as invariant.  To do this, add their titles to the
   929 of these sections as invariant.  To do this, add their titles to the
   235 list of Invariant Sections in the Modified Version's license notice.
   930 list of Invariant Sections in the Modified Version's license notice.
   236 These titles must be distinct from any other section titles.
   931 These titles must be distinct from any other section titles.
   237 
   932 
   238 You may add a section entitled "Endorsements", provided it contains
   933 You may add a section Entitled "Endorsements", provided it contains
   239 nothing but endorsements of your Modified Version by various
   934 nothing but endorsements of your Modified Version by various
   240 parties--for example, statements of peer review or that the text has
   935 parties--for example, statements of peer review or that the text has
   241 been approved by an organization as the authoritative definition of a
   936 been approved by an organization as the authoritative definition of a
   242 standard.
   937 standard.
   243 
   938 
   261 You may combine the Document with other documents released under this
   956 You may combine the Document with other documents released under this
   262 License, under the terms defined in section 4 above for modified
   957 License, under the terms defined in section 4 above for modified
   263 versions, provided that you include in the combination all of the
   958 versions, provided that you include in the combination all of the
   264 Invariant Sections of all of the original documents, unmodified, and
   959 Invariant Sections of all of the original documents, unmodified, and
   265 list them all as Invariant Sections of your combined work in its
   960 list them all as Invariant Sections of your combined work in its
   266 license notice.
   961 license notice, and that you preserve all their Warranty Disclaimers.
   267 
   962 
   268 The combined work need only contain one copy of this License, and
   963 The combined work need only contain one copy of this License, and
   269 multiple identical Invariant Sections may be replaced with a single
   964 multiple identical Invariant Sections may be replaced with a single
   270 copy.  If there are multiple Invariant Sections with the same name but
   965 copy.  If there are multiple Invariant Sections with the same name but
   271 different contents, make the title of each such section unique by
   966 different contents, make the title of each such section unique by
   272 adding at the end of it, in parentheses, the name of the original
   967 adding at the end of it, in parentheses, the name of the original
   273 author or publisher of that section if known, or else a unique number.
   968 author or publisher of that section if known, or else a unique number.
   274 Make the same adjustment to the section titles in the list of
   969 Make the same adjustment to the section titles in the list of
   275 Invariant Sections in the license notice of the combined work.
   970 Invariant Sections in the license notice of the combined work.
   276 
   971 
   277 In the combination, you must combine any sections entitled "History"
   972 In the combination, you must combine any sections Entitled "History"
   278 in the various original documents, forming one section entitled
   973 in the various original documents, forming one section Entitled
   279 "History"; likewise combine any sections entitled "Acknowledgements",
   974 "History"; likewise combine any sections Entitled "Acknowledgements",
   280 and any sections entitled "Dedications".  You must delete all sections
   975 and any sections Entitled "Dedications".  You must delete all sections
   281 entitled "Endorsements."
   976 Entitled "Endorsements".
   282 
   977 
   283 
   978 
   284 6. COLLECTIONS OF DOCUMENTS
   979 6. COLLECTIONS OF DOCUMENTS
   285 
   980 
   286 You may make a collection consisting of the Document and other documents
   981 You may make a collection consisting of the Document and other
   287 released under this License, and replace the individual copies of this
   982 documents released under this License, and replace the individual
   288 License in the various documents with a single copy that is included in
   983 copies of this License in the various documents with a single copy
   289 the collection, provided that you follow the rules of this License for
   984 that is included in the collection, provided that you follow the rules
   290 verbatim copying of each of the documents in all other respects.
   985 of this License for verbatim copying of each of the documents in all
   291 
   986 other respects.
   292 You may extract a single document from such a collection, and distribute
   987 
   293 it individually under this License, provided you insert a copy of this
   988 You may extract a single document from such a collection, and
   294 License into the extracted document, and follow this License in all
   989 distribute it individually under this License, provided you insert a
   295 other respects regarding verbatim copying of that document.
   990 copy of this License into the extracted document, and follow this
       
   991 License in all other respects regarding verbatim copying of that
       
   992 document.
   296 
   993 
   297 
   994 
   298 7. AGGREGATION WITH INDEPENDENT WORKS
   995 7. AGGREGATION WITH INDEPENDENT WORKS
   299 
   996 
   300 A compilation of the Document or its derivatives with other separate
   997 A compilation of the Document or its derivatives with other separate
   301 and independent documents or works, in or on a volume of a storage or
   998 and independent documents or works, in or on a volume of a storage or
   302 distribution medium, does not as a whole count as a Modified Version
   999 distribution medium, is called an "aggregate" if the copyright
   303 of the Document, provided no compilation copyright is claimed for the
  1000 resulting from the compilation is not used to limit the legal rights
   304 compilation.  Such a compilation is called an "aggregate", and this
  1001 of the compilation's users beyond what the individual works permit.
   305 License does not apply to the other self-contained works thus compiled
  1002 When the Document is included in an aggregate, this License does not
   306 with the Document, on account of their being thus compiled, if they
  1003 apply to the other works in the aggregate which are not themselves
   307 are not themselves derivative works of the Document.
  1004 derivative works of the Document.
   308 
  1005 
   309 If the Cover Text requirement of section 3 is applicable to these
  1006 If the Cover Text requirement of section 3 is applicable to these
   310 copies of the Document, then if the Document is less than one quarter
  1007 copies of the Document, then if the Document is less than one half of
   311 of the entire aggregate, the Document's Cover Texts may be placed on
  1008 the entire aggregate, the Document's Cover Texts may be placed on
   312 covers that surround only the Document within the aggregate.
  1009 covers that bracket the Document within the aggregate, or the
   313 Otherwise they must appear on covers around the whole aggregate.
  1010 electronic equivalent of covers if the Document is in electronic form.
       
  1011 Otherwise they must appear on printed covers that bracket the whole
       
  1012 aggregate.
   314 
  1013 
   315 
  1014 
   316 8. TRANSLATION
  1015 8. TRANSLATION
   317 
  1016 
   318 Translation is considered a kind of modification, so you may
  1017 Translation is considered a kind of modification, so you may
   319 distribute translations of the Document under the terms of section 4.
  1018 distribute translations of the Document under the terms of section 4.
   320 Replacing Invariant Sections with translations requires special
  1019 Replacing Invariant Sections with translations requires special
   321 permission from their copyright holders, but you may include
  1020 permission from their copyright holders, but you may include
   322 translations of some or all Invariant Sections in addition to the
  1021 translations of some or all Invariant Sections in addition to the
   323 original versions of these Invariant Sections.  You may include a
  1022 original versions of these Invariant Sections.  You may include a
   324 translation of this License provided that you also include the
  1023 translation of this License, and all the license notices in the
   325 original English version of this License.  In case of a disagreement
  1024 Document, and any Warranty Disclaimers, provided that you also include
   326 between the translation and the original English version of this
  1025 the original English version of this License and the original versions
   327 License, the original English version will prevail.
  1026 of those notices and disclaimers.  In case of a disagreement between
       
  1027 the translation and the original version of this License or a notice
       
  1028 or disclaimer, the original version will prevail.
       
  1029 
       
  1030 If a section in the Document is Entitled "Acknowledgements",
       
  1031 "Dedications", or "History", the requirement (section 4) to Preserve
       
  1032 its Title (section 1) will typically require changing the actual
       
  1033 title.
   328 
  1034 
   329 
  1035 
   330 9. TERMINATION
  1036 9. TERMINATION
   331 
  1037 
   332 You may not copy, modify, sublicense, or distribute the Document except
  1038 You may not copy, modify, sublicense, or distribute the Document
   333 as expressly provided for under this License.  Any other attempt to
  1039 except as expressly provided under this License.  Any attempt
   334 copy, modify, sublicense or distribute the Document is void, and will
  1040 otherwise to copy, modify, sublicense, or distribute it is void, and
   335 automatically terminate your rights under this License.  However,
  1041 will automatically terminate your rights under this License.
   336 parties who have received copies, or rights, from you under this
  1042 
   337 License will not have their licenses terminated so long as such
  1043 However, if you cease all violation of this License, then your license
   338 parties remain in full compliance.
  1044 from a particular copyright holder is reinstated (a) provisionally,
       
  1045 unless and until the copyright holder explicitly and finally
       
  1046 terminates your license, and (b) permanently, if the copyright holder
       
  1047 fails to notify you of the violation by some reasonable means prior to
       
  1048 60 days after the cessation.
       
  1049 
       
  1050 Moreover, your license from a particular copyright holder is
       
  1051 reinstated permanently if the copyright holder notifies you of the
       
  1052 violation by some reasonable means, this is the first time you have
       
  1053 received notice of violation of this License (for any work) from that
       
  1054 copyright holder, and you cure the violation prior to 30 days after
       
  1055 your receipt of the notice.
       
  1056 
       
  1057 Termination of your rights under this section does not terminate the
       
  1058 licenses of parties who have received copies or rights from you under
       
  1059 this License.  If your rights have been terminated and not permanently
       
  1060 reinstated, receipt of a copy of some or all of the same material does
       
  1061 not give you any rights to use it.
   339 
  1062 
   340 
  1063 
   341 10. FUTURE REVISIONS OF THIS LICENSE
  1064 10. FUTURE REVISIONS OF THIS LICENSE
   342 
  1065 
   343 The Free Software Foundation may publish new, revised versions
  1066 The Free Software Foundation may publish new, revised versions of the
   344 of the GNU Free Documentation License from time to time.  Such new
  1067 GNU Free Documentation License from time to time.  Such new versions
   345 versions will be similar in spirit to the present version, but may
  1068 will be similar in spirit to the present version, but may differ in
   346 differ in detail to address new problems or concerns.  See
  1069 detail to address new problems or concerns.  See
   347 http://www.gnu.org/copyleft/.
  1070 http://www.gnu.org/copyleft/.
   348 
  1071 
   349 Each version of the License is given a distinguishing version number.
  1072 Each version of the License is given a distinguishing version number.
   350 If the Document specifies that a particular numbered version of this
  1073 If the Document specifies that a particular numbered version of this
   351 License "or any later version" applies to it, you have the option of
  1074 License "or any later version" applies to it, you have the option of
   352 following the terms and conditions either of that specified version or
  1075 following the terms and conditions either of that specified version or
   353 of any later version that has been published (not as a draft) by the
  1076 of any later version that has been published (not as a draft) by the
   354 Free Software Foundation.  If the Document does not specify a version
  1077 Free Software Foundation.  If the Document does not specify a version
   355 number of this License, you may choose any version ever published (not
  1078 number of this License, you may choose any version ever published (not
   356 as a draft) by the Free Software Foundation.
  1079 as a draft) by the Free Software Foundation.  If the Document
       
  1080 specifies that a proxy can decide which future versions of this
       
  1081 License can be used, that proxy's public statement of acceptance of a
       
  1082 version permanently authorizes you to choose that version for the
       
  1083 Document.
       
  1084 
       
  1085 11. RELICENSING
       
  1086 
       
  1087 "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
       
  1088 World Wide Web server that publishes copyrightable works and also
       
  1089 provides prominent facilities for anybody to edit those works.  A
       
  1090 public wiki that anybody can edit is an example of such a server.  A
       
  1091 "Massive Multiauthor Collaboration" (or "MMC") contained in the site
       
  1092 means any set of copyrightable works thus published on the MMC site.
       
  1093 
       
  1094 "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 
       
  1095 license published by Creative Commons Corporation, a not-for-profit 
       
  1096 corporation with a principal place of business in San Francisco, 
       
  1097 California, as well as future copyleft versions of that license 
       
  1098 published by that same organization.
       
  1099 
       
  1100 "Incorporate" means to publish or republish a Document, in whole or in 
       
  1101 part, as part of another Document.
       
  1102 
       
  1103 An MMC is "eligible for relicensing" if it is licensed under this 
       
  1104 License, and if all works that were first published under this License 
       
  1105 somewhere other than this MMC, and subsequently incorporated in whole or 
       
  1106 in part into the MMC, (1) had no cover texts or invariant sections, and 
       
  1107 (2) were thus incorporated prior to November 1, 2008.
       
  1108 
       
  1109 The operator of an MMC Site may republish an MMC contained in the site
       
  1110 under CC-BY-SA on the same site at any time before August 1, 2009,
       
  1111 provided the MMC is eligible for relicensing.
   357 
  1112 
   358 
  1113 
   359 ADDENDUM: How to use this License for your documents
  1114 ADDENDUM: How to use this License for your documents
   360 
  1115 
   361 To use this License in a document you have written, include a copy of
  1116 To use this License in a document you have written, include a copy of
   362 the License in the document and put the following copyright and
  1117 the License in the document and put the following copyright and
   363 license notices just after the title page:
  1118 license notices just after the title page:
   364 
  1119 
   365       Copyright (c)  YEAR  YOUR NAME.
  1120     Copyright (c)  YEAR  YOUR NAME.
   366       Permission is granted to copy, distribute and/or modify this document
  1121     Permission is granted to copy, distribute and/or modify this document
   367       under the terms of the GNU Free Documentation License, Version 1.1
  1122     under the terms of the GNU Free Documentation License, Version 1.3
   368       or any later version published by the Free Software Foundation;
  1123     or any later version published by the Free Software Foundation;
   369       with the Invariant Sections being LIST THEIR TITLES, with the
  1124     with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
   370       Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
  1125     A copy of the license is included in the section entitled "GNU
   371       A copy of the license is included in the section entitled "GNU
  1126     Free Documentation License".
   372       Free Documentation License".
  1127 
   373 
  1128 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
   374 If you have no Invariant Sections, write "with no Invariant Sections"
  1129 replace the "with...Texts." line with this:
   375 instead of saying which ones are invariant.  If you have no
  1130 
   376 Front-Cover Texts, write "no Front-Cover Texts" instead of
  1131     with the Invariant Sections being LIST THEIR TITLES, with the
   377 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
  1132     Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
       
  1133 
       
  1134 If you have Invariant Sections without Cover Texts, or some other
       
  1135 combination of the three, merge those two alternatives to suit the
       
  1136 situation.
   378 
  1137 
   379 If your document contains nontrivial examples of program code, we
  1138 If your document contains nontrivial examples of program code, we
   380 recommend releasing these examples in parallel under your choice of
  1139 recommend releasing these examples in parallel under your choice of
   381 free software license, such as the GNU General Public License,
  1140 free software license, such as the GNU General Public License,
   382 to permit their use in free software.
  1141 to permit their use in free software.