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

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


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

  Modified:    src/main/javassist/expr           NewArray.java Cast.java
                        ConstructorCall.java NewExpr.java ExprEditor.java
                        Instanceof.java FieldAccess.java Handler.java
                        MethodCall.java Expr.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.5       +1 -1      javassist/src/main/javassist/expr/NewArray.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewArray.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/NewArray.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- NewArray.java	11 Jan 2006 06:45:55 -0000	1.4
  +++ NewArray.java	4 Jun 2007 03:11:12 -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/expr/Cast.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Cast.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Cast.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Cast.java	11 Jan 2006 06:45:55 -0000	1.11
  +++ Cast.java	4 Jun 2007 03:11:12 -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.4       +1 -1      javassist/src/main/javassist/expr/ConstructorCall.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConstructorCall.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/ConstructorCall.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ConstructorCall.java	11 Jan 2006 06:45:55 -0000	1.3
  +++ ConstructorCall.java	4 Jun 2007 03:11:12 -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.18      +1 -1      javassist/src/main/javassist/expr/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/expr/NewExpr.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- NewExpr.java	22 Feb 2006 17:45:38 -0000	1.17
  +++ NewExpr.java	4 Jun 2007 03:11:12 -0000	1.18
  @@ -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/expr/ExprEditor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExprEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/ExprEditor.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ExprEditor.java	2 Jun 2007 14:12:36 -0000	1.12
  +++ ExprEditor.java	4 Jun 2007 03:11:12 -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.12      +1 -1      javassist/src/main/javassist/expr/Instanceof.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Instanceof.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Instanceof.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Instanceof.java	11 Jan 2006 06:45:55 -0000	1.11
  +++ Instanceof.java	4 Jun 2007 03:11:12 -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      +1 -1      javassist/src/main/javassist/expr/FieldAccess.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FieldAccess.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/FieldAccess.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- FieldAccess.java	22 Feb 2006 17:45:38 -0000	1.12
  +++ FieldAccess.java	4 Jun 2007 03:11:12 -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.8       +1 -1      javassist/src/main/javassist/expr/Handler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Handler.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Handler.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Handler.java	11 Jan 2006 06:45:55 -0000	1.7
  +++ Handler.java	4 Jun 2007 03:11:12 -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.19      +1 -1      javassist/src/main/javassist/expr/MethodCall.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodCall.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/MethodCall.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- MethodCall.java	11 Jan 2006 06:45:55 -0000	1.18
  +++ MethodCall.java	4 Jun 2007 03:11:12 -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.16      +1 -1      javassist/src/main/javassist/expr/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/expr/Expr.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- Expr.java	9 Apr 2006 15:07:41 -0000	1.15
  +++ Expr.java	4 Jun 2007 03:11:12 -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