dev-java/json: Fix LICENSE.
authorUlrich Müller <ulm@gentoo.org>
Fri, 5 Jul 2019 10:41:32 +0000 (12:41 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 5 Jul 2019 10:42:33 +0000 (12:42 +0200)
Acked-by: Patrice Clement <monsieurp@gentoo.org>
Closes: https://bugs.gentoo.org/689314
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
dev-java/json/json-20150729.ebuild
dev-java/json/json-20160212.ebuild

index 6af44fe16dae5829b1c953fd0c10e52e132c074e..1a1e7bda2a30d55c717c2cd56fa55f91c41ce184 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,7 +9,8 @@ inherit java-pkg-2 java-pkg-simple
 DESCRIPTION="Java implementation of the JavaScript Object Notation"
 HOMEPAGE="https://github.com/douglascrockford/JSON-java"
 SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
-LICENSE="BSD"
+
+LICENSE="JSON"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
index 09e93dc082824592bda4bdadfc5612908f3fa8fa..e0a506eb6468776effa45442c5cbd1943caf6544 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,8 @@ inherit java-pkg-2 java-pkg-simple
 DESCRIPTION="Java implementation of the JavaScript Object Notation"
 HOMEPAGE="https://github.com/douglascrockford/JSON-java"
 SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
-LICENSE="BSD"
+
+LICENSE="JSON"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""