diff options
author | Olof Johansson <olof.johansson@axis.com> | 2016-11-15 20:10:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:14 +0000 |
commit | f001c6608644a1353cab95e7642162913b90cd35 (patch) | |
tree | ffcd59da039b910d5cfe8c63ca26db9201b751d7 /meta/conf/licenses.conf | |
parent | 595a84f0c1b94fbfc6683f610e9e1c57ece777ef (diff) | |
download | poky-f001c6608644a1353cab95e7642162913b90cd35.tar.gz |
licenses.conf: Fix variable name in comments (FOSS_NO_COPYRIGHT)
A FOSSology related variable was renamed from FOSS_COPRYIGHT to
FOSS_NO_COPYRIGHT, but the comment block describing the variable
in licenses.conf was missed.
Besides fixing this, this change also removes a redundant comment
about where the variable is defined (it's right there! ;-)).
(From OE-Core rev: 5f08d4ea1b4ddf04d7f1d8aa38c0dac9b1af44bc)
Signed-off-by: Olof Johansson <olofjn@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/licenses.conf')
-rw-r--r-- | meta/conf/licenses.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 9917c40e19..d210a0e940 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf | |||
@@ -133,11 +133,10 @@ DATA_LICENSE = "CC0-1.0" | |||
133 | # You can set option to control if the copyright information will be skipped | 133 | # You can set option to control if the copyright information will be skipped |
134 | # during the identification process. | 134 | # during the identification process. |
135 | # | 135 | # |
136 | # It is defined as [FOSS_COPYRIGHT] in ./meta/conf/licenses.conf. | 136 | # FOSS_NO_COPYRIGHT = "true" |
137 | # FOSS_COPYRIGHT = "true" | ||
138 | # NO copyright will be processed. That means only license information will be | 137 | # NO copyright will be processed. That means only license information will be |
139 | # identified and output to SPDX file | 138 | # identified and output to SPDX file |
140 | # FOSS_COPYRIGHT = "false" | 139 | # FOSS_NO_COPYRIGHT = "false" |
141 | # Copyright will be identified and output to SPDX file along with license | 140 | # Copyright will be identified and output to SPDX file along with license |
142 | # information. The process will take more time than not processing copyright | 141 | # information. The process will take more time than not processing copyright |
143 | # information. | 142 | # information. |