Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
--------------------------------------------------------------------
2
                 The Xdebug License, version 1.01
3
             (Based on "The PHP License", version 3.0)
4
   Copyright (c) 2003-2011 Derick Rethans. 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 "Xdebug" must not be used to endorse or promote products
20
     derived from this software without prior written permission. For
21
     written permission, please contact derick@xdebug.org.
22
 
23
  4. Products derived from this software may not be called "Xdebug", nor
24
     may "Xdebug" appear in their name, without prior written permission
25
     from derick@xdebug.org.
26
 
27
  5. Derick Rethans may publish revised and/or new versions of the
28
     license from time to time. Each version will be given a
29
     distinguishing version number.  Once covered code has been
30
     published under a particular version of the license, you may
31
     always continue to use it under the terms of that version. You
32
     may also choose to use such covered code under the terms of any
33
     subsequent version of the license published by Derick Rethans. No
34
     one other than Derick Rethans has the right to modify the terms
35
     applicable to covered code created under this License.
36
 
37
  6. Redistributions of any form whatsoever must retain the following
38
     acknowledgment: "This product includes Xdebug, freely available
39
     from <http://xdebug.org/>".
40
 
41
THIS SOFTWARE IS PROVIDED BY DERICK RETHANS ``AS IS'' AND ANY
42
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
44
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR
45
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
46
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
49
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
50
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52
 
53
--------------------------------------------------------------------
54
 
55
This software consists of voluntary contributions made by some
56
individuals on behalf of Derick Rethans.
57
 
58
Derick Rethans can be contacted via e-mail at derick@xdebug.org.
59
 
60
For more information Xdebug, please see <http://xdebug.org>.