diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-01 15:18:00 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-13 12:03:39 +0100 |
commit | 24131e6d92f18eb86bc165e226a9e1882ac83789 (patch) | |
tree | 33873226f8a71d448c61284f175dafb8d149c5ad /meta-webserver | |
parent | 6e9591cc23376bdf9779b337340f60adf6dd0ba1 (diff) | |
download | meta-openembedded-24131e6d92f18eb86bc165e226a9e1882ac83789.tar.gz |
xdebug: add license file
Add the Xdebug license file to avoid a missing generic license file
warning during building.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-webserver/licenses/Xdebug | 60 |
2 files changed, 62 insertions, 0 deletions
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index d887b679b..a4d6a2723 100644 --- a/meta-webserver/conf/layer.conf +++ b/meta-webserver/conf/layer.conf | |||
@@ -16,3 +16,5 @@ BBFILE_PRIORITY_webserver = "6" | |||
16 | LAYERVERSION_webserver = "1" | 16 | LAYERVERSION_webserver = "1" |
17 | 17 | ||
18 | LAYERDEPENDS_webserver = "core" | 18 | LAYERDEPENDS_webserver = "core" |
19 | |||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||
diff --git a/meta-webserver/licenses/Xdebug b/meta-webserver/licenses/Xdebug new file mode 100644 index 000000000..3cdbf0598 --- /dev/null +++ b/meta-webserver/licenses/Xdebug | |||
@@ -0,0 +1,60 @@ | |||
1 | -------------------------------------------------------------------- | ||
2 | The Xdebug License, version 1.01 | ||
3 | (Based on "The PHP License", version 3.0) | ||
4 | Copyright (c) 2003-2012 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>. | ||