summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx
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/classpathx
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/classpathx')
-rw-r--r--recipes-core/classpathx/gnujaf_1.1.1.bb4
-rw-r--r--recipes-core/classpathx/gnumail_1.1.2.bb3
-rw-r--r--recipes-core/classpathx/inetlib_1.1.1.bb3
3 files changed, 7 insertions, 3 deletions
diff --git a/recipes-core/classpathx/gnujaf_1.1.1.bb b/recipes-core/classpathx/gnujaf_1.1.1.bb
index 962496d..d6b9e0f 100644
--- a/recipes-core/classpathx/gnujaf_1.1.1.bb
+++ b/recipes-core/classpathx/gnujaf_1.1.1.bb
@@ -1,8 +1,10 @@
1DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it." 1DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it."
2AUTHOR = "GNU ClasspathX" 2AUTHOR = "GNU ClasspathX"
3LICENSE = "GPL+libraryexception" 3LICENSE = "GPL-2.0-with-GCC-exception"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5 5
6PR = "r1"
7
6SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \ 8SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \
7 file://datadir_java.patch \ 9 file://datadir_java.patch \
8 " 10 "
diff --git a/recipes-core/classpathx/gnumail_1.1.2.bb b/recipes-core/classpathx/gnumail_1.1.2.bb
index 4cdee2b..3a67e5e 100644
--- a/recipes-core/classpathx/gnumail_1.1.2.bb
+++ b/recipes-core/classpathx/gnumail_1.1.2.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "GNU's free implementation of the JavaMail API specification" 1DESCRIPTION = "GNU's free implementation of the JavaMail API specification"
2AUTHOR = "GNU ClasspathX" 2AUTHOR = "GNU ClasspathX"
3LICENSE = "GPL+libraryexception" 3LICENSE = "GPL-2.0-with-GCC-exception"
4PR = "r1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=14bc6ee8b2e2b409be599212867d126e" 5LIC_FILES_CHKSUM = "file://COPYING;md5=14bc6ee8b2e2b409be599212867d126e"
5 6
6SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \ 7SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \
diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb
index 9e507c0..f078e33 100644
--- a/recipes-core/classpathx/inetlib_1.1.1.bb
+++ b/recipes-core/classpathx/inetlib_1.1.1.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "A Java library of clients for common internet protocols" 1DESCRIPTION = "A Java library of clients for common internet protocols"
2AUTHOR = "GNU Classpath" 2AUTHOR = "GNU Classpath"
3HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html" 3HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html"
4LICENSE = "GPL+libraryexception" 4LICENSE = "GPL-2.0-with-GCC-exception"
5PR = "r1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6 7
7SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \ 8SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \