diff options
author | Vesa Jääskeläinen <dachaac@gmail.com> | 2016-05-31 15:38:34 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:25 +0200 |
commit | e5f01cae3885030f8b3c585e62e7dd7f84a278d9 (patch) | |
tree | d41e631b69513ff93f34cc63c20480f32865793c /meta-oe | |
parent | 240e2ebe4371f15fad37b31bd3db83aa0ab42522 (diff) | |
download | meta-openembedded-e5f01cae3885030f8b3c585e62e7dd7f84a278d9.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/nano/nano.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc index bdefe9bd0..3fad02984 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 \ | |||
2 | Not ANOther editor) is an enhanced clone of the \ | 2 | Not ANOther editor) is an enhanced clone of the \ |
3 | Pico text editor." | 3 | Pico text editor." |
4 | HOMEPAGE = "http://www.nano-editor.org/" | 4 | HOMEPAGE = "http://www.nano-editor.org/" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses" |