commit: 1e1b86aa7c9436df38d69ce564e8ef312bb50149 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com> AuthorDate: Fri Sep 9 09:47:42 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Sep 9 16:33:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1b86aa
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27192 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> games-action/polymc/polymc-1.4.2.ebuild | 4 ++-- 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"
