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

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/scopedpool      
                        ScopedClassPoolFactoryImpl.java
                        ScopedClassPoolRepository.java
                        ScopedClassPoolRepositoryImpl.java
                        SoftValueHashMap.java ScopedClassPoolFactory.java
                        ScopedClassPool.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.5       +2 -2      javassist/src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ScopedClassPoolFactoryImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ScopedClassPoolFactoryImpl.java	9 Feb 2007 16:32:46 -0000	1.4
  +++ ScopedClassPoolFactoryImpl.java	4 Jun 2007 03:11:11 -0000	1.5
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 2006 JBoss Inc. 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
  @@ -21,7 +21,7 @@
    * An implementation of factory.
    *
    * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class ScopedClassPoolFactoryImpl implements ScopedClassPoolFactory {
       /**
  
  
  
  1.4       +2 -2      javassist/src/main/javassist/scopedpool/ScopedClassPoolRepository.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ScopedClassPoolRepository.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/scopedpool/ScopedClassPoolRepository.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ScopedClassPoolRepository.java	18 Jul 2006 14:46:25 -0000	1.3
  +++ ScopedClassPoolRepository.java	4 Jun 2007 03:11:11 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 2006 JBoss Inc. 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
  @@ -23,7 +23,7 @@
    * An interface to <code>ScopedClassPoolRepositoryImpl</code>.
    *
    * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface ScopedClassPoolRepository {
       /**
  
  
  
  1.4       +2 -2      javassist/src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ScopedClassPoolRepositoryImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ScopedClassPoolRepositoryImpl.java	18 Jul 2006 14:46:25 -0000	1.3
  +++ ScopedClassPoolRepositoryImpl.java	4 Jun 2007 03:11:11 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 2006 JBoss Inc. 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
  @@ -29,7 +29,7 @@
    * It is an singleton.
    *
    * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ScopedClassPoolRepositoryImpl implements ScopedClassPoolRepository {
       /** The instance */
  
  
  
  1.4       +2 -2      javassist/src/main/javassist/scopedpool/SoftValueHashMap.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SoftValueHashMap.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/scopedpool/SoftValueHashMap.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- SoftValueHashMap.java	18 Jul 2006 14:46:25 -0000	1.3
  +++ SoftValueHashMap.java	4 Jun 2007 03:11:11 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 2006 JBoss Inc. 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
  @@ -26,7 +26,7 @@
    * This Map will remove entries when the value in the map has been cleaned from
    * garbage collection
    * 
  - * @version <tt>$Revision: 1.3 $</tt>
  + * @version <tt>$Revision: 1.4 $</tt>
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
    */
   public class SoftValueHashMap extends AbstractMap implements Map {
  
  
  
  1.4       +2 -2      javassist/src/main/javassist/scopedpool/ScopedClassPoolFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ScopedClassPoolFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/scopedpool/ScopedClassPoolFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ScopedClassPoolFactory.java	18 Jul 2006 14:46:25 -0000	1.3
  +++ ScopedClassPoolFactory.java	4 Jun 2007 03:11:11 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 2006 JBoss Inc. 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
  @@ -21,7 +21,7 @@
    * A factory interface.
    *
    * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface ScopedClassPoolFactory {
       /**
  
  
  
  1.8       +2 -2      javassist/src/main/javassist/scopedpool/ScopedClassPool.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ScopedClassPool.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/scopedpool/ScopedClassPool.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ScopedClassPool.java	9 Feb 2007 16:39:32 -0000	1.7
  +++ ScopedClassPool.java	4 Jun 2007 03:11:11 -0000	1.8
  @@ -1,6 +1,6 @@
   /*
    * Javassist, a Java-bytecode translator toolkit.
  - * Copyright (C) 2006 JBoss Inc. 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
  @@ -31,7 +31,7 @@
    * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
    * @author <a href="adrian at jboss.com">Adrian Brock</a>
    * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public class ScopedClassPool extends ClassPool {
       protected ScopedClassPoolRepository repository;
  
  
  



More information about the jboss-cvs-commits mailing list