[oe-commits] chase maupin : hostap-daemon: Update LICENSE field version to GPLv2

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


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

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

hostap-daemon: Update LICENSE field version to GPLv2

* Updated LICENSE field version from generic GPL to GPLv2 to
  reflect the real license version.
* This change was based on code inspection.

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

---

 recipes/hostap/hostap-daemon-0.7.inc  |    2 +-
 recipes/hostap/hostap-daemon_0.7.3.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/hostap/hostap-daemon-0.7.inc b/recipes/hostap/hostap-daemon-0.7.inc
index 49f2650..187cec5 100644
--- a/recipes/hostap/hostap-daemon-0.7.inc
+++ b/recipes/hostap/hostap-daemon-0.7.inc
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://hostap.epitest.fi"
 SECTION = "kernel/userland"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 DEPENDS = "libnl openssl"
 
 inherit update-rc.d
diff --git a/recipes/hostap/hostap-daemon_0.7.3.bb b/recipes/hostap/hostap-daemon_0.7.3.bb
index 5a8aee7..99297a9 100644
--- a/recipes/hostap/hostap-daemon_0.7.3.bb
+++ b/recipes/hostap/hostap-daemon_0.7.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
 
 require hostap-daemon-0.7.inc
 
-PR = "r3"
+PR = "r4"
 
 DEFAULT_PREFERENCE = "-1"
 





More information about the Openembedded-commits mailing list