diff options
author | Diego Rondini <diego.ml@zoho.com> | 2013-06-13 10:49:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:37 +0100 |
commit | 1dd643b142c69ac9035e29bff11d02201638dc65 (patch) | |
tree | 07cd3b82c8ee63861919ec02b70904ccd48daa80 /meta/conf/licenses.conf | |
parent | 6d1f9d5c7dbf63a3c023ff16edb69ae840a07cb0 (diff) | |
download | poky-1dd643b142c69ac9035e29bff11d02201638dc65.tar.gz |
licences: Add SGI license
Add SGI license used, for example, in glmark2
(From OE-Core rev: cf59801be372bda962a94e6a406e97d20744ae45)
Signed-off-by: Diego Rondini <diego.ml@zoho.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/licenses.conf')
-rw-r--r-- | meta/conf/licenses.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 3cb143c863..922b84c924 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf | |||
@@ -34,7 +34,7 @@ SRC_DISTRIBUTE_LICENSES += "NGPL Nokia NPOSL-3.0 NTP OASIS OCLC-2.0 ODbL-1.0" | |||
34 | SRC_DISTRIBUTE_LICENSES += "OFL-1.1 OGTSL OLDAP-2.8 OpenSSL OSL-1.0 OSL-2.0" | 34 | SRC_DISTRIBUTE_LICENSES += "OFL-1.1 OGTSL OLDAP-2.8 OpenSSL OSL-1.0 OSL-2.0" |
35 | SRC_DISTRIBUTE_LICENSES += "OSL-3.0 PD PHP-3.0 PostgreSQL Proprietary" | 35 | SRC_DISTRIBUTE_LICENSES += "OSL-3.0 PD PHP-3.0 PostgreSQL Proprietary" |
36 | SRC_DISTRIBUTE_LICENSES += "Python-2.0 QPL-1.0 RHeCos-1 RHeCos-1.1 RPL-1.5" | 36 | SRC_DISTRIBUTE_LICENSES += "Python-2.0 QPL-1.0 RHeCos-1 RHeCos-1.1 RPL-1.5" |
37 | SRC_DISTRIBUTE_LICENSES += "RPSL-1.0 RSCPL Ruby SAX-PD Simple-2.0 Sleepycat" | 37 | SRC_DISTRIBUTE_LICENSES += "RPSL-1.0 RSCPL Ruby SAX-PD SGI-1 Simple-2.0 Sleepycat" |
38 | SRC_DISTRIBUTE_LICENSES += "SPL-1.0 SugarCRM-1 SugarCRM-1.1.3 UCB VSL-1.0 W3C" | 38 | SRC_DISTRIBUTE_LICENSES += "SPL-1.0 SugarCRM-1 SugarCRM-1.1.3 UCB VSL-1.0 W3C" |
39 | SRC_DISTRIBUTE_LICENSES += "Watcom-1.0 WXwindows XFree86-1.1 Xnet YPL-1.1" | 39 | SRC_DISTRIBUTE_LICENSES += "Watcom-1.0 WXwindows XFree86-1.1 Xnet YPL-1.1" |
40 | SRC_DISTRIBUTE_LICENSES += "Zimbra-1.3 Zlib ZPL-1.1 ZPL-2.0 ZPL-2.1" | 40 | SRC_DISTRIBUTE_LICENSES += "Zimbra-1.3 Zlib ZPL-1.1 ZPL-2.0 ZPL-2.1" |
@@ -104,6 +104,9 @@ SPDXLICENSEMAP[AFLv1] = "AFL-1.2" | |||
104 | #Other variations | 104 | #Other variations |
105 | SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" | 105 | SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" |
106 | 106 | ||
107 | #Silicon Graphics variations | ||
108 | SPDXLICENSEMAP[SGIv1] = "SGI-1" | ||
109 | |||
107 | # Additional license directories. Add your custom licenses directories this path. | 110 | # Additional license directories. Add your custom licenses directories this path. |
108 | # LICENSE_PATH += "${COREBASE}/custom-licenses" | 111 | # LICENSE_PATH += "${COREBASE}/custom-licenses" |
109 | 112 | ||