php7-pecl-dio: add new package
[feed/packages.git] / lang / php7-pecl-dio / patches / 0005-Added-LICENCE-file-as-requested-in-Request-65869.patch
1 From 7c85a44880d9d748e7554f8fe7448505fa86aa28 Mon Sep 17 00:00:00 2001
2 From: cyberspice <cyberspice@c90b9560-bf6c-de11-be94-00142212c4b1>
3 Date: Sat, 12 Oct 2013 22:20:19 +0000
4 Subject: [PATCH 05/16] Added LICENCE file as requested in Request #65869
5
6 Files added:
7 LICENCE
8
9 git-svn-id: http://svn.php.net/repository/pecl/dio/trunk@331788 c90b9560-bf6c-de11-be94-00142212c4b1
10 ---
11 LICENSE | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12 1 file changed, 68 insertions(+)
13 create mode 100644 LICENSE
14
15 diff --git a/LICENSE b/LICENSE
16 new file mode 100644
17 index 0000000..d376afe
18 --- /dev/null
19 +++ b/LICENSE
20 @@ -0,0 +1,68 @@
21 +--------------------------------------------------------------------
22 + The PHP License, version 3.01
23 +Copyright (c) 2008 - 2013 The PHP Group. All rights reserved.
24 +--------------------------------------------------------------------
25 +
26 +Redistribution and use in source and binary forms, with or without
27 +modification, is permitted provided that the following conditions
28 +are met:
29 +
30 + 1. Redistributions of source code must retain the above copyright
31 + notice, this list of conditions and the following disclaimer.
32 +
33 + 2. Redistributions in binary form must reproduce the above copyright
34 + notice, this list of conditions and the following disclaimer in
35 + the documentation and/or other materials provided with the
36 + distribution.
37 +
38 + 3. The name "PHP" must not be used to endorse or promote products
39 + derived from this software without prior written permission. For
40 + written permission, please contact group@php.net.
41 +
42 + 4. Products derived from this software may not be called "PHP", nor
43 + may "PHP" appear in their name, without prior written permission
44 + from group@php.net. You may indicate that your software works in
45 + conjunction with PHP by saying "Foo for PHP" instead of calling
46 + it "PHP Foo" or "phpfoo"
47 +
48 + 5. The PHP Group may publish revised and/or new versions of the
49 + license from time to time. Each version will be given a
50 + distinguishing version number.
51 + Once covered code has been published under a particular version
52 + of the license, you may always continue to use it under the terms
53 + of that version. You may also choose to use such covered code
54 + under the terms of any subsequent version of the license
55 + published by the PHP Group. No one other than the PHP Group has
56 + the right to modify the terms applicable to covered code created
57 + under this License.
58 +
59 + 6. Redistributions of any form whatsoever must retain the following
60 + acknowledgment:
61 + "This product includes PHP software, freely available from
62 + <http://www.php.net/software/>".
63 +
64 +THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
65 +ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
66 +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
67 +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
68 +DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
69 +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
70 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
71 +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
72 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
73 +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
74 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
75 +OF THE POSSIBILITY OF SUCH DAMAGE.
76 +
77 +--------------------------------------------------------------------
78 +
79 +This software consists of voluntary contributions made by many
80 +individuals on behalf of the PHP Group.
81 +
82 +The PHP Group can be contacted via Email at group@php.net.
83 +
84 +For more information on the PHP Group and the PHP project,
85 +please see <http://www.php.net>.
86 +
87 +PHP includes the Zend Engine, freely available at
88 +<http://www.zend.com>.
89 --
90 2.5.0
91