diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | 3562af18f0ae93fed29ff3eb6ed02b2b9c8b77cd (patch) | |
tree | 351ed5e67595f7bf9028726d65b102d4f4c71724 /meta/recipes-extended/tcp-wrappers | |
parent | df97d5ae1c768cb04469cf2ff21381efc4a6b988 (diff) | |
download | poky-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.bb | 2 |
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." |
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | 6 | ||
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD-1-Clause" |
8 | LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" | 8 | LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" |
9 | PR ="r10" | 9 | PR ="r10" |
10 | 10 | ||