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

git version control git at git.openembedded.org
Sun Mar 27 15:42:34 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 57f06c4427c5962a2f7b9c3647abea38a43081f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=57f06c4427c5962a2f7b9c3647abea38a43081f1

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