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

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/tools/reflect           Compiler.java
                        Metalevel.java CannotReflectException.java
                        Loader.java CannotCreateException.java
                        Reflection.java Metaobject.java
                        CannotInvokeException.java ClassMetaobject.java
                        Sample.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.3       +1 -1      javassist/src/main/javassist/tools/reflect/Compiler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Compiler.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/Compiler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Compiler.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ Compiler.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/Metalevel.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Metalevel.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/Metalevel.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Metalevel.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ Metalevel.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/CannotReflectException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CannotReflectException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/CannotReflectException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CannotReflectException.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ CannotReflectException.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/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/tools/reflect/Loader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Loader.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ Loader.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/CannotCreateException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CannotCreateException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/CannotCreateException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CannotCreateException.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ CannotCreateException.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/Reflection.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Reflection.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/Reflection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Reflection.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ Reflection.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/Metaobject.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Metaobject.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/Metaobject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Metaobject.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ Metaobject.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/CannotInvokeException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CannotInvokeException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/CannotInvokeException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CannotInvokeException.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ CannotInvokeException.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/ClassMetaobject.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassMetaobject.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/ClassMetaobject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ClassMetaobject.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ ClassMetaobject.java	4 Jun 2007 03:11:11 -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.3       +1 -1      javassist/src/main/javassist/tools/reflect/Sample.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Sample.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/tools/reflect/Sample.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Sample.java	11 Jan 2006 06:45:56 -0000	1.2
  +++ Sample.java	4 Jun 2007 03:11:11 -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
  
  
  



More information about the jboss-cvs-commits mailing list