4416N/Afile LICENSE:
4416N/A
4416N/A--------------------------------------------------------------------
4416N/A The PHP License, version 3.01
4416N/ACopyright (c) 1999 - 2014 The PHP Group. All rights reserved.
4416N/A--------------------------------------------------------------------
4416N/A
4416N/ARedistribution and use in source and binary forms, with or without
4416N/Amodification, is permitted provided that the following conditions
4416N/Aare met:
4416N/A
4416N/A 1. Redistributions of source code must retain the above copyright
4416N/A notice, this list of conditions and the following disclaimer.
4416N/A
4416N/A 2. Redistributions in binary form must reproduce the above copyright
4416N/A notice, this list of conditions and the following disclaimer in
4416N/A the documentation and/or other materials provided with the
4416N/A distribution.
4416N/A
4416N/A 3. The name "PHP" must not be used to endorse or promote products
4416N/A derived from this software without prior written permission. For
4416N/A written permission, please contact group@php.net.
4416N/A
4416N/A 4. Products derived from this software may not be called "PHP", nor
4416N/A may "PHP" appear in their name, without prior written permission
4416N/A from group@php.net. You may indicate that your software works in
4416N/A conjunction with PHP by saying "Foo for PHP" instead of calling
4416N/A it "PHP Foo" or "phpfoo"
4416N/A
4416N/A 5. The PHP Group may publish revised and/or new versions of the
4416N/A license from time to time. Each version will be given a
4416N/A distinguishing version number.
4416N/A Once covered code has been published under a particular version
4416N/A of the license, you may always continue to use it under the terms
4416N/A of that version. You may also choose to use such covered code
4416N/A under the terms of any subsequent version of the license
4416N/A published by the PHP Group. No one other than the PHP Group has
4416N/A the right to modify the terms applicable to covered code created
4416N/A under this License.
4416N/A
4416N/A 6. Redistributions of any form whatsoever must retain the following
4416N/A acknowledgment:
4416N/A "This product includes PHP software, freely available from
4416N/A <http://www.php.net/software/>".
4416N/A
4416N/ATHIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
4416N/AANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
4416N/ATHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4416N/APARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
4416N/ADEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
4416N/AINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4416N/A(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4416N/ASERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4416N/AHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
4416N/ASTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4416N/AARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
4416N/AOF THE POSSIBILITY OF SUCH DAMAGE.
4416N/A
4416N/A--------------------------------------------------------------------
4416N/A
4416N/AThis software consists of voluntary contributions made by many
4416N/Aindividuals on behalf of the PHP Group.
4416N/A
4416N/AThe PHP Group can be contacted via Email at group@php.net.
4416N/A
4416N/AFor more information on the PHP Group and the PHP project,
4416N/Aplease see <http://www.php.net>.
4416N/A
4416N/APHP includes the Zend Engine, freely available at
4416N/A<http://www.zend.com>.
4416N/A
4416N/A
4416N/A
4416N/Afiles:
4416N/Acrypt.c
4416N/Aex_imp.c
4416N/Aexecute.c
4416N/Aheader.c
4416N/Aifilter.c
4416N/Alog.c
4416N/Amemory_limit.c
4416N/Apost_handler.c
4416N/Arfc1867_new.c
4416N/Arfc1867.c
4416N/Asession.c
4416N/Asha256.c
4416N/Asuhosin.c
4416N/Atreat_data.c
4416N/Aufilter.c
4416N/A
4416N/A +----------------------------------------------------------------------+
4416N/A | Suhosin Version 1 |
4416N/A +----------------------------------------------------------------------+
4416N/A | Copyright (c) 2006-2007 The Hardened-PHP Project |
4416N/A | Copyright (c) 2007-2014 SektionEins GmbH |
4416N/A +----------------------------------------------------------------------+
4416N/A | This source file is subject to version 3.01 of the PHP license, |
4416N/A | that is bundled with this package in the file LICENSE, and is |
4416N/A | available through the world-wide-web at the following url: |
4416N/A | http://www.php.net/license/3_01.txt |
4416N/A | If you did not receive a copy of the PHP license and are unable to |
4416N/A | obtain it through the world-wide-web, please send a note to |
4416N/A | license@php.net so we can mail you a copy immediately. |
4416N/A +----------------------------------------------------------------------+
4416N/A
4416N/A
4416N/A
4416N/Afile aes.c:
4416N/A
4416N/A Copyright (c) 1999 Mike Scott
4416N/A
4416N/A...
4416N/A
4416N/A Permission for free direct or derivative use is granted subject
4416N/A to compliance with any conditions that the originators of the
4416N/A algorithm place on its exploitation.
4416N/A
4416N/A Inspiration from Brian Gladman's implementation is acknowledged.
4416N/A
4416N/A
4416N/A
4416N/Afile execute.c:
4416N/A
4416N/A/* MT RAND FUNCTIONS */
4416N/A
4416N/A/*
4416N/A The following php_mt_...() functions are based on a C++ class MTRand by
4416N/A Richard J. Wagner. For more information see the web page at
4416N/A http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
4416N/A
4416N/A Mersenne Twister random number generator -- a C++ class MTRand
4416N/A Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus
4416N/A Richard J. Wagner v1.0 15 May 2003 rjwagner@writeme.com
4416N/A
4416N/A The Mersenne Twister is an algorithm for generating random numbers. It
4416N/A was designed with consideration of the flaws in various other generators.
4416N/A The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
4416N/A are far greater. The generator is also fast; it avoids multiplication and
4416N/A division, and it benefits from caches and pipelines. For more information
4416N/A see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
4416N/A
4416N/A Reference
4416N/A M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
4416N/A Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
4416N/A Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3-30.
4416N/A
4416N/A Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
4416N/A Copyright (C) 2000 - 2003, Richard J. Wagner
4416N/A All rights reserved.
4416N/A
4416N/A Redistribution and use in source and binary forms, with or without
4416N/A modification, are permitted provided that the following conditions
4416N/A are met:
4416N/A
4416N/A 1. Redistributions of source code must retain the above copyright
4416N/A notice, this list of conditions and the following disclaimer.
4416N/A
4416N/A 2. Redistributions in binary form must reproduce the above copyright
4416N/A notice, this list of conditions and the following disclaimer in the
4416N/A documentation and/or other materials provided with the distribution.
4416N/A
4416N/A 3. The names of its contributors may not be used to endorse or promote
4416N/A products derived from this software without specific prior written
4416N/A permission.
4416N/A
4416N/A THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4416N/A "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4416N/A LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4416N/A A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
4416N/A CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4416N/A EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4416N/A PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4416N/A PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4416N/A LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4416N/A NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4416N/A SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4416N/A
4416N/A The original code included the following notice:
4416N/A
4416N/A When you use this, send an email to: matumoto@math.keio.ac.jp
4416N/A with an appropriate reference to your work.
4416N/A
4416N/A It would be nice to CC: rjwagner@writeme.com and Cokus@math.washington.edu
4416N/A when you write.
4416N/A*/
4416N/A
4416N/A
4416N/A
4416N/Afile mbregex/mbregex.h:
4416N/A
4416N/A/* Definitions for data structures and routines for the regular
4416N/A expression library, version 0.12.
4416N/A Copyright (C) 1985,89,90,91,92,93,95,96,97,98 Free Software Foundation, Inc.
4416N/A
4416N/A This file is part of the GNU C Library. Its master source is NOT part of
4416N/A the C library, however. The master source lives in /gd/gnu/lib.
4416N/A
4416N/A The GNU C Library is free software; you can redistribute it and/or
4416N/A modify it under the terms of the GNU Library General Public License as
4416N/A published by the Free Software Foundation; either version 2 of the
4416N/A License, or (at your option) any later version.
4416N/A
4416N/A The GNU C Library is distributed in the hope that it will be useful,
4416N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
4416N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4416N/A Library General Public License for more details.
4416N/A
4416N/A You should have received a copy of the GNU Library General Public
4416N/A License along with the GNU C Library; see the file COPYING.LIB. If not,
4416N/A write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
4416N/A Boston, MA 02111-1307, USA. */
4416N/A/* Multi-byte extension added May, 1993 by t^2 (Takahiro Tanimoto)
4416N/A Last change: May 21, 1993 by t^2 */
4416N/A/* modified for Ruby by matz@netlab.co.jp */
4416N/A
4416N/A
4416N/A
4416N/Afile mbregex/COPYING.LIB:
4416N/A
4416N/A GNU LESSER GENERAL PUBLIC LICENSE
4416N/A Version 2.1, February 1999
4416N/A
4416N/A Copyright (C) 1991, 1999 Free Software Foundation, Inc.
4416N/A 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4416N/A Everyone is permitted to copy and distribute verbatim copies
4416N/A of this license document, but changing it is not allowed.
4416N/A
4416N/A[This is the first released version of the Lesser GPL. It also counts
4416N/A as the successor of the GNU Library Public License, version 2, hence
4416N/A the version number 2.1.]
4416N/A
4416N/A Preamble
4416N/A
4416N/A The licenses for most software are designed to take away your
4416N/Afreedom to share and change it. By contrast, the GNU General Public
4416N/ALicenses are intended to guarantee your freedom to share and change
4416N/Afree software--to make sure the software is free for all its users.
4416N/A
4416N/A This license, the Lesser General Public License, applies to some
4416N/Aspecially designated software packages--typically libraries--of the
4416N/AFree Software Foundation and other authors who decide to use it. You
4416N/Acan use it too, but we suggest you first think carefully about whether
4416N/Athis license or the ordinary General Public License is the better
4416N/Astrategy to use in any particular case, based on the explanations
4416N/Abelow.
4416N/A
4416N/A When we speak of free software, we are referring to freedom of use,
4416N/Anot price. Our General Public Licenses are designed to make sure that
4416N/Ayou have the freedom to distribute copies of free software (and charge
4416N/Afor this service if you wish); that you receive source code or can get
4416N/Ait if you want it; that you can change the software and use pieces of
4416N/Ait in new free programs; and that you are informed that you can do
4416N/Athese things.
4416N/A
4416N/A To protect your rights, we need to make restrictions that forbid
4416N/Adistributors to deny you these rights or to ask you to surrender these
4416N/Arights. These restrictions translate to certain responsibilities for
4416N/Ayou if you distribute copies of the library or if you modify it.
4416N/A
4416N/A For example, if you distribute copies of the library, whether gratis
4416N/Aor for a fee, you must give the recipients all the rights that we gave
4416N/Ayou. You must make sure that they, too, receive or can get the source
4416N/Acode. If you link other code with the library, you must provide
4416N/Acomplete object files to the recipients, so that they can relink them
4416N/Awith the library after making changes to the library and recompiling
4416N/Ait. And you must show them these terms so they know their rights.
4416N/A
4416N/A We protect your rights with a two-step method: (1) we copyright the
4416N/Alibrary, and (2) we offer you this license, which gives you legal
4416N/Apermission to copy, distribute and/or modify the library.
4416N/A
4416N/A To protect each distributor, we want to make it very clear that
4416N/Athere is no warranty for the free library. Also, if the library is
4416N/Amodified by someone else and passed on, the recipients should know
4416N/Athat what they have is not the original version, so that the original
4416N/Aauthor's reputation will not be affected by problems that might be
4416N/Aintroduced by others.
4416N/A^L
4416N/A Finally, software patents pose a constant threat to the existence of
4416N/Aany free program. We wish to make sure that a company cannot
4416N/Aeffectively restrict the users of a free program by obtaining a
4416N/Arestrictive license from a patent holder. Therefore, we insist that
4416N/Aany patent license obtained for a version of the library must be
4416N/Aconsistent with the full freedom of use specified in this license.
4416N/A
4416N/A Most GNU software, including some libraries, is covered by the
4416N/Aordinary GNU General Public License. This license, the GNU Lesser
4416N/AGeneral Public License, applies to certain designated libraries, and
4416N/Ais quite different from the ordinary General Public License. We use
4416N/Athis license for certain libraries in order to permit linking those
4416N/Alibraries into non-free programs.
4416N/A
4416N/A When a program is linked with a library, whether statically or using
4416N/Aa shared library, the combination of the two is legally speaking a
4416N/Acombined work, a derivative of the original library. The ordinary
4416N/AGeneral Public License therefore permits such linking only if the
4416N/Aentire combination fits its criteria of freedom. The Lesser General
4416N/APublic License permits more lax criteria for linking other code with
4416N/Athe library.
4416N/A
4416N/A We call this license the "Lesser" General Public License because it
4416N/Adoes Less to protect the user's freedom than the ordinary General
4416N/APublic License. It also provides other free software developers Less
4416N/Aof an advantage over competing non-free programs. These disadvantages
4416N/Aare the reason we use the ordinary General Public License for many
4416N/Alibraries. However, the Lesser license provides advantages in certain
4416N/Aspecial circumstances.
4416N/A
4416N/A For example, on rare occasions, there may be a special need to
4416N/Aencourage the widest possible use of a certain library, so that it
4416N/Abecomes
4416N/Aa de-facto standard. To achieve this, non-free programs must be
4416N/Aallowed to use the library. A more frequent case is that a free
4416N/Alibrary does the same job as widely used non-free libraries. In this
4416N/Acase, there is little to gain by limiting the free library to free
4416N/Asoftware only, so we use the Lesser General Public License.
4416N/A
4416N/A In other cases, permission to use a particular library in non-free
4416N/Aprograms enables a greater number of people to use a large body of
4416N/Afree software. For example, permission to use the GNU C Library in
4416N/Anon-free programs enables many more people to use the whole GNU
4416N/Aoperating system, as well as its variant, the GNU/Linux operating
4416N/Asystem.
4416N/A
4416N/A Although the Lesser General Public License is Less protective of the
4416N/Ausers' freedom, it does ensure that the user of a program that is
4416N/Alinked with the Library has the freedom and the wherewithal to run
4416N/Athat program using a modified version of the Library.
4416N/A
4416N/A The precise terms and conditions for copying, distribution and
4416N/Amodification follow. Pay close attention to the difference between a
4416N/A"work based on the library" and a "work that uses the library". The
4416N/Aformer contains code derived from the library, whereas the latter must
4416N/Abe combined with the library in order to run.
4416N/A^L
4416N/A GNU LESSER GENERAL PUBLIC LICENSE
4416N/A TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4416N/A
4416N/A 0. This License Agreement applies to any software library or other
4416N/Aprogram which contains a notice placed by the copyright holder or
4416N/Aother authorized party saying it may be distributed under the terms of
4416N/Athis Lesser General Public License (also called "this License").
4416N/AEach licensee is addressed as "you".
4416N/A
4416N/A A "library" means a collection of software functions and/or data
4416N/Aprepared so as to be conveniently linked with application programs
4416N/A(which use some of those functions and data) to form executables.
4416N/A
4416N/A The "Library", below, refers to any such software library or work
4416N/Awhich has been distributed under these terms. A "work based on the
4416N/ALibrary" means either the Library or any derivative work under
4416N/Acopyright law: that is to say, a work containing the Library or a
4416N/Aportion of it, either verbatim or with modifications and/or translated
4416N/Astraightforwardly into another language. (Hereinafter, translation is
4416N/Aincluded without limitation in the term "modification".)
4416N/A
4416N/A "Source code" for a work means the preferred form of the work for
4416N/Amaking modifications to it. For a library, complete source code means
4416N/Aall the source code for all modules it contains, plus any associated
4416N/Ainterface definition files, plus the scripts used to control
4416N/Acompilation
4416N/Aand installation of the library.
4416N/A
4416N/A Activities other than copying, distribution and modification are not
4416N/Acovered by this License; they are outside its scope. The act of
4416N/Arunning a program using the Library is not restricted, and output from
4416N/Asuch a program is covered only if its contents constitute a work based
4416N/Aon the Library (independent of the use of the Library in a tool for
4416N/Awriting it). Whether that is true depends on what the Library does
4416N/Aand what the program that uses the Library does.
4416N/A
4416N/A 1. You may copy and distribute verbatim copies of the Library's
4416N/Acomplete source code as you receive it, in any medium, provided that
4416N/Ayou conspicuously and appropriately publish on each copy an
4416N/Aappropriate copyright notice and disclaimer of warranty; keep intact
4416N/Aall the notices that refer to this License and to the absence of any
4416N/Awarranty; and distribute a copy of this License along with the
4416N/ALibrary.
4416N/A
4416N/A You may charge a fee for the physical act of transferring a copy,
4416N/Aand you may at your option offer warranty protection in exchange for a
4416N/Afee.
4416N/A
4416N/A 2. You may modify your copy or copies of the Library or any portion
4416N/Aof it, thus forming a work based on the Library, and copy and
4416N/Adistribute such modifications or work under the terms of Section 1
4416N/Aabove, provided that you also meet all of these conditions:
4416N/A
4416N/A a) The modified work must itself be a software library.
4416N/A
4416N/A b) You must cause the files modified to carry prominent notices
4416N/A stating that you changed the files and the date of any change.
4416N/A
4416N/A c) You must cause the whole of the work to be licensed at no
4416N/A charge to all third parties under the terms of this License.
4416N/A
4416N/A d) If a facility in the modified Library refers to a function or a
4416N/A table of data to be supplied by an application program that uses
4416N/A the facility, other than as an argument passed when the facility
4416N/A is invoked, then you must make a good faith effort to ensure that,
4416N/A in the event an application does not supply such function or
4416N/A table, the facility still operates, and performs whatever part of
4416N/A its purpose remains meaningful.
4416N/A
4416N/A (For example, a function in a library to compute square roots has
4416N/A a purpose that is entirely well-defined independent of the
4416N/A application. Therefore, Subsection 2d requires that any
4416N/A application-supplied function or table used by this function must
4416N/A be optional: if the application does not supply it, the square
4416N/A root function must still compute square roots.)
4416N/A
4416N/AThese requirements apply to the modified work as a whole. If
4416N/Aidentifiable sections of that work are not derived from the Library,
4416N/Aand can be reasonably considered independent and separate works in
4416N/Athemselves, then this License, and its terms, do not apply to those
4416N/Asections when you distribute them as separate works. But when you
4416N/Adistribute the same sections as part of a whole which is a work based
4416N/Aon the Library, the distribution of the whole must be on the terms of
4416N/Athis License, whose permissions for other licensees extend to the
4416N/Aentire whole, and thus to each and every part regardless of who wrote
4416N/Ait.
4416N/A
4416N/AThus, it is not the intent of this section to claim rights or contest
4416N/Ayour rights to work written entirely by you; rather, the intent is to
4416N/Aexercise the right to control the distribution of derivative or
4416N/Acollective works based on the Library.
4416N/A
4416N/AIn addition, mere aggregation of another work not based on the Library
4416N/Awith the Library (or with a work based on the Library) on a volume of
4416N/Aa storage or distribution medium does not bring the other work under
4416N/Athe scope of this License.
4416N/A
4416N/A 3. You may opt to apply the terms of the ordinary GNU General Public
4416N/ALicense instead of this License to a given copy of the Library. To do
4416N/Athis, you must alter all the notices that refer to this License, so
4416N/Athat they refer to the ordinary GNU General Public License, version 2,
4416N/Ainstead of to this License. (If a newer version than version 2 of the
4416N/Aordinary GNU General Public License has appeared, then you can specify
4416N/Athat version instead if you wish.) Do not make any other change in
4416N/Athese notices.
4416N/A^L
4416N/A Once this change is made in a given copy, it is irreversible for
4416N/Athat copy, so the ordinary GNU General Public License applies to all
4416N/Asubsequent copies and derivative works made from that copy.
4416N/A
4416N/A This option is useful when you wish to copy part of the code of
4416N/Athe Library into a program that is not a library.
4416N/A
4416N/A 4. You may copy and distribute the Library (or a portion or
4416N/Aderivative of it, under Section 2) in object code or executable form
4416N/Aunder the terms of Sections 1 and 2 above provided that you accompany
4416N/Ait with the complete corresponding machine-readable source code, which
4416N/Amust be distributed under the terms of Sections 1 and 2 above on a
4416N/Amedium customarily used for software interchange.
4416N/A
4416N/A If distribution of object code is made by offering access to copy
4416N/Afrom a designated place, then offering equivalent access to copy the
4416N/Asource code from the same place satisfies the requirement to
4416N/Adistribute the source code, even though third parties are not
4416N/Acompelled to copy the source along with the object code.
4416N/A
4416N/A 5. A program that contains no derivative of any portion of the
4416N/ALibrary, but is designed to work with the Library by being compiled or
4416N/Alinked with it, is called a "work that uses the Library". Such a
4416N/Awork, in isolation, is not a derivative work of the Library, and
4416N/Atherefore falls outside the scope of this License.
4416N/A
4416N/A However, linking a "work that uses the Library" with the Library
4416N/Acreates an executable that is a derivative of the Library (because it
4416N/Acontains portions of the Library), rather than a "work that uses the
4416N/Alibrary". The executable is therefore covered by this License.
4416N/ASection 6 states terms for distribution of such executables.
4416N/A
4416N/A When a "work that uses the Library" uses material from a header file
4416N/Athat is part of the Library, the object code for the work may be a
4416N/Aderivative work of the Library even though the source code is not.
4416N/AWhether this is true is especially significant if the work can be
4416N/Alinked without the Library, or if the work is itself a library. The
4416N/Athreshold for this to be true is not precisely defined by law.
4416N/A
4416N/A If such an object file uses only numerical parameters, data
4416N/Astructure layouts and accessors, and small macros and small inline
4416N/Afunctions (ten lines or less in length), then the use of the object
4416N/Afile is unrestricted, regardless of whether it is legally a derivative
4416N/Awork. (Executables containing this object code plus portions of the
4416N/ALibrary will still fall under Section 6.)
4416N/A
4416N/A Otherwise, if the work is a derivative of the Library, you may
4416N/Adistribute the object code for the work under the terms of Section 6.
4416N/AAny executables containing that work also fall under Section 6,
4416N/Awhether or not they are linked directly with the Library itself.
4416N/A^L
4416N/A 6. As an exception to the Sections above, you may also combine or
4416N/Alink a "work that uses the Library" with the Library to produce a
4416N/Awork containing portions of the Library, and distribute that work
4416N/Aunder terms of your choice, provided that the terms permit
4416N/Amodification of the work for the customer's own use and reverse
4416N/Aengineering for debugging such modifications.
4416N/A
4416N/A You must give prominent notice with each copy of the work that the
4416N/ALibrary is used in it and that the Library and its use are covered by
4416N/Athis License. You must supply a copy of this License. If the work
4416N/Aduring execution displays copyright notices, you must include the
4416N/Acopyright notice for the Library among them, as well as a reference
4416N/Adirecting the user to the copy of this License. Also, you must do one
4416N/Aof these things:
4416N/A
4416N/A a) Accompany the work with the complete corresponding
4416N/A machine-readable source code for the Library including whatever
4416N/A changes were used in the work (which must be distributed under
4416N/A Sections 1 and 2 above); and, if the work is an executable linked
4416N/A with the Library, with the complete machine-readable "work that
4416N/A uses the Library", as object code and/or source code, so that the
4416N/A user can modify the Library and then relink to produce a modified
4416N/A executable containing the modified Library. (It is understood
4416N/A that the user who changes the contents of definitions files in the
4416N/A Library will not necessarily be able to recompile the application
4416N/A to use the modified definitions.)
4416N/A
4416N/A b) Use a suitable shared library mechanism for linking with the
4416N/A Library. A suitable mechanism is one that (1) uses at run time a
4416N/A copy of the library already present on the user's computer system,
4416N/A rather than copying library functions into the executable, and (2)
4416N/A will operate properly with a modified version of the library, if
4416N/A the user installs one, as long as the modified version is
4416N/A interface-compatible with the version that the work was made with.
4416N/A
4416N/A c) Accompany the work with a written offer, valid for at
4416N/A least three years, to give the same user the materials
4416N/A specified in Subsection 6a, above, for a charge no more
4416N/A than the cost of performing this distribution.
4416N/A
4416N/A d) If distribution of the work is made by offering access to copy
4416N/A from a designated place, offer equivalent access to copy the above
4416N/A specified materials from the same place.
4416N/A
4416N/A e) Verify that the user has already received a copy of these
4416N/A materials or that you have already sent this user a copy.
4416N/A
4416N/A For an executable, the required form of the "work that uses the
4416N/ALibrary" must include any data and utility programs needed for
4416N/Areproducing the executable from it. However, as a special exception,
4416N/Athe materials to be distributed need not include anything that is
4416N/Anormally distributed (in either source or binary form) with the major
4416N/Acomponents (compiler, kernel, and so on) of the operating system on
4416N/Awhich the executable runs, unless that component itself accompanies
4416N/Athe executable.
4416N/A
4416N/A It may happen that this requirement contradicts the license
4416N/Arestrictions of other proprietary libraries that do not normally
4416N/Aaccompany the operating system. Such a contradiction means you cannot
4416N/Ause both them and the Library together in an executable that you
4416N/Adistribute.
4416N/A^L
4416N/A 7. You may place library facilities that are a work based on the
4416N/ALibrary side-by-side in a single library together with other library
4416N/Afacilities not covered by this License, and distribute such a combined
4416N/Alibrary, provided that the separate distribution of the work based on
4416N/Athe Library and of the other library facilities is otherwise
4416N/Apermitted, and provided that you do these two things:
4416N/A
4416N/A a) Accompany the combined library with a copy of the same work
4416N/A based on the Library, uncombined with any other library
4416N/A facilities. This must be distributed under the terms of the
4416N/A Sections above.
4416N/A
4416N/A b) Give prominent notice with the combined library of the fact
4416N/A that part of it is a work based on the Library, and explaining
4416N/A where to find the accompanying uncombined form of the same work.
4416N/A
4416N/A 8. You may not copy, modify, sublicense, link with, or distribute
4416N/Athe Library except as expressly provided under this License. Any
4416N/Aattempt otherwise to copy, modify, sublicense, link with, or
4416N/Adistribute the Library is void, and will automatically terminate your
4416N/Arights under this License. However, parties who have received copies,
4416N/Aor rights, from you under this License will not have their licenses
4416N/Aterminated so long as such parties remain in full compliance.
4416N/A
4416N/A 9. You are not required to accept this License, since you have not
4416N/Asigned it. However, nothing else grants you permission to modify or
4416N/Adistribute the Library or its derivative works. These actions are
4416N/Aprohibited by law if you do not accept this License. Therefore, by
4416N/Amodifying or distributing the Library (or any work based on the
4416N/ALibrary), you indicate your acceptance of this License to do so, and
4416N/Aall its terms and conditions for copying, distributing or modifying
4416N/Athe Library or works based on it.
4416N/A
4416N/A 10. Each time you redistribute the Library (or any work based on the
4416N/ALibrary), the recipient automatically receives a license from the
4416N/Aoriginal licensor to copy, distribute, link with or modify the Library
4416N/Asubject to these terms and conditions. You may not impose any further
4416N/Arestrictions on the recipients' exercise of the rights granted herein.
4416N/AYou are not responsible for enforcing compliance by third parties with
4416N/Athis License.
4416N/A^L
4416N/A 11. If, as a consequence of a court judgment or allegation of patent
4416N/Ainfringement or for any other reason (not limited to patent issues),
4416N/Aconditions are imposed on you (whether by court order, agreement or
4416N/Aotherwise) that contradict the conditions of this License, they do not
4416N/Aexcuse you from the conditions of this License. If you cannot
4416N/Adistribute so as to satisfy simultaneously your obligations under this
4416N/ALicense and any other pertinent obligations, then as a consequence you
4416N/Amay not distribute the Library at all. For example, if a patent
4416N/Alicense would not permit royalty-free redistribution of the Library by
4416N/Aall those who receive copies directly or indirectly through you, then
4416N/Athe only way you could satisfy both it and this License would be to
4416N/Arefrain entirely from distribution of the Library.
4416N/A
4416N/AIf any portion of this section is held invalid or unenforceable under
4416N/Aany particular circumstance, the balance of the section is intended to
4416N/Aapply, and the section as a whole is intended to apply in other
4416N/Acircumstances.
4416N/A
4416N/AIt is not the purpose of this section to induce you to infringe any
4416N/Apatents or other property right claims or to contest validity of any
4416N/Asuch claims; this section has the sole purpose of protecting the
4416N/Aintegrity of the free software distribution system which is
4416N/Aimplemented by public license practices. Many people have made
4416N/Agenerous contributions to the wide range of software distributed
4416N/Athrough that system in reliance on consistent application of that
4416N/Asystem; it is up to the author/donor to decide if he or she is willing
4416N/Ato distribute software through any other system and a licensee cannot
4416N/Aimpose that choice.
4416N/A
4416N/AThis section is intended to make thoroughly clear what is believed to
4416N/Abe a consequence of the rest of this License.
4416N/A
4416N/A 12. If the distribution and/or use of the Library is restricted in
4416N/Acertain countries either by patents or by copyrighted interfaces, the
4416N/Aoriginal copyright holder who places the Library under this License
4416N/Amay add an explicit geographical distribution limitation excluding those
4416N/Acountries, so that distribution is permitted only in or among
4416N/Acountries not thus excluded. In such case, this License incorporates
4416N/Athe limitation as if written in the body of this License.
4416N/A
4416N/A 13. The Free Software Foundation may publish revised and/or new
4416N/Aversions of the Lesser General Public License from time to time.
4416N/ASuch new versions will be similar in spirit to the present version,
4416N/Abut may differ in detail to address new problems or concerns.
4416N/A
4416N/AEach version is given a distinguishing version number. If the Library
4416N/Aspecifies a version number of this License which applies to it and
4416N/A"any later version", you have the option of following the terms and
4416N/Aconditions either of that version or of any later version published by
4416N/Athe Free Software Foundation. If the Library does not specify a
4416N/Alicense version number, you may choose any version ever published by
4416N/Athe Free Software Foundation.
4416N/A^L
4416N/A 14. If you wish to incorporate parts of the Library into other free
4416N/Aprograms whose distribution conditions are incompatible with these,
4416N/Awrite to the author to ask for permission. For software which is
4416N/Acopyrighted by the Free Software Foundation, write to the Free
4416N/ASoftware Foundation; we sometimes make exceptions for this. Our
4416N/Adecision will be guided by the two goals of preserving the free status
4416N/Aof all derivatives of our free software and of promoting the sharing
4416N/Aand reuse of software generally.
4416N/A
4416N/A NO WARRANTY
4416N/A
4416N/A 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
4416N/AWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
4416N/AEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
4416N/AOTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
4416N/AKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
4416N/AIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4416N/APURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
4416N/ALIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
4416N/ATHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
4416N/A
4416N/A 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
4416N/AWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
4416N/AAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
4416N/AFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
4416N/ACONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
4416N/ALIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
4416N/ARENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
4416N/AFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
4416N/ASUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
4416N/ADAMAGES.
4416N/A
4416N/A END OF TERMS AND CONDITIONS
4416N/A^L
4416N/A How to Apply These Terms to Your New Libraries
4416N/A
4416N/A If you develop a new library, and you want it to be of the greatest
4416N/Apossible use to the public, we recommend making it free software that
4416N/Aeveryone can redistribute and change. You can do so by permitting
4416N/Aredistribution under these terms (or, alternatively, under the terms
4416N/Aof the ordinary General Public License).
4416N/A
4416N/A To apply these terms, attach the following notices to the library.
4416N/AIt is safest to attach them to the start of each source file to most
4416N/Aeffectively convey the exclusion of warranty; and each file should
4416N/Ahave at least the "copyright" line and a pointer to where the full
4416N/Anotice is found.
4416N/A
4416N/A
4416N/A <one line to give the library's name and a brief idea of what it
4416N/Adoes.>
4416N/A Copyright (C) <year> <name of author>
4416N/A
4416N/A This library is free software; you can redistribute it and/or
4416N/A modify it under the terms of the GNU Lesser General Public
4416N/A License as published by the Free Software Foundation; either
4416N/A version 2 of the License, or (at your option) any later version.
4416N/A
4416N/A This library is distributed in the hope that it will be useful,
4416N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
4416N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4416N/A Lesser General Public License for more details.
4416N/A
4416N/A You should have received a copy of the GNU Lesser General Public
4416N/A License along with this library; if not, write to the Free Software
4416N/A Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4416N/A
4416N/AAlso add information on how to contact you by electronic and paper
4416N/Amail.
4416N/A
4416N/AYou should also get your employer (if you work as a programmer) or
4416N/Ayour
4416N/Aschool, if any, to sign a "copyright disclaimer" for the library, if
4416N/Anecessary. Here is a sample; alter the names:
4416N/A
4416N/A Yoyodyne, Inc., hereby disclaims all copyright interest in the
4416N/A library `Frob' (a library for tweaking knobs) written by James
4416N/ARandom Hacker.
4416N/A
4416N/A <signature of Ty Coon>, 1 April 1990
4416N/A Ty Coon, President of Vice
4416N/A
4416N/AThat's all there is to it!
4416N/A
4416N/A