summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/PHP-3
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2011-12-03 15:16:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:24:30 +0000
commitcb91ef9310a2450650ec880be6f0fc3a6e2d4a23 (patch)
tree9886b8bbf81cfb2aedc4825f61ae86c4fae7d2b2 /meta/files/common-licenses/PHP-3
parentc41b31e45161b16d4a792db208edfaafbc164611 (diff)
downloadpoky-cb91ef9310a2450650ec880be6f0fc3a6e2d4a23.tar.gz
license: manifest and license path
This is a fairly large commit, so I want to step through some of what this accomplishes: 1. Additional licenses I've added/modified/corrected some of the common licenses within OE-core in prep. for a major license audit. Most of these are in SPDX format. A few, there is no OSI equivalent. 2. Additional SPDX mappings I've added some additional SPDX mappings to account for removing some duplicate licenses. (ie GPL-2 and GPL-2.0 were the same) I've also remapped a few things to more accurately reflect what they should be pointing at. Note: Artistic/LGPL/GPL/MPL. Quite a few LICENSE fields list these licenses. They make no sense and need auditing. In a future commit I have some fixes to particularly egregious LICENSE fields, but a full audit should be done. I've listed to obvious candidates at: https://wiki.yoctoproject.org/wiki/License_Audit 3. License manifest We now have a license manifest generation that occurs in rootfs for everything BUT .deb. This requires the changes Paul Eggleton has done to rootfs_* particularly the list_installed_packages function. The manifest is accurate during a parallel bitbake now (Weee!) and is prime for my planned SPDX format manifest during the next period. 4. License manifest on image. We also want the ability to add licenses to the image. This functionality is also in base-files and will be stripped out in my next commit. The manifest is not added by default and is a two var setting in license.conf: If I want *just* the manifest on the image (small) then I set: COPY_LIC_MANIFEST = "1" This copies the manifest to: /usr/share/common-licenses/license.manifest If I want the actual PKG license text on the image (much larger) I need to set both both COPY_LIC_MANIFEST and COPY_LIC_DIRS in license.conf. This will create: /usr/share/common-licenses/(package name)/(licenses in LIC_SRC_URI) Word of warning. This can be larger than wanted depending on image and is probably ripe for linking licenses, but I ran out of time this week to get that done. 5. Custom License search path. We now have the ability to add licenses to the build without touching common-licenses. This is set via license.conf: LICENSE_PATH += "/path/to/custom/licenses" You want to make sure the license is unique. license.bbclass picks the first license it finds. (From OE-Core rev: 558b5043e1d5a36caff137093fd04abcf025af1c) Signed-off-by: Elizabeth 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-370
1 files changed, 0 insertions, 70 deletions
diff --git a/meta/files/common-licenses/PHP-3 b/meta/files/common-licenses/PHP-3
deleted file mode 100644
index 49be9e23ee..0000000000
--- a/meta/files/common-licenses/PHP-3
+++ /dev/null
@@ -1,70 +0,0 @@
1
2
3cense
4
5version 3.0
6
7Redistribution and use in source and binary forms, with or without
8modification, is permitted provided that the following conditions
9are 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
46THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
47ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
48THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
49PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
50DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
51INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
52(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
53SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
55STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
56ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
57OF THE POSSIBILITY OF SUCH DAMAGE.
58
59--------------------------------------------------------------------
60
61This software consists of voluntary contributions made by many
62individuals on behalf of the PHP Group.
63
64The PHP Group can be contacted via Email at group@php.net.
65
66For more information on the PHP Group and the PHP project,
67please see <http://www.php.net>.
68
69This product includes the Zend Engine, freely available at
70<http://www.zend.com>.