[oe-commits] [meta-openembedded] 32/60: nano: fix license to GPLv3.

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:07:13 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit e89f1ac0eaabb22fbc95e8507d4ead237b27017e
Author: Vesa Jääskeläinen <dachaac at gmail.com>
AuthorDate: Tue May 31 15:38:34 2016 +0300

    nano: fix license to GPLv3.
    
    Nano recipe has incorrectly stated GPLv2 license where actually it is GPLv3.
    
    Signed-off-by: Vesa Jääskeläinen <dachaac at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    (cherry picked from commit e5f01cae3885030f8b3c585e62e7dd7f84a278d9)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 bdefe9b..3fad029 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list