]> code.ossystems Code Review - openembedded-core.git/commitdiff
less: fix metadata
authorQing He <qing.he@intel.com>
Thu, 1 Jul 2010 08:41:07 +0000 (16:41 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:44 +0000 (15:32 -0700)
update license

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/less/less_418.bb

index d63e2c3290be568c2470c5fd1d344f13c8422428..aad17c3659a174e8f1ea27685e13fd25e5fe35fe 100644 (file)
@@ -3,7 +3,10 @@ based program for viewing text files and the output from other \
 programs. Less offers many features beyond those that more does."
 HOMEPAGE = "http://www.greenwoodsoftware.com/"
 SECTION = "console/utils"
-LICENSE = "BSD"
+
+# (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less
+# less is a 2-clause BSD-like permissive license
+LICENSE = "GPLv3+ | less"
 DEPENDS = "ncurses"
 
 SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz"