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.bbclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass
index c36bce431a..83cd90060d 100644
--- a/meta/classes/copyleft_filter.bbclass
+++ b/meta/classes/copyleft_filter.bbclass
@@ -1,10 +1,14 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6
1# Filter the license, the copyleft_should_include returns True for the 7# Filter the license, the copyleft_should_include returns True for the
2# COPYLEFT_LICENSE_INCLUDE recipe, and False for the 8# COPYLEFT_LICENSE_INCLUDE recipe, and False for the
3# COPYLEFT_LICENSE_EXCLUDE. 9# COPYLEFT_LICENSE_EXCLUDE.
4# 10#
5# By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary. 11# By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.
6#
7# vi:sts=4:sw=4:et
8 12
9COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*' 13COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*'
10COPYLEFT_LICENSE_INCLUDE[type] = 'list' 14COPYLEFT_LICENSE_INCLUDE[type] = 'list'