[oe-commits] Siddharth Heroor : TI IPC: Fix License field.

git version control git at git.openembedded.org
Thu Mar 24 20:04:02 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: f20149772daa744586af737fe1b4087607f6f817
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f20149772daa744586af737fe1b4087607f6f817

Author: Siddharth Heroor <heroor at ti.com>
Date:   Thu Mar 24 21:01:14 2011 +0000

TI IPC: Fix License field.

* The correct license for TI IPC is BSD and not TI.

Signed-off-by: Siddharth Heroor <heroor at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/ti-ipc.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-ipc.inc b/recipes/ti/ti-ipc.inc
index cd6ad6e..fc9b908 100644
--- a/recipes/ti/ti-ipc.inc
+++ b/recipes/ti/ti-ipc.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
 SECTION = "devel"
-LICENSE = "TI" 
+LICENSE = "BSD" 
 
 require ti-paths.inc
 require ti-staging.inc





More information about the Openembedded-commits mailing list