[oe-commits] chase maupin : neon: Update LICENSE field version to LGPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:46 UTC 2012


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

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:30:04 2012 +0000

neon: Update LICENSE field version to LGPLv2

* Updated LICENSE field version from generic LGPL to LGPLv2+ to
  reflect the real license version.
* This change was based on setting in oe-core as well as code
  inspection.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/neon/neon_0.25.5.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb
index e67132f..a2db6a6 100644
--- a/recipes/neon/neon_0.25.5.bb
+++ b/recipes/neon/neon_0.25.5.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
 HOMEPAGE = "http://www.webdav.org/neon"
 SECTION = "libs"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
 DEPENDS = "zlib libxml2 expat time gnutls"
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
            file://gnutls-force-and-detect.patch \





More information about the Openembedded-commits mailing list