summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tcp-wrappers
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-07 13:08:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:11 +0100
commit3562af18f0ae93fed29ff3eb6ed02b2b9c8b77cd (patch)
tree351ed5e67595f7bf9028726d65b102d4f4c71724 /meta/recipes-extended/tcp-wrappers
parentdf97d5ae1c768cb04469cf2ff21381efc4a6b988 (diff)
downloadpoky-3562af18f0ae93fed29ff3eb6ed02b2b9c8b77cd.tar.gz
tcp-wrappers: Clarify BSD license variant
The license of tcp-wrappers is BSD-1-Clause. (From OE-Core rev: de15316e77f8a91122a0af196dc652d10c895223) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tcp-wrappers')
-rw-r--r--meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
index dd945c970f..bd0c84c242 100644
--- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \
4 services." 4 services."
5SECTION = "console/network" 5SECTION = "console/network"
6 6
7LICENSE = "BSD" 7LICENSE = "BSD-1-Clause"
8LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" 8LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa"
9PR ="r10" 9PR ="r10"
10 10