[oe-commits] Koen Kooi : angstrom: fix licensing for angstrom recipes

git version control git at git.openembedded.org
Mon Nov 1 13:52:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ff4946312f3de964b5bbc794019e9b23f6bda06b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff4946312f3de964b5bbc794019e9b23f6bda06b

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Nov  1 14:42:38 2010 +0100

angstrom: fix licensing for angstrom recipes

tasks and hacks are all MIT, mkcard is GPLv2

---

 recipes/angstrom/angstrom-feed-configs.bb        |    1 +
 recipes/angstrom/angstrom-gdm-autologin-hack.bb  |    1 +
 recipes/angstrom/angstrom-gpe-task-apps.bb       |    1 +
 recipes/angstrom/angstrom-gpe-task-base.bb       |    1 +
 recipes/angstrom/angstrom-gpe-task-game.bb       |    1 +
 recipes/angstrom/angstrom-gpe-task-pim.bb        |    1 +
 recipes/angstrom/angstrom-gpe-task-settings.bb   |    1 +
 recipes/angstrom/angstrom-led-config.bb          |    1 +
 recipes/angstrom/angstrom-libc-fixup-hack.bb     |    1 +
 recipes/angstrom/angstrom-ohand-task-pim.bb      |    1 +
 recipes/angstrom/angstrom-task-office.bb         |    1 +
 recipes/angstrom/angstrom-task-printing.bb       |    1 +
 recipes/angstrom/angstrom-task-sectest.bb        |    1 +
 recipes/angstrom/angstrom-uboot-scripts.bb       |    1 +
 recipes/angstrom/angstrom-x11-base-depends.bb    |    1 +
 recipes/angstrom/angstrom-zeroconf-audio.bb      |    1 +
 recipes/angstrom/epiphany-firefox-replacement.bb |    1 +
 recipes/angstrom/omap3-mkcard.bb                 |    1 +
 recipes/angstrom/task-angstrom-e.bb              |    1 +
 19 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/angstrom/angstrom-feed-configs.bb b/recipes/angstrom/angstrom-feed-configs.bb
index cad2b8b..96a6e47 100644
--- a/recipes/angstrom/angstrom-feed-configs.bb
+++ b/recipes/angstrom/angstrom-feed-configs.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Configuration files for online package repositories aka feeds"
+LICENSE = "MIT"
 
 RRECOMMENDS_${PN} += "opkg"
 
diff --git a/recipes/angstrom/angstrom-gdm-autologin-hack.bb b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
index c110af2..607eb61 100644
--- a/recipes/angstrom/angstrom-gdm-autologin-hack.bb
+++ b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Append Autologin to GDM config (custom.conf)"
+LICENSE = "MIT"
 PR = "r1"
 
 PACKAGE_ARCH = "all"
diff --git a/recipes/angstrom/angstrom-gpe-task-apps.bb b/recipes/angstrom/angstrom-gpe-task-apps.bb
index 0a4b130..a639b14 100644
--- a/recipes/angstrom/angstrom-gpe-task-apps.bb
+++ b/recipes/angstrom/angstrom-gpe-task-apps.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r32"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-base.bb b/recipes/angstrom/angstrom-gpe-task-base.bb
index 7e22295..91e0912 100644
--- a/recipes/angstrom/angstrom-gpe-task-base.bb
+++ b/recipes/angstrom/angstrom-gpe-task-base.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r40"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-game.bb b/recipes/angstrom/angstrom-gpe-task-game.bb
index beca89c..7858cbb 100644
--- a/recipes/angstrom/angstrom-gpe-task-game.bb
+++ b/recipes/angstrom/angstrom-gpe-task-game.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r32"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-pim.bb b/recipes/angstrom/angstrom-gpe-task-pim.bb
index fc0b410..e93980f 100644
--- a/recipes/angstrom/angstrom-gpe-task-pim.bb
+++ b/recipes/angstrom/angstrom-gpe-task-pim.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r32"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-gpe-task-settings.bb b/recipes/angstrom/angstrom-gpe-task-settings.bb
index 3e08d9c..5300fdc 100644
--- a/recipes/angstrom/angstrom-gpe-task-settings.bb
+++ b/recipes/angstrom/angstrom-gpe-task-settings.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r36"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-led-config.bb b/recipes/angstrom/angstrom-led-config.bb
index 66b1bda..0f831d1 100644
--- a/recipes/angstrom/angstrom-led-config.bb
+++ b/recipes/angstrom/angstrom-led-config.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Configuration files for runtime LED configuration" 
+LICENSE = "MIT"
 
 #PV = "${DISTRO_VERSION}"
 PR = "r9"
diff --git a/recipes/angstrom/angstrom-libc-fixup-hack.bb b/recipes/angstrom/angstrom-libc-fixup-hack.bb
index bf4339a..cea259e 100644
--- a/recipes/angstrom/angstrom-libc-fixup-hack.bb
+++ b/recipes/angstrom/angstrom-libc-fixup-hack.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Fixup some miscompiled apps by making an extra symlink"
+LICENSE = "MIT"
 
 PACKAGE_ARCH = "all"
 ALLOW_EMPTY_${PN} = "1"
diff --git a/recipes/angstrom/angstrom-ohand-task-pim.bb b/recipes/angstrom/angstrom-ohand-task-pim.bb
index 71d0512..e842657 100644
--- a/recipes/angstrom/angstrom-ohand-task-pim.bb
+++ b/recipes/angstrom/angstrom-ohand-task-pim.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r32"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-task-office.bb b/recipes/angstrom/angstrom-task-office.bb
index 90b700b..727d097 100644
--- a/recipes/angstrom/angstrom-task-office.bb
+++ b/recipes/angstrom/angstrom-task-office.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r32"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-task-printing.bb b/recipes/angstrom/angstrom-task-printing.bb
index f4a8336..1a35c4f 100644
--- a/recipes/angstrom/angstrom-task-printing.bb
+++ b/recipes/angstrom/angstrom-task-printing.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r32"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-task-sectest.bb b/recipes/angstrom/angstrom-task-sectest.bb
index bf8019d..b9cda59 100644
--- a/recipes/angstrom/angstrom-task-sectest.bb
+++ b/recipes/angstrom/angstrom-task-sectest.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r33"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-uboot-scripts.bb b/recipes/angstrom/angstrom-uboot-scripts.bb
index 497bd79..f5fab90 100644
--- a/recipes/angstrom/angstrom-uboot-scripts.bb
+++ b/recipes/angstrom/angstrom-uboot-scripts.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Various uboot scripts"
+LICENSE = "MIT"
 
 PR = "r11"
 
diff --git a/recipes/angstrom/angstrom-x11-base-depends.bb b/recipes/angstrom/angstrom-x11-base-depends.bb
index 41ac8ad..f4f0922 100644
--- a/recipes/angstrom/angstrom-x11-base-depends.bb
+++ b/recipes/angstrom/angstrom-x11-base-depends.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r45"
 
 inherit task
diff --git a/recipes/angstrom/angstrom-zeroconf-audio.bb b/recipes/angstrom/angstrom-zeroconf-audio.bb
index 5d6d9ff..69ac4fd 100644
--- a/recipes/angstrom/angstrom-zeroconf-audio.bb
+++ b/recipes/angstrom/angstrom-zeroconf-audio.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Meta package to enable zeroconf audio with pulseaudio"
+LICENSE = "MIT"
 DEPENDS = "avahi pulseaudio"
 RDEPENDS_${PN} = " \
   avahi-daemon \
diff --git a/recipes/angstrom/epiphany-firefox-replacement.bb b/recipes/angstrom/epiphany-firefox-replacement.bb
index 4a18fb9..e71aa06 100644
--- a/recipes/angstrom/epiphany-firefox-replacement.bb
+++ b/recipes/angstrom/epiphany-firefox-replacement.bb
@@ -1,4 +1,5 @@
 # This is a hack because $*#($*($# e17 doesn't check if firefox is present and puts it in the menu blindly
+LICENSE = "MIT"
 
 RDEPENDS_${PN} = "epiphany"
 RCONFLICTS_${PN} = "firefox"
diff --git a/recipes/angstrom/omap3-mkcard.bb b/recipes/angstrom/omap3-mkcard.bb
index c7a1a3e..3a6c59c 100644
--- a/recipes/angstrom/omap3-mkcard.bb
+++ b/recipes/angstrom/omap3-mkcard.bb
@@ -1,4 +1,5 @@
 DESCRIPTION="Format a card for omap3 booting"
+LICENSE = "GPLv2"
 SRC_URI = "file://omap3-mkcard.sh"
 
 do_install() {
diff --git a/recipes/angstrom/task-angstrom-e.bb b/recipes/angstrom/task-angstrom-e.bb
index 28273c1..f28c1c1 100644
--- a/recipes/angstrom/task-angstrom-e.bb
+++ b/recipes/angstrom/task-angstrom-e.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Task packages for the Angstrom distribution"
+LICENSE = "MIT"
 PR = "r1"
 ALLOW_EMPTY = "1"
 





More information about the Openembedded-commits mailing list