r4: Load php5-apc-3.0.15 into trunk.
[php5-apc.git] / debian / copyright
1 This package was debianized by Dragan Dosen <ddosen@ffzg.hr> on
2 Fri, 21 Dec 2007 19:50:02 +0100
3
4 It was downloaded from http://pecl.php.net/package/APC
5
6 The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.
7 This extension is being released under the PHP License for complete compliance
8 with PHP and to encourage wide-spread use.  It is our intention that this
9 project be kept open source and that all commercial spin-offs contribute their
10 modifications back into the public source-tree.
11
12 Creators:
13     Daniel Cowgill
14     George Schlossnagle
15
16 PHP5 support and major features by:
17     Arun C. Murthy 
18     Gopal Vijayaraghavan
19     Rasmus Lerdorf
20
21 This software was contributed to PHP by Community Connect Inc. in 2002
22 and revised in 2005 by Yahoo! Inc. to add support for PHP 5.1.
23 Future revisions and derivatives of this source code must acknowledge
24 Community Connect Inc. as the original contributor of this module by
25 leaving this note intact in the source code.
26
27 All other licensing and usage conditions are those of the PHP Group.
28
29 We would like to thank Community Connect Inc. and Yahoo! Inc. for supporting 
30 this project and providing a challenging and stimulating environment in 
31 which exciting projects can happen.
32
33 Contributors:
34     Mike Bretz          bug fixes, GUI, and lots of work
35     Ricardo Galli       changed read-write locks to prefer readers
36     Yann Grossel        bug fixes
37     Thies Arntzen       bug fixes
38     Sara Golemon        optimizer work
39
40 Special Thanks:
41     Florian Baumert     help debugging phplib problems
42     Thomas Duffey       help debugging inheritance issues
43     Vibol Hou           help debugging phplib problems
44     Angel Li            diffs for ANSI comment compliance
45     Christian Rishøj    help debugging phplib problems
46     Sascha Schumann     memory error bug fix
47
48 You should have received a copy of the GNU General Public License
49 along with this package; if not, write to the Free Software
50 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
51
52 On Debian systems, the complete text of the GNU General
53 Public License can be found in `/usr/share/common-licenses/GPL'.
54
55
56 -------------------------------------------------------------------- 
57                   The PHP License, version 3.01
58 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
59 -------------------------------------------------------------------- 
60
61 Redistribution and use in source and binary forms, with or without
62 modification, is permitted provided that the following conditions
63 are met:
64
65   1. Redistributions of source code must retain the above copyright
66      notice, this list of conditions and the following disclaimer.
67  
68   2. Redistributions in binary form must reproduce the above copyright
69      notice, this list of conditions and the following disclaimer in
70      the documentation and/or other materials provided with the
71      distribution.
72  
73   3. The name "PHP" must not be used to endorse or promote products
74      derived from this software without prior written permission. For
75      written permission, please contact group@php.net.
76   
77   4. Products derived from this software may not be called "PHP", nor
78      may "PHP" appear in their name, without prior written permission
79      from group@php.net.  You may indicate that your software works in
80      conjunction with PHP by saying "Foo for PHP" instead of calling
81      it "PHP Foo" or "phpfoo"
82  
83   5. The PHP Group may publish revised and/or new versions of the
84      license from time to time. Each version will be given a
85      distinguishing version number.
86      Once covered code has been published under a particular version
87      of the license, you may always continue to use it under the terms
88      of that version. You may also choose to use such covered code
89      under the terms of any subsequent version of the license
90      published by the PHP Group. No one other than the PHP Group has
91      the right to modify the terms applicable to covered code created
92      under this License.
93
94   6. Redistributions of any form whatsoever must retain the following
95      acknowledgment:
96      "This product includes PHP software, freely available from
97      <http://www.php.net/software/>".
98
99 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
100 ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
101 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
102 PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
103 DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
104 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
105 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
106 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
107 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
108 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
109 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
110 OF THE POSSIBILITY OF SUCH DAMAGE.
111
112 -------------------------------------------------------------------- 
113
114 This software consists of voluntary contributions made by many
115 individuals on behalf of the PHP Group.
116
117 The PHP Group can be contacted via Email at group@php.net.
118
119 For more information on the PHP Group and the PHP project, 
120 please see <http://www.php.net>.
121
122 PHP includes the Zend Engine, freely available at
123 <http://www.zend.com>.
124
125
126 The Debian packaging is (C) 2006, root <debian@mcmillan.net.nz> and
127 is licensed under the GPL, see above.
128 This is the NOTICE file that holds acknowledgements and stuff.