summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-04-30 15:41:26 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-30 15:41:47 +0300
commitd541ec52554ae60b0d5903cccf97905bcaaf209e (patch)
treea02e5cb145b9b1742615b87a1e678ca045ae1144 /meta-google
parentbdc6f55108df9d22f1ad27c4899f356179201cf0 (diff)
downloadopenbmc-d541ec52554ae60b0d5903cccf97905bcaaf209e.tar.xz
treewide: fix GPLv2/LGPLv2.1 obsolete-license warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I746b04e1e36abaf2ff3852beb8a04535692442c1
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-extended/networking/mstpd_git.bb2
-rw-r--r--meta-google/recipes-extended/networking/sslh_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-google/recipes-extended/networking/mstpd_git.bb b/meta-google/recipes-extended/networking/mstpd_git.bb
index 902e006ea8..75692a6103 100644
--- a/meta-google/recipes-extended/networking/mstpd_git.bb
+++ b/meta-google/recipes-extended/networking/mstpd_git.bb
@@ -1,6 +1,6 @@
PR = "r1"
PV = "0.1+git${SRCPV}"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
SRC_URI = "git://github.com/mstpd/mstpd;branch=master;protocol=https"
diff --git a/meta-google/recipes-extended/networking/sslh_git.bb b/meta-google/recipes-extended/networking/sslh_git.bb
index 6e62b96822..c96b26eb2b 100644
--- a/meta-google/recipes-extended/networking/sslh_git.bb
+++ b/meta-google/recipes-extended/networking/sslh_git.bb
@@ -1,6 +1,6 @@
PR = "r2"
PV = "0.1+git${SRCPV}"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/yrutschle/sslh;branch=master;protocol=https"