aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-11-23 09:48:54 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-11-23 10:53:20 +1300
commitce1f3acd80c56e712571e76342fa72265838258b (patch)
treec3b7616f537217e72e15c26031c7f3fba9d70f0b
parentc80972be1f3592d797da9eb0845b739420c6da4a (diff)
downloadopenembedded-core-contrib-paule/socat-license.tar.gz
socat: fix LICENSEpaule/socat-license
According to both the README and source headers, the LICENSE value for socat is explicitly GPLv2, not v2 or later, so adjust LICENSE accordingly (leaving aside whether "GPL-2.0+-with-OpenSSL-exception" should actually be considered a valid LICENSE string or not). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
index 927df7463a..b2d6b1dea4 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb
@@ -7,7 +7,7 @@ SECTION = "console/network"
DEPENDS = "openssl readline"
-LICENSE = "GPL-2.0+-with-OpenSSL-exception"
+LICENSE = "GPL-2.0-with-OpenSSL-exception"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e10a3f"