summaryrefslogtreecommitdiffstats
path: root/recipes-core/bcel
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-10-22 21:22:57 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-22 18:38:41 +0100
commit8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (patch)
treef561541dc6de2da04d2b19a2b6810cdf91a9014e /recipes-core/bcel
parent7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (diff)
downloadmeta-java-8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7.tar.gz
recipes: Fix license strings to match common licenses
Fixes warnings like WARNING: bcel-native: No generic license file exists for: AL2.0 in any provider and so on Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/bcel')
-rw-r--r--recipes-core/bcel/bcel_5.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/bcel/bcel_5.2.bb b/recipes-core/bcel/bcel_5.2.bb
index a6990e4..27fd8d9 100644
--- a/recipes-core/bcel/bcel_5.2.bb
+++ b/recipes-core/bcel/bcel_5.2.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Java Bytecode manipulation library" 1DESCRIPTION = "Java Bytecode manipulation library"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "AL2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12"
5 5PR = "r1"
6SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz" 6SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz"
7 7
8inherit java-library 8inherit java-library