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

List:       jboss-cvs-commits
Subject:    [jboss-cvs] javassist/src/main/javassist/expr Cast.java Expr.java ExprEditor.java FieldAccess.java H
From:       Shigeru Chiba <chiba () users ! sourceforge ! net>
Date:       2003-04-30 8:27:41
[Download RAW message or body]

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

  Modified:    src/main/javassist/expr Cast.java Expr.java ExprEditor.java
                        FieldAccess.java Handler.java Instanceof.java
                        MethodCall.java NewExpr.java
  Log:
  changed the license.
  
  Revision  Changes    Path
  1.3       +9 -8      javassist/src/main/javassist/expr/Cast.java
  
  Index: Cast.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Cast.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Cast.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ Cast.java	30 Apr 2003 08:27:39 -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.expr;
   
   import javassist.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/expr/Expr.java
  
  Index: Expr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Expr.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Expr.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ Expr.java	30 Apr 2003 08:27:39 -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.expr;
   
   import javassist.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/expr/ExprEditor.java
  
  Index: ExprEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/ExprEditor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExprEditor.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ ExprEditor.java	30 Apr 2003 08:27:39 -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.expr;
   
   import javassist.bytecode.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/expr/FieldAccess.java
  
  Index: FieldAccess.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/FieldAccess.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FieldAccess.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ FieldAccess.java	30 Apr 2003 08:27:40 -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.expr;
   
   import javassist.*;
  
  
  
  1.2       +9 -8      javassist/src/main/javassist/expr/Handler.java
  
  Index: Handler.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Handler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Handler.java	23 Apr 2003 17:13:13 -0000	1.1
  +++ Handler.java	30 Apr 2003 08:27:40 -0000	1.2
  @@ -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.expr;
   
   import javassist.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/expr/Instanceof.java
  
  Index: Instanceof.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/Instanceof.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Instanceof.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ Instanceof.java	30 Apr 2003 08:27:40 -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.expr;
   
   import javassist.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/expr/MethodCall.java
  
  Index: MethodCall.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/MethodCall.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MethodCall.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ MethodCall.java	30 Apr 2003 08:27:40 -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.expr;
   
   import javassist.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/expr/NewExpr.java
  
  Index: NewExpr.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/expr/NewExpr.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NewExpr.java	23 Apr 2003 17:08:28 -0000	1.2
  +++ NewExpr.java	30 Apr 2003 08:27:40 -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.expr;
   
   import javassist.*;
  
  
  


-------------------------------------------------------
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