[jboss-cvs] javassist/src/main/javassist/bytecode ...

Shigeru Chiba chiba at is.titech.ac.jp
Sun Jun 3 23:11:09 EDT 2007


  User: chiba   
  Date: 07/06/03 23:11:09

  Modified:    src/main/javassist/bytecode                                 
                        AnnotationDefaultAttribute.java
                        ParameterAnnotationsAttribute.java Opcode.java
                        ExceptionTable.java AccessFlag.java
                        CodeAttribute.java ExceptionsAttribute.java
                        DuplicateMemberException.java
                        DeprecatedAttribute.java ConstantAttribute.java
                        LineNumberAttribute.java SourceFileAttribute.java
                        Mnemonic.java MethodInfo.java
                        SignatureAttribute.java InnerClassesAttribute.java
                        ByteArray.java EnclosingMethodAttribute.java
                        BadBytecode.java SyntheticAttribute.java
                        FieldInfo.java LocalVariableAttribute.java
                        ClassFileWriter.java CodeAnalyzer.java
                        CodeIterator.java ConstPool.java LongVector.java
                        StackMapTable.java Descriptor.java Bytecode.java
                        ClassFile.java AnnotationsAttribute.java
                        AttributeInfo.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.4       +1 -1      javassist/src/main/javassist/bytecode/AnnotationDefaultAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationDefaultAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/AnnotationDefaultAttribute.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- AnnotationDefaultAttribute.java	11 Jan 2006 06:45:56 -0000	1.3
  +++ AnnotationDefaultAttribute.java	4 Jun 2007 03:11:09 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.6       +1 -1      javassist/src/main/javassist/bytecode/ParameterAnnotationsAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ParameterAnnotationsAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ParameterAnnotationsAttribute.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- ParameterAnnotationsAttribute.java	11 Jan 2006 06:45:56 -0000	1.5
  +++ ParameterAnnotationsAttribute.java	4 Jun 2007 03:11:09 -0000	1.6
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.8       +1 -1      javassist/src/main/javassist/bytecode/Opcode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Opcode.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/Opcode.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Opcode.java	26 Apr 2007 14:58:16 -0000	1.7
  +++ Opcode.java	4 Jun 2007 03:11:09 -0000	1.8
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.9       +1 -1      javassist/src/main/javassist/bytecode/ExceptionTable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExceptionTable.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ExceptionTable.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ExceptionTable.java	11 Jan 2006 06:45:56 -0000	1.8
  +++ ExceptionTable.java	4 Jun 2007 03:11:09 -0000	1.9
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.9       +1 -1      javassist/src/main/javassist/bytecode/AccessFlag.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AccessFlag.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/AccessFlag.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- AccessFlag.java	11 Jan 2006 06:45:56 -0000	1.8
  +++ AccessFlag.java	4 Jun 2007 03:11:09 -0000	1.9
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.13      +1 -1      javassist/src/main/javassist/bytecode/CodeAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CodeAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/CodeAttribute.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CodeAttribute.java	10 Apr 2007 16:32:32 -0000	1.12
  +++ CodeAttribute.java	4 Jun 2007 03:11:09 -0000	1.13
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.9       +1 -1      javassist/src/main/javassist/bytecode/ExceptionsAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExceptionsAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ExceptionsAttribute.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ExceptionsAttribute.java	11 Jan 2006 06:45:56 -0000	1.8
  +++ ExceptionsAttribute.java	4 Jun 2007 03:11:09 -0000	1.9
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.2       +1 -1      javassist/src/main/javassist/bytecode/DuplicateMemberException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DuplicateMemberException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/DuplicateMemberException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DuplicateMemberException.java	7 Nov 2006 04:19:37 -0000	1.1
  +++ DuplicateMemberException.java	4 Jun 2007 03:11:09 -0000	1.2
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.6       +1 -1      javassist/src/main/javassist/bytecode/DeprecatedAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeprecatedAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/DeprecatedAttribute.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- DeprecatedAttribute.java	11 Jan 2006 06:45:56 -0000	1.5
  +++ DeprecatedAttribute.java	4 Jun 2007 03:11:09 -0000	1.6
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.7       +1 -1      javassist/src/main/javassist/bytecode/ConstantAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConstantAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ConstantAttribute.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ConstantAttribute.java	11 Jan 2006 06:45:56 -0000	1.6
  +++ ConstantAttribute.java	4 Jun 2007 03:11:09 -0000	1.7
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.9       +1 -1      javassist/src/main/javassist/bytecode/LineNumberAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LineNumberAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/LineNumberAttribute.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- LineNumberAttribute.java	11 Jan 2006 06:45:56 -0000	1.8
  +++ LineNumberAttribute.java	4 Jun 2007 03:11:09 -0000	1.9
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.7       +1 -1      javassist/src/main/javassist/bytecode/SourceFileAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SourceFileAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/SourceFileAttribute.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- SourceFileAttribute.java	11 Jan 2006 06:45:56 -0000	1.6
  +++ SourceFileAttribute.java	4 Jun 2007 03:11:09 -0000	1.7
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.7       +1 -1      javassist/src/main/javassist/bytecode/Mnemonic.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Mnemonic.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/Mnemonic.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Mnemonic.java	11 Jan 2006 06:45:56 -0000	1.6
  +++ Mnemonic.java	4 Jun 2007 03:11:09 -0000	1.7
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.26      +1 -1      javassist/src/main/javassist/bytecode/MethodInfo.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodInfo.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/MethodInfo.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- MethodInfo.java	2 Jun 2007 14:12:35 -0000	1.25
  +++ MethodInfo.java	4 Jun 2007 03:11:09 -0000	1.26
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.10      +1 -1      javassist/src/main/javassist/bytecode/SignatureAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SignatureAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/SignatureAttribute.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- SignatureAttribute.java	10 Mar 2007 17:01:04 -0000	1.9
  +++ SignatureAttribute.java	4 Jun 2007 03:11:09 -0000	1.10
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.10      +1 -1      javassist/src/main/javassist/bytecode/InnerClassesAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InnerClassesAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/InnerClassesAttribute.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- InnerClassesAttribute.java	11 Jan 2006 06:45:56 -0000	1.9
  +++ InnerClassesAttribute.java	4 Jun 2007 03:11:09 -0000	1.10
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.7       +1 -1      javassist/src/main/javassist/bytecode/ByteArray.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ByteArray.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ByteArray.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ByteArray.java	11 Jan 2006 06:45:56 -0000	1.6
  +++ ByteArray.java	4 Jun 2007 03:11:09 -0000	1.7
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.6       +1 -1      javassist/src/main/javassist/bytecode/EnclosingMethodAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EnclosingMethodAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/EnclosingMethodAttribute.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- EnclosingMethodAttribute.java	13 Feb 2006 16:38:05 -0000	1.5
  +++ EnclosingMethodAttribute.java	4 Jun 2007 03:11:09 -0000	1.6
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.7       +1 -1      javassist/src/main/javassist/bytecode/BadBytecode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BadBytecode.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/BadBytecode.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- BadBytecode.java	11 Jan 2006 06:45:56 -0000	1.6
  +++ BadBytecode.java	4 Jun 2007 03:11:09 -0000	1.7
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.8       +1 -1      javassist/src/main/javassist/bytecode/SyntheticAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SyntheticAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/SyntheticAttribute.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- SyntheticAttribute.java	11 Jan 2006 06:45:56 -0000	1.7
  +++ SyntheticAttribute.java	4 Jun 2007 03:11:09 -0000	1.8
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.20      +1 -1      javassist/src/main/javassist/bytecode/FieldInfo.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FieldInfo.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/FieldInfo.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- FieldInfo.java	8 Mar 2007 13:05:47 -0000	1.19
  +++ FieldInfo.java	4 Jun 2007 03:11:09 -0000	1.20
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.10      +1 -1      javassist/src/main/javassist/bytecode/LocalVariableAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalVariableAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/LocalVariableAttribute.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- LocalVariableAttribute.java	14 Feb 2007 11:24:46 -0000	1.9
  +++ LocalVariableAttribute.java	4 Jun 2007 03:11:09 -0000	1.10
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.15      +1 -1      javassist/src/main/javassist/bytecode/ClassFileWriter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassFileWriter.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ClassFileWriter.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- ClassFileWriter.java	24 May 2007 07:46:57 -0000	1.14
  +++ ClassFileWriter.java	4 Jun 2007 03:11:09 -0000	1.15
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.4       +1 -1      javassist/src/main/javassist/bytecode/CodeAnalyzer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CodeAnalyzer.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/CodeAnalyzer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- CodeAnalyzer.java	11 Jan 2006 06:45:56 -0000	1.3
  +++ CodeAnalyzer.java	4 Jun 2007 03:11:09 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.16      +1 -1      javassist/src/main/javassist/bytecode/CodeIterator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CodeIterator.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/CodeIterator.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- CodeIterator.java	9 Feb 2007 18:05:21 -0000	1.15
  +++ CodeIterator.java	4 Jun 2007 03:11:09 -0000	1.16
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.23      +1 -1      javassist/src/main/javassist/bytecode/ConstPool.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConstPool.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ConstPool.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- ConstPool.java	22 Feb 2006 14:47:59 -0000	1.22
  +++ ConstPool.java	4 Jun 2007 03:11:09 -0000	1.23
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.9       +1 -1      javassist/src/main/javassist/bytecode/LongVector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LongVector.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/LongVector.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- LongVector.java	11 Jan 2006 06:45:56 -0000	1.8
  +++ LongVector.java	4 Jun 2007 03:11:09 -0000	1.9
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.9       +1 -1      javassist/src/main/javassist/bytecode/StackMapTable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StackMapTable.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/StackMapTable.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- StackMapTable.java	6 May 2007 15:41:43 -0000	1.8
  +++ StackMapTable.java	4 Jun 2007 03:11:09 -0000	1.9
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.21      +1 -1      javassist/src/main/javassist/bytecode/Descriptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Descriptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/Descriptor.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- Descriptor.java	6 Feb 2007 16:05:29 -0000	1.20
  +++ Descriptor.java	4 Jun 2007 03:11:09 -0000	1.21
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.17      +1 -1      javassist/src/main/javassist/bytecode/Bytecode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Bytecode.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/Bytecode.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- Bytecode.java	11 Jan 2006 06:45:56 -0000	1.16
  +++ Bytecode.java	4 Jun 2007 03:11:09 -0000	1.17
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.35      +1 -1      javassist/src/main/javassist/bytecode/ClassFile.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassFile.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ClassFile.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- ClassFile.java	2 Jun 2007 14:18:21 -0000	1.34
  +++ ClassFile.java	4 Jun 2007 03:11:09 -0000	1.35
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.12      +1 -1      javassist/src/main/javassist/bytecode/AnnotationsAttribute.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationsAttribute.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/AnnotationsAttribute.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- AnnotationsAttribute.java	11 Jan 2006 06:45:56 -0000	1.11
  +++ AnnotationsAttribute.java	4 Jun 2007 03:11:09 -0000	1.12
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of 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.16      +1 -1      javassist/src/main/javassist/bytecode/AttributeInfo.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AttributeInfo.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/AttributeInfo.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- AttributeInfo.java	1 Nov 2006 02:45:05 -0000	1.15
  +++ AttributeInfo.java	4 Jun 2007 03:11:09 -0000	1.16
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
  + * Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
    *
    * The contents of this file are subject to the Mozilla Public License Version
    * 1.1 (the "License"); you may not use this file except in compliance with
  
  
  



More information about the jboss-cvs-commits mailing list