diff options
| author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-22 14:19:11 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-24 01:01:43 -0700 |
| commit | 2848d46c5ff979be8d511d3ccf4d9a8c9db50df5 (patch) | |
| tree | e3c021ea498ae589790c572548cf4b93cb621f94 | |
| parent | 6c52b25be9443403653e2c2c8e8a9c6c48e791c1 (diff) | |
| download | meta-openembedded-2848d46c5ff979be8d511d3ccf4d9a8c9db50df5.tar.gz | |
pure-ftpd: Clarify BSD license variant
The License of pure-ftpd is BSD-0-Clause.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.47.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.47.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.47.bb index 43be44ea3a..e7c530be31 100644 --- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.47.bb +++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.47.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "FTP Server with a strong focus on software security" | |||
| 2 | DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server." | 2 | DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server." |
| 3 | HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd" | 3 | HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd" |
| 4 | SECTION = "net" | 4 | SECTION = "net" |
| 5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-0-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0595b4261a04bc2d27f30b9c90796c1f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0595b4261a04bc2d27f30b9c90796c1f" |
| 7 | 7 | ||
| 8 | DEPENDS = "libcap virtual/crypt" | 8 | DEPENDS = "libcap virtual/crypt" |
