Author: markt Date: Wed Apr 14 22:10:35 2010 New Revision: 934219 URL: http://svn.apache.org/viewvc?rev=934219&view=rev Log: 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.
Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java?rev=934219&r1=934218&r2=934219&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java Wed Apr 14 22:10:35 2010 @@ -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; Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java?rev=934219&r1=934218&r2=934219&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java Wed Apr 14 22:10:35 2010 @@ -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; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org