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

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 16:34:41 UTC 2016


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

commit 2166954d65c5f141e95d16f5bda6da4994e07e36
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>
---
 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