Browse Source

updated copyright notices


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@234 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 18 years ago
parent
commit
774508d17c
100 changed files with 116 additions and 100 deletions
  1. 2
    2
      License.html
  2. 1
    1
      Readme.html
  3. 1
    1
      src/main/javassist/ByteArrayClassPath.java
  4. 1
    1
      src/main/javassist/CannotCompileException.java
  5. 1
    1
      src/main/javassist/ClassClassPath.java
  6. 1
    1
      src/main/javassist/ClassMap.java
  7. 1
    1
      src/main/javassist/ClassPath.java
  8. 1
    1
      src/main/javassist/ClassPool.java
  9. 1
    1
      src/main/javassist/ClassPoolTail.java
  10. 1
    1
      src/main/javassist/CodeConverter.java
  11. 1
    1
      src/main/javassist/CtArray.java
  12. 1
    1
      src/main/javassist/CtBehavior.java
  13. 2
    2
      src/main/javassist/CtClass.java
  14. 1
    1
      src/main/javassist/CtClassType.java
  15. 1
    1
      src/main/javassist/CtConstructor.java
  16. 1
    1
      src/main/javassist/CtField.java
  17. 1
    1
      src/main/javassist/CtMember.java
  18. 1
    1
      src/main/javassist/CtMethod.java
  19. 1
    1
      src/main/javassist/CtNewClass.java
  20. 1
    1
      src/main/javassist/CtNewConstructor.java
  21. 1
    1
      src/main/javassist/CtNewMethod.java
  22. 1
    1
      src/main/javassist/CtNewNestedClass.java
  23. 1
    1
      src/main/javassist/CtNewWrappedConstructor.java
  24. 1
    1
      src/main/javassist/CtNewWrappedMethod.java
  25. 1
    1
      src/main/javassist/CtPrimitiveType.java
  26. 1
    1
      src/main/javassist/Loader.java
  27. 1
    1
      src/main/javassist/LoaderClassPath.java
  28. 1
    1
      src/main/javassist/Modifier.java
  29. 1
    1
      src/main/javassist/NotFoundException.java
  30. 1
    1
      src/main/javassist/SerialVersionUID.java
  31. 1
    1
      src/main/javassist/Translator.java
  32. 1
    1
      src/main/javassist/URLClassPath.java
  33. 1
    1
      src/main/javassist/bytecode/AccessFlag.java
  34. 1
    1
      src/main/javassist/bytecode/AnnotationDefaultAttribute.java
  35. 1
    1
      src/main/javassist/bytecode/AnnotationsAttribute.java
  36. 1
    1
      src/main/javassist/bytecode/AttributeInfo.java
  37. 1
    1
      src/main/javassist/bytecode/BadBytecode.java
  38. 1
    1
      src/main/javassist/bytecode/ByteArray.java
  39. 1
    1
      src/main/javassist/bytecode/Bytecode.java
  40. 1
    1
      src/main/javassist/bytecode/ClassFile.java
  41. 1
    1
      src/main/javassist/bytecode/ClassFileWriter.java
  42. 1
    1
      src/main/javassist/bytecode/CodeAnalyzer.java
  43. 1
    1
      src/main/javassist/bytecode/CodeAttribute.java
  44. 1
    1
      src/main/javassist/bytecode/CodeIterator.java
  45. 1
    1
      src/main/javassist/bytecode/ConstPool.java
  46. 1
    1
      src/main/javassist/bytecode/ConstantAttribute.java
  47. 1
    1
      src/main/javassist/bytecode/DeprecatedAttribute.java
  48. 1
    1
      src/main/javassist/bytecode/Descriptor.java
  49. 1
    1
      src/main/javassist/bytecode/EnclosingMethodAttribute.java
  50. 1
    1
      src/main/javassist/bytecode/ExceptionTable.java
  51. 1
    1
      src/main/javassist/bytecode/ExceptionsAttribute.java
  52. 1
    1
      src/main/javassist/bytecode/FieldInfo.java
  53. 1
    1
      src/main/javassist/bytecode/InnerClassesAttribute.java
  54. 1
    1
      src/main/javassist/bytecode/LineNumberAttribute.java
  55. 1
    1
      src/main/javassist/bytecode/LocalVariableAttribute.java
  56. 1
    1
      src/main/javassist/bytecode/LongVector.java
  57. 1
    1
      src/main/javassist/bytecode/MethodInfo.java
  58. 1
    1
      src/main/javassist/bytecode/Mnemonic.java
  59. 1
    1
      src/main/javassist/bytecode/Opcode.java
  60. 1
    1
      src/main/javassist/bytecode/ParameterAnnotationsAttribute.java
  61. 1
    1
      src/main/javassist/bytecode/SignatureAttribute.java
  62. 1
    1
      src/main/javassist/bytecode/SourceFileAttribute.java
  63. 1
    1
      src/main/javassist/bytecode/SyntheticAttribute.java
  64. 1
    1
      src/main/javassist/bytecode/annotation/AnnotationImpl.java
  65. 1
    1
      src/main/javassist/bytecode/annotation/AnnotationsWriter.java
  66. 1
    1
      src/main/javassist/compiler/AccessorMaker.java
  67. 1
    1
      src/main/javassist/compiler/CodeGen.java
  68. 1
    1
      src/main/javassist/compiler/CompileError.java
  69. 1
    1
      src/main/javassist/compiler/Javac.java
  70. 1
    1
      src/main/javassist/compiler/JvstCodeGen.java
  71. 1
    1
      src/main/javassist/compiler/JvstTypeChecker.java
  72. 1
    1
      src/main/javassist/compiler/KeywordTable.java
  73. 1
    1
      src/main/javassist/compiler/Lex.java
  74. 1
    1
      src/main/javassist/compiler/MemberCodeGen.java
  75. 1
    1
      src/main/javassist/compiler/MemberResolver.java
  76. 1
    1
      src/main/javassist/compiler/NoFieldException.java
  77. 1
    1
      src/main/javassist/compiler/Parser.java
  78. 1
    1
      src/main/javassist/compiler/ProceedHandler.java
  79. 1
    1
      src/main/javassist/compiler/SymbolTable.java
  80. 1
    1
      src/main/javassist/compiler/SyntaxError.java
  81. 1
    1
      src/main/javassist/compiler/TokenId.java
  82. 1
    1
      src/main/javassist/compiler/TypeChecker.java
  83. 1
    1
      src/main/javassist/compiler/ast/ASTList.java
  84. 1
    1
      src/main/javassist/compiler/ast/ASTree.java
  85. 16
    0
      src/main/javassist/compiler/ast/ArrayInit.java
  86. 1
    1
      src/main/javassist/compiler/ast/AssignExpr.java
  87. 1
    1
      src/main/javassist/compiler/ast/BinExpr.java
  88. 1
    1
      src/main/javassist/compiler/ast/CallExpr.java
  89. 1
    1
      src/main/javassist/compiler/ast/CastExpr.java
  90. 1
    1
      src/main/javassist/compiler/ast/CondExpr.java
  91. 1
    1
      src/main/javassist/compiler/ast/Declarator.java
  92. 1
    1
      src/main/javassist/compiler/ast/DoubleConst.java
  93. 1
    1
      src/main/javassist/compiler/ast/Expr.java
  94. 1
    1
      src/main/javassist/compiler/ast/FieldDecl.java
  95. 1
    1
      src/main/javassist/compiler/ast/InstanceOfExpr.java
  96. 1
    1
      src/main/javassist/compiler/ast/IntConst.java
  97. 1
    1
      src/main/javassist/compiler/ast/Keyword.java
  98. 1
    1
      src/main/javassist/compiler/ast/Member.java
  99. 1
    1
      src/main/javassist/compiler/ast/MethodDecl.java
  100. 0
    0
      src/main/javassist/compiler/ast/NewExpr.java

+ 2
- 2
License.html View File

@@ -337,7 +337,7 @@ MISCELLANEOUS.</B>
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,7 +353,7 @@ MISCELLANEOUS.</B>
<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-2005 Shigeru Chiba. All Rights Reserved.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
<P>Contributor(s): ______________________________________.

<P>Alternatively, the contents of this file may be used under the terms of

+ 1
- 1
Readme.html View File

@@ -7,7 +7,7 @@

<h1>Javassist version 3</h1>

<h3>Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved.</h3>
<h3>Copyright (C) 2000-2006 by Shigeru Chiba, All rights reserved.</h3>

<p><br></p>


+ 1
- 1
src/main/javassist/ByteArrayClassPath.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CannotCompileException.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/ClassClassPath.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/ClassMap.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/ClassPath.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/ClassPool.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/ClassPoolTail.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CodeConverter.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtArray.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtBehavior.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 2
- 2
src/main/javassist/CtClass.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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
@@ -62,7 +62,7 @@ public abstract class CtClass {
*/
public static void main(String[] args) {
System.out.println("Javassist version " + CtClass.version);
System.out.println("Copyright (C) 1999-2005 Shigeru Chiba."
System.out.println("Copyright (C) 1999-2006 Shigeru Chiba."
+ " All Rights Reserved.");
}


+ 1
- 1
src/main/javassist/CtClassType.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtConstructor.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtField.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtMember.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtMethod.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtNewClass.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtNewConstructor.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtNewMethod.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtNewNestedClass.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtNewWrappedConstructor.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtNewWrappedMethod.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/CtPrimitiveType.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/Loader.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/LoaderClassPath.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/Modifier.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/NotFoundException.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/SerialVersionUID.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/Translator.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/URLClassPath.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/AccessFlag.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/AnnotationDefaultAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/AnnotationsAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/AttributeInfo.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/BadBytecode.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ByteArray.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/Bytecode.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ClassFile.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ClassFileWriter.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/CodeAnalyzer.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/CodeAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/CodeIterator.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ConstPool.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ConstantAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/DeprecatedAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/Descriptor.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/EnclosingMethodAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ExceptionTable.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ExceptionsAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/FieldInfo.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/InnerClassesAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/LineNumberAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/LocalVariableAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/LongVector.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/MethodInfo.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/Mnemonic.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/Opcode.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/ParameterAnnotationsAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/SignatureAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/SourceFileAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/SyntheticAttribute.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/annotation/AnnotationImpl.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/bytecode/annotation/AnnotationsWriter.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/AccessorMaker.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/CodeGen.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/CompileError.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/Javac.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/JvstCodeGen.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/JvstTypeChecker.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/KeywordTable.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/Lex.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/MemberCodeGen.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/MemberResolver.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/NoFieldException.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/Parser.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ProceedHandler.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/SymbolTable.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/SyntaxError.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/TokenId.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/TypeChecker.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/ASTList.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/ASTree.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 16
- 0
src/main/javassist/compiler/ast/ArrayInit.java View File

@@ -1,6 +1,22 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2006 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.
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*/

package javassist.compiler.ast;

import javassist.compiler.CompileError;

/**
* Array initializer such as <code>{ 1, 2, 3 }</code>.
*/

+ 1
- 1
src/main/javassist/compiler/ast/AssignExpr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/BinExpr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/CallExpr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/CastExpr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/CondExpr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/Declarator.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/DoubleConst.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/Expr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/FieldDecl.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/InstanceOfExpr.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/IntConst.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/Keyword.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/Member.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 1
- 1
src/main/javassist/compiler/ast/MethodDecl.java View File

@@ -1,6 +1,6 @@
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.
* Copyright (C) 1999-2006 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

+ 0
- 0
src/main/javassist/compiler/ast/NewExpr.java View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save