From 8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 Oct 2012 21:22:57 -0700 Subject: 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 --- recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core/xml-commons') 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 @@ DESCRIPTION = "Library to resolve various public or system identifiers into accessible URLs (Java)" AUTHOR = "Apache Software Foundation" -LICENSE = "AL2.0" +LICENSE = "Apache-2.0" +PR = "r1" LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584" SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf