license: update json-perl to reflect upstream changes

The license files have been renamed to be more clear on whether the
license is only for a specific version of the license or for that
version and any follow on versions.

The json-perl repo indicates that it should follow the same licensing
requirements as Perl itself so this commit updates this recipe to follow
what is in the perl.bb

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ia94953a809f880e7ed1859bcf27a5ef03b74e8cd
diff --git a/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb b/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb
index 9196e8e..bfa09de 100644
--- a/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb
+++ b/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb
@@ -10,14 +10,14 @@
 specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban."
 
 SECTION = "libs"
-LICENSE = "Artisticv1 | GPLv1+"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
 PR = "r0"
 
 MAINTAINER=	"Poky <poky@yoctoproject.org>"
 HOMEPAGE=	"https://metacpan.org/release/JSON"
 
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
-file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61"
 
 SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-2.97001.tar.gz"