diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-02-27 19:21:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:44:59 +0000 |
commit | 83766c9fffa45cd3a94cf8076f7c8f45aba11a12 (patch) | |
tree | 86f6f27a115e7416bf3cae085ef6d82f9ecbccb1 /meta/recipes-extended/less | |
parent | 68d1a56e987ee530620bdf245ddf1812f8cf6d39 (diff) | |
download | poky-83766c9fffa45cd3a94cf8076f7c8f45aba11a12.tar.gz |
meta, meta-selftest: Replace more non-SPDX license identifiers
In commit ceda3238 (meta/meta-selftest/meta-skeleton: Update LICENSE
variable to use SPDX license identifiers) all LICENSE variables were
updated to only use SPDX license identifiers.
This does the same for comments and other variables where it is
appropriate to use the official SPDX license identifiers. There are
still references to, e.g., "GPLv3", but they are then typically in
descriptive text where they refer to the license in a generic sense.
(From OE-Core rev: 165759dced7fbe73b1db2ede67047896071dc6d0)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/less')
-rw-r--r-- | meta/recipes-extended/less/less_600.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/less/less_600.bb b/meta/recipes-extended/less/less_600.bb index 8b715fac6b..9ebe39daab 100644 --- a/meta/recipes-extended/less/less_600.bb +++ b/meta/recipes-extended/less/less_600.bb | |||
@@ -5,7 +5,7 @@ programs. Less offers many features beyond those that more does." | |||
5 | HOMEPAGE = "http://www.greenwoodsoftware.com/" | 5 | HOMEPAGE = "http://www.greenwoodsoftware.com/" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | 7 | ||
8 | # (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less | 8 | # (GPL-2.0-or-later (<< 418), GPL-3.0-or-later (>= 418)) | less |
9 | # Including email author giving permissing to use BSD | 9 | # Including email author giving permissing to use BSD |
10 | # | 10 | # |
11 | # From: Mark Nudelman <markn@greenwoodsoftware.com> | 11 | # From: Mark Nudelman <markn@greenwoodsoftware.com> |