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

List:       jboss-cvs-commits
Subject:    [jboss-cvs] javassist/src/main/javassist/rmi AppletServer.java ObjectImporter.java ObjectNotFoundExc
From:       Shigeru Chiba <chiba () users ! sourceforge ! net>
Date:       2003-04-30 8:28:01
[Download RAW message or body]

  User: chiba   
  Date: 03/04/30 01:28:00

  Modified:    src/main/javassist/rmi AppletServer.java ObjectImporter.java
                        ObjectNotFoundException.java Proxy.java
                        RemoteException.java RemoteRef.java Sample.java
                        StubGenerator.java
  Log:
  changed the license.
  
  Revision  Changes    Path
  1.3       +9 -8      javassist/src/main/javassist/rmi/AppletServer.java
  
  Index: AppletServer.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/AppletServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AppletServer.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ AppletServer.java	30 Apr 2003 08:27:57 -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.rmi;
   
   import java.io.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/ObjectImporter.java
  
  Index: ObjectImporter.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/ObjectImporter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ObjectImporter.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ ObjectImporter.java	30 Apr 2003 08:27:58 -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.rmi;
   
   import java.io.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/ObjectNotFoundException.java
  
  Index: ObjectNotFoundException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/ObjectNotFoundException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ObjectNotFoundException.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ ObjectNotFoundException.java	30 Apr 2003 08:27:58 -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.rmi;
   
   public class ObjectNotFoundException extends Exception {
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/Proxy.java
  
  Index: Proxy.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/Proxy.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Proxy.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ Proxy.java	30 Apr 2003 08:27:58 -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.rmi;
   
   /**
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/RemoteException.java
  
  Index: RemoteException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/RemoteException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoteException.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ RemoteException.java	30 Apr 2003 08:27:58 -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.rmi;
   
   /**
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/RemoteRef.java
  
  Index: RemoteRef.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/RemoteRef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoteRef.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ RemoteRef.java	30 Apr 2003 08:27:59 -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.rmi;
   
   /**
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/Sample.java
  
  Index: Sample.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/Sample.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Sample.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ Sample.java	30 Apr 2003 08:27:59 -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.rmi;
   
   /**
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/rmi/StubGenerator.java
  
  Index: StubGenerator.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/rmi/StubGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StubGenerator.java	23 Apr 2003 17:08:31 -0000	1.2
  +++ StubGenerator.java	30 Apr 2003 08:27:59 -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.rmi;
   
   import java.io.*;
  
  
  


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