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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit e5f01cae3885030f8b3c585e62e7dd7f84a278d9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Vesa Jääskeläinen 2016-05-31 15:38:34 +03:00 committed by Armin Kuster
parent 3bb68da870
commit e89f1ac0ea

View File

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