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

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


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

  Modified:    src/main/javassist/compiler/ast                        
                        Symbol.java Stmnt.java ASTree.java Visitor.java
                        FieldDecl.java Pair.java AssignExpr.java Expr.java
                        StringL.java Member.java IntConst.java
                        Variable.java ASTList.java NewExpr.java
                        MethodDecl.java InstanceOfExpr.java Declarator.java
                        Keyword.java CondExpr.java CallExpr.java
                        ArrayInit.java DoubleConst.java CastExpr.java
                        BinExpr.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.7       +1 -1      javassist/src/main/javassist/compiler/ast/Symbol.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Symbol.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Symbol.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Symbol.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ Symbol.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/compiler/ast/Stmnt.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Stmnt.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Stmnt.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Stmnt.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ Stmnt.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/compiler/ast/ASTree.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ASTree.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/ASTree.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ASTree.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ ASTree.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/compiler/ast/Visitor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Visitor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Visitor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Visitor.java	11 Jan 2006 06:45:55 -0000	1.8
  +++ Visitor.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/compiler/ast/FieldDecl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FieldDecl.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/FieldDecl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- FieldDecl.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ FieldDecl.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/compiler/ast/Pair.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pair.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Pair.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Pair.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ Pair.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/compiler/ast/AssignExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AssignExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/AssignExpr.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- AssignExpr.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ AssignExpr.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.10      +1 -1      javassist/src/main/javassist/compiler/ast/Expr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Expr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Expr.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- Expr.java	11 Jan 2006 06:45:55 -0000	1.9
  +++ Expr.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/compiler/ast/StringL.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StringL.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/StringL.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- StringL.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ StringL.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/compiler/ast/Member.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Member.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Member.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Member.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ Member.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.8       +1 -1      javassist/src/main/javassist/compiler/ast/IntConst.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IntConst.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/IntConst.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- IntConst.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ IntConst.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.7       +1 -1      javassist/src/main/javassist/compiler/ast/Variable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Variable.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Variable.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Variable.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ Variable.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/compiler/ast/ASTList.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ASTList.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/ASTList.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ASTList.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ ASTList.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/compiler/ast/NewExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/NewExpr.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- NewExpr.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ NewExpr.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.7       +1 -1      javassist/src/main/javassist/compiler/ast/MethodDecl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodDecl.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/MethodDecl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- MethodDecl.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ MethodDecl.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/compiler/ast/InstanceOfExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InstanceOfExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/InstanceOfExpr.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- InstanceOfExpr.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ InstanceOfExpr.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/compiler/ast/Declarator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Declarator.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Declarator.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Declarator.java	11 Jan 2006 06:45:55 -0000	1.8
  +++ Declarator.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/compiler/ast/Keyword.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Keyword.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/Keyword.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Keyword.java	11 Jan 2006 06:45:55 -0000	1.6
  +++ Keyword.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/compiler/ast/CondExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CondExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/CondExpr.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CondExpr.java	11 Jan 2006 06:45:55 -0000	1.8
  +++ CondExpr.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.5       +1 -1      javassist/src/main/javassist/compiler/ast/CallExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CallExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/CallExpr.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CallExpr.java	11 Jan 2006 06:45:55 -0000	1.4
  +++ CallExpr.java	4 Jun 2007 03:11:09 -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.3       +1 -1      javassist/src/main/javassist/compiler/ast/ArrayInit.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ArrayInit.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/ArrayInit.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ArrayInit.java	11 Jan 2006 06:45:55 -0000	1.2
  +++ ArrayInit.java	4 Jun 2007 03:11:09 -0000	1.3
  @@ -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/compiler/ast/DoubleConst.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DoubleConst.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/DoubleConst.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- DoubleConst.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ DoubleConst.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.8       +1 -1      javassist/src/main/javassist/compiler/ast/CastExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CastExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/CastExpr.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- CastExpr.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ CastExpr.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.8       +1 -1      javassist/src/main/javassist/compiler/ast/BinExpr.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BinExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ast/BinExpr.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- BinExpr.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ BinExpr.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
  
  
  



More information about the jboss-cvs-commits mailing list