libc-client: correct LICENSE

The license is Apache 2.0 according to the included LICENSE.txt file.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2012-10-16 13:40:24 +01:00 committed by Koen Kooi
parent cc4b2fa400
commit b7ff794b1e

View File

@ -1,11 +1,13 @@
DESCRIPTION = "UW c-client library for mail protocols"
SECTION = "devel"
LICENSE = "University of Washingtons Free-Fork License"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
DEPENDS = "openssl libpam"
PR = "r1"
SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \
file://quote_cctype.patch"