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

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


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

  Modified:    src/main/javassist                              
                        CtConstructor.java Loader.java
                        CtNewNestedClass.java Modifier.java CtMember.java
                        URLClassPath.java CtNewMethod.java Translator.java
                        CtNewConstructor.java CodeConverter.java
                        ClassClassPath.java CtField.java ClassMap.java
                        ByteArrayClassPath.java CannotCompileException.java
                        NotFoundException.java CtBehavior.java
                        ClassPool.java CtPrimitiveType.java
                        CtNewWrappedMethod.java
                        CtNewWrappedConstructor.java ClassPath.java
                        SerialVersionUID.java CtClass.java
                        ClassPoolTail.java CtArray.java CtMethod.java
                        CtNewClass.java CtClassType.java
                        LoaderClassPath.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.20      +1 -1      javassist/src/main/javassist/CtConstructor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtConstructor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtConstructor.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- CtConstructor.java	2 Jun 2007 14:12:36 -0000	1.19
  +++ CtConstructor.java	4 Jun 2007 03:11:11 -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.19      +1 -1      javassist/src/main/javassist/Loader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Loader.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/Loader.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- Loader.java	7 Aug 2006 15:48:31 -0000	1.18
  +++ Loader.java	4 Jun 2007 03:11:11 -0000	1.19
  @@ -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.5       +1 -1      javassist/src/main/javassist/CtNewNestedClass.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtNewNestedClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtNewNestedClass.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CtNewNestedClass.java	11 Jan 2006 06:45:54 -0000	1.4
  +++ CtNewNestedClass.java	4 Jun 2007 03:11:11 -0000	1.5
  @@ -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/Modifier.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Modifier.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/Modifier.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Modifier.java	12 Jun 2006 18:43:54 -0000	1.11
  +++ Modifier.java	4 Jun 2007 03:11:11 -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.17      +1 -1      javassist/src/main/javassist/CtMember.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtMember.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtMember.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- CtMember.java	18 Jul 2006 15:33:13 -0000	1.16
  +++ CtMember.java	4 Jun 2007 03:11:11 -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.12      +1 -1      javassist/src/main/javassist/URLClassPath.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: URLClassPath.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/URLClassPath.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- URLClassPath.java	1 Jul 2006 02:20:49 -0000	1.11
  +++ URLClassPath.java	4 Jun 2007 03:11:11 -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.12      +1 -1      javassist/src/main/javassist/CtNewMethod.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtNewMethod.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtNewMethod.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CtNewMethod.java	11 Jan 2006 06:45:54 -0000	1.11
  +++ CtNewMethod.java	4 Jun 2007 03:11:11 -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.11      +1 -1      javassist/src/main/javassist/Translator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Translator.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/Translator.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- Translator.java	11 Jan 2006 06:45:54 -0000	1.10
  +++ Translator.java	4 Jun 2007 03:11:11 -0000	1.11
  @@ -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/CtNewConstructor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtNewConstructor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtNewConstructor.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CtNewConstructor.java	2 Jun 2007 14:12:36 -0000	1.11
  +++ CtNewConstructor.java	4 Jun 2007 03:11:11 -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.13      +3 -3      javassist/src/main/javassist/CodeConverter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CodeConverter.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CodeConverter.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CodeConverter.java	16 Jan 2007 13:26:40 -0000	1.12
  +++ CodeConverter.java	4 Jun 2007 03:11:11 -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
  @@ -504,7 +504,7 @@
        * as array access replacements.
        *
        * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  -     * @version $Revision: 1.12 $
  +     * @version $Revision: 1.13 $
        */
       public interface ArrayAccessReplacementMethodNames
       {
  @@ -613,7 +613,7 @@
        * accesses to array elements.
        *
        * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  -     * @version $Revision: 1.12 $
  +     * @version $Revision: 1.13 $
        */
       public static class DefaultArrayAccessReplacementMethodNames
           implements ArrayAccessReplacementMethodNames
  
  
  
  1.4       +1 -1      javassist/src/main/javassist/ClassClassPath.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassClassPath.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassClassPath.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ClassClassPath.java	11 Jan 2006 06:45:54 -0000	1.3
  +++ ClassClassPath.java	4 Jun 2007 03:11:11 -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.21      +1 -1      javassist/src/main/javassist/CtField.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtField.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtField.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- CtField.java	6 Feb 2007 16:40:36 -0000	1.20
  +++ CtField.java	4 Jun 2007 03:11:11 -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.9       +1 -1      javassist/src/main/javassist/ClassMap.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassMap.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassMap.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ClassMap.java	30 Aug 2006 16:25:25 -0000	1.8
  +++ ClassMap.java	4 Jun 2007 03:11:11 -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/ByteArrayClassPath.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ByteArrayClassPath.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ByteArrayClassPath.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ByteArrayClassPath.java	11 Jan 2006 06:45:54 -0000	1.8
  +++ ByteArrayClassPath.java	4 Jun 2007 03:11:11 -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/CannotCompileException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CannotCompileException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CannotCompileException.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CannotCompileException.java	11 Jan 2006 06:45:54 -0000	1.12
  +++ CannotCompileException.java	4 Jun 2007 03:11:11 -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.7       +1 -1      javassist/src/main/javassist/NotFoundException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NotFoundException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/NotFoundException.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- NotFoundException.java	11 Jan 2006 06:45:54 -0000	1.6
  +++ NotFoundException.java	4 Jun 2007 03:11:11 -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.37      +1 -1      javassist/src/main/javassist/CtBehavior.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtBehavior.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtBehavior.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- CtBehavior.java	2 Jun 2007 14:12:36 -0000	1.36
  +++ CtBehavior.java	4 Jun 2007 03:11:11 -0000	1.37
  @@ -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.62      +1 -1      javassist/src/main/javassist/ClassPool.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassPool.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassPool.java,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -b -r1.61 -r1.62
  --- ClassPool.java	24 May 2007 10:54:41 -0000	1.61
  +++ ClassPool.java	4 Jun 2007 03:11:11 -0000	1.62
  @@ -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/CtPrimitiveType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtPrimitiveType.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtPrimitiveType.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CtPrimitiveType.java	11 Jan 2006 06:45:54 -0000	1.8
  +++ CtPrimitiveType.java	4 Jun 2007 03:11:11 -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.10      +1 -1      javassist/src/main/javassist/CtNewWrappedMethod.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtNewWrappedMethod.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtNewWrappedMethod.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- CtNewWrappedMethod.java	2 Jun 2007 14:12:36 -0000	1.9
  +++ CtNewWrappedMethod.java	4 Jun 2007 03:11:11 -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.9       +1 -1      javassist/src/main/javassist/CtNewWrappedConstructor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtNewWrappedConstructor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtNewWrappedConstructor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CtNewWrappedConstructor.java	11 Jan 2006 06:45:54 -0000	1.8
  +++ CtNewWrappedConstructor.java	4 Jun 2007 03:11:11 -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.11      +1 -1      javassist/src/main/javassist/ClassPath.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassPath.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassPath.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- ClassPath.java	11 Jan 2006 06:45:54 -0000	1.10
  +++ ClassPath.java	4 Jun 2007 03:11:11 -0000	1.11
  @@ -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/SerialVersionUID.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SerialVersionUID.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/SerialVersionUID.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- SerialVersionUID.java	11 Jan 2006 06:45:54 -0000	1.6
  +++ SerialVersionUID.java	4 Jun 2007 03:11:11 -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.84      +1 -1      javassist/src/main/javassist/CtClass.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtClass.java,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -b -r1.83 -r1.84
  --- CtClass.java	5 May 2007 03:54:33 -0000	1.83
  +++ CtClass.java	4 Jun 2007 03:11:11 -0000	1.84
  @@ -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/ClassPoolTail.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassPoolTail.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassPoolTail.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- ClassPoolTail.java	11 Jan 2006 06:45:54 -0000	1.14
  +++ ClassPoolTail.java	4 Jun 2007 03:11:11 -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.9       +1 -1      javassist/src/main/javassist/CtArray.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtArray.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtArray.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CtArray.java	11 Jan 2006 06:45:54 -0000	1.8
  +++ CtArray.java	4 Jun 2007 03:11:11 -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.17      +1 -1      javassist/src/main/javassist/CtMethod.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtMethod.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtMethod.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- CtMethod.java	2 Jun 2007 14:12:36 -0000	1.16
  +++ CtMethod.java	4 Jun 2007 03:11:11 -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.11      +1 -1      javassist/src/main/javassist/CtNewClass.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtNewClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtNewClass.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- CtNewClass.java	11 Jan 2006 06:45:54 -0000	1.10
  +++ CtNewClass.java	4 Jun 2007 03:11:11 -0000	1.11
  @@ -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.56      +1 -1      javassist/src/main/javassist/CtClassType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtClassType.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtClassType.java,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -b -r1.55 -r1.56
  --- CtClassType.java	2 Jun 2007 14:12:36 -0000	1.55
  +++ CtClassType.java	4 Jun 2007 03:11:11 -0000	1.56
  @@ -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/LoaderClassPath.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LoaderClassPath.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/LoaderClassPath.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- LoaderClassPath.java	11 Jan 2006 06:45:54 -0000	1.8
  +++ LoaderClassPath.java	4 Jun 2007 03:11:11 -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
  
  
  



More information about the jboss-cvs-commits mailing list