[jboss-cvs] javassist/src/main/javassist/bytecode/stackmap ...

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


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

  Modified:    src/main/javassist/bytecode/stackmap        TypedBlock.java
                        TypeData.java Tracer.java Liveness.java
                        MapMaker.java TypeTag.java BasicBlock.java
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.3       +15 -0     javassist/src/main/javassist/bytecode/stackmap/TypedBlock.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TypedBlock.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/TypedBlock.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TypedBlock.java	29 May 2007 03:51:47 -0000	1.2
  +++ TypedBlock.java	4 Jun 2007 03:11:12 -0000	1.3
  @@ -1,3 +1,18 @@
  +/*
  + * Javassist, a Java-bytecode translator toolkit.
  + * 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
  + * the License.  Alternatively, the contents of this file may be used under
  + * the terms of the GNU Lesser General Public License Version 2.1 or later.
  + *
  + * Software distributed under the License is distributed on an "AS IS" basis,
  + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  + * for the specific language governing rights and limitations under the
  + * License.
  + */
  +
   package javassist.bytecode.stackmap;
   
   import javassist.bytecode.*;
  
  
  
  1.7       +1 -1      javassist/src/main/javassist/bytecode/stackmap/TypeData.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TypeData.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/TypeData.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- TypeData.java	29 May 2007 09:22:02 -0000	1.6
  +++ TypeData.java	4 Jun 2007 03:11:12 -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.5       +1 -1      javassist/src/main/javassist/bytecode/stackmap/Tracer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Tracer.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/Tracer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Tracer.java	29 May 2007 03:51:47 -0000	1.4
  +++ Tracer.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.3       +1 -1      javassist/src/main/javassist/bytecode/stackmap/Liveness.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Liveness.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/Liveness.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Liveness.java	29 May 2007 03:51:47 -0000	1.2
  +++ Liveness.java	4 Jun 2007 03:11:12 -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.5       +1 -1      javassist/src/main/javassist/bytecode/stackmap/MapMaker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MapMaker.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/MapMaker.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- MapMaker.java	29 May 2007 03:51:47 -0000	1.4
  +++ MapMaker.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.2       +1 -1      javassist/src/main/javassist/bytecode/stackmap/TypeTag.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TypeTag.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/TypeTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- TypeTag.java	10 Apr 2007 16:32:32 -0000	1.1
  +++ TypeTag.java	4 Jun 2007 03:11:12 -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.6       +1 -1      javassist/src/main/javassist/bytecode/stackmap/BasicBlock.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BasicBlock.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/stackmap/BasicBlock.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- BasicBlock.java	6 May 2007 15:41:43 -0000	1.5
  +++ BasicBlock.java	4 Jun 2007 03:11:12 -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
  
  
  



More information about the jboss-cvs-commits mailing list