diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 18:26:32 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 18:26:32 -0400 |
commit | 8d27fe0364ef3a11b5370383039b72c8a6893caf (patch) | |
tree | 6faacc92a4ac287c85896f07edfafda6e4639dae /recipes | |
parent | f92b2201ab4974bc1e2fed1b6ee9906774baf928 (diff) |
gdb: update LICENSE to specific GPLv2/GPLv3 depending on version
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk_6.6.bb | 1 | ||||
-rw-r--r-- | recipes/gdb/gdb-cross_6.3.bb | 1 | ||||
-rw-r--r-- | recipes/gdb/gdb-cross_6.4.bb | 1 | ||||
-rw-r--r-- | recipes/gdb/gdb-cross_6.6.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb-cross_6.7.1.bb | 2 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.3.bb | 1 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.4.bb | 1 | ||||
-rw-r--r-- | recipes/gdb/gdb_6.6.bb | 1 | ||||
-rw-r--r-- | 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 bf0f2ebbab..aa6e7563cf 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 5b27e09959..fd2f97245c 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 e4946b0fe1..2e6de0895e 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 570dd52859..a1851f7777 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 adccebe115..0681029694 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 988cfb4c44..69d9e7117d 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 be40f3f12b..b3c53a27ae 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 e4502a648e..501e1164ff 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 fedf2bf1f1..fb9ed3f1bf 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" |