diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-05-13 13:14:35 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-05-14 10:29:09 +0200 |
commit | f091c4aa44ec21685357bb14f78768dad8afe92d (patch) | |
tree | d913612835357a6eb203045afb8667b84ec31dd9 /dev-java | |
parent | texlive-common.eclass: eftmutil-sys: use edob (diff) | |
download | gentoo-f091c4aa44ec21685357bb14f78768dad8afe92d.tar.gz gentoo-f091c4aa44ec21685357bb14f78768dad8afe92d.tar.bz2 gentoo-f091c4aa44ec21685357bb14f78768dad8afe92d.zip |
dev-java/javax-persistence-api: adjust LICENSE
Closes: https://bugs.gentoo.org/931858
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36661
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/javax-persistence-api/javax-persistence-api-2.2-r1.ebuild (renamed from dev-java/javax-persistence-api/javax-persistence-api-2.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/javax-persistence-api/javax-persistence-api-2.2.ebuild b/dev-java/javax-persistence-api/javax-persistence-api-2.2-r1.ebuild index 9350a857e77e..6526ed970920 100644 --- a/dev-java/javax-persistence-api/javax-persistence-api-2.2.ebuild +++ b/dev-java/javax-persistence-api/javax-persistence-api-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ DESCRIPTION="Persistence API" HOMEPAGE="https://www.jcp.org/en/jsr/detail?id=220" SRC_URI="https://repo1.maven.org/maven2/javax/persistence/${PN/-/.}/${PV}/${PN/-/.}-${PV}-sources.jar" -LICENSE="CDDL" +LICENSE="EPL-1.0 BSD" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc64 x86" |