diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-03-20 04:16:17 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-24 10:39:35 +0300 |
commit | e7d651f31a30dea7717d2994bef756cff94492ea (patch) | |
tree | edf541dcbc346cc512c57e772e8a87d4911fbe3e /app-shells | |
parent | licenses/MirOS: New license (diff) | |
download | gentoo-e7d651f31a30dea7717d2994bef756cff94492ea.tar.gz gentoo-e7d651f31a30dea7717d2994bef756cff94492ea.tar.bz2 gentoo-e7d651f31a30dea7717d2994bef756cff94492ea.zip |
app-shells/mksh: Add missing LICENSEs
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/20015
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/mksh/mksh-59c.ebuild | 7 | ||||
-rw-r--r-- | app-shells/mksh/mksh-9999.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild index e66f17ebd1bd..d688b372e06d 100644 --- a/app-shells/mksh/mksh-59c.ebuild +++ b/app-shells/mksh/mksh-59c.ebuild @@ -20,7 +20,12 @@ DESCRIPTION="MirBSD Korn Shell" # Host is TLSv1.0-only, keep to http for compatibility with modern browsers HOMEPAGE="http://mirbsd.de/mksh" -LICENSE="BSD" +# See http://www.mirbsd.org/TaC-mksh.txt or ${S}/www/files/TaC-mksh.txt +# MirOS for most of it +# BSD for when strlcpy(3) is absent, such as with glibc +# unicode for some included Unicode data +# ISC if the printf builtin is used, not currently the case +LICENSE="MirOS BSD unicode" SLOT="0" IUSE="lksh static test" RESTRICT="!test? ( test )" diff --git a/app-shells/mksh/mksh-9999.ebuild b/app-shells/mksh/mksh-9999.ebuild index c94ae683a150..9154bea1a42e 100644 --- a/app-shells/mksh/mksh-9999.ebuild +++ b/app-shells/mksh/mksh-9999.ebuild @@ -20,7 +20,12 @@ DESCRIPTION="MirBSD Korn Shell" # Host is TLSv1.0-only, keep to http for compatibility with modern browsers HOMEPAGE="http://mirbsd.de/mksh" -LICENSE="BSD" +# See http://www.mirbsd.org/TaC-mksh.txt or ${S}/www/files/TaC-mksh.txt +# MirOS for most of it +# BSD for when strlcpy(3) is absent, such as with glibc +# unicode for some included Unicode data +# ISC if the printf builtin is used, not currently the case +LICENSE="MirOS BSD unicode" SLOT="0" IUSE="lksh static test" RESTRICT="!test? ( test )" |