User: hiram   
  Date: 01/03/01 17:12:56

  Modified:    src/main/org/jbossmq/distributed/server
                        ConnectionReceiverOIL.java
                        ConnectionReceiverOILClient.java
                        ConnectionReceiverRMI.java
                        ConnectionReceiverRMIImpl.java
                        ConnectionReceiverUIL.java
                        ConnectionReceiverUILClient.java
                        DistributedJMSServerOIL.java
                        DistributedJMSServerOILClient.java
                        DistributedJMSServerRMI.java
                        DistributedJMSServerRMIImpl.java
                        DistributedJMSServerRMIImplMBean.java
                        DistributedJMSServerUIL.java
                        DistributedJMSServerUILClient.java
                        DistributedJMSServerUILMBean.java
  Log:
  - Changed Source references of GPL to LGPL.
  - QueueBrowser Selector fix.
  - Persistence data files now do not get corrupted after a source rebuild
  
  Revision  Changes    Path
  1.4       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverOIL.java
  
  Index: ConnectionReceiverOIL.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverOIL.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConnectionReceiverOIL.java        2001/02/27 03:02:42     1.3
  +++ ConnectionReceiverOIL.java        2001/03/02 01:12:53     1.4
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -53,7 +53,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public class ConnectionReceiverOIL implements Runnable, 
org.jbossmq.distributed.interfaces.ConnectionReceiverSetup {
        // Attributes ----------------------------------------------------
  @@ -206,4 +206,4 @@
        }
   
   
  -}
  +}
  \ No newline at end of file
  
  
  
  1.3       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverOILClient.java
  
  Index: ConnectionReceiverOILClient.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverOILClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionReceiverOILClient.java  2001/02/27 03:02:42     1.2
  +++ ConnectionReceiverOILClient.java  2001/03/02 01:12:53     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -39,7 +39,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class ConnectionReceiverOILClient
        implements ConnectionReceiver, Serializable
  @@ -127,4 +127,4 @@
                out.writeObject(messages);
                waitAnswer();
        }
  -}
  +}
  \ No newline at end of file
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverRMI.java
  
  Index: ConnectionReceiverRMI.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverRMI.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConnectionReceiverRMI.java        2001/01/26 00:43:41     1.1
  +++ ConnectionReceiverRMI.java        2001/03/02 01:12:53     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -27,7 +27,7 @@
    *      
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public interface ConnectionReceiverRMI 
        extends ConnectionReceiver, Remote
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverRMIImpl.java
  
  Index: ConnectionReceiverRMIImpl.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverRMIImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConnectionReceiverRMIImpl.java    2001/01/26 00:43:41     1.1
  +++ ConnectionReceiverRMIImpl.java    2001/03/02 01:12:54     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -32,7 +32,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class ConnectionReceiverRMIImpl 
        extends UnicastRemoteObject 
  
  
  
  1.3       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverUIL.java
  
  Index: ConnectionReceiverUIL.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverUIL.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionReceiverUIL.java        2001/02/14 00:42:51     1.2
  +++ ConnectionReceiverUIL.java        2001/03/02 01:12:54     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -52,7 +52,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class ConnectionReceiverUIL implements Runnable, 
org.jbossmq.distributed.interfaces.ConnectionReceiverSetup {
        // Attributes ----------------------------------------------------
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverUILClient.java
  
  Index: ConnectionReceiverUILClient.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/ConnectionReceiverUILClient.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConnectionReceiverUILClient.java  2001/01/26 00:43:41     1.1
  +++ ConnectionReceiverUILClient.java  2001/03/02 01:12:54     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -31,7 +31,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   
   
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerOIL.java
  
  Index: DistributedJMSServerOIL.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerOIL.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServerOIL.java      2001/02/27 03:02:42     1.2
  +++ DistributedJMSServerOIL.java      2001/03/02 01:12:54     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -49,7 +49,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class DistributedJMSServerOIL extends DistributedJMSServerUIL
        implements DistributedJMSServerOILMBean
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerOILClient.java
  
  Index: DistributedJMSServerOILClient.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerOILClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServerOILClient.java        2001/02/27 03:02:42     1.2
  +++ DistributedJMSServerOILClient.java        2001/03/02 01:12:54     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -46,7 +46,7 @@
    *@author Norbert Lataille ([EMAIL PROTECTED])
    *@author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *@version $Revision: 1.2 $
  + *@version $Revision: 1.3 $
    */
   public class DistributedJMSServerOILClient   extends DistributedJMSServerUILClient
        implements DistributedJMSServer, Serializable, Cloneable {
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerRMI.java
  
  Index: DistributedJMSServerRMI.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerRMI.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServerRMI.java      2001/02/27 03:02:42     1.2
  +++ DistributedJMSServerRMI.java      2001/03/02 01:12:54     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -34,7 +34,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public interface DistributedJMSServerRMI extends java.rmi.Remote, 
org.jbossmq.distributed.interfaces.DistributedJMSServer {
        // Public --------------------------------------------------------
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerRMIImpl.java
  
  Index: DistributedJMSServerRMIImpl.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerRMIImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServerRMIImpl.java  2001/02/27 03:02:43     1.2
  +++ DistributedJMSServerRMIImpl.java  2001/03/02 01:12:54     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -42,7 +42,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class DistributedJMSServerRMIImpl extends 
java.rmi.server.UnicastRemoteObject implements 
org.jbossmq.distributed.interfaces.DistributedJMSServerSetup, DistributedJMSServerRMI, 
DistributedJMSServerRMIImplMBean {
        // Attributes ----------------------------------------------------
  
  
  
  1.2       +8 -2      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerRMIImplMBean.java
  
  Index: DistributedJMSServerRMIImplMBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerRMIImplMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DistributedJMSServerRMIImplMBean.java     2001/01/26 00:43:42     1.1
  +++ DistributedJMSServerRMIImplMBean.java     2001/03/02 01:12:54     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -9,7 +9,13 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
  +/*
  + * JBossMQ, the OpenSource JMS implementation
  + *
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   public interface DistributedJMSServerRMIImplMBean
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerUIL.java
  
  Index: DistributedJMSServerUIL.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerUIL.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DistributedJMSServerUIL.java      2001/01/26 00:43:42     1.1
  +++ DistributedJMSServerUIL.java      2001/03/02 01:12:54     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -53,7 +53,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class DistributedJMSServerUIL
        implements Runnable, DistributedJMSServerSetup, DistributedJMSServerUILMBean
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerUILClient.java
  
  Index: DistributedJMSServerUILClient.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerUILClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServerUILClient.java        2001/02/27 03:02:43     1.2
  +++ DistributedJMSServerUILClient.java        2001/03/02 01:12:54     1.3
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -50,7 +50,7 @@
    *@author Norbert Lataille ([EMAIL PROTECTED])
    *@author Hiram Chirino ([EMAIL PROTECTED])
    *
  - *@version $Revision: 1.2 $
  + *@version $Revision: 1.3 $
    */
   public class DistributedJMSServerUILClient 
        implements java.io.Serializable, DistributedJMSServer, Cloneable {
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerUILMBean.java
  
  Index: DistributedJMSServerUILMBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/server/DistributedJMSServerUILMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DistributedJMSServerUILMBean.java 2001/01/26 00:43:44     1.1
  +++ DistributedJMSServerUILMBean.java 2001/03/02 01:12:54     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.distributed.server;
  @@ -14,7 +14,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public interface DistributedJMSServerUILMBean
   {
  
  
  

Reply via email to