mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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 e5f01cae38)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
3bb68da870
commit
e89f1ac0ea
@@ -2,7 +2,7 @@ DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
|
|||||||
Not ANOther editor) is an enhanced clone of the \
|
Not ANOther editor) is an enhanced clone of the \
|
||||||
Pico text editor."
|
Pico text editor."
|
||||||
HOMEPAGE = "http://www.nano-editor.org/"
|
HOMEPAGE = "http://www.nano-editor.org/"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
DEPENDS = "ncurses"
|
DEPENDS = "ncurses"
|
||||||
|
|||||||
Reference in New Issue
Block a user