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

  Modified:    src/main/org/jbossmq/distributed/interfaces
                        ConnectionReceiver.java
                        DistributedConnectionFactory.java
                        DistributedConnectionFactoryMBean.java
                        DistributedJMSServer.java
                        DistributedJMSServerSetup.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.2       +2 -2      
jbossmq/src/main/org/jbossmq/distributed/interfaces/ConnectionReceiver.java
  
  Index: ConnectionReceiver.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/interfaces/ConnectionReceiver.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConnectionReceiver.java   2001/01/26 00:43:40     1.1
  +++ ConnectionReceiver.java   2001/03/02 01:12:52     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.interfaces;
  @@ -18,7 +18,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public interface ConnectionReceiver 
   {
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedConnectionFactory.java
  
  Index: DistributedConnectionFactory.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedConnectionFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedConnectionFactory.java 2001/02/27 03:02:40     1.2
  +++ DistributedConnectionFactory.java 2001/03/02 01:12:52     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.interfaces;
  @@ -38,7 +38,7 @@
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class DistributedConnectionFactory 
        implements java.io.Serializable, DistributedConnectionFactoryMBean
  
  
  
  1.2       +9 -3      
jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedConnectionFactoryMBean.java
  
  Index: DistributedConnectionFactoryMBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedConnectionFactoryMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DistributedConnectionFactoryMBean.java    2001/01/26 00:43:40     1.1
  +++ DistributedConnectionFactoryMBean.java    2001/03/02 01:12:52     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.interfaces;
  @@ -9,13 +9,19 @@
   /*
    * 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 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 DistributedConnectionFactoryMBean
  
  
  
  1.3       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedJMSServer.java
  
  Index: DistributedJMSServer.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedJMSServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServer.java 2001/02/27 03:02:40     1.2
  +++ DistributedJMSServer.java 2001/03/02 01:12:52     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.interfaces;
  
  
  
  1.2       +1 -1      
jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedJMSServerSetup.java
  
  Index: DistributedJMSServerSetup.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/distributed/interfaces/DistributedJMSServerSetup.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DistributedJMSServerSetup.java    2001/01/26 00:43:41     1.1
  +++ DistributedJMSServerSetup.java    2001/03/02 01:12:52     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.interfaces;
  
  
  

Reply via email to