User: hiram
Date: 01/03/01 17:13:01
Modified: src/main/org/jbossmq/selectors Identifier.java Operator.java
Selector.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 +9 -3 jbossmq/src/main/org/jbossmq/selectors/Identifier.java
Index: Identifier.java
===================================================================
RCS file:
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/selectors/Identifier.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Identifier.java 2001/01/26 00:43:47 1.1
+++ Identifier.java 2001/03/02 01:13:00 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.selectors;
@@ -9,15 +9,21 @@
/*
* 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.
+ */
/**
* This is a JMS identifier
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class Identifier
{
1.2 +2 -2 jbossmq/src/main/org/jbossmq/selectors/Operator.java
Index: Operator.java
===================================================================
RCS file: /products/cvs/ejboss/jbossmq/src/main/org/jbossmq/selectors/Operator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Operator.java 2001/01/26 00:43:49 1.1
+++ Operator.java 2001/03/02 01:13:00 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.selectors;
@@ -17,7 +17,7 @@
* @author Norbert Lataille ([EMAIL PROTECTED])
* @author [EMAIL PROTECTED]
*
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class Operator
{
1.2 +2 -2 jbossmq/src/main/org/jbossmq/selectors/Selector.java
Index: Selector.java
===================================================================
RCS file: /products/cvs/ejboss/jbossmq/src/main/org/jbossmq/selectors/Selector.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Selector.java 2001/01/26 00:43:52 1.1
+++ Selector.java 2001/03/02 01:13:00 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.selectors;
@@ -21,7 +21,7 @@
* @author Norbert Lataille ([EMAIL PROTECTED])
* @author Juha Lindfors ([EMAIL PROTECTED])
*
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class Selector
{