From: markt Date: Wed, 14 Apr 2010 22:10:35 +0000 (+0000) Subject: CPL allows us to elect to distribute under a later version of the license so elect... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f587303248416e9ad8dd15835ae6d16b27c22f4c;p=tomcat7.0 CPL allows us to elect to distribute under a later version of the license so elect to distribute under EPL as we are already using EPL for Eclipse JDT. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@934219 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java b/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java index 5ee135a2f..b76778692 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java +++ b/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java @@ -6,10 +6,17 @@ * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http://www.eclipse.org/legal/cpl-v10.html - * + * * Contributors: * Andy Clement initial implementation * ******************************************************************/ + +/* + * Under the terms of the CPL v1.0, the ASF has elected to distribute this + * file under the Eclipse Public License (EPL) 1.0 which has been designated + * as the follow-on version of the CPL by the Agreement Steward. + */ + package org.apache.tomcat.util.bcel.classfile; import java.io.DataInput; diff --git a/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java b/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java index ea17d804c..10954617e 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java +++ b/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java @@ -11,6 +11,13 @@ * Andy Clement initial implementation * Heavily based on LocalVariableTable * ******************************************************************/ + +/* + * Under the terms of the CPL v1.0, the ASF has elected to distribute this + * file under the Eclipse Public License (EPL) 1.0 which has been designated + * as the follow-on version of the CPL by the Agreement Steward. + */ + package org.apache.tomcat.util.bcel.classfile;