summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-02-05 10:17:01 +0800
committerMaxin B. John <maxin.john@intel.com>2016-02-05 18:17:58 +0200
commit4c9dfc2b14676db414d915ba3bab9e101de73e05 (patch)
treef38509137e1131f300688a9355e3d559f16b8613
parentdaffc551640007cf87a883935fa9add773c15ed8 (diff)
downloadmeta-java-4c9dfc2b14676db414d915ba3bab9e101de73e05.tar.gz
classpath: fix the license
There is no 'Classpath' license, set it as the same with classpath-native. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--recipes-core/classpath/classpath.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc
index 2be849b..01f7a4f 100644
--- a/recipes-core/classpath/classpath.inc
+++ b/recipes-core/classpath/classpath.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/classpath/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5# GPLv2 + custom linking exception 5# GPLv2 + custom linking exception
6LICENSE = "Classpath" 6LICENSE = "GPL-2.0 & SAX-PD"
7 7
8PBN = "classpath" 8PBN = "classpath"
9 9