summaryrefslogtreecommitdiffstats
path: root/recipes-core/jacl/jacl_1.4.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-02-05 10:16:59 +0800
committerMaxin B. John <maxin.john@intel.com>2016-02-05 18:17:05 +0200
commit477d5c8c610e51bb3a7cd3b578935cf662aeef46 (patch)
tree6a747f432d8f737ab79f0dc0920ea3e346e1f3c6 /recipes-core/jacl/jacl_1.4.1.bb
parentc3c0853f534822ba28bd75011e572b367b5d0ebc (diff)
downloadmeta-java-477d5c8c610e51bb3a7cd3b578935cf662aeef46.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/jacl/jacl_1.4.1.bb')
-rw-r--r--recipes-core/jacl/jacl_1.4.1.bb5
1 files changed, 3 insertions, 2 deletions
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 @@
1DESCRIPTION = "Tcl interpreter for Java" 1DESCRIPTION = "Tcl interpreter for Java"
2# see this case study about JACL http://olex.openlogic.com/wazi/2008/jacl-license-case-study/ 2LICENSE = "UCB & SUN & AMD & CDS"
3LICENSE = "JACL"
4LIC_FILES_CHKSUM = " \ 3LIC_FILES_CHKSUM = " \
5 file://license.ucb;md5=997c6617d2f2a747e39945c0f2d1a264 \ 4 file://license.ucb;md5=997c6617d2f2a747e39945c0f2d1a264 \
6 file://license.terms;md5=ce3ac33515250b3a438b2633ccb29aac \ 5 file://license.terms;md5=ce3ac33515250b3a438b2633ccb29aac \
6 file://license.itcl;md5=52f12c6c2c239f3481edb3e52fc638b8 \
7 file://license.amd;md5=a286e569daafb1cf4c3f943d354badab \
7 " 8 "
8 9
9HOMEPAGE = "http://sourceforge.net/projects/tcljava" 10HOMEPAGE = "http://sourceforge.net/projects/tcljava"