diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-10-22 21:22:57 -0700 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-11-22 18:38:41 +0100 |
commit | 8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (patch) | |
tree | f561541dc6de2da04d2b19a2b6810cdf91a9014e /recipes-core/xml-commons | |
parent | 7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (diff) | |
download | meta-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/xml-commons')
-rw-r--r-- | recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb index b8a80db..93a5c31 100644 --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Library to resolve various public or system identifiers into accessible URLs (Java)" | 1 | DESCRIPTION = "Library to resolve various public or system identifiers into accessible URLs (Java)" |
2 | AUTHOR = "Apache Software Foundation" | 2 | AUTHOR = "Apache Software Foundation" |
3 | LICENSE = "AL2.0" | 3 | LICENSE = "Apache-2.0" |
4 | PR = "r1" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584" |
5 | 6 | ||
6 | SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" |