components/php-common/php.license
changeset 1943 1a27f000029f
parent 1942 aaef0df2e4f3
child 1944 56ac2df1785b
equal deleted inserted replaced
1942:aaef0df2e4f3 1943:1a27f000029f
     1 /*
       
     2  * -------------------------------------------------------------------- 
       
     3  *                   The PHP License, version 3.01
       
     4  * Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
       
     5  * -------------------------------------------------------------------- 
       
     6  * 
       
     7  * Redistribution and use in source and binary forms, with or without
       
     8  * modification, is permitted provided that the following conditions
       
     9  * are met:
       
    10  * 
       
    11  *   1. Redistributions of source code must retain the above copyright
       
    12  *      notice, this list of conditions and the following disclaimer.
       
    13  *  
       
    14  *   2. Redistributions in binary form must reproduce the above copyright
       
    15  *      notice, this list of conditions and the following disclaimer in
       
    16  *      the documentation and/or other materials provided with the
       
    17  *      distribution.
       
    18  *  
       
    19  *   3. The name "PHP" must not be used to endorse or promote products
       
    20  *      derived from this software without prior written permission. For
       
    21  *      written permission, please contact [email protected].
       
    22  *   
       
    23  *   4. Products derived from this software may not be called "PHP", nor
       
    24  *      may "PHP" appear in their name, without prior written permission
       
    25  *      from [email protected].  You may indicate that your software works in
       
    26  *      conjunction with PHP by saying "Foo for PHP" instead of calling
       
    27  *      it "PHP Foo" or "phpfoo"
       
    28  *  
       
    29  *   5. The PHP Group may publish revised and/or new versions of the
       
    30  *      license from time to time. Each version will be given a
       
    31  *      distinguishing version number.
       
    32  *      Once covered code has been published under a particular version
       
    33  *      of the license, you may always continue to use it under the terms
       
    34  *      of that version. You may also choose to use such covered code
       
    35  *      under the terms of any subsequent version of the license
       
    36  *      published by the PHP Group. No one other than the PHP Group has
       
    37  *      the right to modify the terms applicable to covered code created
       
    38  *      under this License.
       
    39  * 
       
    40  *   6. Redistributions of any form whatsoever must retain the following
       
    41  *      acknowledgment:
       
    42  *      "This product includes PHP software, freely available from
       
    43  *      <http://www.php.net/software/>".
       
    44  * 
       
    45  * THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
       
    46  * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    47  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
       
    48  * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
       
    49  * DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
       
    50  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
       
    51  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
    52  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
    53  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
       
    54  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    55  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
       
    56  * OF THE POSSIBILITY OF SUCH DAMAGE.
       
    57  * 
       
    58  * -------------------------------------------------------------------- 
       
    59  * 
       
    60  * This software consists of voluntary contributions made by many
       
    61  * individuals on behalf of the PHP Group.
       
    62  * 
       
    63  * The PHP Group can be contacted via Email at [email protected].
       
    64  * 
       
    65  * For more information on the PHP Group and the PHP project, 
       
    66  * please see <http://www.php.net>.
       
    67  * 
       
    68  * PHP includes the Zend Engine, freely available at
       
    69  * <http://www.zend.com>.
       
    70  */
       
    71 
       
    72 
       
    73 
       
    74 libbcmath:
       
    75 
       
    76 /*
       
    77     Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
       
    78     Copyright (C) 2000 Philip A. Nelson
       
    79 
       
    80     This library is free software; you can redistribute it and/or
       
    81     modify it under the terms of the GNU Lesser General Public
       
    82     License as published by the Free Software Foundation; either
       
    83     version 2 of the License, or (at your option) any later version.
       
    84 
       
    85     This library is distributed in the hope that it will be useful,
       
    86     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    87     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    88     Lesser General Public License for more details.  (COPYING.LIB)
       
    89 
       
    90     You should have received a copy of the GNU Lesser General Public
       
    91     License along with this library; if not, write to:
       
    92 
       
    93       The Free Software Foundation, Inc.
       
    94       59 Temple Place, Suite 330
       
    95       Boston, MA 02111-1307 USA.
       
    96 
       
    97     You may contact the author by:
       
    98        e-mail:  [email protected]
       
    99       us-mail:  Philip A. Nelson
       
   100                 Computer Science Department, 9062
       
   101                 Western Washington University
       
   102                 Bellingham, WA 98226-9062
       
   103        
       
   104 *************************************************************************/
       
   105 
       
   106 
       
   107 libmbfl:
       
   108 
       
   109 /*
       
   110  * "streamable kanji code filter and converter"
       
   111  * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
       
   112  *
       
   113  * LICENSE NOTICES
       
   114  *
       
   115  * This file is part of "streamable kanji code filter and converter",
       
   116  * which is distributed under the terms of GNU Lesser General Public 
       
   117  * License (version 2) as published by the Free Software Foundation.
       
   118  *
       
   119  * This software is distributed in the hope that it will be useful,
       
   120  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   121  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
   122  * GNU Lesser General Public License for more details.
       
   123  *
       
   124  * You should have received a copy of the GNU Lesser General Public
       
   125  * License along with "streamable kanji code filter and converter";
       
   126  * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
       
   127  * Suite 330, Boston, MA  02111-1307  USA
       
   128  *
       
   129  * The author of this file:
       
   130  *
       
   131  */
       
   132 
       
   133 
       
   134 
       
   135 PHP SERVER EXTENSIONS: 
       
   136 
       
   137 The PHP Server includes a number of additional extensions with
       
   138 separate copyright notices and license terms. Your use of the source
       
   139 code for the these extensions is subject to the terms and
       
   140 conditions of the following licenses. 
       
   141 
       
   142 For dtrace extension:
       
   143 /*
       
   144  *  +----------------------------------------------------------------------+
       
   145  *  | PHP Version 5                                                        |
       
   146  *  +----------------------------------------------------------------------+
       
   147  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   148  *  +----------------------------------------------------------------------+
       
   149  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   150  *  | that is bundled with this package in the file LICENSE, and is        |
       
   151  *  | available through the world-wide-web at the following url:           |
       
   152  *  | http://www.php.net/license/3_0.txt.                                  |
       
   153  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   154  *  | obtain it through the world-wide-web, please send a note to          |
       
   155  *  | [email protected] so we can mail you a copy immediately.               |
       
   156  *  +----------------------------------------------------------------------+
       
   157  *  | Author: Wez Furlong <[email protected]>                                 |
       
   158  *  +----------------------------------------------------------------------+
       
   159 */
       
   160 
       
   161 For bundled imap c-client toolkit:
       
   162 /*
       
   163  * 
       
   164  *                                  Apache License
       
   165  *                            Version 2.0, January 2004
       
   166  *                         http://www.apache.org/licenses/
       
   167  * 
       
   168  *    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
       
   169  * 
       
   170  *    1. Definitions. 
       
   171  * 
       
   172  *       "License" shall mean the terms and conditions for use, reproduction,
       
   173  *       and distribution as defined by Sections 1 through 9 of this document.
       
   174  * 
       
   175  *       "Licensor" shall mean the copyright owner or entity authorized by
       
   176  *       the copyright owner that is granting the License.
       
   177  * 
       
   178  *       "Legal Entity" shall mean the union of the acting entity and all
       
   179  *       other entities that control, are controlled by, or are under common
       
   180  *       control with that entity. For the purposes of this definition,
       
   181  *       "control" means (i) the power, direct or indirect, to cause the
       
   182  *       direction or management of such entity, whether by contract or
       
   183  *       otherwise, or (ii) ownership of fifty percent (50%) or more of the
       
   184  *       outstanding shares, or (iii) beneficial ownership of such entity.
       
   185  * 
       
   186  *       "You" (or "Your") shall mean an individual or Legal Entity
       
   187  *       exercising permissions granted by this License.
       
   188  * 
       
   189  *       "Source" form shall mean the preferred form for making modifications,
       
   190  *       including but not limited to software source code, documentation
       
   191  *       source, and configuration files.
       
   192  * 
       
   193  *       "Object" form shall mean any form resulting from mechanical
       
   194  *       transformation or translation of a Source form, including but
       
   195  *       not limited to compiled object code, generated documentation,
       
   196  *       and conversions to other media types.
       
   197  * 
       
   198  *       "Work" shall mean the work of authorship, whether in Source or
       
   199  *       Object form, made available under the License, as indicated by a
       
   200  *       copyright notice that is included in or attached to the work
       
   201  *       (an example is provided in the Appendix below). 
       
   202  * 
       
   203  *       "Derivative Works" shall mean any work, whether in Source or Object
       
   204  *       form, that is based on (or derived from) the Work and for which the
       
   205  *       editorial revisions, annotations, elaborations, or other modifications
       
   206  *       represent, as a whole, an original work of authorship. For the purposes
       
   207  *       of this License, Derivative Works shall not include works that remain
       
   208  *       separable from, or merely link (or bind by name) to the interfaces of,
       
   209  *       the Work and Derivative Works thereof.
       
   210  * 
       
   211  *       "Contribution" shall mean any work of authorship, including
       
   212  *       the original version of the Work and any modifications or additions
       
   213  *       to that Work or Derivative Works thereof, that is intentionally
       
   214  *       submitted to Licensor for inclusion in the Work by the copyright owner
       
   215  *       or by an individual or Legal Entity authorized to submit on behalf of
       
   216  *       the copyright owner. For the purposes of this definition, "submitted"
       
   217  *       means any form of electronic, verbal, or written communication sent
       
   218  *       to the Licensor or its representatives, including but not limited to
       
   219  *       communication on electronic mailing lists, source code control systems,
       
   220  *       and issue tracking systems that are managed by, or on behalf of, the
       
   221  *       Licensor for the purpose of discussing and improving the Work, but
       
   222  *       excluding communication that is conspicuously marked or otherwise
       
   223  *       designated in writing by the copyright owner as "Not a Contribution."
       
   224  * 
       
   225  *       "Contributor" shall mean Licensor and any individual or Legal Entity
       
   226  *       on behalf of whom a Contribution has been received by Licensor and
       
   227  *       subsequently incorporated within the Work.
       
   228  * 
       
   229  *    2. Grant of Copyright License. Subject to the terms and conditions of
       
   230  *       this License, each Contributor hereby grants to You a perpetual,
       
   231  *       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
       
   232  *       copyright license to reproduce, prepare Derivative Works of,
       
   233  *       publicly display, publicly perform, sublicense, and distribute the
       
   234  *       Work and such Derivative Works in Source or Object form.
       
   235  * 
       
   236  *    3. Grant of Patent License. Subject to the terms and conditions of
       
   237  *       this License, each Contributor hereby grants to You a perpetual,
       
   238  *       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
       
   239  *       (except as stated in this section) patent license to make, have made,
       
   240  *       use, offer to sell, sell, import, and otherwise transfer the Work,
       
   241  *       where such license applies only to those patent claims licensable
       
   242  *       by such Contributor that are necessarily infringed by their
       
   243  *       Contribution(s) alone or by combination of their Contribution(s)
       
   244  *       with the Work to which such Contribution(s) was submitted. If You
       
   245  *       institute patent litigation against any entity (including a
       
   246  *       cross-claim or counterclaim in a lawsuit) alleging that the Work
       
   247  *       or a Contribution incorporated within the Work constitutes direct
       
   248  *       or contributory patent infringement, then any patent licenses
       
   249  *       granted to You under this License for that Work shall terminate
       
   250  *       as of the date such litigation is filed.
       
   251  * 
       
   252  *    4. Redistribution. You may reproduce and distribute copies of the
       
   253  *       Work or Derivative Works thereof in any medium, with or without
       
   254  *       modifications, and in Source or Object form, provided that You
       
   255  *       meet the following conditions:
       
   256  * 
       
   257  *       (a) You must give any other recipients of the Work or
       
   258  *           Derivative Works a copy of this License; and
       
   259  * 
       
   260  *       (b) You must cause any modified files to carry prominent notices
       
   261  *           stating that You changed the files; and
       
   262  * 
       
   263  *       (c) You must retain, in the Source form of any Derivative Works
       
   264  *           that You distribute, all copyright, patent, trademark, and
       
   265  *           attribution notices from the Source form of the Work,
       
   266  *           excluding those notices that do not pertain to any part of
       
   267  *           the Derivative Works; and
       
   268  * 
       
   269  *       (d) If the Work includes a "NOTICE" text file as part of its
       
   270  *           distribution, then any Derivative Works that You distribute must
       
   271  *           include a readable copy of the attribution notices contained
       
   272  *           within such NOTICE file, excluding those notices that do not
       
   273  *           pertain to any part of the Derivative Works, in at least one
       
   274  *           of the following places: within a NOTICE text file distributed
       
   275  *           as part of the Derivative Works; within the Source form or
       
   276  *           documentation, if provided along with the Derivative Works; or,
       
   277  *           within a display generated by the Derivative Works, if and
       
   278  *           wherever such third-party notices normally appear. The contents
       
   279  *           of the NOTICE file are for informational purposes only and
       
   280  *           do not modify the License. You may add Your own attribution
       
   281  *           notices within Derivative Works that You distribute, alongside
       
   282  *           or as an addendum to the NOTICE text from the Work, provided
       
   283  *           that such additional attribution notices cannot be construed
       
   284  *           as modifying the License.
       
   285  * 
       
   286  *       You may add Your own copyright statement to Your modifications and
       
   287  *       may provide additional or different license terms and conditions
       
   288  *       for use, reproduction, or distribution of Your modifications, or
       
   289  *       for any such Derivative Works as a whole, provided Your use,
       
   290  *       reproduction, and distribution of the Work otherwise complies with
       
   291  *       the conditions stated in this License.
       
   292  * 
       
   293  *    5. Submission of Contributions. Unless You explicitly state otherwise,
       
   294  *       any Contribution intentionally submitted for inclusion in the Work
       
   295  *       by You to the Licensor shall be under the terms and conditions of
       
   296  *       this License, without any additional terms or conditions.
       
   297  *       Notwithstanding the above, nothing herein shall supersede or modify
       
   298  *       the terms of any separate license agreement you may have executed
       
   299  *       with Licensor regarding such Contributions.
       
   300  * 
       
   301  *    6. Trademarks. This License does not grant permission to use the trade
       
   302  *       names, trademarks, service marks, or product names of the Licensor,
       
   303  *       except as required for reasonable and customary use in describing the
       
   304  *       origin of the Work and reproducing the content of the NOTICE file.
       
   305  * 
       
   306  *    7. Disclaimer of Warranty. Unless required by applicable law or
       
   307  *       agreed to in writing, Licensor provides the Work (and each
       
   308  *       Contributor provides its Contributions) on an "AS IS" BASIS,
       
   309  *       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
       
   310  *       implied, including, without limitation, any warranties or conditions
       
   311  *       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
       
   312  *       PARTICULAR PURPOSE. You are solely responsible for determining the
       
   313  *       appropriateness of using or redistributing the Work and assume any
       
   314  *       risks associated with Your exercise of permissions under this License.
       
   315  * 
       
   316  *    8. Limitation of Liability. In no event and under no legal theory,
       
   317  *       whether in tort (including negligence), contract, or otherwise,
       
   318  *       unless required by applicable law (such as deliberate and grossly
       
   319  *       negligent acts) or agreed to in writing, shall any Contributor be
       
   320  *       liable to You for damages, including any direct, indirect, special,
       
   321  *       incidental, or consequential damages of any character arising as a
       
   322  *       result of this License or out of the use or inability to use the
       
   323  *       Work (including but not limited to damages for loss of goodwill,
       
   324  *       work stoppage, computer failure or malfunction, or any and all
       
   325  *       other commercial damages or losses), even if such Contributor
       
   326  *       has been advised of the possibility of such damages.
       
   327  * 
       
   328  *    9. Accepting Warranty or Additional Liability. While redistributing
       
   329  *       the Work or Derivative Works thereof, You may choose to offer,
       
   330  *       and charge a fee for, acceptance of support, warranty, indemnity,
       
   331  *       or other liability obligations and/or rights consistent with this
       
   332  *       License. However, in accepting such obligations, You may act only
       
   333  *       on Your own behalf and on Your sole responsibility, not on behalf
       
   334  *       of any other Contributor, and only if You agree to indemnify,
       
   335  *       defend, and hold each Contributor harmless for any liability
       
   336  *       incurred by, or claims asserted against, such Contributor by reason
       
   337  *       of your accepting any such warranty or additional liability.
       
   338  * 
       
   339  *    END OF TERMS AND CONDITIONS
       
   340  * 
       
   341  *    APPENDIX: How to apply the Apache License to your work.
       
   342  * 
       
   343  *       To apply the Apache License to your work, attach the following
       
   344  *       boilerplate notice, with the fields enclosed by brackets "[]"
       
   345  *       replaced with your own identifying information. (Don't include
       
   346  *       the brackets!)  The text should be enclosed in the appropriate
       
   347  *       comment syntax for the file format. We also recommend that a
       
   348  *       file or class name and description of purpose be included on the
       
   349  *       same "printed page" as the copyright notice for easier
       
   350  *       identification within third-party archives.
       
   351  * 
       
   352  *    Copyright [yyyy] [name of copyright owner]
       
   353  * 
       
   354  *    Licensed under the Apache License, Version 2.0 (the "License");
       
   355  *    you may not use this file except in compliance with the License.
       
   356  *    You may obtain a copy of the License at
       
   357  * 
       
   358  *        http://www.apache.org/licenses/LICENSE-2.0
       
   359  * 
       
   360  *    Unless required by applicable law or agreed to in writing, software
       
   361  *    distributed under the License is distributed on an "AS IS" BASIS,
       
   362  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
   363  *    See the License for the specific language governing permissions and
       
   364  *  limitations under the License.
       
   365 
       
   366  * UW IMAP toolkit notices:
       
   367 
       
   368  * This software was developed by the University of Washington
       
   369  *  (http://www.washington.edu/).
       
   370  *
       
   371  * The Univerity of Washington IMAP Toolkit (c-client API, dmail, imapd,
       
   372  * ipop2d, ipop3d, mailutil, mlock, mtest, and tmail software; and its
       
   373  * included text) is Copyright 1988-2007 by the University of Washington.
       
   374  * 
       
   375  * The c-client library and mtest software are in part based upon code
       
   376  * developed by Mark Crispin at Stanford University, and is
       
   377  * 
       
   378  * Copyright 1988 Stanford University and was developed in the
       
   379  * Symbolic Systems Resources Group of the Knowledge Systems Laboratory
       
   380  * at Stanford University in 1987-88, and was funded by the
       
   381  * Biomedical Research Technology Program of the National Institutes of
       
   382  * Health under grant number RR-00785.
       
   383  *
       
   384  */ 
       
   385 
       
   386 /* 
       
   387  * 
       
   388  *             GNU GENERAL PUBLIC LICENSE
       
   389  *                Version 2, June 1991
       
   390  * 
       
   391  *  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
       
   392  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       
   393  *  Everyone is permitted to copy and distribute verbatim copies
       
   394  *  of this license document, but changing it is not allowed.
       
   395  * 
       
   396  *                 Preamble
       
   397  * 
       
   398  *   The licenses for most software are designed to take away your
       
   399  * freedom to share and change it.  By contrast, the GNU General Public
       
   400  * License is intended to guarantee your freedom to share and change free
       
   401  * software--to make sure the software is free for all its users.  This
       
   402  * General Public License applies to most of the Free Software
       
   403  * Foundation's software and to any other program whose authors commit to
       
   404  * using it.  (Some other Free Software Foundation software is covered by
       
   405  * the GNU Lesser General Public License instead.)  You can apply it to
       
   406  * your programs, too.
       
   407  * 
       
   408  *   When we speak of free software, we are referring to freedom, not
       
   409  * price.  Our General Public Licenses are designed to make sure that you
       
   410  * have the freedom to distribute copies of free software (and charge for
       
   411  * this service if you wish), that you receive source code or can get it
       
   412  * if you want it, that you can change the software or use pieces of it
       
   413  * in new free programs; and that you know you can do these things.
       
   414  * 
       
   415  *   To protect your rights, we need to make restrictions that forbid
       
   416  * anyone to deny you these rights or to ask you to surrender the rights.
       
   417  * These restrictions translate to certain responsibilities for you if you
       
   418  * distribute copies of the software, or if you modify it.
       
   419  * 
       
   420  *   For example, if you distribute copies of such a program, whether
       
   421  * gratis or for a fee, you must give the recipients all the rights that
       
   422  * you have.  You must make sure that they, too, receive or can get the
       
   423  * source code.  And you must show them these terms so they know their
       
   424  * rights.
       
   425  * 
       
   426  *   We protect your rights with two steps: (1) copyright the software, and
       
   427  * (2) offer you this license which gives you legal permission to copy,
       
   428  * distribute and/or modify the software.
       
   429  * 
       
   430  *   Also, for each author's protection and ours, we want to make certain
       
   431  * that everyone understands that there is no warranty for this free
       
   432  * software.  If the software is modified by someone else and passed on, we
       
   433  * want its recipients to know that what they have is not the original, so
       
   434  * that any problems introduced by others will not reflect on the original
       
   435  * authors' reputations.
       
   436  * 
       
   437  *   Finally, any free program is threatened constantly by software
       
   438  * patents.  We wish to avoid the danger that redistributors of a free
       
   439  * program will individually obtain patent licenses, in effect making the
       
   440  * program proprietary.  To prevent this, we have made it clear that any
       
   441  * patent must be licensed for everyone's free use or not licensed at all.
       
   442  * 
       
   443  *   The precise terms and conditions for copying, distribution and
       
   444  * modification follow.
       
   445  * 
       
   446  *             GNU GENERAL PUBLIC LICENSE
       
   447  *    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
       
   448  * 
       
   449  *   0. This License applies to any program or other work which contains
       
   450  * a notice placed by the copyright holder saying it may be distributed
       
   451  * under the terms of this General Public License.  The "Program", below,
       
   452  * refers to any such program or work, and a "work based on the Program"
       
   453  * means either the Program or any derivative work under copyright law:
       
   454  * that is to say, a work containing the Program or a portion of it,
       
   455  * either verbatim or with modifications and/or translated into another
       
   456  * language.  (Hereinafter, translation is included without limitation in
       
   457  * the term "modification".)  Each licensee is addressed as "you".
       
   458  * 
       
   459  * Activities other than copying, distribution and modification are not
       
   460  * covered by this License; they are outside its scope.  The act of
       
   461  * running the Program is not restricted, and the output from the Program
       
   462  * is covered only if its contents constitute a work based on the
       
   463  * Program (independent of having been made by running the Program).
       
   464  * Whether that is true depends on what the Program does.
       
   465  * 
       
   466  *   1. You may copy and distribute verbatim copies of the Program's
       
   467  * source code as you receive it, in any medium, provided that you
       
   468  * conspicuously and appropriately publish on each copy an appropriate
       
   469  * copyright notice and disclaimer of warranty; keep intact all the
       
   470  * notices that refer to this License and to the absence of any warranty;
       
   471  * and give any other recipients of the Program a copy of this License
       
   472  * along with the Program.
       
   473  * 
       
   474  * You may charge a fee for the physical act of transferring a copy, and
       
   475  * you may at your option offer warranty protection in exchange for a fee.
       
   476  * 
       
   477  *   2. You may modify your copy or copies of the Program or any portion
       
   478  * of it, thus forming a work based on the Program, and copy and
       
   479  * distribute such modifications or work under the terms of Section 1
       
   480  * above, provided that you also meet all of these conditions:
       
   481  * 
       
   482  *     a) You must cause the modified files to carry prominent notices
       
   483  *     stating that you changed the files and the date of any change.
       
   484  * 
       
   485  *     b) You must cause any work that you distribute or publish, that in
       
   486  *     whole or in part contains or is derived from the Program or any
       
   487  *     part thereof, to be licensed as a whole at no charge to all third
       
   488  *     parties under the terms of this License.
       
   489  * 
       
   490  *     c) If the modified program normally reads commands interactively
       
   491  *     when run, you must cause it, when started running for such
       
   492  *     interactive use in the most ordinary way, to print or display an
       
   493  *     announcement including an appropriate copyright notice and a
       
   494  *     notice that there is no warranty (or else, saying that you provide
       
   495  *     a warranty) and that users may redistribute the program under
       
   496  *     these conditions, and telling the user how to view a copy of this
       
   497  *     License.  (Exception: if the Program itself is interactive but
       
   498  *     does not normally print such an announcement, your work based on
       
   499  *     the Program is not required to print an announcement.)
       
   500  * 
       
   501  * These requirements apply to the modified work as a whole.  If
       
   502  * identifiable sections of that work are not derived from the Program,
       
   503  * and can be reasonably considered independent and separate works in
       
   504  * themselves, then this License, and its terms, do not apply to those
       
   505  * sections when you distribute them as separate works.  But when you
       
   506  * distribute the same sections as part of a whole which is a work based
       
   507  * on the Program, the distribution of the whole must be on the terms of
       
   508  * this License, whose permissions for other licensees extend to the
       
   509  * entire whole, and thus to each and every part regardless of who wrote it.
       
   510  * 
       
   511  * Thus, it is not the intent of this section to claim rights or contest
       
   512  * your rights to work written entirely by you; rather, the intent is to
       
   513  * exercise the right to control the distribution of derivative or
       
   514  * collective works based on the Program.
       
   515  * 
       
   516  * In addition, mere aggregation of another work not based on the Program
       
   517  * with the Program (or with a work based on the Program) on a volume of
       
   518  * a storage or distribution medium does not bring the other work under
       
   519  * the scope of this License.
       
   520  * 
       
   521  *   3. You may copy and distribute the Program (or a work based on it,
       
   522  * under Section 2) in object code or executable form under the terms of
       
   523  * Sections 1 and 2 above provided that you also do one of the following:
       
   524  * 
       
   525  *     a) Accompany it with the complete corresponding machine-readable
       
   526  *     source code, which must be distributed under the terms of Sections
       
   527  *     1 and 2 above on a medium customarily used for software interchange; or,
       
   528  * 
       
   529  *     b) Accompany it with a written offer, valid for at least three
       
   530  *     years, to give any third party, for a charge no more than your
       
   531  *     cost of physically performing source distribution, a complete
       
   532  *     machine-readable copy of the corresponding source code, to be
       
   533  *     distributed under the terms of Sections 1 and 2 above on a medium
       
   534  *     customarily used for software interchange; or,
       
   535  * 
       
   536  *     c) Accompany it with the information you received as to the offer
       
   537  *     to distribute corresponding source code.  (This alternative is
       
   538  *     allowed only for noncommercial distribution and only if you
       
   539  *     received the program in object code or executable form with such
       
   540  *     an offer, in accord with Subsection b above.)
       
   541  * 
       
   542  * The source code for a work means the preferred form of the work for
       
   543  * making modifications to it.  For an executable work, complete source
       
   544  * code means all the source code for all modules it contains, plus any
       
   545  * associated interface definition files, plus the scripts used to
       
   546  * control compilation and installation of the executable.  However, as a
       
   547  * special exception, the source code distributed need not include
       
   548  * anything that is normally distributed (in either source or binary
       
   549  * form) with the major components (compiler, kernel, and so on) of the
       
   550  * operating system on which the executable runs, unless that component
       
   551  * itself accompanies the executable.
       
   552  * 
       
   553  * If distribution of executable or object code is made by offering
       
   554  * access to copy from a designated place, then offering equivalent
       
   555  * access to copy the source code from the same place counts as
       
   556  * distribution of the source code, even though third parties are not
       
   557  * compelled to copy the source along with the object code.
       
   558  * 
       
   559  *   4. You may not copy, modify, sublicense, or distribute the Program
       
   560  * except as expressly provided under this License.  Any attempt
       
   561  * otherwise to copy, modify, sublicense or distribute the Program is
       
   562  * void, and will automatically terminate your rights under this License.
       
   563  * However, parties who have received copies, or rights, from you under
       
   564  * this License will not have their licenses terminated so long as such
       
   565  * parties remain in full compliance.
       
   566  * 
       
   567  *   5. You are not required to accept this License, since you have not
       
   568  * signed it.  However, nothing else grants you permission to modify or
       
   569  * distribute the Program or its derivative works.  These actions are
       
   570  * prohibited by law if you do not accept this License.  Therefore, by
       
   571  * modifying or distributing the Program (or any work based on the
       
   572  * Program), you indicate your acceptance of this License to do so, and
       
   573  * all its terms and conditions for copying, distributing or modifying
       
   574  * the Program or works based on it.
       
   575  * 
       
   576  *   6. Each time you redistribute the Program (or any work based on the
       
   577  * Program), the recipient automatically receives a license from the
       
   578  * original licensor to copy, distribute or modify the Program subject to
       
   579  * these terms and conditions.  You may not impose any further
       
   580  * restrictions on the recipients' exercise of the rights granted herein.
       
   581  * You are not responsible for enforcing compliance by third parties to
       
   582  * this License.
       
   583  * 
       
   584  *   7. If, as a consequence of a court judgment or allegation of patent
       
   585  * infringement or for any other reason (not limited to patent issues),
       
   586  * conditions are imposed on you (whether by court order, agreement or
       
   587  * otherwise) that contradict the conditions of this License, they do not
       
   588  * excuse you from the conditions of this License.  If you canno choice.
       
   589  * 
       
   590  * This section is intended to make thoroughly clear what is believed to
       
   591  * be a consequence of the rest of this License.
       
   592  * 
       
   593  *   8. If the distribution and/or use of the Program is restricted in
       
   594  * certain countries either by patents or by copyrighted interfaces, the
       
   595  * original copyright holder who places the Program under this License
       
   596  * may add an explicit geographical distribution limitation excluding
       
   597  * those countries, so that distribution is permitted only in or among
       
   598  * countries not thus excluded.  In such case, asses at compilers) written 
       
   599  * by James Hacker.
       
   600  * 
       
   601  *   <signature of Ty Coon>, 1 April 1989
       
   602  *   Ty Coon, President of Vice
       
   603  * 
       
   604  * This General Public License does not permit incorporating your program into
       
   605  * proprietary programs.  If your program is a subroutine library, you may
       
   606  * consider it more useful to permit linking proprietary applications with the
       
   607  * library.  If this is what you want to do, use the GNU Lesser General
       
   608  * Public License instead of this License.
       
   609  * 
       
   610  * 
       
   611  */