]> code.ossystems Code Review - openembedded-core.git/commitdiff
less: Correcting generic license
authorBeth Flanagan <elizabeth.flanagan@intel.com>
Mon, 19 Dec 2011 17:23:27 +0000 (09:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2011 17:13:23 +0000 (17:13 +0000)
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>
meta/recipes-extended/less/less_444.bb

index f1986927241e1c6fda6745e3d8479d4896a54b61..f413ba0699cdb8fd28db200e8be6ade8180db3ad 100644 (file)
@@ -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"