aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-02-08 08:04:59 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2017-02-08 08:11:40 +1300
commit9dc16cd420bc79d688d2798c4396e3ccb4f0a80a (patch)
treef6084ae00624292c262fefa37a1cd6b36ed95a9d
parent68da6c98841f4450736ae170e443aa744c8b77eb (diff)
downloadopenembedded-core-contrib-paule/copyleft-agpl.tar.gz
classes/copyleft_filter: include AGPL in default included listpaule/copyleft-agpl
If we're including all GPL licenses then we should include AGPL in the default COPYLEFT_LICENSE_INCLUDE since it has similar terms (and currently we do have one AGPL-licensed recipe in OE-Core, namely db). (Note that the default list isn't meant to be a guaranteed complete safe list - seek legal advice based on what you're distributing if unsure.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/classes/copyleft_filter.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass
index 426956f08f..5867bb9f7e 100644
--- a/meta/classes/copyleft_filter.bbclass
+++ b/meta/classes/copyleft_filter.bbclass
@@ -6,7 +6,7 @@
#
# vi:sts=4:sw=4:et
-COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL*'
+COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*'
COPYLEFT_LICENSE_INCLUDE[type] = 'list'
COPYLEFT_LICENSE_INCLUDE[doc] = 'Space separated list of globs which include licenses'