diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-03-27 01:52:16 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-27 07:03:14 +0100 |
commit | 900818b1e0b53f2fe1745f855f2a0d01eba74ae3 (patch) | |
tree | dd372c1919ef60b92434709270e20316d196e6c9 /sys-apps | |
parent | licenses: add 0BSD license https://opensource.org/licenses/0BSD (diff) | |
download | gentoo-900818b1e0b53f2fe1745f855f2a0d01eba74ae3.tar.gz gentoo-900818b1e0b53f2fe1745f855f2a0d01eba74ae3.tar.bz2 gentoo-900818b1e0b53f2fe1745f855f2a0d01eba74ae3.zip |
sys-apps/toybox: correct license
Closes: https://bugs.gentoo.org/716472
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/toybox/toybox-0.8.0.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-0.8.1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-0.8.3.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-0.8.4.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-9999.ebuild | 3 |
5 files changed, 8 insertions, 13 deletions
diff --git a/sys-apps/toybox/toybox-0.8.0.ebuild b/sys-apps/toybox/toybox-0.8.0.ebuild index 564d2c54b23c..bf8ce8e2d4fb 100644 --- a/sys-apps/toybox/toybox-0.8.0.ebuild +++ b/sys-apps/toybox/toybox-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,8 +19,7 @@ RESTRICT="test" DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" IUSE="" diff --git a/sys-apps/toybox/toybox-0.8.1.ebuild b/sys-apps/toybox/toybox-0.8.1.ebuild index d334e3570448..6c04f2330f32 100644 --- a/sys-apps/toybox/toybox-0.8.1.ebuild +++ b/sys-apps/toybox/toybox-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,8 +19,7 @@ RESTRICT="test" DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" IUSE="" diff --git a/sys-apps/toybox/toybox-0.8.3.ebuild b/sys-apps/toybox/toybox-0.8.3.ebuild index 616f3fbf49a8..6c04f2330f32 100644 --- a/sys-apps/toybox/toybox-0.8.3.ebuild +++ b/sys-apps/toybox/toybox-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,8 +19,7 @@ RESTRICT="test" DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" IUSE="" diff --git a/sys-apps/toybox/toybox-0.8.4.ebuild b/sys-apps/toybox/toybox-0.8.4.ebuild index 5b1788940a17..ca78edf8b366 100644 --- a/sys-apps/toybox/toybox-0.8.4.ebuild +++ b/sys-apps/toybox/toybox-0.8.4.ebuild @@ -16,8 +16,7 @@ fi DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" src_prepare() { diff --git a/sys-apps/toybox/toybox-9999.ebuild b/sys-apps/toybox/toybox-9999.ebuild index 5b1788940a17..ca78edf8b366 100644 --- a/sys-apps/toybox/toybox-9999.ebuild +++ b/sys-apps/toybox/toybox-9999.ebuild @@ -16,8 +16,7 @@ fi DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" src_prepare() { |