* [PATCH 0/1] classes/copyleft_filter: include AGPL in default included list
@ 2017-02-07 19:12 Paul Eggleton
2017-02-07 19:12 ` [PATCH 1/1] " Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2017-02-07 19:12 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 68da6c98841f4450736ae170e443aa744c8b77eb:
oeqa/selftest/pkgdata: use m4 instead of bash (2017-02-07 14:48:56 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/copyleft-agpl
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/copyleft-agpl
Paul Eggleton (1):
classes/copyleft_filter: include AGPL in default included list
meta/classes/copyleft_filter.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] classes/copyleft_filter: include AGPL in default included list
2017-02-07 19:12 [PATCH 0/1] classes/copyleft_filter: include AGPL in default included list Paul Eggleton
@ 2017-02-07 19:12 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2017-02-07 19:12 UTC (permalink / raw)
To: openembedded-core
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>
---
meta/classes/copyleft_filter.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass
index 426956f..5867bb9 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'
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-07 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 19:12 [PATCH 0/1] classes/copyleft_filter: include AGPL in default included list Paul Eggleton
2017-02-07 19:12 ` [PATCH 1/1] " Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox