[oe-commits] Chase Maupin : schroedinger: Update LICENSE field version to GPLv2 and LPGLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:52 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: dcf2c9891e7e548b4b5c312257f4f1291784cd95
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=dcf2c9891e7e548b4b5c312257f4f1291784cd95

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 09:24:19 2012 -0500

schroedinger: Update LICENSE field version to GPLv2 and LPGLv2

* Updated LICENSE field version from generic MPL/GPL/LGPL/MIT to
  MPL-1.1 or LGPLv2 or GPLv2 or MIT to reflect the real license
  version.
* This change was based on code inspection

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

---

 recipes/schroedinger/schroedinger_1.0.9.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/schroedinger/schroedinger_1.0.9.bb b/recipes/schroedinger/schroedinger_1.0.9.bb
index 2994428..7813083 100644
--- a/recipes/schroedinger/schroedinger_1.0.9.bb
+++ b/recipes/schroedinger/schroedinger_1.0.9.bb
@@ -1,6 +1,8 @@
 require schroedinger.inc
 
-PR = "${INC_PR}.0"
+LICENSE = "MPL-1.1 | LGPLv2 | GPLv2 | MIT"
+
+PR = "${INC_PR}.1"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list