[oe-commits] [openembedded-core] 01/92: socat: fix LICENSE

git at git.openembedded.org git at git.openembedded.org
Tue Jan 8 20:19:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit 8d5565274545628cb0a7125b660e94f763cc7f49
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Nov 23 10:55:50 2018 +1300

    socat: fix 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).
    
    (From OE-Core rev: 466044a341a8b42159bd9388950c9079e0d7a2c3)
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 927df74..b2d6b1d 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list