aboutsummaryrefslogtreecommitdiffstats
path: root/conf/licenses.conf
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-27 16:11:14 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-27 16:11:14 -0700
commitadfc2e343c4857a462f2a534d1a6d473f9a7dae1 (patch)
treeb93beab475b5cbe46e905672b9ecc202a5b0575a /conf/licenses.conf
parent41c855964be949b7961448ec94443ad5f9c58c75 (diff)
downloadopenembedded-adfc2e343c4857a462f2a534d1a6d473f9a7dae1.tar.gz
licenses.conf: Add strings for GPL/LGPLv3 and LGPLv2.1
Diffstat (limited to 'conf/licenses.conf')
-rw-r--r--conf/licenses.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/licenses.conf b/conf/licenses.conf
index e81434da8c..01c4747167 100644
--- a/conf/licenses.conf
+++ b/conf/licenses.conf
@@ -1,4 +1,5 @@
-SRC_DISTRIBUTE_LICENSES += "GPL GPLv2 BSD LGPL Apache-2.0 QPL AFL"
+SRC_DISTRIBUTE_LICENSES += "GPL GPLv2 GPLv3 LGPL LGPLv2.1 LGPLv3"
+SRC_DISTRIBUTE_LICENSES += "BSD Apache-2.0 QPL AFL"
SRC_DISTRIBUTE_LICENSES += "MIT Sleepycat Classpath Perl PSF PD Artistic"
SRC_DISTRIBUTE_LICENSES += "bzip2 zlib ntp cron libpng netperf openssl"
SRC_DISTRIBUTE_LICENSES += "Info-ZIP tcp-wrappers"