summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2011-12-20 12:05:35 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 19:57:00 +0100
commitd8476d69a3c46106730bceca3a083d41ce3669dd (patch)
treec95a2592630d6de4c36abb8134c763219b2b39d4 /recipes-core/ecj
parent0e7a6f39f78182536b0df7a3d0c375be496dee0a (diff)
downloadmeta-java-d8476d69a3c46106730bceca3a083d41ce3669dd.tar.gz
libecj-bootstrap: correct license to EPL-1.0
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
Diffstat (limited to 'recipes-core/ecj')
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index e704a87..6f9048f 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -2,8 +2,8 @@
2 2
3DESCRIPTION = "JDT Core Batch Compiler - Jar only" 3DESCRIPTION = "JDT Core Batch Compiler - Jar only"
4HOMEPAGE = "http://www.eclipse.org/" 4HOMEPAGE = "http://www.eclipse.org/"
5LICENSE = "EPL-1" 5LICENSE = "EPL-1.0"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1;md5=d830412fb40c35122cb4d78375d30f76" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6"
7 7
8DEPENDS = "fastjar-native jikes-initial virtual/java-initial" 8DEPENDS = "fastjar-native jikes-initial virtual/java-initial"
9 9