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

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/util/proxy        FactoryHelper.java
                        SerializedProxy.java RuntimeSupport.java
                        MethodFilter.java ProxyObject.java
                        MethodHandler.java ProxyFactory.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.6       +1 -1      javassist/src/main/javassist/util/proxy/FactoryHelper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FactoryHelper.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/FactoryHelper.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- FactoryHelper.java	1 Nov 2006 02:45:05 -0000	1.5
  +++ FactoryHelper.java	4 Jun 2007 03:11:10 -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.2       +1 -1      javassist/src/main/javassist/util/proxy/SerializedProxy.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SerializedProxy.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/SerializedProxy.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SerializedProxy.java	5 Nov 2006 23:16:35 -0000	1.1
  +++ SerializedProxy.java	4 Jun 2007 03:11:10 -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.5       +1 -1      javassist/src/main/javassist/util/proxy/RuntimeSupport.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RuntimeSupport.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/RuntimeSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- RuntimeSupport.java	5 Nov 2006 23:16:35 -0000	1.4
  +++ RuntimeSupport.java	4 Jun 2007 03:11:10 -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/util/proxy/MethodFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/MethodFilter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MethodFilter.java	11 Jan 2006 06:45:55 -0000	1.2
  +++ MethodFilter.java	4 Jun 2007 03:11:10 -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/util/proxy/ProxyObject.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProxyObject.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/ProxyObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ProxyObject.java	11 Jan 2006 06:45:55 -0000	1.2
  +++ ProxyObject.java	4 Jun 2007 03:11:10 -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.4       +1 -1      javassist/src/main/javassist/util/proxy/MethodHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/MethodHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- MethodHandler.java	27 Apr 2006 02:00:45 -0000	1.3
  +++ MethodHandler.java	4 Jun 2007 03:11:10 -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.25      +1 -1      javassist/src/main/javassist/util/proxy/ProxyFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProxyFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/util/proxy/ProxyFactory.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- ProxyFactory.java	3 Jun 2007 02:33:47 -0000	1.24
  +++ ProxyFactory.java	4 Jun 2007 03:11:10 -0000	1.25
  @@ -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