From 477d5c8c610e51bb3a7cd3b578935cf662aeef46 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 5 Feb 2016 10:16:59 +0800 Subject: jacl: fix license and add license files license.amd(AMD): applies to the TJC compiler source and test files license.itcl(CDS): applies to the Itcl source and test files license.ucb(UCB): applies to portions of Jacl and Tcl Blend sources license.terms(SUN): applies to the other cource files Signed-off-by: Jackie Huang Signed-off-by: Maxin B. John --- recipes-core/jacl/jacl_1.4.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes-core/jacl/jacl_1.4.1.bb') diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb index b413719..4c6b7b1 100644 --- a/recipes-core/jacl/jacl_1.4.1.bb +++ b/recipes-core/jacl/jacl_1.4.1.bb @@ -1,9 +1,10 @@ DESCRIPTION = "Tcl interpreter for Java" -# see this case study about JACL http://olex.openlogic.com/wazi/2008/jacl-license-case-study/ -LICENSE = "JACL" +LICENSE = "UCB & SUN & AMD & CDS" LIC_FILES_CHKSUM = " \ file://license.ucb;md5=997c6617d2f2a747e39945c0f2d1a264 \ file://license.terms;md5=ce3ac33515250b3a438b2633ccb29aac \ + file://license.itcl;md5=52f12c6c2c239f3481edb3e52fc638b8 \ + file://license.amd;md5=a286e569daafb1cf4c3f943d354badab \ " HOMEPAGE = "http://sourceforge.net/projects/tcljava" -- cgit v1.2.3-54-g00ecf