[oe-commits] Paul Eggleton : libc-client: correct LICENSE

git at git.openembedded.org git at git.openembedded.org
Wed Oct 17 11:14:03 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: b7ff794b1ee83267fc2f7453dccb96398ccef313
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b7ff794b1ee83267fc2f7453dccb96398ccef313

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Oct 16 13:40:24 2012 +0100

libc-client: correct LICENSE

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

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 .../libc-client/libc-client_2007e.bb               |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
index e67639e..9faa2f8 100644
--- a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
+++ b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
@@ -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"
 





More information about the Openembedded-commits mailing list