diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-01 18:49:33 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-10-01 19:04:07 +0200 |
commit | 5ba0a57804151400576e8dfd2b4052f3aec7b59c (patch) | |
tree | 3542fa3257c7115d86d5b97a58469f4b256b9422 /app-text/jabref-bin | |
parent | media-gfx/gozer: Fix call to undeclared library function strcmp (diff) | |
download | gentoo-5ba0a57804151400576e8dfd2b4052f3aec7b59c.tar.gz gentoo-5ba0a57804151400576e8dfd2b4052f3aec7b59c.tar.bz2 gentoo-5ba0a57804151400576e8dfd2b4052f3aec7b59c.zip |
app-text/jabref-bin: update LICENSE
Closes: https://bugs.gentoo.org/666712
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-text/jabref-bin')
-rw-r--r-- | app-text/jabref-bin/jabref-bin-3.8.2.ebuild | 4 | ||||
-rw-r--r-- | app-text/jabref-bin/jabref-bin-4.3.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild index b051ca390114..643648ba77fc 100644 --- a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.jabref.org/" # SRC_URI="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar" SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar" -LICENSE="MIT" +LICENSE="MIT JSON" SLOT="0" KEYWORDS="amd64 x86" diff --git a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild index 475c086168ea..e6cce3336c2e 100644 --- a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ DESCRIPTION="Java GUI for managing BibTeX and other bibliographies" HOMEPAGE="http://www.jabref.org/" SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/JabRef-${MY_PV}.jar" -LICENSE="MIT" +LICENSE="MIT JSON" SLOT="0" KEYWORDS="~amd64 ~x86" |