summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/Apache-1
diff options
context:
space:
mode:
authorBeth Flanagan <elizabeth.flanagan@intel.com>2011-05-25 13:47:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-27 18:27:22 +0100
commit5faff78a9a8ea98c116dc7797b75c73baa85ac5d (patch)
tree977c5c21632bfa4582812a27b5716d01cc819f11 /meta/files/common-licenses/Apache-1
parent183ef127f555af68084ab956363b375124dd2a57 (diff)
downloadpoky-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/Apache-1')
-rw-r--r--meta/files/common-licenses/Apache-159
1 files changed, 59 insertions, 0 deletions
diff --git a/meta/files/common-licenses/Apache-1 b/meta/files/common-licenses/Apache-1
new file mode 100644
index 0000000000..af3baa8bfe
--- /dev/null
+++ b/meta/files/common-licenses/Apache-1
@@ -0,0 +1,59 @@
1
2/* ====================================================================
3* The Apache Software License, Version 1.1
4*
5* Copyright (c) 2000 The Apache Software Foundation. All rights
6* reserved.
7*
8* Redistribution and use in source and binary forms, with or without
9* modification, are permitted provided that the following conditions
10* are met:
11*
12* 1. Redistributions of source code must retain the above copyright
13* notice, this list of conditions and the following disclaimer.
14*
15* 2. Redistributions in binary form must reproduce the above copyright
16* notice, this list of conditions and the following disclaimer in
17* the documentation and/or other materials provided with the
18* distribution.
19*
20* 3. The end-user documentation included with the redistribution,
21* if any, must include the following acknowledgment:
22* "This product includes software developed by the
23* Apache Software Foundation (http://www.apache.org/)."
24* Alternately, this acknowledgment may appear in the software itself,
25* if and wherever such third-party acknowledgments normally appear.
26*
27* 4. The names "Apache" and "Apache Software Foundation"
28must
29* not be used to endorse or promote products derived from this
30* software without prior written permission. For written
31* permission, please contact apache@apache.org.
32*
33* 5. Products derived from this software may not be called "Apache",
34* nor may "Apache" appear in their name, without prior written
35* permission of the Apache Software Foundation.
36*
37* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
38* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
39* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
41* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
44* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
45* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
46* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
47* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48* SUCH DAMAGE.
49* ====================================================================
50*
51* This software consists of voluntary contributions made by many
52* individuals on behalf of the Apache Software Foundation. For more
53* information on the Apache Software Foundation, please see
54* <http://www.apache.org/>.
55*
56* Portions of this software are based upon public domain software
57* originally written at the National Center for Supercomputing Applications,
58* University of Illinois, Urbana-Champaign.
59*/