CPL allows us to elect to distribute under a later version of the license so elect...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 14 Apr 2010 22:10:35 +0000 (22:10 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 14 Apr 2010 22:10:35 +0000 (22:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@934219 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/bcel/classfile/EnclosingMethod.java
java/org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.java

index 5ee135a..b767786 100644 (file)
@@ -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;
index ea17d80..1095461 100644 (file)
  *    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;