diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 17:52:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:46:25 +0000 |
commit | 1402016341391e54e541eec869eaad7a42cb43c7 (patch) | |
tree | 01871aa79d7962fb02fb22e716e0cfbb60474d06 /recipes-extended/groff/groff_1.18.1.4.bb | |
parent | 8492913025f1286c657a34996c02b2b4de19fb6a (diff) | |
download | meta-gplv2-1402016341391e54e541eec869eaad7a42cb43c7.tar.gz |
recipes: Convert to use SPDX license names in LICENSE variables
This uses the script from OE-Core to make the conversion.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-extended/groff/groff_1.18.1.4.bb')
-rw-r--r-- | recipes-extended/groff/groff_1.18.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/groff/groff_1.18.1.4.bb b/recipes-extended/groff/groff_1.18.1.4.bb index 84b0d78..293043c 100644 --- a/recipes-extended/groff/groff_1.18.1.4.bb +++ b/recipes-extended/groff/groff_1.18.1.4.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The groff (GNU troff) software is a typesetting package which rea | |||
3 | formatting commands and produces formatted output." | 3 | formatting commands and produces formatted output." |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | HOMEPAGE = "http://www.gnu.org/software/groff/" | 5 | HOMEPAGE = "http://www.gnu.org/software/groff/" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" |