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:13:23 +0000 |
commit | 37c8c2c5f6937520eaf9f5d981f9315e36eba4bb (patch) | |
tree | 19e2a7cccfcc3e895cad934e9f12877835c8772e /meta/recipes-extended | |
parent | 0a6b9dda8647dbd9e10402882294ea5702dd7b8d (diff) | |
download | openembedded-core-37c8c2c5f6937520eaf9f5d981f9315e36eba4bb.tar.gz openembedded-core-37c8c2c5f6937520eaf9f5d981f9315e36eba4bb.tar.bz2 openembedded-core-37c8c2c5f6937520eaf9f5d981f9315e36eba4bb.zip |
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.
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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" # (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less # less is a 2-clause BSD-like permissive license -# Reading LICENSE and COPYING indicate that GPL-3+ is suffient. -# openSuse .spec and Debian seem to agree here. setting to GPL-3+ +# Mark Nudelman (author of less) has given permission to utilize a generic +# 2-clause BSD -LICENSE = "GPLv3+" +LICENSE = "GPLv3+ | BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://LICENSE;md5=1237c0f825bb36122b0b2b486ffbe6be" DEPENDS = "ncurses" |