[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] javassist/src/main/javassist/convert TransformAfter.java TransformBefore.java TransformC
From:       Shigeru Chiba <chiba () users ! sourceforge ! net>
Date:       2003-04-30 8:27:39
[Download RAW message or body]

  User: chiba   
  Date: 03/04/30 01:27:39

  Modified:    src/main/javassist/convert TransformAfter.java
                        TransformBefore.java TransformCall.java
                        TransformFieldAccess.java TransformNew.java
                        TransformReadField.java TransformWriteField.java
                        Transformer.java
  Log:
  changed the license.
  
  Revision  Changes    Path
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformAfter.java
  
  Index: TransformAfter.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformAfter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformAfter.java	23 Apr 2003 17:08:26 -0000	1.2
  +++ TransformAfter.java	30 Apr 2003 08:27:36 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.CtClass;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformBefore.java
  
  Index: TransformBefore.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformBefore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformBefore.java	23 Apr 2003 17:08:26 -0000	1.2
  +++ TransformBefore.java	30 Apr 2003 08:27:36 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.CtClass;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformCall.java
  
  Index: TransformCall.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformCall.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformCall.java	23 Apr 2003 17:08:26 -0000	1.2
  +++ TransformCall.java	30 Apr 2003 08:27:37 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.CtClass;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformFieldAccess.java
  
  Index: TransformFieldAccess.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformFieldAccess.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformFieldAccess.java	23 Apr 2003 17:08:26 -0000	1.2
  +++ TransformFieldAccess.java	30 Apr 2003 08:27:37 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.bytecode.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformNew.java
  
  Index: TransformNew.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformNew.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformNew.java	23 Apr 2003 17:08:26 -0000	1.2
  +++ TransformNew.java	30 Apr 2003 08:27:37 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.bytecode.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformReadField.java
  
  Index: TransformReadField.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformReadField.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformReadField.java	23 Apr 2003 17:08:27 -0000	1.2
  +++ TransformReadField.java	30 Apr 2003 08:27:37 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.bytecode.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/TransformWriteField.java
  
  Index: TransformWriteField.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/TransformWriteField.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransformWriteField.java	23 Apr 2003 17:08:27 -0000	1.2
  +++ TransformWriteField.java	30 Apr 2003 08:27:38 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.CtClass;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/convert/Transformer.java
  
  Index: Transformer.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/convert/Transformer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Transformer.java	23 Apr 2003 17:08:27 -0000	1.2
  +++ Transformer.java	30 Apr 2003 08:27:38 -0000	1.3
  @@ -2,16 +2,17 @@
    * Javassist, a Java-bytecode translator toolkit.
    * Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
    *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2.1 of the License, or (at your option) any later version.
  + * 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.
    *
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  + * 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.convert;
   
   import javassist.bytecode.*;
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic