diff options
author | Sam James <sam@gentoo.org> | 2022-11-08 05:56:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-08 06:03:41 +0000 |
commit | a53189507421e87a8271253814c8499411db66d7 (patch) | |
tree | e764d81cb081043f38edfc6ce908ecd5f91c690a /app-editors | |
parent | dev-python/black: Remove old (diff) | |
download | gentoo-a53189507421e87a8271253814c8499411db66d7.tar.gz gentoo-a53189507421e87a8271253814c8499411db66d7.tar.bz2 gentoo-a53189507421e87a8271253814c8499411db66d7.zip |
app-editors/nano: fix LICENSE
Closes: https://bugs.gentoo.org/880303
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-6.4.ebuild | 2 | ||||
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/nano-6.4.ebuild b/app-editors/nano/nano-6.4.ebuild index 35beea35766e..c3cd29e37b62 100644 --- a/app-editors/nano/nano-6.4.ebuild +++ b/app-editors/nano/nano-6.4.ebuild @@ -17,7 +17,7 @@ fi DESCRIPTION="GNU GPL'd Pico clone with more functionality" HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide" -LICENSE="GPL-3" +LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )" SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 1422c12825ff..3ccb2377fa61 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -17,7 +17,7 @@ fi DESCRIPTION="GNU GPL'd Pico clone with more functionality" HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide" -LICENSE="GPL-3" +LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )" SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" |