diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-05-25 13:47:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 18:27:22 +0100 |
commit | 5faff78a9a8ea98c116dc7797b75c73baa85ac5d (patch) | |
tree | 977c5c21632bfa4582812a27b5716d01cc819f11 /meta/files/common-licenses/PHP-3 | |
parent | 183ef127f555af68084ab956363b375124dd2a57 (diff) | |
download | poky-5faff78a9a8ea98c116dc7797b75c73baa85ac5d.tar.gz |
common-licenses: Adding new licenses and renaming
I'm adding full common licenses to the common license directory.
These licenses are taken from the SPDX project or the OSI license
repository. They conform to the SPDX naming convention and will be
used by the new license.bbclass license parser in order to maintain
some sort of internal standard for license naming.
Going forward, we should have a bigger conversation about the LICENSE
field and standardizing that to conform to this naming standard.
(From OE-Core rev: acc260418a46dadd5598c53ad3491a21e8b2d6e8)
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/common-licenses/PHP-3')
-rw-r--r-- | meta/files/common-licenses/PHP-3 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/meta/files/common-licenses/PHP-3 b/meta/files/common-licenses/PHP-3 new file mode 100644 index 0000000000..49be9e23ee --- /dev/null +++ b/meta/files/common-licenses/PHP-3 | |||
@@ -0,0 +1,70 @@ | |||
1 | |||
2 | |||
3 | cense | ||
4 | |||
5 | version 3.0 | ||
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 group@php.net. | ||
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 group@php.net. 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, freely available from | ||
43 | <http://www.php.net/>". | ||
44 | |||
45 | |||
46 | THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND | ||
47 | ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | ||
48 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
49 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP | ||
50 | DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, | ||
51 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
52 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
53 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
54 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
55 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
56 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | ||
57 | OF THE POSSIBILITY OF SUCH DAMAGE. | ||
58 | |||
59 | -------------------------------------------------------------------- | ||
60 | |||
61 | This software consists of voluntary contributions made by many | ||
62 | individuals on behalf of the PHP Group. | ||
63 | |||
64 | The PHP Group can be contacted via Email at group@php.net. | ||
65 | |||
66 | For more information on the PHP Group and the PHP project, | ||
67 | please see <http://www.php.net>. | ||
68 | |||
69 | This product includes the Zend Engine, freely available at | ||
70 | <http://www.zend.com>. | ||