[jboss-cvs] JBossAS SVN: r57195 - in branches/Branch_4_0/jms/src: main/org/jboss/jms main/org/jboss/jms/client main/org/jboss/jms/client/container main/org/jboss/jms/client/jvm main/org/jboss/jms/client/p2p main/org/jboss/jms/client/standard main/org/jboss/jms/container main/org/jboss/jms/destination main/org/jboss/jms/message main/org/jboss/jms/message/standard main/org/jboss/jms/p2p/naming main/org/jboss/jms/server main/org/jboss/jms/server/container main/org/jboss/jms/server/list main/org/jboss/jms/server/list/memory main/org/jboss/jms/server/standard main/org/jboss/jms/serverless main/org/jboss/jms/serverless/client main/org/jboss/jms/serverless/jndi main/org/jboss/jms/util main/org/jboss/messaging/channel/interfaces main/org/jboss/messaging/channel/plugins/handler main/org/jboss/messaging/interfaces main/org/jboss/messaging/memory test/org/jboss/test/jms test/org/jboss/test/jms/client test/org/jboss/test/jms/p2p test/org/jboss/test/messaging

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 08:09:38 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-26 08:08:17 -0400 (Tue, 26 Sep 2006)
New Revision: 57195

Modified:
   branches/Branch_4_0/jms/src/main/org/jboss/jms/BytesMessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/JBossJMSException.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/JMSValidator.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/MapMessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/MessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/ObjectMessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/StreamMessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/TextMessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserEnumeration.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConnectionDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConsumerDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ImplementationDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossBrowser.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnection.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionMetaData.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConsumer.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossProducer.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossSession.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/Lifecycle.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ProducerDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/SessionDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientContainerFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientIDInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClosedInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/FactoryInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/JMSExceptionInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementation.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementationFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PBrowserDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConnectionDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConsumerDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PImplementation.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PProducerDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PSessionDelegate.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementation.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementationFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/container/Container.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ContainerObjectOverridesInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/container/DispatchInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ForwardInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/container/LogInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestination.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestinationFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossQueue.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryDestination.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryQueue.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryTopic.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTopic.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/message/JBossMessage.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/MessageFactoryInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/StandardMessage.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/ContextImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/InitialContextFactoryImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpoint.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpointFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpoint.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpointFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageBroker.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageReference.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/Client.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerBrowserInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConnectionInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConsumerInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerContainerFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerFactoryInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerProducerInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerSessionInterceptor.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/MessageList.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/StandardMessageComparator.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/memory/MemoryMessageList.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpoint.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpointFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpoint.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpointFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageBroker.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageReference.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ChannelState.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ConnectionState.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/Destinations.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnection.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnectionFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupQueue.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupState.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupTopic.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageConsumerImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageProducerImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/NotImplementedException.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ProviderException.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueCarrier.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverAddress.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueSenderImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ServerAdminCommand.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionManager.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TextMessageImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicPublisherImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicSubscriberImpl.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfacePublisher.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueReceiver.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueSender.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceSubscriber.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/Interactive.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupContext.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupInitialContextFactory.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSMap.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSTypeConversions.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/util/MessageProperties.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/util/PriorityQueue.java
   branches/Branch_4_0/jms/src/main/org/jboss/jms/util/SortedSetPriorityQueue.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/interfaces/Channel.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannel.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannelHandler.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ChannelHandler.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannel.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannelHandler.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannel.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannelHandler.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/Consumer.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageAddress.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageReference.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageSet.java
   branches/Branch_4_0/jms/src/main/org/jboss/messaging/memory/MemoryMessageSet.java
   branches/Branch_4_0/jms/src/test/org/jboss/test/jms/BaseJMSTest.java
   branches/Branch_4_0/jms/src/test/org/jboss/test/jms/client/BasicTestCase.java
   branches/Branch_4_0/jms/src/test/org/jboss/test/jms/p2p/BasicTestCase.java
   branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/AcceptAllConsumer.java
   branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/ExclusiveChannelTestCase.java
   branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/TestMessageReference.java
Log:
JBAS-3601, switch copyright to RedHat Middleware LLC

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/BytesMessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/BytesMessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/BytesMessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/JBossJMSException.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/JBossJMSException.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/JBossJMSException.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/JMSValidator.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/JMSValidator.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/JMSValidator.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/MapMessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/MapMessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/MapMessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/MessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/MessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/MessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/ObjectMessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/ObjectMessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/ObjectMessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/StreamMessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/StreamMessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/StreamMessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/TextMessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/TextMessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/TextMessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserEnumeration.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserEnumeration.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/BrowserEnumeration.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConnectionDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConnectionDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConnectionDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConsumerDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConsumerDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ConsumerDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ImplementationDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ImplementationDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ImplementationDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossBrowser.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossBrowser.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossBrowser.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnection.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnection.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnection.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionMetaData.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionMetaData.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConnectionMetaData.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConsumer.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConsumer.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossConsumer.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossProducer.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossProducer.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossProducer.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossSession.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossSession.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/JBossSession.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/Lifecycle.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/Lifecycle.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/Lifecycle.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ProducerDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ProducerDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/ProducerDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/SessionDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/SessionDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/SessionDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientContainerFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientContainerFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientContainerFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientIDInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientIDInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClientIDInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClosedInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClosedInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/ClosedInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/FactoryInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/FactoryInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/FactoryInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/JMSExceptionInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/JMSExceptionInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/container/JMSExceptionInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementation.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementation.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementation.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.jvm;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementationFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementationFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/jvm/JVMImplementationFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.jvm;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PBrowserDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PBrowserDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PBrowserDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.p2p;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConnectionDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConnectionDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConnectionDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.p2p;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConsumerDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConsumerDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PConsumerDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.p2p;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PImplementation.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PImplementation.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PImplementation.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.p2p;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PProducerDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PProducerDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PProducerDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.p2p;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PSessionDelegate.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PSessionDelegate.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/p2p/P2PSessionDelegate.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.p2p;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementation.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementation.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementation.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementationFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementationFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/client/standard/StandardImplementationFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.client.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/container/Container.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/container/Container.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/container/Container.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ContainerObjectOverridesInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ContainerObjectOverridesInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ContainerObjectOverridesInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/container/DispatchInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/container/DispatchInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/container/DispatchInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ForwardInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ForwardInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/container/ForwardInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/container/LogInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/container/LogInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/container/LogInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestination.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestination.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestination.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestinationFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestinationFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossDestinationFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossQueue.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossQueue.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossQueue.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryDestination.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryDestination.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryDestination.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryQueue.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryQueue.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryQueue.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryTopic.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryTopic.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTemporaryTopic.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTopic.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTopic.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/destination/JBossTopic.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.destination;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/message/JBossMessage.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/message/JBossMessage.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/message/JBossMessage.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.message;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/MessageFactoryInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/MessageFactoryInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/MessageFactoryInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.message.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/StandardMessage.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/StandardMessage.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/message/standard/StandardMessage.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.message.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/ContextImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/ContextImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/ContextImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.p2p.naming;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/InitialContextFactoryImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/InitialContextFactoryImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/p2p/naming/InitialContextFactoryImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.p2p.naming;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpoint.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpoint.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpoint.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpointFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpointFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/BrowserEndpointFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpoint.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpoint.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpoint.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpointFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpointFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/DeliveryEndpointFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageBroker.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageBroker.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageBroker.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageReference.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageReference.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/MessageReference.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/Client.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/Client.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/Client.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerBrowserInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerBrowserInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerBrowserInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConnectionInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConnectionInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConnectionInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConsumerInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConsumerInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerConsumerInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerContainerFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerContainerFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerContainerFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerFactoryInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerFactoryInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerFactoryInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerProducerInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerProducerInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerProducerInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerSessionInterceptor.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerSessionInterceptor.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/container/ServerSessionInterceptor.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.container;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/MessageList.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/MessageList.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/MessageList.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.list;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/StandardMessageComparator.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/StandardMessageComparator.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/StandardMessageComparator.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.list;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/memory/MemoryMessageList.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/memory/MemoryMessageList.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/list/memory/MemoryMessageList.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.list.memory;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpoint.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpoint.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpoint.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpointFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpointFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueBrowserEndpointFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpoint.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpoint.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpoint.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpointFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpointFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/QueueDeliveryEndpointFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageBroker.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageBroker.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageBroker.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageReference.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageReference.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/server/standard/StandardMessageReference.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.server.standard;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ChannelState.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ChannelState.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ChannelState.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ConnectionState.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ConnectionState.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ConnectionState.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/Destinations.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/Destinations.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/Destinations.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnection.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnection.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnection.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnectionFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnectionFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupConnectionFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupQueue.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupQueue.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupQueue.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupState.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupState.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupState.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupTopic.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupTopic.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/GroupTopic.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageConsumerImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageConsumerImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageConsumerImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageProducerImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageProducerImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/MessageProducerImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/NotImplementedException.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/NotImplementedException.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/NotImplementedException.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ProviderException.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ProviderException.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ProviderException.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueCarrier.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueCarrier.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueCarrier.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverAddress.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverAddress.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverAddress.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueReceiverImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueSenderImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueSenderImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/QueueSenderImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ServerAdminCommand.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ServerAdminCommand.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/ServerAdminCommand.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionManager.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionManager.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/SessionManager.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TextMessageImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TextMessageImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TextMessageImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicPublisherImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicPublisherImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicPublisherImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicSubscriberImpl.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicSubscriberImpl.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/TopicSubscriberImpl.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfacePublisher.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfacePublisher.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfacePublisher.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueReceiver.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueReceiver.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueReceiver.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueSender.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueSender.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceQueueSender.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceSubscriber.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceSubscriber.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/CommonInterfaceSubscriber.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/Interactive.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/Interactive.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/client/Interactive.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.client;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupContext.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupContext.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupContext.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.jndi;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupInitialContextFactory.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupInitialContextFactory.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/serverless/jndi/GroupInitialContextFactory.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.serverless.jndi;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSMap.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSMap.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSMap.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.util;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSTypeConversions.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSTypeConversions.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/util/JMSTypeConversions.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.util;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/util/MessageProperties.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/util/MessageProperties.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/util/MessageProperties.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.util;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/util/PriorityQueue.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/util/PriorityQueue.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/util/PriorityQueue.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.util;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/jms/util/SortedSetPriorityQueue.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/jms/util/SortedSetPriorityQueue.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/jms/util/SortedSetPriorityQueue.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.jms.util;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/interfaces/Channel.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/interfaces/Channel.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/interfaces/Channel.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.interfaces;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannel.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannel.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannel.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannelHandler.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannelHandler.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/AbstractChannelHandler.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ChannelHandler.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ChannelHandler.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ChannelHandler.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannel.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannel.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannel.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannelHandler.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannelHandler.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/ExclusiveChannelHandler.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannel.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannel.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannel.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannelHandler.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannelHandler.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/channel/plugins/handler/SharedChannelHandler.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.channel.plugins.handler;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/Consumer.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/Consumer.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/Consumer.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.interfaces;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageAddress.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageAddress.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageAddress.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.interfaces;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageReference.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageReference.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageReference.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.interfaces;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageSet.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageSet.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/interfaces/MessageSet.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.interfaces;
 

Modified: branches/Branch_4_0/jms/src/main/org/jboss/messaging/memory/MemoryMessageSet.java
===================================================================
--- branches/Branch_4_0/jms/src/main/org/jboss/messaging/memory/MemoryMessageSet.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/main/org/jboss/messaging/memory/MemoryMessageSet.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.messaging.memory;
 

Modified: branches/Branch_4_0/jms/src/test/org/jboss/test/jms/BaseJMSTest.java
===================================================================
--- branches/Branch_4_0/jms/src/test/org/jboss/test/jms/BaseJMSTest.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/test/org/jboss/test/jms/BaseJMSTest.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,9 +1,23 @@
-
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.test.jms;
 

Modified: branches/Branch_4_0/jms/src/test/org/jboss/test/jms/client/BasicTestCase.java
===================================================================
--- branches/Branch_4_0/jms/src/test/org/jboss/test/jms/client/BasicTestCase.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/test/org/jboss/test/jms/client/BasicTestCase.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.test.jms.client;
 

Modified: branches/Branch_4_0/jms/src/test/org/jboss/test/jms/p2p/BasicTestCase.java
===================================================================
--- branches/Branch_4_0/jms/src/test/org/jboss/test/jms/p2p/BasicTestCase.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/test/org/jboss/test/jms/p2p/BasicTestCase.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.test.jms.p2p;
 

Modified: branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/AcceptAllConsumer.java
===================================================================
--- branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/AcceptAllConsumer.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/AcceptAllConsumer.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.test.messaging;
 

Modified: branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/ExclusiveChannelTestCase.java
===================================================================
--- branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/ExclusiveChannelTestCase.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/ExclusiveChannelTestCase.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.test.messaging;
 

Modified: branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/TestMessageReference.java
===================================================================
--- branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/TestMessageReference.java	2006-09-26 12:05:58 UTC (rev 57194)
+++ branches/Branch_4_0/jms/src/test/org/jboss/test/messaging/TestMessageReference.java	2006-09-26 12:08:17 UTC (rev 57195)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This 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.
+ *
+ * This software 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.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 package org.jboss.test.messaging;
 




More information about the jboss-cvs-commits mailing list