diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-12-19 09:23:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:29 +0000 |
commit | bd66d229c9d5d834355bc3e02c4a78550fae7900 (patch) | |
tree | 7d0c2ee351dccf948ba4a85760c0ade3e1ad4bb9 /meta | |
parent | 7a708b17754486e61d9971d762e8d8fa768cc799 (diff) | |
download | poky-bd66d229c9d5d834355bc3e02c4a78550fae7900.tar.gz |
less: Correcting generic license
I've asked and received permission from Mark Nudelman, the author
of less, to utilize a generic BSD 2 clause license for less, instead
of creating a common "less" license file.
(From OE-Core rev: 37c8c2c5f6937520eaf9f5d981f9315e36eba4bb)
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/less/less_444.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/less/less_444.bb b/meta/recipes-extended/less/less_444.bb index f198692724..f413ba0699 100644 --- a/meta/recipes-extended/less/less_444.bb +++ b/meta/recipes-extended/less/less_444.bb | |||
@@ -7,10 +7,10 @@ SECTION = "console/utils" | |||
7 | 7 | ||
8 | # (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less | 8 | # (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less |
9 | # less is a 2-clause BSD-like permissive license | 9 | # less is a 2-clause BSD-like permissive license |
10 | # Reading LICENSE and COPYING indicate that GPL-3+ is suffient. | 10 | # Mark Nudelman (author of less) has given permission to utilize a generic |
11 | # openSuse .spec and Debian seem to agree here. setting to GPL-3+ | 11 | # 2-clause BSD |
12 | 12 | ||
13 | LICENSE = "GPLv3+" | 13 | LICENSE = "GPLv3+ | BSD-2-Clause" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
15 | file://LICENSE;md5=1237c0f825bb36122b0b2b486ffbe6be" | 15 | file://LICENSE;md5=1237c0f825bb36122b0b2b486ffbe6be" |
16 | DEPENDS = "ncurses" | 16 | DEPENDS = "ncurses" |