diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2022-09-09 06:47:42 -0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-09 18:33:26 +0200 |
commit | 1e1b86aa7c9436df38d69ce564e8ef312bb50149 (patch) | |
tree | d369a781290bf28fa8f388655a2b252bba249eb2 /games-action | |
parent | games-action/polymc: add 1.4.2 (diff) | |
download | gentoo-1e1b86aa7c9436df38d69ce564e8ef312bb50149.tar.gz gentoo-1e1b86aa7c9436df38d69ce564e8ef312bb50149.tar.bz2 gentoo-1e1b86aa7c9436df38d69ce564e8ef312bb50149.zip |
games-action/polymc: update LICENSE
Removes Boost-1.0, since the dependency that introduced it,
optional-bare, got removed in the newer versions.
Correct libnbtplusplus's license, since it's LGPL-3 or later, as stated
by https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md
Add missing licenses and remove missing license (OFL), following
https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27192
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/polymc/polymc-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | games-action/polymc/polymc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-action/polymc/polymc-1.4.2.ebuild b/games-action/polymc/polymc-1.4.2.ebuild index 9b4f9e5b4a5b..69555a54cb97 100644 --- a/games-action/polymc/polymc-1.4.2.ebuild +++ b/games-action/polymc/polymc-1.4.2.ebuild @@ -33,9 +33,9 @@ fi # Apache-2.0 for MultiMC (PolyMC is forked from it) # GPL-3 for PolyMC -# LGPL-3 for libnbtplusplus +# LGPL-3+ for libnbtplusplus # See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries -LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT" +LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT" SLOT="0" diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 9b4f9e5b4a5b..69555a54cb97 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -33,9 +33,9 @@ fi # Apache-2.0 for MultiMC (PolyMC is forked from it) # GPL-3 for PolyMC -# LGPL-3 for libnbtplusplus +# LGPL-3+ for libnbtplusplus # See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries -LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT" +LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT" SLOT="0" |