summaryrefslogtreecommitdiffstats
path: root/meta/classes/copyleft_filter.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/copyleft_filter.bbclass')
-rw-r--r--meta/classes/copyleft_filter.bbclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass
index c36bce431a..0e93a3df42 100644
--- a/meta/classes/copyleft_filter.bbclass
+++ b/meta/classes/copyleft_filter.bbclass
@@ -1,10 +1,12 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4
1# Filter the license, the copyleft_should_include returns True for the 5# Filter the license, the copyleft_should_include returns True for the
2# COPYLEFT_LICENSE_INCLUDE recipe, and False for the 6# COPYLEFT_LICENSE_INCLUDE recipe, and False for the
3# COPYLEFT_LICENSE_EXCLUDE. 7# COPYLEFT_LICENSE_EXCLUDE.
4# 8#
5# By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary. 9# By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.
6#
7# vi:sts=4:sw=4:et
8 10
9COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*' 11COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*'
10COPYLEFT_LICENSE_INCLUDE[type] = 'list' 12COPYLEFT_LICENSE_INCLUDE[type] = 'list'