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>
This commit is contained in:
Beth Flanagan 2011-12-19 09:23:27 -08:00 committed by Richard Purdie
parent 7a708b1775
commit bd66d229c9
1 changed files with 3 additions and 3 deletions

View 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"