Home | History | Annotate | Download | only in JSON
      1 JSON.pm is licensed under the same terms as Perl itself,
      2 namely GPL v1+/Artistic License.
      3 Included below are exact text of JSON.pm and Perl licenses,
      4 together with full texts of GPL v1, GPL v3 (latest version), and
      5 Artistic License.
      6 
      7 
      8 JSON.pm:
      9 http://search.cpan.org/~makamaka/JSON-2.58/lib/JSON.pm#COPYRIGHT_AND_LICENSE
     10 COPYRIGHT AND LICENSE
     11 
     12 Copyright 2005-2013 by Makamaka Hannyaharamitu
     13 
     14 This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
     15 
     16 
     17 Perl:
     18 http://dev.perl.org/licenses/
     19 
     20 Perl5 is Copyright (C) 1993-2005, by Larry Wall and others.
     21 
     22 It is free software; you can redistribute it and/or modify it under the terms of either:
     23 
     24 a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or
     25 
     26 b) the "Artistic License".
     27 
     28 
     29 GPL v1
     30 http://www.gnu.org/licenses/gpl-1.0.txt
     31 
     32                     GNU GENERAL PUBLIC LICENSE
     33                      Version 1, February 1989
     34 
     35  Copyright (C) 1989 Free Software Foundation, Inc.
     36                     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     37 
     38  Everyone is permitted to copy and distribute verbatim copies
     39  of this license document, but changing it is not allowed.
     40 
     41                             Preamble
     42 
     43   The license agreements of most software companies try to keep users
     44 at the mercy of those companies.  By contrast, our General Public
     45 License is intended to guarantee your freedom to share and change free
     46 software--to make sure the software is free for all its users.  The
     47 General Public License applies to the Free Software Foundation's
     48 software and to any other program whose authors commit to using it.
     49 You can use it for your programs, too.
     50 
     51   When we speak of free software, we are referring to freedom, not
     52 price.  Specifically, the General Public License is designed to make
     53 sure that you have the freedom to give away or sell copies of free
     54 software, that you receive source code or can get it if you want it,
     55 that you can change the software or use pieces of it in new free
     56 programs; and that you know you can do these things.
     57 
     58   To protect your rights, we need to make restrictions that forbid
     59 anyone to deny you these rights or to ask you to surrender the rights.
     60 These restrictions translate to certain responsibilities for you if you
     61 distribute copies of the software, or if you modify it.
     62 
     63   For example, if you distribute copies of a such a program, whether
     64 gratis or for a fee, you must give the recipients all the rights that
     65 you have.  You must make sure that they, too, receive or can get the
     66 source code.  And you must tell them their rights.
     67 
     68   We protect your rights with two steps: (1) copyright the software, and
     69 (2) offer you this license which gives you legal permission to copy,
     70 distribute and/or modify the software.
     71 
     72   Also, for each author's protection and ours, we want to make certain
     73 that everyone understands that there is no warranty for this free
     74 software.  If the software is modified by someone else and passed on, we
     75 want its recipients to know that what they have is not the original, so
     76 that any problems introduced by others will not reflect on the original
     77 authors' reputations.
     78 
     79   The precise terms and conditions for copying, distribution and
     80 modification follow.
     81 
     83                     GNU GENERAL PUBLIC LICENSE
     84    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     85 
     86   0. This License Agreement applies to any program or other work which
     87 contains a notice placed by the copyright holder saying it may be
     88 distributed under the terms of this General Public License.  The
     89 "Program", below, refers to any such program or work, and a "work based
     90 on the Program" means either the Program or any work containing the
     91 Program or a portion of it, either verbatim or with modifications.  Each
     92 licensee is addressed as "you".
     93 
     94   1. You may copy and distribute verbatim copies of the Program's source
     95 code as you receive it, in any medium, provided that you conspicuously and
     96 appropriately publish on each copy an appropriate copyright notice and
     97 disclaimer of warranty; keep intact all the notices that refer to this
     98 General Public License and to the absence of any warranty; and give any
     99 other recipients of the Program a copy of this General Public License
    100 along with the Program.  You may charge a fee for the physical act of
    101 transferring a copy.
    102 
    103   2. You may modify your copy or copies of the Program or any portion of
    104 it, and copy and distribute such modifications under the terms of Paragraph
    105 1 above, provided that you also do the following:
    106 
    107     a) cause the modified files to carry prominent notices stating that
    108     you changed the files and the date of any change; and
    109 
    110     b) cause the whole of any work that you distribute or publish, that
    111     in whole or in part contains the Program or any part thereof, either
    112     with or without modifications, to be licensed at no charge to all
    113     third parties under the terms of this General Public License (except
    114     that you may choose to grant warranty protection to some or all
    115     third parties, at your option).
    116 
    117     c) If the modified program normally reads commands interactively when
    118     run, you must cause it, when started running for such interactive use
    119     in the simplest and most usual way, to print or display an
    120     announcement including an appropriate copyright notice and a notice
    121     that there is no warranty (or else, saying that you provide a
    122     warranty) and that users may redistribute the program under these
    123     conditions, and telling the user how to view a copy of this General
    124     Public License.
    125 
    126     d) You may charge a fee for the physical act of transferring a
    127     copy, and you may at your option offer warranty protection in
    128     exchange for a fee.
    129 
    130 Mere aggregation of another independent work with the Program (or its
    131 derivative) on a volume of a storage or distribution medium does not bring
    132 the other work under the scope of these terms.
    133 
    135   3. You may copy and distribute the Program (or a portion or derivative of
    136 it, under Paragraph 2) in object code or executable form under the terms of
    137 Paragraphs 1 and 2 above provided that you also do one of the following:
    138 
    139     a) accompany it with the complete corresponding machine-readable
    140     source code, which must be distributed under the terms of
    141     Paragraphs 1 and 2 above; or,
    142 
    143     b) accompany it with a written offer, valid for at least three
    144     years, to give any third party free (except for a nominal charge
    145     for the cost of distribution) a complete machine-readable copy of the
    146     corresponding source code, to be distributed under the terms of
    147     Paragraphs 1 and 2 above; or,
    148 
    149     c) accompany it with the information you received as to where the
    150     corresponding source code may be obtained.  (This alternative is
    151     allowed only for noncommercial distribution and only if you
    152     received the program in object code or executable form alone.)
    153 
    154 Source code for a work means the preferred form of the work for making
    155 modifications to it.  For an executable file, complete source code means
    156 all the source code for all modules it contains; but, as a special
    157 exception, it need not include source code for modules which are standard
    158 libraries that accompany the operating system on which the executable
    159 file runs, or for standard header files or definitions files that
    160 accompany that operating system.
    161 
    162   4. You may not copy, modify, sublicense, distribute or transfer the
    163 Program except as expressly provided under this General Public License.
    164 Any attempt otherwise to copy, modify, sublicense, distribute or transfer
    165 the Program is void, and will automatically terminate your rights to use
    166 the Program under this License.  However, parties who have received
    167 copies, or rights to use copies, from you under this General Public
    168 License will not have their licenses terminated so long as such parties
    169 remain in full compliance.
    170 
    171   5. By copying, distributing or modifying the Program (or any work based
    172 on the Program) you indicate your acceptance of this license to do so,
    173 and all its terms and conditions.
    174 
    175   6. Each time you redistribute the Program (or any work based on the
    176 Program), the recipient automatically receives a license from the original
    177 licensor to copy, distribute or modify the Program subject to these
    178 terms and conditions.  You may not impose any further restrictions on the
    179 recipients' exercise of the rights granted herein.
    180 
    182   7. The Free Software Foundation may publish revised and/or new versions
    183 of the General Public License from time to time.  Such new versions will
    184 be similar in spirit to the present version, but may differ in detail to
    185 address new problems or concerns.
    186 
    187 Each version is given a distinguishing version number.  If the Program
    188 specifies a version number of the license which applies to it and "any
    189 later version", you have the option of following the terms and conditions
    190 either of that version or of any later version published by the Free
    191 Software Foundation.  If the Program does not specify a version number of
    192 the license, you may choose any version ever published by the Free Software
    193 Foundation.
    194 
    195   8. If you wish to incorporate parts of the Program into other free
    196 programs whose distribution conditions are different, write to the author
    197 to ask for permission.  For software which is copyrighted by the Free
    198 Software Foundation, write to the Free Software Foundation; we sometimes
    199 make exceptions for this.  Our decision will be guided by the two goals
    200 of preserving the free status of all derivatives of our free software and
    201 of promoting the sharing and reuse of software generally.
    202 
    203                             NO WARRANTY
    204 
    205   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
    206 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
    207 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
    208 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
    209 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    210 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
    211 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
    212 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
    213 REPAIR OR CORRECTION.
    214 
    215   10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
    216 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
    217 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
    218 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
    219 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
    220 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
    221 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
    222 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
    223 POSSIBILITY OF SUCH DAMAGES.
    224 
    225                      END OF TERMS AND CONDITIONS
    226 
    228         Appendix: How to Apply These Terms to Your New Programs
    229 
    230   If you develop a new program, and you want it to be of the greatest
    231 possible use to humanity, the best way to achieve this is to make it
    232 free software which everyone can redistribute and change under these
    233 terms.
    234 
    235   To do so, attach the following notices to the program.  It is safest to
    236 attach them to the start of each source file to most effectively convey
    237 the exclusion of warranty; and each file should have at least the
    238 "copyright" line and a pointer to where the full notice is found.
    239 
    240     <one line to give the program's name and a brief idea of what it does.>
    241     Copyright (C) 19yy  <name of author>
    242 
    243     This program is free software; you can redistribute it and/or modify
    244     it under the terms of the GNU General Public License as published by
    245     the Free Software Foundation; either version 1, or (at your option)
    246     any later version.
    247 
    248     This program is distributed in the hope that it will be useful,
    249     but WITHOUT ANY WARRANTY; without even the implied warranty of
    250     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    251     GNU General Public License for more details.
    252 
    253     You should have received a copy of the GNU General Public License
    254     along with this program; if not, write to the Free Software
    255     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
    256 
    257 
    258 Also add information on how to contact you by electronic and paper mail.
    259 
    260 If the program is interactive, make it output a short notice like this
    261 when it starts in an interactive mode:
    262 
    263     Gnomovision version 69, Copyright (C) 19xx name of author
    264     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    265     This is free software, and you are welcome to redistribute it
    266     under certain conditions; type `show c' for details.
    267 
    268 The hypothetical commands `show w' and `show c' should show the
    269 appropriate parts of the General Public License.  Of course, the
    270 commands you use may be called something other than `show w' and `show
    271 c'; they could even be mouse-clicks or menu items--whatever suits your
    272 program.
    273 
    274 You should also get your employer (if you work as a programmer) or your
    275 school, if any, to sign a "copyright disclaimer" for the program, if
    276 necessary.  Here a sample; alter the names:
    277 
    278   Yoyodyne, Inc., hereby disclaims all copyright interest in the
    279   program `Gnomovision' (a program to direct compilers to make passes
    280   at assemblers) written by James Hacker.
    281 
    282   <signature of Ty Coon>, 1 April 1989
    283   Ty Coon, President of Vice
    284 
    285 That's all there is to it!
    286 
    287 
    288 GPL v3
    289 http://www.gnu.org/licenses/gpl-3.0.txt
    290 
    291                     GNU GENERAL PUBLIC LICENSE
    292                        Version 3, 29 June 2007
    293 
    294  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
    295  Everyone is permitted to copy and distribute verbatim copies
    296  of this license document, but changing it is not allowed.
    297 
    298                             Preamble
    299 
    300   The GNU General Public License is a free, copyleft license for
    301 software and other kinds of works.
    302 
    303   The licenses for most software and other practical works are designed
    304 to take away your freedom to share and change the works.  By contrast,
    305 the GNU General Public License is intended to guarantee your freedom to
    306 share and change all versions of a program--to make sure it remains free
    307 software for all its users.  We, the Free Software Foundation, use the
    308 GNU General Public License for most of our software; it applies also to
    309 any other work released this way by its authors.  You can apply it to
    310 your programs, too.
    311 
    312   When we speak of free software, we are referring to freedom, not
    313 price.  Our General Public Licenses are designed to make sure that you
    314 have the freedom to distribute copies of free software (and charge for
    315 them if you wish), that you receive source code or can get it if you
    316 want it, that you can change the software or use pieces of it in new
    317 free programs, and that you know you can do these things.
    318 
    319   To protect your rights, we need to prevent others from denying you
    320 these rights or asking you to surrender the rights.  Therefore, you have
    321 certain responsibilities if you distribute copies of the software, or if
    322 you modify it: responsibilities to respect the freedom of others.
    323 
    324   For example, if you distribute copies of such a program, whether
    325 gratis or for a fee, you must pass on to the recipients the same
    326 freedoms that you received.  You must make sure that they, too, receive
    327 or can get the source code.  And you must show them these terms so they
    328 know their rights.
    329 
    330   Developers that use the GNU GPL protect your rights with two steps:
    331 (1) assert copyright on the software, and (2) offer you this License
    332 giving you legal permission to copy, distribute and/or modify it.
    333 
    334   For the developers' and authors' protection, the GPL clearly explains
    335 that there is no warranty for this free software.  For both users' and
    336 authors' sake, the GPL requires that modified versions be marked as
    337 changed, so that their problems will not be attributed erroneously to
    338 authors of previous versions.
    339 
    340   Some devices are designed to deny users access to install or run
    341 modified versions of the software inside them, although the manufacturer
    342 can do so.  This is fundamentally incompatible with the aim of
    343 protecting users' freedom to change the software.  The systematic
    344 pattern of such abuse occurs in the area of products for individuals to
    345 use, which is precisely where it is most unacceptable.  Therefore, we
    346 have designed this version of the GPL to prohibit the practice for those
    347 products.  If such problems arise substantially in other domains, we
    348 stand ready to extend this provision to those domains in future versions
    349 of the GPL, as needed to protect the freedom of users.
    350 
    351   Finally, every program is threatened constantly by software patents.
    352 States should not allow patents to restrict development and use of
    353 software on general-purpose computers, but in those that do, we wish to
    354 avoid the special danger that patents applied to a free program could
    355 make it effectively proprietary.  To prevent this, the GPL assures that
    356 patents cannot be used to render the program non-free.
    357 
    358   The precise terms and conditions for copying, distribution and
    359 modification follow.
    360 
    361                        TERMS AND CONDITIONS
    362 
    363   0. Definitions.
    364 
    365   "This License" refers to version 3 of the GNU General Public License.
    366 
    367   "Copyright" also means copyright-like laws that apply to other kinds of
    368 works, such as semiconductor masks.
    369 
    370   "The Program" refers to any copyrightable work licensed under this
    371 License.  Each licensee is addressed as "you".  "Licensees" and
    372 "recipients" may be individuals or organizations.
    373 
    374   To "modify" a work means to copy from or adapt all or part of the work
    375 in a fashion requiring copyright permission, other than the making of an
    376 exact copy.  The resulting work is called a "modified version" of the
    377 earlier work or a work "based on" the earlier work.
    378 
    379   A "covered work" means either the unmodified Program or a work based
    380 on the Program.
    381 
    382   To "propagate" a work means to do anything with it that, without
    383 permission, would make you directly or secondarily liable for
    384 infringement under applicable copyright law, except executing it on a
    385 computer or modifying a private copy.  Propagation includes copying,
    386 distribution (with or without modification), making available to the
    387 public, and in some countries other activities as well.
    388 
    389   To "convey" a work means any kind of propagation that enables other
    390 parties to make or receive copies.  Mere interaction with a user through
    391 a computer network, with no transfer of a copy, is not conveying.
    392 
    393   An interactive user interface displays "Appropriate Legal Notices"
    394 to the extent that it includes a convenient and prominently visible
    395 feature that (1) displays an appropriate copyright notice, and (2)
    396 tells the user that there is no warranty for the work (except to the
    397 extent that warranties are provided), that licensees may convey the
    398 work under this License, and how to view a copy of this License.  If
    399 the interface presents a list of user commands or options, such as a
    400 menu, a prominent item in the list meets this criterion.
    401 
    402   1. Source Code.
    403 
    404   The "source code" for a work means the preferred form of the work
    405 for making modifications to it.  "Object code" means any non-source
    406 form of a work.
    407 
    408   A "Standard Interface" means an interface that either is an official
    409 standard defined by a recognized standards body, or, in the case of
    410 interfaces specified for a particular programming language, one that
    411 is widely used among developers working in that language.
    412 
    413   The "System Libraries" of an executable work include anything, other
    414 than the work as a whole, that (a) is included in the normal form of
    415 packaging a Major Component, but which is not part of that Major
    416 Component, and (b) serves only to enable use of the work with that
    417 Major Component, or to implement a Standard Interface for which an
    418 implementation is available to the public in source code form.  A
    419 "Major Component", in this context, means a major essential component
    420 (kernel, window system, and so on) of the specific operating system
    421 (if any) on which the executable work runs, or a compiler used to
    422 produce the work, or an object code interpreter used to run it.
    423 
    424   The "Corresponding Source" for a work in object code form means all
    425 the source code needed to generate, install, and (for an executable
    426 work) run the object code and to modify the work, including scripts to
    427 control those activities.  However, it does not include the work's
    428 System Libraries, or general-purpose tools or generally available free
    429 programs which are used unmodified in performing those activities but
    430 which are not part of the work.  For example, Corresponding Source
    431 includes interface definition files associated with source files for
    432 the work, and the source code for shared libraries and dynamically
    433 linked subprograms that the work is specifically designed to require,
    434 such as by intimate data communication or control flow between those
    435 subprograms and other parts of the work.
    436 
    437   The Corresponding Source need not include anything that users
    438 can regenerate automatically from other parts of the Corresponding
    439 Source.
    440 
    441   The Corresponding Source for a work in source code form is that
    442 same work.
    443 
    444   2. Basic Permissions.
    445 
    446   All rights granted under this License are granted for the term of
    447 copyright on the Program, and are irrevocable provided the stated
    448 conditions are met.  This License explicitly affirms your unlimited
    449 permission to run the unmodified Program.  The output from running a
    450 covered work is covered by this License only if the output, given its
    451 content, constitutes a covered work.  This License acknowledges your
    452 rights of fair use or other equivalent, as provided by copyright law.
    453 
    454   You may make, run and propagate covered works that you do not
    455 convey, without conditions so long as your license otherwise remains
    456 in force.  You may convey covered works to others for the sole purpose
    457 of having them make modifications exclusively for you, or provide you
    458 with facilities for running those works, provided that you comply with
    459 the terms of this License in conveying all material for which you do
    460 not control copyright.  Those thus making or running the covered works
    461 for you must do so exclusively on your behalf, under your direction
    462 and control, on terms that prohibit them from making any copies of
    463 your copyrighted material outside their relationship with you.
    464 
    465   Conveying under any other circumstances is permitted solely under
    466 the conditions stated below.  Sublicensing is not allowed; section 10
    467 makes it unnecessary.
    468 
    469   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
    470 
    471   No covered work shall be deemed part of an effective technological
    472 measure under any applicable law fulfilling obligations under article
    473 11 of the WIPO copyright treaty adopted on 20 December 1996, or
    474 similar laws prohibiting or restricting circumvention of such
    475 measures.
    476 
    477   When you convey a covered work, you waive any legal power to forbid
    478 circumvention of technological measures to the extent such circumvention
    479 is effected by exercising rights under this License with respect to
    480 the covered work, and you disclaim any intention to limit operation or
    481 modification of the work as a means of enforcing, against the work's
    482 users, your or third parties' legal rights to forbid circumvention of
    483 technological measures.
    484 
    485   4. Conveying Verbatim Copies.
    486 
    487   You may convey verbatim copies of the Program's source code as you
    488 receive it, in any medium, provided that you conspicuously and
    489 appropriately publish on each copy an appropriate copyright notice;
    490 keep intact all notices stating that this License and any
    491 non-permissive terms added in accord with section 7 apply to the code;
    492 keep intact all notices of the absence of any warranty; and give all
    493 recipients a copy of this License along with the Program.
    494 
    495   You may charge any price or no price for each copy that you convey,
    496 and you may offer support or warranty protection for a fee.
    497 
    498   5. Conveying Modified Source Versions.
    499 
    500   You may convey a work based on the Program, or the modifications to
    501 produce it from the Program, in the form of source code under the
    502 terms of section 4, provided that you also meet all of these conditions:
    503 
    504     a) The work must carry prominent notices stating that you modified
    505     it, and giving a relevant date.
    506 
    507     b) The work must carry prominent notices stating that it is
    508     released under this License and any conditions added under section
    509     7.  This requirement modifies the requirement in section 4 to
    510     "keep intact all notices".
    511 
    512     c) You must license the entire work, as a whole, under this
    513     License to anyone who comes into possession of a copy.  This
    514     License will therefore apply, along with any applicable section 7
    515     additional terms, to the whole of the work, and all its parts,
    516     regardless of how they are packaged.  This License gives no
    517     permission to license the work in any other way, but it does not
    518     invalidate such permission if you have separately received it.
    519 
    520     d) If the work has interactive user interfaces, each must display
    521     Appropriate Legal Notices; however, if the Program has interactive
    522     interfaces that do not display Appropriate Legal Notices, your
    523     work need not make them do so.
    524 
    525   A compilation of a covered work with other separate and independent
    526 works, which are not by their nature extensions of the covered work,
    527 and which are not combined with it such as to form a larger program,
    528 in or on a volume of a storage or distribution medium, is called an
    529 "aggregate" if the compilation and its resulting copyright are not
    530 used to limit the access or legal rights of the compilation's users
    531 beyond what the individual works permit.  Inclusion of a covered work
    532 in an aggregate does not cause this License to apply to the other
    533 parts of the aggregate.
    534 
    535   6. Conveying Non-Source Forms.
    536 
    537   You may convey a covered work in object code form under the terms
    538 of sections 4 and 5, provided that you also convey the
    539 machine-readable Corresponding Source under the terms of this License,
    540 in one of these ways:
    541 
    542     a) Convey the object code in, or embodied in, a physical product
    543     (including a physical distribution medium), accompanied by the
    544     Corresponding Source fixed on a durable physical medium
    545     customarily used for software interchange.
    546 
    547     b) Convey the object code in, or embodied in, a physical product
    548     (including a physical distribution medium), accompanied by a
    549     written offer, valid for at least three years and valid for as
    550     long as you offer spare parts or customer support for that product
    551     model, to give anyone who possesses the object code either (1) a
    552     copy of the Corresponding Source for all the software in the
    553     product that is covered by this License, on a durable physical
    554     medium customarily used for software interchange, for a price no
    555     more than your reasonable cost of physically performing this
    556     conveying of source, or (2) access to copy the
    557     Corresponding Source from a network server at no charge.
    558 
    559     c) Convey individual copies of the object code with a copy of the
    560     written offer to provide the Corresponding Source.  This
    561     alternative is allowed only occasionally and noncommercially, and
    562     only if you received the object code with such an offer, in accord
    563     with subsection 6b.
    564 
    565     d) Convey the object code by offering access from a designated
    566     place (gratis or for a charge), and offer equivalent access to the
    567     Corresponding Source in the same way through the same place at no
    568     further charge.  You need not require recipients to copy the
    569     Corresponding Source along with the object code.  If the place to
    570     copy the object code is a network server, the Corresponding Source
    571     may be on a different server (operated by you or a third party)
    572     that supports equivalent copying facilities, provided you maintain
    573     clear directions next to the object code saying where to find the
    574     Corresponding Source.  Regardless of what server hosts the
    575     Corresponding Source, you remain obligated to ensure that it is
    576     available for as long as needed to satisfy these requirements.
    577 
    578     e) Convey the object code using peer-to-peer transmission, provided
    579     you inform other peers where the object code and Corresponding
    580     Source of the work are being offered to the general public at no
    581     charge under subsection 6d.
    582 
    583   A separable portion of the object code, whose source code is excluded
    584 from the Corresponding Source as a System Library, need not be
    585 included in conveying the object code work.
    586 
    587   A "User Product" is either (1) a "consumer product", which means any
    588 tangible personal property which is normally used for personal, family,
    589 or household purposes, or (2) anything designed or sold for incorporation
    590 into a dwelling.  In determining whether a product is a consumer product,
    591 doubtful cases shall be resolved in favor of coverage.  For a particular
    592 product received by a particular user, "normally used" refers to a
    593 typical or common use of that class of product, regardless of the status
    594 of the particular user or of the way in which the particular user
    595 actually uses, or expects or is expected to use, the product.  A product
    596 is a consumer product regardless of whether the product has substantial
    597 commercial, industrial or non-consumer uses, unless such uses represent
    598 the only significant mode of use of the product.
    599 
    600   "Installation Information" for a User Product means any methods,
    601 procedures, authorization keys, or other information required to install
    602 and execute modified versions of a covered work in that User Product from
    603 a modified version of its Corresponding Source.  The information must
    604 suffice to ensure that the continued functioning of the modified object
    605 code is in no case prevented or interfered with solely because
    606 modification has been made.
    607 
    608   If you convey an object code work under this section in, or with, or
    609 specifically for use in, a User Product, and the conveying occurs as
    610 part of a transaction in which the right of possession and use of the
    611 User Product is transferred to the recipient in perpetuity or for a
    612 fixed term (regardless of how the transaction is characterized), the
    613 Corresponding Source conveyed under this section must be accompanied
    614 by the Installation Information.  But this requirement does not apply
    615 if neither you nor any third party retains the ability to install
    616 modified object code on the User Product (for example, the work has
    617 been installed in ROM).
    618 
    619   The requirement to provide Installation Information does not include a
    620 requirement to continue to provide support service, warranty, or updates
    621 for a work that has been modified or installed by the recipient, or for
    622 the User Product in which it has been modified or installed.  Access to a
    623 network may be denied when the modification itself materially and
    624 adversely affects the operation of the network or violates the rules and
    625 protocols for communication across the network.
    626 
    627   Corresponding Source conveyed, and Installation Information provided,
    628 in accord with this section must be in a format that is publicly
    629 documented (and with an implementation available to the public in
    630 source code form), and must require no special password or key for
    631 unpacking, reading or copying.
    632 
    633   7. Additional Terms.
    634 
    635   "Additional permissions" are terms that supplement the terms of this
    636 License by making exceptions from one or more of its conditions.
    637 Additional permissions that are applicable to the entire Program shall
    638 be treated as though they were included in this License, to the extent
    639 that they are valid under applicable law.  If additional permissions
    640 apply only to part of the Program, that part may be used separately
    641 under those permissions, but the entire Program remains governed by
    642 this License without regard to the additional permissions.
    643 
    644   When you convey a copy of a covered work, you may at your option
    645 remove any additional permissions from that copy, or from any part of
    646 it.  (Additional permissions may be written to require their own
    647 removal in certain cases when you modify the work.)  You may place
    648 additional permissions on material, added by you to a covered work,
    649 for which you have or can give appropriate copyright permission.
    650 
    651   Notwithstanding any other provision of this License, for material you
    652 add to a covered work, you may (if authorized by the copyright holders of
    653 that material) supplement the terms of this License with terms:
    654 
    655     a) Disclaiming warranty or limiting liability differently from the
    656     terms of sections 15 and 16 of this License; or
    657 
    658     b) Requiring preservation of specified reasonable legal notices or
    659     author attributions in that material or in the Appropriate Legal
    660     Notices displayed by works containing it; or
    661 
    662     c) Prohibiting misrepresentation of the origin of that material, or
    663     requiring that modified versions of such material be marked in
    664     reasonable ways as different from the original version; or
    665 
    666     d) Limiting the use for publicity purposes of names of licensors or
    667     authors of the material; or
    668 
    669     e) Declining to grant rights under trademark law for use of some
    670     trade names, trademarks, or service marks; or
    671 
    672     f) Requiring indemnification of licensors and authors of that
    673     material by anyone who conveys the material (or modified versions of
    674     it) with contractual assumptions of liability to the recipient, for
    675     any liability that these contractual assumptions directly impose on
    676     those licensors and authors.
    677 
    678   All other non-permissive additional terms are considered "further
    679 restrictions" within the meaning of section 10.  If the Program as you
    680 received it, or any part of it, contains a notice stating that it is
    681 governed by this License along with a term that is a further
    682 restriction, you may remove that term.  If a license document contains
    683 a further restriction but permits relicensing or conveying under this
    684 License, you may add to a covered work material governed by the terms
    685 of that license document, provided that the further restriction does
    686 not survive such relicensing or conveying.
    687 
    688   If you add terms to a covered work in accord with this section, you
    689 must place, in the relevant source files, a statement of the
    690 additional terms that apply to those files, or a notice indicating
    691 where to find the applicable terms.
    692 
    693   Additional terms, permissive or non-permissive, may be stated in the
    694 form of a separately written license, or stated as exceptions;
    695 the above requirements apply either way.
    696 
    697   8. Termination.
    698 
    699   You may not propagate or modify a covered work except as expressly
    700 provided under this License.  Any attempt otherwise to propagate or
    701 modify it is void, and will automatically terminate your rights under
    702 this License (including any patent licenses granted under the third
    703 paragraph of section 11).
    704 
    705   However, if you cease all violation of this License, then your
    706 license from a particular copyright holder is reinstated (a)
    707 provisionally, unless and until the copyright holder explicitly and
    708 finally terminates your license, and (b) permanently, if the copyright
    709 holder fails to notify you of the violation by some reasonable means
    710 prior to 60 days after the cessation.
    711 
    712   Moreover, your license from a particular copyright holder is
    713 reinstated permanently if the copyright holder notifies you of the
    714 violation by some reasonable means, this is the first time you have
    715 received notice of violation of this License (for any work) from that
    716 copyright holder, and you cure the violation prior to 30 days after
    717 your receipt of the notice.
    718 
    719   Termination of your rights under this section does not terminate the
    720 licenses of parties who have received copies or rights from you under
    721 this License.  If your rights have been terminated and not permanently
    722 reinstated, you do not qualify to receive new licenses for the same
    723 material under section 10.
    724 
    725   9. Acceptance Not Required for Having Copies.
    726 
    727   You are not required to accept this License in order to receive or
    728 run a copy of the Program.  Ancillary propagation of a covered work
    729 occurring solely as a consequence of using peer-to-peer transmission
    730 to receive a copy likewise does not require acceptance.  However,
    731 nothing other than this License grants you permission to propagate or
    732 modify any covered work.  These actions infringe copyright if you do
    733 not accept this License.  Therefore, by modifying or propagating a
    734 covered work, you indicate your acceptance of this License to do so.
    735 
    736   10. Automatic Licensing of Downstream Recipients.
    737 
    738   Each time you convey a covered work, the recipient automatically
    739 receives a license from the original licensors, to run, modify and
    740 propagate that work, subject to this License.  You are not responsible
    741 for enforcing compliance by third parties with this License.
    742 
    743   An "entity transaction" is a transaction transferring control of an
    744 organization, or substantially all assets of one, or subdividing an
    745 organization, or merging organizations.  If propagation of a covered
    746 work results from an entity transaction, each party to that
    747 transaction who receives a copy of the work also receives whatever
    748 licenses to the work the party's predecessor in interest had or could
    749 give under the previous paragraph, plus a right to possession of the
    750 Corresponding Source of the work from the predecessor in interest, if
    751 the predecessor has it or can get it with reasonable efforts.
    752 
    753   You may not impose any further restrictions on the exercise of the
    754 rights granted or affirmed under this License.  For example, you may
    755 not impose a license fee, royalty, or other charge for exercise of
    756 rights granted under this License, and you may not initiate litigation
    757 (including a cross-claim or counterclaim in a lawsuit) alleging that
    758 any patent claim is infringed by making, using, selling, offering for
    759 sale, or importing the Program or any portion of it.
    760 
    761   11. Patents.
    762 
    763   A "contributor" is a copyright holder who authorizes use under this
    764 License of the Program or a work on which the Program is based.  The
    765 work thus licensed is called the contributor's "contributor version".
    766 
    767   A contributor's "essential patent claims" are all patent claims
    768 owned or controlled by the contributor, whether already acquired or
    769 hereafter acquired, that would be infringed by some manner, permitted
    770 by this License, of making, using, or selling its contributor version,
    771 but do not include claims that would be infringed only as a
    772 consequence of further modification of the contributor version.  For
    773 purposes of this definition, "control" includes the right to grant
    774 patent sublicenses in a manner consistent with the requirements of
    775 this License.
    776 
    777   Each contributor grants you a non-exclusive, worldwide, royalty-free
    778 patent license under the contributor's essential patent claims, to
    779 make, use, sell, offer for sale, import and otherwise run, modify and
    780 propagate the contents of its contributor version.
    781 
    782   In the following three paragraphs, a "patent license" is any express
    783 agreement or commitment, however denominated, not to enforce a patent
    784 (such as an express permission to practice a patent or covenant not to
    785 sue for patent infringement).  To "grant" such a patent license to a
    786 party means to make such an agreement or commitment not to enforce a
    787 patent against the party.
    788 
    789   If you convey a covered work, knowingly relying on a patent license,
    790 and the Corresponding Source of the work is not available for anyone
    791 to copy, free of charge and under the terms of this License, through a
    792 publicly available network server or other readily accessible means,
    793 then you must either (1) cause the Corresponding Source to be so
    794 available, or (2) arrange to deprive yourself of the benefit of the
    795 patent license for this particular work, or (3) arrange, in a manner
    796 consistent with the requirements of this License, to extend the patent
    797 license to downstream recipients.  "Knowingly relying" means you have
    798 actual knowledge that, but for the patent license, your conveying the
    799 covered work in a country, or your recipient's use of the covered work
    800 in a country, would infringe one or more identifiable patents in that
    801 country that you have reason to believe are valid.
    802 
    803   If, pursuant to or in connection with a single transaction or
    804 arrangement, you convey, or propagate by procuring conveyance of, a
    805 covered work, and grant a patent license to some of the parties
    806 receiving the covered work authorizing them to use, propagate, modify
    807 or convey a specific copy of the covered work, then the patent license
    808 you grant is automatically extended to all recipients of the covered
    809 work and works based on it.
    810 
    811   A patent license is "discriminatory" if it does not include within
    812 the scope of its coverage, prohibits the exercise of, or is
    813 conditioned on the non-exercise of one or more of the rights that are
    814 specifically granted under this License.  You may not convey a covered
    815 work if you are a party to an arrangement with a third party that is
    816 in the business of distributing software, under which you make payment
    817 to the third party based on the extent of your activity of conveying
    818 the work, and under which the third party grants, to any of the
    819 parties who would receive the covered work from you, a discriminatory
    820 patent license (a) in connection with copies of the covered work
    821 conveyed by you (or copies made from those copies), or (b) primarily
    822 for and in connection with specific products or compilations that
    823 contain the covered work, unless you entered into that arrangement,
    824 or that patent license was granted, prior to 28 March 2007.
    825 
    826   Nothing in this License shall be construed as excluding or limiting
    827 any implied license or other defenses to infringement that may
    828 otherwise be available to you under applicable patent law.
    829 
    830   12. No Surrender of Others' Freedom.
    831 
    832   If conditions are imposed on you (whether by court order, agreement or
    833 otherwise) that contradict the conditions of this License, they do not
    834 excuse you from the conditions of this License.  If you cannot convey a
    835 covered work so as to satisfy simultaneously your obligations under this
    836 License and any other pertinent obligations, then as a consequence you may
    837 not convey it at all.  For example, if you agree to terms that obligate you
    838 to collect a royalty for further conveying from those to whom you convey
    839 the Program, the only way you could satisfy both those terms and this
    840 License would be to refrain entirely from conveying the Program.
    841 
    842   13. Use with the GNU Affero General Public License.
    843 
    844   Notwithstanding any other provision of this License, you have
    845 permission to link or combine any covered work with a work licensed
    846 under version 3 of the GNU Affero General Public License into a single
    847 combined work, and to convey the resulting work.  The terms of this
    848 License will continue to apply to the part which is the covered work,
    849 but the special requirements of the GNU Affero General Public License,
    850 section 13, concerning interaction through a network will apply to the
    851 combination as such.
    852 
    853   14. Revised Versions of this License.
    854 
    855   The Free Software Foundation may publish revised and/or new versions of
    856 the GNU General Public License from time to time.  Such new versions will
    857 be similar in spirit to the present version, but may differ in detail to
    858 address new problems or concerns.
    859 
    860   Each version is given a distinguishing version number.  If the
    861 Program specifies that a certain numbered version of the GNU General
    862 Public License "or any later version" applies to it, you have the
    863 option of following the terms and conditions either of that numbered
    864 version or of any later version published by the Free Software
    865 Foundation.  If the Program does not specify a version number of the
    866 GNU General Public License, you may choose any version ever published
    867 by the Free Software Foundation.
    868 
    869   If the Program specifies that a proxy can decide which future
    870 versions of the GNU General Public License can be used, that proxy's
    871 public statement of acceptance of a version permanently authorizes you
    872 to choose that version for the Program.
    873 
    874   Later license versions may give you additional or different
    875 permissions.  However, no additional obligations are imposed on any
    876 author or copyright holder as a result of your choosing to follow a
    877 later version.
    878 
    879   15. Disclaimer of Warranty.
    880 
    881   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
    882 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
    883 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
    884 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
    885 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    886 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
    887 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
    888 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
    889 
    890   16. Limitation of Liability.
    891 
    892   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
    893 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
    894 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
    895 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
    896 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
    897 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
    898 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
    899 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
    900 SUCH DAMAGES.
    901 
    902   17. Interpretation of Sections 15 and 16.
    903 
    904   If the disclaimer of warranty and limitation of liability provided
    905 above cannot be given local legal effect according to their terms,
    906 reviewing courts shall apply local law that most closely approximates
    907 an absolute waiver of all civil liability in connection with the
    908 Program, unless a warranty or assumption of liability accompanies a
    909 copy of the Program in return for a fee.
    910 
    911                      END OF TERMS AND CONDITIONS
    912 
    913             How to Apply These Terms to Your New Programs
    914 
    915   If you develop a new program, and you want it to be of the greatest
    916 possible use to the public, the best way to achieve this is to make it
    917 free software which everyone can redistribute and change under these terms.
    918 
    919   To do so, attach the following notices to the program.  It is safest
    920 to attach them to the start of each source file to most effectively
    921 state the exclusion of warranty; and each file should have at least
    922 the "copyright" line and a pointer to where the full notice is found.
    923 
    924     <one line to give the program's name and a brief idea of what it does.>
    925     Copyright (C) <year>  <name of author>
    926 
    927     This program is free software: you can redistribute it and/or modify
    928     it under the terms of the GNU General Public License as published by
    929     the Free Software Foundation, either version 3 of the License, or
    930     (at your option) any later version.
    931 
    932     This program is distributed in the hope that it will be useful,
    933     but WITHOUT ANY WARRANTY; without even the implied warranty of
    934     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    935     GNU General Public License for more details.
    936 
    937     You should have received a copy of the GNU General Public License
    938     along with this program.  If not, see <http://www.gnu.org/licenses/>.
    939 
    940 Also add information on how to contact you by electronic and paper mail.
    941 
    942   If the program does terminal interaction, make it output a short
    943 notice like this when it starts in an interactive mode:
    944 
    945     <program>  Copyright (C) <year>  <name of author>
    946     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    947     This is free software, and you are welcome to redistribute it
    948     under certain conditions; type `show c' for details.
    949 
    950 The hypothetical commands `show w' and `show c' should show the appropriate
    951 parts of the General Public License.  Of course, your program's commands
    952 might be different; for a GUI interface, you would use an "about box".
    953 
    954   You should also get your employer (if you work as a programmer) or school,
    955 if any, to sign a "copyright disclaimer" for the program, if necessary.
    956 For more information on this, and how to apply and follow the GNU GPL, see
    957 <http://www.gnu.org/licenses/>.
    958 
    959   The GNU General Public License does not permit incorporating your program
    960 into proprietary programs.  If your program is a subroutine library, you
    961 may consider it more useful to permit linking proprietary applications with
    962 the library.  If this is what you want to do, use the GNU Lesser General
    963 Public License instead of this License.  But first, please read
    964 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
    965 
    966 
    967 Artistic License
    968 http://dev.perl.org/licenses/artistic.html
    969 
    970              The "Artistic License"
    971 
    972                 Preamble
    973 
    974 The intent of this document is to state the conditions under which a
    975 Package may be copied, such that the Copyright Holder maintains some
    976 semblance of artistic control over the development of the package,
    977 while giving the users of the package the right to use and distribute
    978 the Package in a more-or-less customary fashion, plus the right to make
    979 reasonable modifications.
    980 
    981 Definitions:
    982 
    983     "Package" refers to the collection of files distributed by the
    984     Copyright Holder, and derivatives of that collection of files
    985     created through textual modification.
    986 
    987     "Standard Version" refers to such a Package if it has not been
    988     modified, or has been modified in accordance with the wishes
    989     of the Copyright Holder as specified below.
    990 
    991     "Copyright Holder" is whoever is named in the copyright or
    992     copyrights for the package.
    993 
    994     "You" is you, if you're thinking about copying or distributing
    995     this Package.
    996 
    997     "Reasonable copying fee" is whatever you can justify on the
    998     basis of media cost, duplication charges, time of people involved,
    999     and so on.  (You will not be required to justify it to the
   1000     Copyright Holder, but only to the computing community at large
   1001     as a market that must bear the fee.)
   1002 
   1003     "Freely Available" means that no fee is charged for the item
   1004     itself, though there may be fees involved in handling the item.
   1005     It also means that recipients of the item may redistribute it
   1006     under the same conditions they received it.
   1007 
   1008 1. You may make and give away verbatim copies of the source form of the
   1009 Standard Version of this Package without restriction, provided that you
   1010 duplicate all of the original copyright notices and associated disclaimers.
   1011 
   1012 2. You may apply bug fixes, portability fixes and other modifications
   1013 derived from the Public Domain or from the Copyright Holder.  A Package
   1014 modified in such a way shall still be considered the Standard Version.
   1015 
   1016 3. You may otherwise modify your copy of this Package in any way, provided
   1017 that you insert a prominent notice in each changed file stating how and
   1018 when you changed that file, and provided that you do at least ONE of the
   1019 following:
   1020 
   1021     a) place your modifications in the Public Domain or otherwise make them
   1022     Freely Available, such as by posting said modifications to Usenet or
   1023     an equivalent medium, or placing the modifications on a major archive
   1024     site such as uunet.uu.net, or by allowing the Copyright Holder to include
   1025     your modifications in the Standard Version of the Package.
   1026 
   1027     b) use the modified Package only within your corporation or organization.
   1028 
   1029     c) rename any non-standard executables so the names do not conflict
   1030     with standard executables, which must also be provided, and provide
   1031     a separate manual page for each non-standard executable that clearly
   1032     documents how it differs from the Standard Version.
   1033 
   1034     d) make other distribution arrangements with the Copyright Holder.
   1035 
   1036 4. You may distribute the programs of this Package in object code or
   1037 executable form, provided that you do at least ONE of the following:
   1038 
   1039     a) distribute a Standard Version of the executables and library files,
   1040     together with instructions (in the manual page or equivalent) on where
   1041     to get the Standard Version.
   1042 
   1043     b) accompany the distribution with the machine-readable source of
   1044     the Package with your modifications.
   1045 
   1046     c) give non-standard executables non-standard names, and clearly
   1047     document the differences in manual pages (or equivalent), together
   1048     with instructions on where to get the Standard Version.
   1049 
   1050     d) make other distribution arrangements with the Copyright Holder.
   1051 
   1052 5. You may charge a reasonable copying fee for any distribution of this
   1053 Package.  You may charge any fee you choose for support of this
   1054 Package.  You may not charge a fee for this Package itself.  However,
   1055 you may distribute this Package in aggregate with other (possibly
   1056 commercial) programs as part of a larger (possibly commercial) software
   1057 distribution provided that you do not advertise this Package as a
   1058 product of your own.  You may embed this Package's interpreter within
   1059 an executable of yours (by linking); this shall be construed as a mere
   1060 form of aggregation, provided that the complete Standard Version of the
   1061 interpreter is so embedded.
   1062 
   1063 6. The scripts and library files supplied as input to or produced as
   1064 output from the programs of this Package do not automatically fall
   1065 under the copyright of this Package, but belong to whoever generated
   1066 them, and may be sold commercially, and may be aggregated with this
   1067 Package.  If such scripts or library files are aggregated with this
   1068 Package via the so-called "undump" or "unexec" methods of producing a
   1069 binary executable image, then distribution of such an image shall
   1070 neither be construed as a distribution of this Package nor shall it
   1071 fall under the restrictions of Paragraphs 3 and 4, provided that you do
   1072 not represent such an executable image as a Standard Version of this
   1073 Package.
   1074 
   1075 7. C subroutines (or comparably compiled subroutines in other
   1076 languages) supplied by you and linked into this Package in order to
   1077 emulate subroutines and variables of the language defined by this
   1078 Package shall not be considered part of this Package, but are the
   1079 equivalent of input as in Paragraph 6, provided these subroutines do
   1080 not change the language in any way that would cause it to fail the
   1081 regression tests for the language.
   1082 
   1083 8. Aggregation of this Package with a commercial distribution is always
   1084 permitted provided that the use of this Package is embedded; that is,
   1085 when no overt attempt is made to make this Package's interfaces visible
   1086 to the end user of the commercial distribution.  Such use shall not be
   1087 construed as a distribution of this Package.
   1088 
   1089 9. The name of the Copyright Holder may not be used to endorse or promote
   1090 products derived from this software without specific prior written permission.
   1091 
   1092 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   1093 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   1094 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   1095 
   1096                 The End
   1097