summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-25 03:09:42 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-25 03:09:42 +0000
commitde6d4eeb3202e04bca0e645571a612a745d7ebe2 (patch)
treeb2c6cb14a6d9564c7e1ebe6ff416cfd878941bbf
parent26024bb82d2e60b38b1402d5541ccfcd5c1624e5 (diff)
downloadmeta-cloud-services-de6d4eeb3202e04bca0e645571a612a745d7ebe2.tar.gz
global: convert license to SPDX variants
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb2
-rw-r--r--meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-memcached_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/ruby/highline_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/ruby/json_git.bb2
-rw-r--r--meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb2
-rw-r--r--meta-openstack/recipes-extended/packagegroups/packagegroup-dummy-monitoring.bb2
-rw-r--r--meta-openstack/recipes-support/spice-html5/spice-html5_git.bb2
-rw-r--r--meta-openstack/recipes-support/tgt/tgt_git.bb2
-rw-r--r--recipes-devtools/python/python-ansible.inc2
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc2
-rw-r--r--recipes-extended/librdmacm/librdmacm_1.1.0.bb2
-rw-r--r--recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb2
-rw-r--r--recipes-support/spice/spice_git.bb2
37 files changed, 37 insertions, 37 deletions
diff --git a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb
index fe802b7..928290f 100644
--- a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb
+++ b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." 1DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720."
2HOMEPAGE = "http://www.open-iscsi.org/" 2HOMEPAGE = "http://www.open-iscsi.org/"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4PR = "r1" 4PR = "r1"
5 5
6inherit systemd autotools pkgconfig 6inherit systemd autotools pkgconfig
diff --git a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb
index ec84c44..51ce60c 100644
--- a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb
+++ b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Config file parser module" 1DESCRIPTION = "Config file parser module"
2HOMEPAGE = "http://search.cpan.org/dist/Config-General/" 2HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
3LICENSE = "Artistic-1.0 | GPL-1.0+" 3LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
4SECTION = "libs" 4SECTION = "libs"
5LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=3ba4bbac1e79a08332688196f637d2b2" 5LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=3ba4bbac1e79a08332688196f637d2b2"
6 6
diff --git a/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb b/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb
index b6741af..a3b6853 100644
--- a/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" 1DESCRIPTION = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
2HOMEPAGE = "https://github.com/idan/oauthlib" 2HOMEPAGE = "https://github.com/idan/oauthlib"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b"
6 6
7SRC_URI[md5sum] = "eb60abdb002b9c08d248707b79a1cc92" 7SRC_URI[md5sum] = "eb60abdb002b9c08d248707b79a1cc92"
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
index 2c9378a..d054214 100644
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Python-PostgreSQL Database Adapter" 1DESCRIPTION = "Python-PostgreSQL Database Adapter"
2HOMEPAGE = "http://initd.org/psycopg/" 2HOMEPAGE = "http://initd.org/psycopg/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "GPLv3+" 4LICENSE = "GPL-3.0-or-later"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d"
6DEPENDS = "postgresql" 6DEPENDS = "postgresql"
7 7
diff --git a/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb b/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb
index c1e79a0..3ff818c 100644
--- a/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Lightweight SOAP client" 1DESCRIPTION = "Lightweight SOAP client"
2HOMEPAGE = "https://fedorahosted.org/suds/" 2HOMEPAGE = "https://fedorahosted.org/suds/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPLv3" 4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29"
6 6
7PR = "r0" 7PR = "r0"
diff --git a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
index 218d92b..5e7c140 100644
--- a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)" 1DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)"
2HOMEPAGE = "http://code.google.com/p/py-amqplib/" 2HOMEPAGE = "http://code.google.com/p/py-amqplib/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPL-3.0" 4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
6 6
7PR = "r1" 7PR = "r1"
diff --git a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
index f92f979..614c4eb 100644
--- a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
+++ b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
@@ -3,7 +3,7 @@ SUMMARY = "Python bindings for the avahi zeroconf client"
3HOMEPAGE = "https://github.com/lathiat/avahi" 3HOMEPAGE = "https://github.com/lathiat/avahi"
4SECTION = "devel/python" 4SECTION = "devel/python"
5 5
6LICENSE = "GPLv2+" 6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
8 8
9SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz" 9SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz"
diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb
index 65e1bbd..e216c8b 100644
--- a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." 1DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner."
2HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/" 2HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6 6
7SRC_URI[md5sum] = "6ac3af37693e0f517e51593d9ea33f23" 7SRC_URI[md5sum] = "6ac3af37693e0f517e51593d9ea33f23"
diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb
index 8724bfb..aaa5d68 100644
--- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "\
5 memcached servers. Search google for memcached for more information." 5 memcached servers. Search google for memcached for more information."
6HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/" 6HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/"
7SECTION = "devel/python" 7SECTION = "devel/python"
8LICENSE = "PSF" 8LICENSE = "PSF-2.0"
9LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" 9LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e"
10 10
11PV = "1.59+git${SRCPV}" 11PV = "1.59+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb b/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb
index 2127ccf..765c9b0 100644
--- a/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb
@@ -4,7 +4,7 @@
4DESCRIPTION = "Nose plugin that allows you to easily specify directories to be excluded from testing." 4DESCRIPTION = "Nose plugin that allows you to easily specify directories to be excluded from testing."
5HOMEPAGE = "http://bitbucket.org/kgrandis/nose-exclude" 5HOMEPAGE = "http://bitbucket.org/kgrandis/nose-exclude"
6SECTION = "devel/python" 6SECTION = "devel/python"
7LICENSE = "LGPL-2.1" 7LICENSE = "LGPL-2.1-only"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" 8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
9 9
10SRC_URI[md5sum] = "072f72e782f28a9c42356976f8ec22d9" 10SRC_URI[md5sum] = "072f72e782f28a9c42356976f8ec22d9"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb
index 051f23f..abcff6b 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "oslo.concurrency library" 1DESCRIPTION = "oslo.concurrency library"
2HOMEPAGE = "http://launchpad.net/oslo" 2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "3.21.2+git${SRCPV}" 7PV = "3.21.2+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb
index e86a656..49709d6 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "oslo.i18n library" 1DESCRIPTION = "oslo.i18n library"
2HOMEPAGE = "http://launchpad.net/oslo" 2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "5.0.1+git${SRCPV}" 7PV = "5.0.1+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb
index 6fe8544..51b3e7c 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Oslo Middleware library" 1DESCRIPTION = "Oslo Middleware library"
2HOMEPAGE = "http://launchpad.net/oslo" 2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "4.1.0+git${SRCPV}" 7PV = "4.1.0+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb
index e4df6dd..e567432 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Oslo Policy library"
2DESCRIPTION = "The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services." 2DESCRIPTION = "The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services."
3HOMEPAGE = "https://github.com/openstack/oslo.policy" 3HOMEPAGE = "https://github.com/openstack/oslo.policy"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LICENSE = "Apache-2" 5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7 7
8PV = "3.3.0+git${SRCPV}" 8PV = "3.3.0+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb
index cdbd381..1b9e493 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "oslo.reports library" 1DESCRIPTION = "oslo.reports library"
2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" 2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "2.2.0+git${SRCPV}" 7PV = "2.2.0+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb
index a61ff55..b873afd 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Oslo Rootwrap" 1DESCRIPTION = "Oslo Rootwrap"
2HOMEPAGE = "https://launchpad.net/oslo" 2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7PV = "6.1.0+git${SRCPV}" 7PV = "6.1.0+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb
index 4ca31f1..7ea4373 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "oslo.service library" 1DESCRIPTION = "oslo.service library"
2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" 2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "1.25.2" 7PV = "1.25.2"
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb
index 4b4634a..b24158e 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "oslo.versionedobjects library" 1DESCRIPTION = "oslo.versionedobjects library"
2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" 2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "2.3.0+git${SRCPV}" 7PV = "2.3.0+git${SRCPV}"
diff --git a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
index 09b1003..d338a9e 100644
--- a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Validating URI References per RFC 3986" 1DESCRIPTION = "Validating URI References per RFC 3986"
2HOMEPAGE = "https://rfc3986.rtfd.org" 2HOMEPAGE = "https://rfc3986.rtfd.org"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29"
6 6
7SRC_URI[md5sum] = "1b03ad2853e33d47eea698571255247c" 7SRC_URI[md5sum] = "1b03ad2853e33d47eea698571255247c"
diff --git a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb
index 929fb50..644c3de 100644
--- a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb
+++ b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" 1DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)"
2HOMEPAGE = "http://github.com/agrover/rtslib-fb" 2HOMEPAGE = "http://github.com/agrover/rtslib-fb"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=cf391b108961d84a581f45259ec47c52" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=cf391b108961d84a581f45259ec47c52"
6 6
7SRC_URI[md5sum] = "85ab011e3a98fb585d8a0fb337c5dab4" 7SRC_URI[md5sum] = "85ab011e3a98fb585d8a0fb337c5dab4"
diff --git a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb
index 5cff8ee..a590cfb 100644
--- a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb
+++ b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Lightweight SOAP client (Jurko's fork)" 1DESCRIPTION = "Lightweight SOAP client (Jurko's fork)"
2HOMEPAGE = "https://bitbucket.org/jurko/suds" 2HOMEPAGE = "https://bitbucket.org/jurko/suds"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPLv3" 4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29"
6 6
7PYPI_PACKAGE_EXT = "tar.bz2" 7PYPI_PACKAGE_EXT = "tar.bz2"
diff --git a/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
index 6c09b94..219e159 100644
--- a/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-warlock_1.3.3.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Build self-validating python objects using JSON schemas" 1DESCRIPTION = "Build self-validating python objects using JSON schemas"
2HOMEPAGE = "http://github.com/bcwaldon/warlock" 2HOMEPAGE = "http://github.com/bcwaldon/warlock"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7DEPENDS += "python3-jsonschema python3-jsonpatch" 7DEPENDS += "python3-jsonschema python3-jsonpatch"
diff --git a/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb
index fd2c918..445d266 100644
--- a/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "A WeakMethod class for storing bound methods using weak references." 1DESCRIPTION = "A WeakMethod class for storing bound methods using weak references."
2HOMEPAGE = "https://github.com/twang817/weakrefmethod" 2HOMEPAGE = "https://github.com/twang817/weakrefmethod"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "PSF" 4LICENSE = "PSF-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03"
6 6
7SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f" 7SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f"
diff --git a/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
index 40b694e..84e3f72 100644
--- a/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "WebSockets support for any application/server" 1DESCRIPTION = "WebSockets support for any application/server"
2HOMEPAGE = "https://github.com/kanaka/websockify" 2HOMEPAGE = "https://github.com/kanaka/websockify"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPLv3" 4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb81922f483833198eace60f1469f99d" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb81922f483833198eace60f1469f99d"
6 6
7SRC_URI[md5sum] = "ff745fd67457fd077915753c9b808b2a" 7SRC_URI[md5sum] = "ff745fd67457fd077915753c9b808b2a"
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb
index 2094d62..3c21c79 100644
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "%DESCRIPTION%" 1DESCRIPTION = "%DESCRIPTION%"
2HOMEPAGE = "%URL%" 2HOMEPAGE = "%URL%"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6 6
7PYPI_PACKAGE = "XStatic-Bootstrap-SCSS" 7PYPI_PACKAGE = "XStatic-Bootstrap-SCSS"
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb
index a853f2c..6c45bc3 100644
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "%DESCRIPTION%" 1DESCRIPTION = "%DESCRIPTION%"
2HOMEPAGE = "%URL%" 2HOMEPAGE = "%URL%"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7de5500e6244db6d698bbb724aea9a17" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7de5500e6244db6d698bbb724aea9a17"
6 6
7PYPI_PACKAGE = "XStatic-jquery-ui" 7PYPI_PACKAGE = "XStatic-jquery-ui"
diff --git a/meta-openstack/recipes-devtools/ruby/highline_git.bb b/meta-openstack/recipes-devtools/ruby/highline_git.bb
index 5696534..546bfc9 100644
--- a/meta-openstack/recipes-devtools/ruby/highline_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/highline_git.bb
@@ -10,7 +10,7 @@ rules and without needing to convert the typed Strings into what your \
10program really needs. Just tell HighLine what you're after, and let it \ 10program really needs. Just tell HighLine what you're after, and let it \
11do all the work." 11do all the work."
12 12
13LICENSE = "GPLv2" 13LICENSE = "GPL-2.0-only"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=884766faee6a0d2931af978757e1a5fc" 14LIC_FILES_CHKSUM = "file://LICENSE;md5=884766faee6a0d2931af978757e1a5fc"
15 15
16PR = "r0" 16PR = "r0"
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb
index 407f812..61655e5 100644
--- a/meta-openstack/recipes-devtools/ruby/json_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/json_git.bb
@@ -4,7 +4,7 @@
4SUMMARY = "An implementation of the JSON specification according to RFC 4627" 4SUMMARY = "An implementation of the JSON specification according to RFC 4627"
5DESCRIPTION = "An implementation of the JSON specification according to RFC 4627" 5DESCRIPTION = "An implementation of the JSON specification according to RFC 4627"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://CHANGES;md5=af8cad0ff27a1593ac5ee461bc2d71ab" 8LIC_FILES_CHKSUM = "file://CHANGES;md5=af8cad0ff27a1593ac5ee461bc2d71ab"
9 9
10PR = "r0" 10PR = "r0"
diff --git a/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
index 63f8e03..23e326b 100644
--- a/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
+++ b/meta-openstack/recipes-extended/guest-images/cirros_0.3.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "An image containing the cirros cloud guest"
2DESCRIPTION = "CirrOS a tiny cloud guest" 2DESCRIPTION = "CirrOS a tiny cloud guest"
3HOMEPAGE = "https://launchpad.net/cirros" 3HOMEPAGE = "https://launchpad.net/cirros"
4 4
5LICENSE="GPLv2" 5LICENSE="GPL-2.0-only"
6 6
7SRC_URI = "http://download.cirros-cloud.net/${PV}/${PN}-${PV}-x86_64-disk.img" 7SRC_URI = "http://download.cirros-cloud.net/${PV}/${PN}-${PV}-x86_64-disk.img"
8 8
diff --git a/meta-openstack/recipes-extended/packagegroups/packagegroup-dummy-monitoring.bb b/meta-openstack/recipes-extended/packagegroups/packagegroup-dummy-monitoring.bb
index 9308d89..6c70370 100644
--- a/meta-openstack/recipes-extended/packagegroups/packagegroup-dummy-monitoring.bb
+++ b/meta-openstack/recipes-extended/packagegroups/packagegroup-dummy-monitoring.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Dummy packagegroup to provide virtual/monitoring" 1DESCRIPTION = "Dummy packagegroup to provide virtual/monitoring"
2LICENSE = "GPLv2" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
4 4
5inherit packagegroup 5inherit packagegroup
diff --git a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
index dac933d..b69b08c 100644
--- a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
+++ b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
@@ -11,7 +11,7 @@ DESCRIPTION = "\
11 where it is running, but from anywhere on the Internet and from a wide \ 11 where it is running, but from anywhere on the Internet and from a wide \
12 variety of machine architectures. \ 12 variety of machine architectures. \
13 " 13 "
14LICENSE = "GPLv3 & LGPLv3" 14LICENSE = "GPL-3.0-only & LGPL-3.0-only"
15LIC_FILES_CHKSUM = "\ 15LIC_FILES_CHKSUM = "\
16 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 16 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
17 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" 17 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb
index b297c9f..9c5c24b 100644
--- a/meta-openstack/recipes-support/tgt/tgt_git.bb
+++ b/meta-openstack/recipes-support/tgt/tgt_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Linux SCSI target framework (tgt)" 1DESCRIPTION = "Linux SCSI target framework (tgt)"
2HOMEPAGE = "http://stgt.sourceforge.net" 2HOMEPAGE = "http://stgt.sourceforge.net"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c" 4LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c"
5DEPENDS = "sg3-utils libaio" 5DEPENDS = "sg3-utils libaio"
6 6
diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc
index 2b8d655..0bb663a 100644
--- a/recipes-devtools/python/python-ansible.inc
+++ b/recipes-devtools/python/python-ansible.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Ansible is a simple IT automation platform that makes your applications and systems easier to deploy." 1DESCRIPTION = "Ansible is a simple IT automation platform that makes your applications and systems easier to deploy."
2HOMEPAGE = "https://github.com/ansible/ansible/" 2HOMEPAGE = "https://github.com/ansible/ansible/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "GPLv3" 4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" 5LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
6 6
7SRCNAME = "ansible" 7SRCNAME = "ansible"
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 5c960bc..baa8962 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -22,7 +22,7 @@ SRC_URI += "file://glusterd.init \
22 file://0001-cli-duplicate-defns-of-cli_default_conn_timeout-and-.patch \ 22 file://0001-cli-duplicate-defns-of-cli_default_conn_timeout-and-.patch \
23 " 23 "
24 24
25LICENSE = "(LGPLv3+ | GPLv2) & GPLv3+ & LGPLv3+ & GPLv2+ & LGPLv2+ & LGPLv2.1+ & Apache-2.0" 25LICENSE = "(LGPL-3.0-or-later | GPL-2.0-only) & GPL-3.0-or-later & LGPL-3.0-or-later & GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later & Apache-2.0"
26LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 26LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
27 file://COPYING-LGPLV3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 27 file://COPYING-LGPLV3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
28 file://contrib/fuse-util/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 28 file://contrib/fuse-util/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
diff --git a/recipes-extended/librdmacm/librdmacm_1.1.0.bb b/recipes-extended/librdmacm/librdmacm_1.1.0.bb
index a3271df..edc7895 100644
--- a/recipes-extended/librdmacm/librdmacm_1.1.0.bb
+++ b/recipes-extended/librdmacm/librdmacm_1.1.0.bb
@@ -9,7 +9,7 @@ Also includes ACM (communication management assistant) service."
9HOMEPAGE = "http://www.openfabrics.org/downloads/rdmacm/" 9HOMEPAGE = "http://www.openfabrics.org/downloads/rdmacm/"
10SECTION = "libs/devel" 10SECTION = "libs/devel"
11 11
12LICENSE = "BSD-2-Clause | GPLv2" 12LICENSE = "BSD-2-Clause | GPL-2.0-only"
13LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95" 13LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95"
14 14
15DEPENDS = "virtual/libibverbs" 15DEPENDS = "virtual/libibverbs"
diff --git a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
index 0c73ccb..d7354c4 100644
--- a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
+++ b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
@@ -8,7 +8,7 @@ DESCRIPTION = "\
8 8
9HOMEPAGE = "http://arthurdejong.org/nss-pam-ldapd/" 9HOMEPAGE = "http://arthurdejong.org/nss-pam-ldapd/"
10 10
11LICENSE = "LGPLv2.1" 11LICENSE = "LGPL-2.1-only"
12LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 12LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
13SECTION = "base" 13SECTION = "base"
14 14
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb
index 478813c..44e7ce1 100644
--- a/recipes-support/spice/spice_git.bb
+++ b/recipes-support/spice/spice_git.bb
@@ -10,7 +10,7 @@ environment - not only on its computer-server machine, but also from \
10anywhere on the Internet and using a wide variety of machine \ 10anywhere on the Internet and using a wide variety of machine \
11architectures." 11architectures."
12 12
13LICENSE = "BSD & LGPLv2.1+" 13LICENSE = "BSD & LGPL-2.1-or-later"
14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
15 15
16PR = "r0" 16PR = "r0"