[oe-commits] Denys Dmytriyenko : gdb: update LICENSE to specific GPLv2/ GPLv3 depending on version

git version control git at git.openembedded.org
Tue Mar 16 08:17:01 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8d27fe0364ef3a11b5370383039b72c8a6893caf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d27fe0364ef3a11b5370383039b72c8a6893caf

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon Mar 15 18:26:32 2010 -0400

gdb: update LICENSE to specific GPLv2/GPLv3 depending on version

---

 recipes/gdb/gdb-cross-sdk_6.6.bb |    1 +
 recipes/gdb/gdb-cross_6.3.bb     |    1 +
 recipes/gdb/gdb-cross_6.4.bb     |    1 +
 recipes/gdb/gdb-cross_6.6.bb     |    2 ++
 recipes/gdb/gdb-cross_6.7.1.bb   |    2 ++
 recipes/gdb/gdb_6.3.bb           |    1 +
 recipes/gdb/gdb_6.4.bb           |    1 +
 recipes/gdb/gdb_6.6.bb           |    1 +
 recipes/gdb/gdb_6.7.1.bb         |    1 +
 9 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk_6.6.bb b/recipes/gdb/gdb-cross-sdk_6.6.bb
index bf0f2eb..aa6e756 100644
--- a/recipes/gdb/gdb-cross-sdk_6.6.bb
+++ b/recipes/gdb/gdb-cross-sdk_6.6.bb
@@ -1,4 +1,5 @@
 require gdb-cross.inc
+LICENSE = "GPLv2"
 
 inherit sdk
 
diff --git a/recipes/gdb/gdb-cross_6.3.bb b/recipes/gdb/gdb-cross_6.3.bb
index 5b27e09..fd2f972 100644
--- a/recipes/gdb/gdb-cross_6.3.bb
+++ b/recipes/gdb/gdb-cross_6.3.bb
@@ -1,4 +1,5 @@
 require gdb-cross.inc
+LICENSE = "GPLv2"
 
 inherit cross
 
diff --git a/recipes/gdb/gdb-cross_6.4.bb b/recipes/gdb/gdb-cross_6.4.bb
index e4946b0..2e6de08 100644
--- a/recipes/gdb/gdb-cross_6.4.bb
+++ b/recipes/gdb/gdb-cross_6.4.bb
@@ -1,4 +1,5 @@
 require gdb-cross.inc
+LICENSE = "GPLv2"
 
 inherit cross
 
diff --git a/recipes/gdb/gdb-cross_6.6.bb b/recipes/gdb/gdb-cross_6.6.bb
index 570dd52..a1851f7 100644
--- a/recipes/gdb/gdb-cross_6.6.bb
+++ b/recipes/gdb/gdb-cross_6.6.bb
@@ -1,4 +1,6 @@
 require gdb-cross.inc
+LICENSE = "GPLv2"
+
 inherit cross
 
 PR = "r3"
diff --git a/recipes/gdb/gdb-cross_6.7.1.bb b/recipes/gdb/gdb-cross_6.7.1.bb
index adccebe..0681029 100644
--- a/recipes/gdb/gdb-cross_6.7.1.bb
+++ b/recipes/gdb/gdb-cross_6.7.1.bb
@@ -1,4 +1,6 @@
 require gdb-cross.inc
+LICENSE = "GPLv3"
+
 inherit cross
 
 DEFAULT_PREFERENCE_avr32 = "99"
diff --git a/recipes/gdb/gdb_6.3.bb b/recipes/gdb/gdb_6.3.bb
index 988cfb4..69d9e71 100644
--- a/recipes/gdb/gdb_6.3.bb
+++ b/recipes/gdb/gdb_6.3.bb
@@ -1,3 +1,4 @@
 require gdb.inc
+LICENSE = "GPLv2"
 
 PR = "r4"
diff --git a/recipes/gdb/gdb_6.4.bb b/recipes/gdb/gdb_6.4.bb
index be40f3f..b3c53a2 100644
--- a/recipes/gdb/gdb_6.4.bb
+++ b/recipes/gdb/gdb_6.4.bb
@@ -1,3 +1,4 @@
 require gdb.inc
+LICENSE = "GPLv2"
 
 PR = "r2"
diff --git a/recipes/gdb/gdb_6.6.bb b/recipes/gdb/gdb_6.6.bb
index e4502a6..501e116 100644
--- a/recipes/gdb/gdb_6.6.bb
+++ b/recipes/gdb/gdb_6.6.bb
@@ -1,4 +1,5 @@
 require gdb.inc
+LICENSE = "GPLv2"
 
 PR = "r5"
 
diff --git a/recipes/gdb/gdb_6.7.1.bb b/recipes/gdb/gdb_6.7.1.bb
index fedf2bf..fb9ed3f 100644
--- a/recipes/gdb/gdb_6.7.1.bb
+++ b/recipes/gdb/gdb_6.7.1.bb
@@ -1,4 +1,5 @@
 require gdb.inc
+LICENSE = "GPLv3"
 
 PR = "r1"
 





More information about the Openembedded-commits mailing list