[jboss-cvs] javassist SVN: r584 - in trunk: src/main/javassist and 16 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 8 04:37:52 EDT 2011


Author: chiba
Date: 2011-07-08 04:37:50 -0400 (Fri, 08 Jul 2011)
New Revision: 584

Modified:
   trunk/License.html
   trunk/Readme.html
   trunk/build.xml
   trunk/pom.xml
   trunk/src/main/javassist/ByteArrayClassPath.java
   trunk/src/main/javassist/CannotCompileException.java
   trunk/src/main/javassist/ClassClassPath.java
   trunk/src/main/javassist/ClassMap.java
   trunk/src/main/javassist/ClassPath.java
   trunk/src/main/javassist/ClassPool.java
   trunk/src/main/javassist/ClassPoolTail.java
   trunk/src/main/javassist/CodeConverter.java
   trunk/src/main/javassist/CtArray.java
   trunk/src/main/javassist/CtBehavior.java
   trunk/src/main/javassist/CtClass.java
   trunk/src/main/javassist/CtClassType.java
   trunk/src/main/javassist/CtConstructor.java
   trunk/src/main/javassist/CtField.java
   trunk/src/main/javassist/CtMember.java
   trunk/src/main/javassist/CtMethod.java
   trunk/src/main/javassist/CtNewClass.java
   trunk/src/main/javassist/CtNewConstructor.java
   trunk/src/main/javassist/CtNewMethod.java
   trunk/src/main/javassist/CtNewNestedClass.java
   trunk/src/main/javassist/CtNewWrappedConstructor.java
   trunk/src/main/javassist/CtNewWrappedMethod.java
   trunk/src/main/javassist/CtPrimitiveType.java
   trunk/src/main/javassist/Loader.java
   trunk/src/main/javassist/LoaderClassPath.java
   trunk/src/main/javassist/Modifier.java
   trunk/src/main/javassist/NotFoundException.java
   trunk/src/main/javassist/SerialVersionUID.java
   trunk/src/main/javassist/Translator.java
   trunk/src/main/javassist/URLClassPath.java
   trunk/src/main/javassist/bytecode/AccessFlag.java
   trunk/src/main/javassist/bytecode/AnnotationDefaultAttribute.java
   trunk/src/main/javassist/bytecode/AnnotationsAttribute.java
   trunk/src/main/javassist/bytecode/AttributeInfo.java
   trunk/src/main/javassist/bytecode/BadBytecode.java
   trunk/src/main/javassist/bytecode/ByteArray.java
   trunk/src/main/javassist/bytecode/ByteStream.java
   trunk/src/main/javassist/bytecode/Bytecode.java
   trunk/src/main/javassist/bytecode/ClassFile.java
   trunk/src/main/javassist/bytecode/ClassFilePrinter.java
   trunk/src/main/javassist/bytecode/ClassFileWriter.java
   trunk/src/main/javassist/bytecode/CodeAnalyzer.java
   trunk/src/main/javassist/bytecode/CodeAttribute.java
   trunk/src/main/javassist/bytecode/CodeIterator.java
   trunk/src/main/javassist/bytecode/ConstPool.java
   trunk/src/main/javassist/bytecode/ConstantAttribute.java
   trunk/src/main/javassist/bytecode/DeprecatedAttribute.java
   trunk/src/main/javassist/bytecode/Descriptor.java
   trunk/src/main/javassist/bytecode/DuplicateMemberException.java
   trunk/src/main/javassist/bytecode/EnclosingMethodAttribute.java
   trunk/src/main/javassist/bytecode/ExceptionTable.java
   trunk/src/main/javassist/bytecode/ExceptionsAttribute.java
   trunk/src/main/javassist/bytecode/FieldInfo.java
   trunk/src/main/javassist/bytecode/InnerClassesAttribute.java
   trunk/src/main/javassist/bytecode/InstructionPrinter.java
   trunk/src/main/javassist/bytecode/LineNumberAttribute.java
   trunk/src/main/javassist/bytecode/LocalVariableAttribute.java
   trunk/src/main/javassist/bytecode/LocalVariableTypeAttribute.java
   trunk/src/main/javassist/bytecode/LongVector.java
   trunk/src/main/javassist/bytecode/MethodInfo.java
   trunk/src/main/javassist/bytecode/Mnemonic.java
   trunk/src/main/javassist/bytecode/Opcode.java
   trunk/src/main/javassist/bytecode/ParameterAnnotationsAttribute.java
   trunk/src/main/javassist/bytecode/SignatureAttribute.java
   trunk/src/main/javassist/bytecode/SourceFileAttribute.java
   trunk/src/main/javassist/bytecode/StackMap.java
   trunk/src/main/javassist/bytecode/StackMapTable.java
   trunk/src/main/javassist/bytecode/SyntheticAttribute.java
   trunk/src/main/javassist/bytecode/analysis/Analyzer.java
   trunk/src/main/javassist/bytecode/analysis/Executor.java
   trunk/src/main/javassist/bytecode/analysis/Frame.java
   trunk/src/main/javassist/bytecode/analysis/FramePrinter.java
   trunk/src/main/javassist/bytecode/analysis/IntQueue.java
   trunk/src/main/javassist/bytecode/analysis/MultiArrayType.java
   trunk/src/main/javassist/bytecode/analysis/MultiType.java
   trunk/src/main/javassist/bytecode/analysis/Subroutine.java
   trunk/src/main/javassist/bytecode/analysis/SubroutineScanner.java
   trunk/src/main/javassist/bytecode/analysis/Type.java
   trunk/src/main/javassist/bytecode/analysis/Util.java
   trunk/src/main/javassist/bytecode/annotation/Annotation.java
   trunk/src/main/javassist/bytecode/annotation/AnnotationImpl.java
   trunk/src/main/javassist/bytecode/annotation/AnnotationMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/AnnotationsWriter.java
   trunk/src/main/javassist/bytecode/annotation/ArrayMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/BooleanMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/ByteMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/CharMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/ClassMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/DoubleMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/EnumMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/FloatMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/IntegerMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/LongMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/MemberValue.java
   trunk/src/main/javassist/bytecode/annotation/MemberValueVisitor.java
   trunk/src/main/javassist/bytecode/annotation/NoSuchClassError.java
   trunk/src/main/javassist/bytecode/annotation/ShortMemberValue.java
   trunk/src/main/javassist/bytecode/annotation/StringMemberValue.java
   trunk/src/main/javassist/bytecode/stackmap/BasicBlock.java
   trunk/src/main/javassist/bytecode/stackmap/Liveness.java
   trunk/src/main/javassist/bytecode/stackmap/MapMaker.java
   trunk/src/main/javassist/bytecode/stackmap/Tracer.java
   trunk/src/main/javassist/bytecode/stackmap/TypeData.java
   trunk/src/main/javassist/bytecode/stackmap/TypeTag.java
   trunk/src/main/javassist/bytecode/stackmap/TypedBlock.java
   trunk/src/main/javassist/compiler/AccessorMaker.java
   trunk/src/main/javassist/compiler/CodeGen.java
   trunk/src/main/javassist/compiler/CompileError.java
   trunk/src/main/javassist/compiler/Javac.java
   trunk/src/main/javassist/compiler/JvstCodeGen.java
   trunk/src/main/javassist/compiler/JvstTypeChecker.java
   trunk/src/main/javassist/compiler/KeywordTable.java
   trunk/src/main/javassist/compiler/Lex.java
   trunk/src/main/javassist/compiler/MemberCodeGen.java
   trunk/src/main/javassist/compiler/MemberResolver.java
   trunk/src/main/javassist/compiler/NoFieldException.java
   trunk/src/main/javassist/compiler/Parser.java
   trunk/src/main/javassist/compiler/ProceedHandler.java
   trunk/src/main/javassist/compiler/SymbolTable.java
   trunk/src/main/javassist/compiler/SyntaxError.java
   trunk/src/main/javassist/compiler/TokenId.java
   trunk/src/main/javassist/compiler/TypeChecker.java
   trunk/src/main/javassist/compiler/ast/ASTList.java
   trunk/src/main/javassist/compiler/ast/ASTree.java
   trunk/src/main/javassist/compiler/ast/ArrayInit.java
   trunk/src/main/javassist/compiler/ast/AssignExpr.java
   trunk/src/main/javassist/compiler/ast/BinExpr.java
   trunk/src/main/javassist/compiler/ast/CallExpr.java
   trunk/src/main/javassist/compiler/ast/CastExpr.java
   trunk/src/main/javassist/compiler/ast/CondExpr.java
   trunk/src/main/javassist/compiler/ast/Declarator.java
   trunk/src/main/javassist/compiler/ast/DoubleConst.java
   trunk/src/main/javassist/compiler/ast/Expr.java
   trunk/src/main/javassist/compiler/ast/FieldDecl.java
   trunk/src/main/javassist/compiler/ast/InstanceOfExpr.java
   trunk/src/main/javassist/compiler/ast/IntConst.java
   trunk/src/main/javassist/compiler/ast/Keyword.java
   trunk/src/main/javassist/compiler/ast/Member.java
   trunk/src/main/javassist/compiler/ast/MethodDecl.java
   trunk/src/main/javassist/compiler/ast/NewExpr.java
   trunk/src/main/javassist/compiler/ast/Pair.java
   trunk/src/main/javassist/compiler/ast/Stmnt.java
   trunk/src/main/javassist/compiler/ast/StringL.java
   trunk/src/main/javassist/compiler/ast/Symbol.java
   trunk/src/main/javassist/compiler/ast/Variable.java
   trunk/src/main/javassist/compiler/ast/Visitor.java
   trunk/src/main/javassist/convert/TransformAccessArrayField.java
   trunk/src/main/javassist/convert/TransformAfter.java
   trunk/src/main/javassist/convert/TransformBefore.java
   trunk/src/main/javassist/convert/TransformCall.java
   trunk/src/main/javassist/convert/TransformFieldAccess.java
   trunk/src/main/javassist/convert/TransformNew.java
   trunk/src/main/javassist/convert/TransformNewClass.java
   trunk/src/main/javassist/convert/TransformReadField.java
   trunk/src/main/javassist/convert/TransformWriteField.java
   trunk/src/main/javassist/convert/Transformer.java
   trunk/src/main/javassist/expr/Cast.java
   trunk/src/main/javassist/expr/ConstructorCall.java
   trunk/src/main/javassist/expr/Expr.java
   trunk/src/main/javassist/expr/ExprEditor.java
   trunk/src/main/javassist/expr/FieldAccess.java
   trunk/src/main/javassist/expr/Handler.java
   trunk/src/main/javassist/expr/Instanceof.java
   trunk/src/main/javassist/expr/MethodCall.java
   trunk/src/main/javassist/expr/NewArray.java
   trunk/src/main/javassist/expr/NewExpr.java
   trunk/src/main/javassist/runtime/Cflow.java
   trunk/src/main/javassist/runtime/Desc.java
   trunk/src/main/javassist/runtime/DotClass.java
   trunk/src/main/javassist/runtime/Inner.java
   trunk/src/main/javassist/scopedpool/ScopedClassPool.java
   trunk/src/main/javassist/scopedpool/ScopedClassPoolFactory.java
   trunk/src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java
   trunk/src/main/javassist/scopedpool/ScopedClassPoolRepository.java
   trunk/src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java
   trunk/src/main/javassist/scopedpool/SoftValueHashMap.java
   trunk/src/main/javassist/tools/Dump.java
   trunk/src/main/javassist/tools/framedump.java
   trunk/src/main/javassist/tools/reflect/CannotCreateException.java
   trunk/src/main/javassist/tools/reflect/CannotInvokeException.java
   trunk/src/main/javassist/tools/reflect/CannotReflectException.java
   trunk/src/main/javassist/tools/reflect/ClassMetaobject.java
   trunk/src/main/javassist/tools/reflect/Compiler.java
   trunk/src/main/javassist/tools/reflect/Loader.java
   trunk/src/main/javassist/tools/reflect/Metalevel.java
   trunk/src/main/javassist/tools/reflect/Metaobject.java
   trunk/src/main/javassist/tools/reflect/Reflection.java
   trunk/src/main/javassist/tools/reflect/Sample.java
   trunk/src/main/javassist/tools/rmi/AppletServer.java
   trunk/src/main/javassist/tools/rmi/ObjectImporter.java
   trunk/src/main/javassist/tools/rmi/ObjectNotFoundException.java
   trunk/src/main/javassist/tools/rmi/Proxy.java
   trunk/src/main/javassist/tools/rmi/RemoteException.java
   trunk/src/main/javassist/tools/rmi/RemoteRef.java
   trunk/src/main/javassist/tools/rmi/Sample.java
   trunk/src/main/javassist/tools/rmi/StubGenerator.java
   trunk/src/main/javassist/tools/web/BadHttpRequest.java
   trunk/src/main/javassist/tools/web/Viewer.java
   trunk/src/main/javassist/tools/web/Webserver.java
   trunk/src/main/javassist/util/HotSwapper.java
   trunk/src/main/javassist/util/proxy/FactoryHelper.java
   trunk/src/main/javassist/util/proxy/MethodFilter.java
   trunk/src/main/javassist/util/proxy/MethodHandler.java
   trunk/src/main/javassist/util/proxy/ProxyFactory.java
   trunk/src/main/javassist/util/proxy/ProxyObject.java
   trunk/src/main/javassist/util/proxy/ProxyObjectInputStream.java
   trunk/src/main/javassist/util/proxy/ProxyObjectOutputStream.java
   trunk/src/main/javassist/util/proxy/RuntimeSupport.java
   trunk/src/main/javassist/util/proxy/SecurityActions.java
   trunk/src/main/javassist/util/proxy/SerializedProxy.java
Log:
added the Apache license.

Modified: trunk/License.html
===================================================================
--- trunk/License.html	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/License.html	2011-07-08 08:37:50 UTC (rev 584)
@@ -337,7 +337,7 @@
   basis. Nothing herein is intended or shall be deemed to constitute any 
   admission of liability.</UL><B>13. MULTIPLE-LICENSED CODE.</B> 
 <UL>Initial Developer may designate portions of the Covered Code as 
-  �Multiple-Licensed?.&nbsp; �Multiple-Licensed? means that the Initial 
+  "Multiple-Licensed".&nbsp; "Multiple-Licensed" means that the Initial 
   Developer permits you to utilize portions of the Covered Code under Your 
   choice of the MPL or the alternative licenses, if any, specified by the 
   Initial Developer in the file described in Exhibit A.</UL>
@@ -353,19 +353,20 @@
   <P>The Original Code is Javassist. 
   <P>The Initial Developer of the Original Code is Shigeru Chiba. 
   Portions created by the Initial Developer are<BR>&nbsp;
-  Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved. 
-  <P>Contributor(s): ______________________________________. 
+  Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. 
+  <P>Contributor(s):  __Bill Burke, Jason T. Greene______________.
 
-  <P>Alternatively, the contents of this file may be used under the terms of
-  the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-  in which case the provisions of the LGPL are applicable instead
-  of those above. If you wish to allow use of your version of this file only
-  under the terms of the LGPL, and not to allow others to
-  use your version of this file under the terms of the MPL, indicate your
-  decision by deleting the provisions above and replace them with the notice
-  and other provisions required by the LGPL. If you do not delete
-  the provisions above, a recipient may use your version of this file under
-  the terms of either the MPL or the LGPL.
+<p>Alternatively, the contents of this software may be used under the
+terms of the GNU Lesser General Public License Version 2.1 or later
+(the "LGPL"), or the Apache License Version 2.0 (the "AL"),
+in which case the provisions of the LGPL or the AL are applicable
+instead of those above. If you wish to allow use of your version of
+this software only under the terms of either the LGPL or the AL, and not to allow others to
+use your version of this software under the terms of the MPL, indicate
+your decision by deleting the provisions above and replace them with
+the notice and other provisions required by the LGPL or the AL. If you do not
+delete the provisions above, a recipient may use your version of this
+software under the terms of any one of the MPL, the LGPL or the AL.
 
   <P></P></UL>
 </BODY>

Modified: trunk/Readme.html
===================================================================
--- trunk/Readme.html	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/Readme.html	2011-07-08 08:37:50 UTC (rev 584)
@@ -7,7 +7,7 @@
 
 <h1>Javassist version 3</h1>
 
-<h3>Copyright (C) 1999-2010 by Shigeru Chiba, All rights reserved.</h3>
+<h3>Copyright (C) 1999-2011 by Shigeru Chiba, All rights reserved.</h3>
 
 <p><br></p>
 
@@ -281,6 +281,11 @@
 
 <h2>Changes</h2>
 
+<p>-version 3.15 on July 8, 2011
+<ul>
+   	<li>The license was changed to MPL/LGPL/Apache triple.
+</ul>
+
 <p>-version 3.14 on October 5, 2010
 
 <ul>
@@ -703,31 +708,11 @@
 
 <p><br>
 
-<h2>Bug reports etc.</h2>
-
-<dl>
-<dt>Bug reports:
-<dd>Post your reports at <a href="http://www.jboss.org/jive.jsp">Forums</a>
-or directly send an email to:
-<br>&nbsp;
-<tt><a href="mailto:chiba at acm.org">chiba at acm.org</a></tt>
-or
-<tt><a href="mailto:chiba at is.titech.ac.jp">chiba at is.titech.ac.jp</a></tt>
-<br>
-
-<p><dt>The home page of Javassist:
-<dd>Visit <a href="http://www.javassist.org"><tt>www.javassist.org</tt></a>
-and <a href="http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/projects/javassist"><tt>www.jboss.org</tt></a>
-
-</dl>
-
-<p><br>
-
 <a name="copyright">
 <h2>Copyright notices</h2>
 
 <p>Javassist, a Java-bytecode translator toolkit.
-<br>Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
+<br>Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
 
 <p>The contents of this software, Javassist, are subject to
 the Mozilla Public License Version 1.1 (the "License");<br>
@@ -744,26 +729,27 @@
 
 <p>The Initial Developer of the Original Code is Shigeru Chiba. 
 Portions created by the Initial Developer are<br>&nbsp;
-Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved. 
-<p>Contributor(s): ______________________________________. 
+Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. 
+<p>Contributor(s): __Bill Burke, Jason T. Greene______________. 
 
 <p>Alternatively, the contents of this software may be used under the
 terms of the GNU Lesser General Public License Version 2.1 or later
-(the "LGPL"), in which case the provisions of the LGPL are applicable
+(the "LGPL"), or the Apache License Version 2.0 (the "AL"),
+in which case the provisions of the LGPL or the AL are applicable
 instead of those above. If you wish to allow use of your version of
-this software only under the terms of the LGPL, and not to allow others to
+this software only under the terms of either the LGPL or the AL, and not to allow others to
 use your version of this software under the terms of the MPL, indicate
 your decision by deleting the provisions above and replace them with
-the notice and other provisions required by the LGPL. If you do not
+the notice and other provisions required by the LGPL or the AL. If you do not
 delete the provisions above, a recipient may use your version of this
-software under the terms of either the MPL or the LGPL.
+software under the terms of any one of the MPL, the LGPL or the AL.
 
 <p>If you obtain this software as part of JBoss, the contents of this
 software may be used under only the terms of the LGPL.  To use them
 under the MPL, you must obtain a separate package including only
 Javassist but not the other part of JBoss.
 
-<p>All the contributors to the original source tree must agree to
+<p>All the contributors to the original source tree have agreed to
 the original license term described above.
 
 <p><br>
@@ -788,13 +774,14 @@
 Brett Randall, Tsuyoshi Murakami, Nathan Meyers, Yoshiyuki Usui
 Yutaka Sunaga, Arjan van der Meer, Bruce Eckel, Guillaume Pothier,
 Kumar Matcha, Andreas Salathe, Renat Zubairov, Armin Haaf,
-Emmanuel Bernard
+Emmanuel Bernard, Jason T. Greene
 and all other contributors for their contributions.
 
 <p><br>
 
 <hr>
-<a href="http://www.is.titech.ac.jp/~chiba">Shigeru Chiba</a>
+<a href="http://www.javassist.org">Shigeru Chiba</a>
 (Email: <tt>chiba at acm.org</tt>)
-<br>Dept. of Math. and Computing Sciences,
-<a href="http://www.titech.ac.jp">Tokyo Institute of Technology</a>
+
+</body>
+</html>
\ No newline at end of file

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/build.xml	2011-07-08 08:37:50 UTC (rev 584)
@@ -6,7 +6,7 @@
 
 <project name="javassist" default="jar" basedir=".">
 
-  <property name="dist-version" value="javassist-3.14.0-GA"/>
+  <property name="dist-version" value="javassist-3.15.0-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
@@ -185,7 +185,7 @@
            windowtitle="Javassist API">
       <doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
       <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
-Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
+Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
     </javadoc>
   </target>
 

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/pom.xml	2011-07-08 08:37:50 UTC (rev 584)
@@ -28,6 +28,12 @@
       <name>LGPL 2.1</name>
       <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
     </license>
+    <!-- this is the license under which javassist can be distributed.
+      -->
+    <license>
+      <name>Apache License 2.0</name>
+      <url>http://www.apache.org/licenses/</url>
+    </license>
   </licenses>
 
   <scm>

Modified: trunk/src/main/javassist/ByteArrayClassPath.java
===================================================================
--- trunk/src/main/javassist/ByteArrayClassPath.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/ByteArrayClassPath.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CannotCompileException.java
===================================================================
--- trunk/src/main/javassist/CannotCompileException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CannotCompileException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/ClassClassPath.java
===================================================================
--- trunk/src/main/javassist/ClassClassPath.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/ClassClassPath.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/ClassMap.java
===================================================================
--- trunk/src/main/javassist/ClassMap.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/ClassMap.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/ClassPath.java
===================================================================
--- trunk/src/main/javassist/ClassPath.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/ClassPath.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/ClassPool.java
===================================================================
--- trunk/src/main/javassist/ClassPool.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/ClassPool.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/ClassPoolTail.java
===================================================================
--- trunk/src/main/javassist/ClassPoolTail.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/ClassPoolTail.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CodeConverter.java
===================================================================
--- trunk/src/main/javassist/CodeConverter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CodeConverter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtArray.java
===================================================================
--- trunk/src/main/javassist/CtArray.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtArray.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtBehavior.java
===================================================================
--- trunk/src/main/javassist/CtBehavior.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtBehavior.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtClass.java
===================================================================
--- trunk/src/main/javassist/CtClass.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtClass.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
@@ -52,7 +53,7 @@
     /**
      * The version number of this release.
      */
-    public static final String version = "3.14.0.GA";
+    public static final String version = "3.15.0.GA";
 
     /**
      * Prints the version number and the copyright notice.
@@ -63,7 +64,7 @@
      */
     public static void main(String[] args) {
         System.out.println("Javassist version " + CtClass.version);
-        System.out.println("Copyright (C) 1999-2010 Shigeru Chiba."
+        System.out.println("Copyright (C) 1999-2011 Shigeru Chiba."
                            + " All Rights Reserved.");
     }
 

Modified: trunk/src/main/javassist/CtClassType.java
===================================================================
--- trunk/src/main/javassist/CtClassType.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtClassType.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtConstructor.java
===================================================================
--- trunk/src/main/javassist/CtConstructor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtConstructor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtField.java
===================================================================
--- trunk/src/main/javassist/CtField.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtField.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtMember.java
===================================================================
--- trunk/src/main/javassist/CtMember.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtMember.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtMethod.java
===================================================================
--- trunk/src/main/javassist/CtMethod.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtMethod.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtNewClass.java
===================================================================
--- trunk/src/main/javassist/CtNewClass.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtNewClass.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtNewConstructor.java
===================================================================
--- trunk/src/main/javassist/CtNewConstructor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtNewConstructor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtNewMethod.java
===================================================================
--- trunk/src/main/javassist/CtNewMethod.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtNewMethod.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtNewNestedClass.java
===================================================================
--- trunk/src/main/javassist/CtNewNestedClass.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtNewNestedClass.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtNewWrappedConstructor.java
===================================================================
--- trunk/src/main/javassist/CtNewWrappedConstructor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtNewWrappedConstructor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtNewWrappedMethod.java
===================================================================
--- trunk/src/main/javassist/CtNewWrappedMethod.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtNewWrappedMethod.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/CtPrimitiveType.java
===================================================================
--- trunk/src/main/javassist/CtPrimitiveType.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/CtPrimitiveType.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/Loader.java
===================================================================
--- trunk/src/main/javassist/Loader.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/Loader.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/LoaderClassPath.java
===================================================================
--- trunk/src/main/javassist/LoaderClassPath.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/LoaderClassPath.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/Modifier.java
===================================================================
--- trunk/src/main/javassist/Modifier.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/Modifier.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/NotFoundException.java
===================================================================
--- trunk/src/main/javassist/NotFoundException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/NotFoundException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/SerialVersionUID.java
===================================================================
--- trunk/src/main/javassist/SerialVersionUID.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/SerialVersionUID.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/Translator.java
===================================================================
--- trunk/src/main/javassist/Translator.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/Translator.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/URLClassPath.java
===================================================================
--- trunk/src/main/javassist/URLClassPath.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/URLClassPath.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/AccessFlag.java
===================================================================
--- trunk/src/main/javassist/bytecode/AccessFlag.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/AccessFlag.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/AnnotationDefaultAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/AnnotationDefaultAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/AnnotationDefaultAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/AnnotationsAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/AnnotationsAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/AnnotationsAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/AttributeInfo.java
===================================================================
--- trunk/src/main/javassist/bytecode/AttributeInfo.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/AttributeInfo.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/BadBytecode.java
===================================================================
--- trunk/src/main/javassist/bytecode/BadBytecode.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/BadBytecode.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ByteArray.java
===================================================================
--- trunk/src/main/javassist/bytecode/ByteArray.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ByteArray.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ByteStream.java
===================================================================
--- trunk/src/main/javassist/bytecode/ByteStream.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ByteStream.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/Bytecode.java
===================================================================
--- trunk/src/main/javassist/bytecode/Bytecode.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/Bytecode.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ClassFile.java
===================================================================
--- trunk/src/main/javassist/bytecode/ClassFile.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ClassFile.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ClassFilePrinter.java
===================================================================
--- trunk/src/main/javassist/bytecode/ClassFilePrinter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ClassFilePrinter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ClassFileWriter.java
===================================================================
--- trunk/src/main/javassist/bytecode/ClassFileWriter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ClassFileWriter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/CodeAnalyzer.java
===================================================================
--- trunk/src/main/javassist/bytecode/CodeAnalyzer.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/CodeAnalyzer.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/CodeAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/CodeAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/CodeAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/CodeIterator.java
===================================================================
--- trunk/src/main/javassist/bytecode/CodeIterator.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/CodeIterator.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ConstPool.java
===================================================================
--- trunk/src/main/javassist/bytecode/ConstPool.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ConstPool.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ConstantAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/ConstantAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ConstantAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/DeprecatedAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/DeprecatedAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/DeprecatedAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/Descriptor.java
===================================================================
--- trunk/src/main/javassist/bytecode/Descriptor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/Descriptor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/DuplicateMemberException.java
===================================================================
--- trunk/src/main/javassist/bytecode/DuplicateMemberException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/DuplicateMemberException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/EnclosingMethodAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/EnclosingMethodAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/EnclosingMethodAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ExceptionTable.java
===================================================================
--- trunk/src/main/javassist/bytecode/ExceptionTable.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ExceptionTable.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ExceptionsAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/ExceptionsAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ExceptionsAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/FieldInfo.java
===================================================================
--- trunk/src/main/javassist/bytecode/FieldInfo.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/FieldInfo.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/InnerClassesAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/InnerClassesAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/InnerClassesAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/InstructionPrinter.java
===================================================================
--- trunk/src/main/javassist/bytecode/InstructionPrinter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/InstructionPrinter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/LineNumberAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/LineNumberAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/LineNumberAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/LocalVariableAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/LocalVariableAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/LocalVariableAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/LocalVariableTypeAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/LocalVariableTypeAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/LocalVariableTypeAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/LongVector.java
===================================================================
--- trunk/src/main/javassist/bytecode/LongVector.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/LongVector.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/MethodInfo.java
===================================================================
--- trunk/src/main/javassist/bytecode/MethodInfo.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/MethodInfo.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/Mnemonic.java
===================================================================
--- trunk/src/main/javassist/bytecode/Mnemonic.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/Mnemonic.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/Opcode.java
===================================================================
--- trunk/src/main/javassist/bytecode/Opcode.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/Opcode.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/ParameterAnnotationsAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/ParameterAnnotationsAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/ParameterAnnotationsAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/SignatureAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/SignatureAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/SignatureAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/SourceFileAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/SourceFileAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/SourceFileAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/StackMap.java
===================================================================
--- trunk/src/main/javassist/bytecode/StackMap.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/StackMap.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/StackMapTable.java
===================================================================
--- trunk/src/main/javassist/bytecode/StackMapTable.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/StackMapTable.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/SyntheticAttribute.java
===================================================================
--- trunk/src/main/javassist/bytecode/SyntheticAttribute.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/SyntheticAttribute.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/Analyzer.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/Analyzer.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/Analyzer.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/Executor.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/Executor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/Executor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/Frame.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/Frame.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/Frame.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/FramePrinter.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/FramePrinter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/FramePrinter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/IntQueue.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/IntQueue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/IntQueue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
@@ -53,4 +54,4 @@
 
         return value;
     }
-}
\ No newline at end of file
+}

Modified: trunk/src/main/javassist/bytecode/analysis/MultiArrayType.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/MultiArrayType.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/MultiArrayType.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/MultiType.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/MultiType.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/MultiType.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/Subroutine.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/Subroutine.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/Subroutine.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
@@ -63,4 +64,4 @@
     public String toString() {
         return "start = " + start + " callers = " + callers.toString();
     }
-}
\ No newline at end of file
+}

Modified: trunk/src/main/javassist/bytecode/analysis/SubroutineScanner.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/SubroutineScanner.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/SubroutineScanner.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/Type.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/Type.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/Type.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/analysis/Util.java
===================================================================
--- trunk/src/main/javassist/bytecode/analysis/Util.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/analysis/Util.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/Annotation.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/Annotation.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/Annotation.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/AnnotationImpl.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/AnnotationImpl.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/AnnotationImpl.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/AnnotationMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/AnnotationMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/AnnotationMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/AnnotationsWriter.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/AnnotationsWriter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/AnnotationsWriter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/ArrayMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/ArrayMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/ArrayMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/BooleanMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/BooleanMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/BooleanMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/ByteMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/ByteMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/ByteMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/CharMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/CharMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/CharMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/ClassMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/ClassMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/ClassMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/DoubleMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/DoubleMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/DoubleMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/EnumMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/EnumMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/EnumMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/FloatMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/FloatMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/FloatMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/IntegerMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/IntegerMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/IntegerMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/LongMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/LongMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/LongMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/MemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/MemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/MemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/MemberValueVisitor.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/MemberValueVisitor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/MemberValueVisitor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/NoSuchClassError.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/NoSuchClassError.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/NoSuchClassError.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/ShortMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/ShortMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/ShortMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/annotation/StringMemberValue.java
===================================================================
--- trunk/src/main/javassist/bytecode/annotation/StringMemberValue.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/annotation/StringMemberValue.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -5,7 +5,8 @@
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/BasicBlock.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/BasicBlock.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/BasicBlock.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/Liveness.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/Liveness.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/Liveness.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/MapMaker.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/MapMaker.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/MapMaker.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/Tracer.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/Tracer.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/Tracer.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/TypeData.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/TypeData.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/TypeData.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/TypeTag.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/TypeTag.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/TypeTag.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/bytecode/stackmap/TypedBlock.java
===================================================================
--- trunk/src/main/javassist/bytecode/stackmap/TypedBlock.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/bytecode/stackmap/TypedBlock.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/AccessorMaker.java
===================================================================
--- trunk/src/main/javassist/compiler/AccessorMaker.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/AccessorMaker.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/CodeGen.java
===================================================================
--- trunk/src/main/javassist/compiler/CodeGen.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/CodeGen.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/CompileError.java
===================================================================
--- trunk/src/main/javassist/compiler/CompileError.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/CompileError.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/Javac.java
===================================================================
--- trunk/src/main/javassist/compiler/Javac.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/Javac.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/JvstCodeGen.java
===================================================================
--- trunk/src/main/javassist/compiler/JvstCodeGen.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/JvstCodeGen.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/JvstTypeChecker.java
===================================================================
--- trunk/src/main/javassist/compiler/JvstTypeChecker.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/JvstTypeChecker.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/KeywordTable.java
===================================================================
--- trunk/src/main/javassist/compiler/KeywordTable.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/KeywordTable.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/Lex.java
===================================================================
--- trunk/src/main/javassist/compiler/Lex.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/Lex.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/MemberCodeGen.java
===================================================================
--- trunk/src/main/javassist/compiler/MemberCodeGen.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/MemberCodeGen.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/MemberResolver.java
===================================================================
--- trunk/src/main/javassist/compiler/MemberResolver.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/MemberResolver.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/NoFieldException.java
===================================================================
--- trunk/src/main/javassist/compiler/NoFieldException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/NoFieldException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/Parser.java
===================================================================
--- trunk/src/main/javassist/compiler/Parser.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/Parser.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ProceedHandler.java
===================================================================
--- trunk/src/main/javassist/compiler/ProceedHandler.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ProceedHandler.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/SymbolTable.java
===================================================================
--- trunk/src/main/javassist/compiler/SymbolTable.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/SymbolTable.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/SyntaxError.java
===================================================================
--- trunk/src/main/javassist/compiler/SyntaxError.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/SyntaxError.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/TokenId.java
===================================================================
--- trunk/src/main/javassist/compiler/TokenId.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/TokenId.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/TypeChecker.java
===================================================================
--- trunk/src/main/javassist/compiler/TypeChecker.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/TypeChecker.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/ASTList.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/ASTList.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/ASTList.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/ASTree.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/ASTree.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/ASTree.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/ArrayInit.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/ArrayInit.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/ArrayInit.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/AssignExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/AssignExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/AssignExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/BinExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/BinExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/BinExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/CallExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/CallExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/CallExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/CastExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/CastExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/CastExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/CondExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/CondExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/CondExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Declarator.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Declarator.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Declarator.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/DoubleConst.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/DoubleConst.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/DoubleConst.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Expr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Expr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Expr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/FieldDecl.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/FieldDecl.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/FieldDecl.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/InstanceOfExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/InstanceOfExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/InstanceOfExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/IntConst.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/IntConst.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/IntConst.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Keyword.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Keyword.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Keyword.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Member.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Member.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Member.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/MethodDecl.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/MethodDecl.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/MethodDecl.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/NewExpr.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/NewExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/NewExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Pair.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Pair.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Pair.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Stmnt.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Stmnt.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Stmnt.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/StringL.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/StringL.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/StringL.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Symbol.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Symbol.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Symbol.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Variable.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Variable.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Variable.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/compiler/ast/Visitor.java
===================================================================
--- trunk/src/main/javassist/compiler/ast/Visitor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/compiler/ast/Visitor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformAccessArrayField.java
===================================================================
--- trunk/src/main/javassist/convert/TransformAccessArrayField.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformAccessArrayField.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformAfter.java
===================================================================
--- trunk/src/main/javassist/convert/TransformAfter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformAfter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformBefore.java
===================================================================
--- trunk/src/main/javassist/convert/TransformBefore.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformBefore.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformCall.java
===================================================================
--- trunk/src/main/javassist/convert/TransformCall.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformCall.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformFieldAccess.java
===================================================================
--- trunk/src/main/javassist/convert/TransformFieldAccess.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformFieldAccess.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformNew.java
===================================================================
--- trunk/src/main/javassist/convert/TransformNew.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformNew.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformNewClass.java
===================================================================
--- trunk/src/main/javassist/convert/TransformNewClass.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformNewClass.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformReadField.java
===================================================================
--- trunk/src/main/javassist/convert/TransformReadField.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformReadField.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/TransformWriteField.java
===================================================================
--- trunk/src/main/javassist/convert/TransformWriteField.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/TransformWriteField.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/convert/Transformer.java
===================================================================
--- trunk/src/main/javassist/convert/Transformer.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/convert/Transformer.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/Cast.java
===================================================================
--- trunk/src/main/javassist/expr/Cast.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/Cast.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/ConstructorCall.java
===================================================================
--- trunk/src/main/javassist/expr/ConstructorCall.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/ConstructorCall.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/Expr.java
===================================================================
--- trunk/src/main/javassist/expr/Expr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/Expr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/ExprEditor.java
===================================================================
--- trunk/src/main/javassist/expr/ExprEditor.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/ExprEditor.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/FieldAccess.java
===================================================================
--- trunk/src/main/javassist/expr/FieldAccess.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/FieldAccess.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/Handler.java
===================================================================
--- trunk/src/main/javassist/expr/Handler.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/Handler.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/Instanceof.java
===================================================================
--- trunk/src/main/javassist/expr/Instanceof.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/Instanceof.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/MethodCall.java
===================================================================
--- trunk/src/main/javassist/expr/MethodCall.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/MethodCall.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/NewArray.java
===================================================================
--- trunk/src/main/javassist/expr/NewArray.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/NewArray.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/expr/NewExpr.java
===================================================================
--- trunk/src/main/javassist/expr/NewExpr.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/expr/NewExpr.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/runtime/Cflow.java
===================================================================
--- trunk/src/main/javassist/runtime/Cflow.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/runtime/Cflow.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/runtime/Desc.java
===================================================================
--- trunk/src/main/javassist/runtime/Desc.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/runtime/Desc.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/runtime/DotClass.java
===================================================================
--- trunk/src/main/javassist/runtime/DotClass.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/runtime/DotClass.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/runtime/Inner.java
===================================================================
--- trunk/src/main/javassist/runtime/Inner.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/runtime/Inner.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/scopedpool/ScopedClassPool.java
===================================================================
--- trunk/src/main/javassist/scopedpool/ScopedClassPool.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/scopedpool/ScopedClassPool.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/scopedpool/ScopedClassPoolFactory.java
===================================================================
--- trunk/src/main/javassist/scopedpool/ScopedClassPoolFactory.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/scopedpool/ScopedClassPoolFactory.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java
===================================================================
--- trunk/src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/scopedpool/ScopedClassPoolRepository.java
===================================================================
--- trunk/src/main/javassist/scopedpool/ScopedClassPoolRepository.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/scopedpool/ScopedClassPoolRepository.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java
===================================================================
--- trunk/src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/scopedpool/SoftValueHashMap.java
===================================================================
--- trunk/src/main/javassist/scopedpool/SoftValueHashMap.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/scopedpool/SoftValueHashMap.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/Dump.java
===================================================================
--- trunk/src/main/javassist/tools/Dump.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/Dump.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/framedump.java
===================================================================
--- trunk/src/main/javassist/tools/framedump.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/framedump.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba, and others. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/CannotCreateException.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/CannotCreateException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/CannotCreateException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/CannotInvokeException.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/CannotInvokeException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/CannotInvokeException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/CannotReflectException.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/CannotReflectException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/CannotReflectException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/ClassMetaobject.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/ClassMetaobject.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/ClassMetaobject.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/Compiler.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/Compiler.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/Compiler.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/Loader.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/Loader.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/Loader.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/Metalevel.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/Metalevel.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/Metalevel.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/Metaobject.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/Metaobject.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/Metaobject.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/Reflection.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/Reflection.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/Reflection.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/reflect/Sample.java
===================================================================
--- trunk/src/main/javassist/tools/reflect/Sample.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/reflect/Sample.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/AppletServer.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/AppletServer.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/AppletServer.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/ObjectImporter.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/ObjectImporter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/ObjectImporter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/ObjectNotFoundException.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/ObjectNotFoundException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/ObjectNotFoundException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/Proxy.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/Proxy.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/Proxy.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/RemoteException.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/RemoteException.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/RemoteException.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/RemoteRef.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/RemoteRef.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/RemoteRef.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/Sample.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/Sample.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/Sample.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/rmi/StubGenerator.java
===================================================================
--- trunk/src/main/javassist/tools/rmi/StubGenerator.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/rmi/StubGenerator.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/web/BadHttpRequest.java
===================================================================
--- trunk/src/main/javassist/tools/web/BadHttpRequest.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/web/BadHttpRequest.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/web/Viewer.java
===================================================================
--- trunk/src/main/javassist/tools/web/Viewer.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/web/Viewer.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/tools/web/Webserver.java
===================================================================
--- trunk/src/main/javassist/tools/web/Webserver.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/tools/web/Webserver.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/HotSwapper.java
===================================================================
--- trunk/src/main/javassist/util/HotSwapper.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/HotSwapper.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/FactoryHelper.java
===================================================================
--- trunk/src/main/javassist/util/proxy/FactoryHelper.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/FactoryHelper.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/MethodFilter.java
===================================================================
--- trunk/src/main/javassist/util/proxy/MethodFilter.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/MethodFilter.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/MethodHandler.java
===================================================================
--- trunk/src/main/javassist/util/proxy/MethodHandler.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/MethodHandler.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/ProxyFactory.java
===================================================================
--- trunk/src/main/javassist/util/proxy/ProxyFactory.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/ProxyFactory.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/ProxyObject.java
===================================================================
--- trunk/src/main/javassist/util/proxy/ProxyObject.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/ProxyObject.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/ProxyObjectInputStream.java
===================================================================
--- trunk/src/main/javassist/util/proxy/ProxyObjectInputStream.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/ProxyObjectInputStream.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
@@ -96,4 +97,4 @@
      * the input stream or the system class loader if the context class loader is null.
      */
     private ClassLoader loader;
-}
\ No newline at end of file
+}

Modified: trunk/src/main/javassist/util/proxy/ProxyObjectOutputStream.java
===================================================================
--- trunk/src/main/javassist/util/proxy/ProxyObjectOutputStream.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/ProxyObjectOutputStream.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/RuntimeSupport.java
===================================================================
--- trunk/src/main/javassist/util/proxy/RuntimeSupport.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/RuntimeSupport.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/SecurityActions.java
===================================================================
--- trunk/src/main/javassist/util/proxy/SecurityActions.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/SecurityActions.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License

Modified: trunk/src/main/javassist/util/proxy/SerializedProxy.java
===================================================================
--- trunk/src/main/javassist/util/proxy/SerializedProxy.java	2011-07-03 01:37:51 UTC (rev 583)
+++ trunk/src/main/javassist/util/proxy/SerializedProxy.java	2011-07-08 08:37:50 UTC (rev 584)
@@ -1,11 +1,12 @@
 /*
  * Javassist, a Java-bytecode translator toolkit.
- * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
  *
  * The contents of this file are subject to the Mozilla Public License Version
  * 1.1 (the "License"); you may not use this file except in compliance with
  * the License.  Alternatively, the contents of this file may be used under
- * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ * the terms of the GNU Lesser General Public License Version 2.1 or later,
+ * or the Apache License Version 2.0.
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License



More information about the jboss-cvs-commits mailing list