From e89f1ac0eaabb22fbc95e8507d4ead237b27017e Mon Sep 17 00:00:00 2001 From: Vesa Jääskeläinen Date: Tue, 31 May 2016 15:38:34 +0300 Subject: nano: fix license to GPLv3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nano recipe has incorrectly stated GPLv2 license where actually it is GPLv3. Signed-off-by: Vesa Jääskeläinen Signed-off-by: Martin Jansa (cherry picked from commit e5f01cae3885030f8b3c585e62e7dd7f84a278d9) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/nano/nano.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc index bdefe9bd01..3fad02984c 100644 --- a/meta-oe/recipes-support/nano/nano.inc +++ b/meta-oe/recipes-support/nano/nano.inc @@ -2,7 +2,7 @@ DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ Not ANOther editor) is an enhanced clone of the \ Pico text editor." HOMEPAGE = "http://www.nano-editor.org/" -LICENSE = "GPLv2" +LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" SECTION = "console/utils" DEPENDS = "ncurses" -- cgit 1.2.3-korg