Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 59795 invoked from network); 14 Apr 2010 22:11:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 22:11:00 -0000 Received: (qmail 89097 invoked by uid 500); 14 Apr 2010 22:10:59 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 89045 invoked by uid 500); 14 Apr 2010 22:10:59 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 89036 invoked by uid 99); 14 Apr 2010 22:10:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 22:10:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 22:10:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 648A223888E4; Wed, 14 Apr 2010 22:10:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r934219 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile: EnclosingMethod.java LocalVariableTypeTable.java Date: Wed, 14 Apr 2010 22:10:35 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100414221035.648A223888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org