gdamour 2004/03/10 02:00:05
Modified: specs/jms project.xml
specs/jms/src/java/javax/jms BytesMessage.java
Connection.java ConnectionConsumer.java
ConnectionFactory.java ConnectionMetaData.java
DeliveryMode.java Destination.java
ExceptionListener.java IllegalStateException.java
InvalidClientIDException.java
InvalidDestinationException.java
InvalidSelectorException.java JMSException.java
JMSSecurityException.java MapMessage.java
Message.java MessageConsumer.java
MessageEOFException.java
MessageFormatException.java MessageListener.java
MessageNotReadableException.java
MessageNotWriteableException.java
MessageProducer.java ObjectMessage.java Queue.java
QueueBrowser.java QueueConnection.java
QueueConnectionFactory.java QueueReceiver.java
QueueRequestor.java QueueSender.java
QueueSession.java ResourceAllocationException.java
ServerSession.java ServerSessionPool.java
Session.java StreamMessage.java TemporaryQueue.java
TemporaryTopic.java TextMessage.java Topic.java
TopicConnection.java TopicConnectionFactory.java
TopicPublisher.java TopicRequestor.java
TopicSession.java TopicSubscriber.java
TransactionInProgressException.java
TransactionRolledBackException.java
XAConnection.java XAConnectionFactory.java
XAQueueConnection.java
XAQueueConnectionFactory.java XAQueueSession.java
XASession.java XATopicConnection.java
XATopicConnectionFactory.java XATopicSession.java
specs/jms/src/test/javax/jms IllegalStateExceptionTest.java
InvalidClientIDExceptionTest.java
InvalidDestinationExceptionTest.java
InvalidSelectorExceptionTest.java
JMSExceptionTest.java JMSSecurityExceptionTest.java
MessageEOFExceptionTest.java
MessageFormatExceptionTest.java
MessageNotReadableExceptionTest.java
MessageNotWriteableExceptionTest.java
QueueRequestorTest.java
ResourceAllocationExceptionTest.java
TopicRequestorTest.java
TransactionInProgressExceptionTest.java
TransactionRolledBackExceptionTest.java
specs/jms/xdocs navigation.xml
Added: specs/jms NOTICE.txt
Log:
Reporters: David Jencks, Dain Sundstrom.
Copyright range fix subsequent to the License migration 1.1 => 2.0.
Revision Changes Path
1.7 +18 -1 incubator-geronimo/specs/jms/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/jms/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 19 Feb 2004 09:00:30 -0000 1.6
+++ project.xml 10 Mar 2004 10:00:02 -0000 1.7
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->
1.1 incubator-geronimo/specs/jms/NOTICE.txt
Index: NOTICE.txt
===================================================================
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/BytesMessage.java
Index: BytesMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/BytesMessage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BytesMessage.java 25 Feb 2004 09:58:45 -0000 1.3
+++ BytesMessage.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/Connection.java
Index: Connection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/Connection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Connection.java 25 Feb 2004 09:58:45 -0000 1.3
+++ Connection.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ConnectionConsumer.java
Index: ConnectionConsumer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ConnectionConsumer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConnectionConsumer.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ConnectionConsumer.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ConnectionFactory.java
Index: ConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConnectionFactory.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ConnectionFactory.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ConnectionMetaData.java
Index: ConnectionMetaData.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ConnectionMetaData.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConnectionMetaData.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ConnectionMetaData.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/DeliveryMode.java
Index: DeliveryMode.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/DeliveryMode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DeliveryMode.java 25 Feb 2004 09:58:45 -0000 1.3
+++ DeliveryMode.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/Destination.java
Index: Destination.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/Destination.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Destination.java 25 Feb 2004 09:58:45 -0000 1.3
+++ Destination.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ExceptionListener.java
Index: ExceptionListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ExceptionListener.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ExceptionListener.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ExceptionListener.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/IllegalStateException.java
Index: IllegalStateException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/IllegalStateException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- IllegalStateException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ IllegalStateException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/InvalidClientIDException.java
Index: InvalidClientIDException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/InvalidClientIDException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InvalidClientIDException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ InvalidClientIDException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/InvalidDestinationException.java
Index: InvalidDestinationException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/InvalidDestinationException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InvalidDestinationException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ InvalidDestinationException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/InvalidSelectorException.java
Index: InvalidSelectorException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/InvalidSelectorException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InvalidSelectorException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ InvalidSelectorException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/JMSException.java
Index: JMSException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/JMSException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JMSException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ JMSException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/JMSSecurityException.java
Index: JMSSecurityException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/JMSSecurityException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JMSSecurityException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ JMSSecurityException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MapMessage.java
Index: MapMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MapMessage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MapMessage.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MapMessage.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/Message.java
Index: Message.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/Message.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Message.java 25 Feb 2004 09:58:45 -0000 1.3
+++ Message.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageConsumer.java
Index: MessageConsumer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageConsumer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageConsumer.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageConsumer.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageEOFException.java
Index: MessageEOFException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageEOFException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageEOFException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageEOFException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageFormatException.java
Index: MessageFormatException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageFormatException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageFormatException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageFormatException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageListener.java
Index: MessageListener.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageListener.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageListener.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageListener.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageNotReadableException.java
Index: MessageNotReadableException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageNotReadableException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageNotReadableException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageNotReadableException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageNotWriteableException.java
Index: MessageNotWriteableException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageNotWriteableException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageNotWriteableException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageNotWriteableException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/MessageProducer.java
Index: MessageProducer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/MessageProducer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MessageProducer.java 25 Feb 2004 09:58:45 -0000 1.3
+++ MessageProducer.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ObjectMessage.java
Index: ObjectMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ObjectMessage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ObjectMessage.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ObjectMessage.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/Queue.java
Index: Queue.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/Queue.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Queue.java 25 Feb 2004 09:58:45 -0000 1.3
+++ Queue.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueBrowser.java
Index: QueueBrowser.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueBrowser.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QueueBrowser.java 25 Feb 2004 09:58:45 -0000 1.3
+++ QueueBrowser.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueConnection.java
Index: QueueConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueConnection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QueueConnection.java 25 Feb 2004 09:58:45 -0000 1.3
+++ QueueConnection.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueConnectionFactory.java
Index: QueueConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QueueConnectionFactory.java 25 Feb 2004 09:58:45 -0000 1.3
+++ QueueConnectionFactory.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueReceiver.java
Index: QueueReceiver.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueReceiver.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QueueReceiver.java 25 Feb 2004 09:58:45 -0000 1.3
+++ QueueReceiver.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueRequestor.java
Index: QueueRequestor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueRequestor.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- QueueRequestor.java 25 Feb 2004 09:58:45 -0000 1.4
+++ QueueRequestor.java 10 Mar 2004 10:00:03 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueSender.java
Index: QueueSender.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueSender.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QueueSender.java 25 Feb 2004 09:58:45 -0000 1.3
+++ QueueSender.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/QueueSession.java
Index: QueueSession.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/QueueSession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QueueSession.java 25 Feb 2004 09:58:45 -0000 1.3
+++ QueueSession.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ResourceAllocationException.java
Index: ResourceAllocationException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ResourceAllocationException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ResourceAllocationException.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ResourceAllocationException.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ServerSession.java
Index: ServerSession.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ServerSession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ServerSession.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ServerSession.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/ServerSessionPool.java
Index: ServerSessionPool.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/ServerSessionPool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ServerSessionPool.java 25 Feb 2004 09:58:45 -0000 1.3
+++ ServerSessionPool.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/Session.java
Index: Session.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/Session.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Session.java 25 Feb 2004 09:58:45 -0000 1.3
+++ Session.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/StreamMessage.java
Index: StreamMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/StreamMessage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StreamMessage.java 25 Feb 2004 09:58:45 -0000 1.3
+++ StreamMessage.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TemporaryQueue.java
Index: TemporaryQueue.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TemporaryQueue.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TemporaryQueue.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TemporaryQueue.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TemporaryTopic.java
Index: TemporaryTopic.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TemporaryTopic.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TemporaryTopic.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TemporaryTopic.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TextMessage.java
Index: TextMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TextMessage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TextMessage.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TextMessage.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/Topic.java
Index: Topic.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/Topic.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Topic.java 25 Feb 2004 09:58:45 -0000 1.3
+++ Topic.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TopicConnection.java
Index: TopicConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TopicConnection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TopicConnection.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TopicConnection.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TopicConnectionFactory.java
Index: TopicConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TopicConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TopicConnectionFactory.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TopicConnectionFactory.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +1 -1
incubator-geronimo/specs/jms/src/java/javax/jms/TopicPublisher.java
Index: TopicPublisher.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TopicPublisher.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TopicPublisher.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TopicPublisher.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TopicRequestor.java
Index: TopicRequestor.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TopicRequestor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TopicRequestor.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TopicRequestor.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TopicSession.java
Index: TopicSession.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TopicSession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TopicSession.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TopicSession.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TopicSubscriber.java
Index: TopicSubscriber.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TopicSubscriber.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TopicSubscriber.java 25 Feb 2004 09:58:45 -0000 1.3
+++ TopicSubscriber.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TransactionInProgressException.java
Index: TransactionInProgressException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TransactionInProgressException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TransactionInProgressException.java 25 Feb 2004 09:58:45 -0000
1.3
+++ TransactionInProgressException.java 10 Mar 2004 10:00:03 -0000
1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/TransactionRolledBackException.java
Index: TransactionRolledBackException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/TransactionRolledBackException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TransactionRolledBackException.java 25 Feb 2004 09:58:45 -0000
1.3
+++ TransactionRolledBackException.java 10 Mar 2004 10:00:03 -0000
1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XAConnection.java
Index: XAConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XAConnection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XAConnection.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XAConnection.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XAConnectionFactory.java
Index: XAConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XAConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XAConnectionFactory.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XAConnectionFactory.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XAQueueConnection.java
Index: XAQueueConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XAQueueConnection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XAQueueConnection.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XAQueueConnection.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XAQueueConnectionFactory.java
Index: XAQueueConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XAQueueConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XAQueueConnectionFactory.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XAQueueConnectionFactory.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XAQueueSession.java
Index: XAQueueSession.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XAQueueSession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XAQueueSession.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XAQueueSession.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XASession.java
Index: XASession.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XASession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XASession.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XASession.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XATopicConnection.java
Index: XATopicConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XATopicConnection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XATopicConnection.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XATopicConnection.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XATopicConnectionFactory.java
Index: XATopicConnectionFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XATopicConnectionFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XATopicConnectionFactory.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XATopicConnectionFactory.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/specs/jms/src/java/javax/jms/XATopicSession.java
Index: XATopicSession.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/java/javax/jms/XATopicSession.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XATopicSession.java 25 Feb 2004 09:58:45 -0000 1.3
+++ XATopicSession.java 10 Mar 2004 10:00:03 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/IllegalStateExceptionTest.java
Index: IllegalStateExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/IllegalStateExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IllegalStateExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ IllegalStateExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/InvalidClientIDExceptionTest.java
Index: InvalidClientIDExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/InvalidClientIDExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InvalidClientIDExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ InvalidClientIDExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/InvalidDestinationExceptionTest.java
Index: InvalidDestinationExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/InvalidDestinationExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InvalidDestinationExceptionTest.java 25 Feb 2004 09:58:48 -0000
1.2
+++ InvalidDestinationExceptionTest.java 10 Mar 2004 10:00:04 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/InvalidSelectorExceptionTest.java
Index: InvalidSelectorExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/InvalidSelectorExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InvalidSelectorExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ InvalidSelectorExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/JMSExceptionTest.java
Index: JMSExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/JMSExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMSExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ JMSExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/JMSSecurityExceptionTest.java
Index: JMSSecurityExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/JMSSecurityExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMSSecurityExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ JMSSecurityExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/MessageEOFExceptionTest.java
Index: MessageEOFExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/MessageEOFExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageEOFExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ MessageEOFExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/MessageFormatExceptionTest.java
Index: MessageFormatExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/MessageFormatExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageFormatExceptionTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ MessageFormatExceptionTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/MessageNotReadableExceptionTest.java
Index: MessageNotReadableExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/MessageNotReadableExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageNotReadableExceptionTest.java 25 Feb 2004 09:58:48 -0000
1.2
+++ MessageNotReadableExceptionTest.java 10 Mar 2004 10:00:04 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/MessageNotWriteableExceptionTest.java
Index: MessageNotWriteableExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/MessageNotWriteableExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MessageNotWriteableExceptionTest.java 25 Feb 2004 09:58:48 -0000
1.2
+++ MessageNotWriteableExceptionTest.java 10 Mar 2004 10:00:04 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/QueueRequestorTest.java
Index: QueueRequestorTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/QueueRequestorTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- QueueRequestorTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ QueueRequestorTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/ResourceAllocationExceptionTest.java
Index: ResourceAllocationExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/ResourceAllocationExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ResourceAllocationExceptionTest.java 25 Feb 2004 09:58:48 -0000
1.2
+++ ResourceAllocationExceptionTest.java 10 Mar 2004 10:00:04 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/TopicRequestorTest.java
Index: TopicRequestorTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/TopicRequestorTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TopicRequestorTest.java 25 Feb 2004 09:58:48 -0000 1.2
+++ TopicRequestorTest.java 10 Mar 2004 10:00:04 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/TransactionInProgressExceptionTest.java
Index: TransactionInProgressExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/TransactionInProgressExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransactionInProgressExceptionTest.java 25 Feb 2004 09:58:48 -0000
1.2
+++ TransactionInProgressExceptionTest.java 10 Mar 2004 10:00:04 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/specs/jms/src/test/javax/jms/TransactionRolledBackExceptionTest.java
Index: TransactionRolledBackExceptionTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/specs/jms/src/test/javax/jms/TransactionRolledBackExceptionTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransactionRolledBackExceptionTest.java 25 Feb 2004 09:58:48 -0000
1.2
+++ TransactionRolledBackExceptionTest.java 10 Mar 2004 10:00:04 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +18 -1 incubator-geronimo/specs/jms/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/jms/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 25 Nov 2003 05:30:27 -0000 1.2
+++ navigation.xml 10 Mar 2004 10:00:05 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2003-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->