You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/07/28 18:39:28 UTC

svn commit: r426607 [31/39] - in /incubator/activemq/branches/activemq-4.0: ./ activecluster/ activecluster/src/java/org/apache/activecluster/ activecluster/src/java/org/apache/activecluster/election/ activecluster/src/java/org/apache/activecluster/ele...

Modified: incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurable.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurable.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurable.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurable.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurableTransacted.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurableTransacted.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurableTransacted.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-systest/src/test/resources/clients/nonDurableTransacted.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/pom.xml Fri Jul 28 09:37:34 2006
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/BrokerFacade.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/BrokerFacade.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/BrokerFacade.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/BrokerFacade.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DestinationFacade.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DestinationFacade.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DestinationFacade.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DestinationFacade.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DurableSubscriberFacade.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DurableSubscriberFacade.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DurableSubscriberFacade.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/DurableSubscriberFacade.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/MessageQuery.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/MessageQuery.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/MessageQuery.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/MessageQuery.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/QueueBrowseQuery.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/QueueBrowseQuery.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/QueueBrowseQuery.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/QueueBrowseQuery.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/SessionPool.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/SessionPool.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/SessionPool.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/SessionPool.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateDestination.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateDestination.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateDestination.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateDestination.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateSubscriber.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateSubscriber.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateSubscriber.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateSubscriber.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteDestination.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteDestination.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteDestination.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteDestination.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteSubscriber.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteSubscriber.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteSubscriber.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteSubscriber.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/SendMessage.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/SendMessage.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/SendMessage.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/controller/SendMessage.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/filter/ApplicationContextFilter.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/filter/ApplicationContextFilter.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/filter/ApplicationContextFilter.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/filter/ApplicationContextFilter.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/java/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-demo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-demo/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-demo/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-demo/pom.xml Fri Jul 28 09:37:34 2006
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web-demo/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-demo/src/main/webapp/WEB-INF/web.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web-demo/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web-demo/src/main/webapp/WEB-INF/web.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/maven.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/maven.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/maven.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/pom.xml Fri Jul 28 09:37:34 2006
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/project.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/project.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/project.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageListenerServlet.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageListenerServlet.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageListenerServlet.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageListenerServlet.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServlet.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServlet.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServlet.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServlet.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServletSupport.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServletSupport.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServletSupport.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/MessageServletSupport.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoDestinationSuppliedException.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoDestinationSuppliedException.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoDestinationSuppliedException.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoDestinationSuppliedException.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoSuchViewStyleException.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoSuchViewStyleException.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoSuchViewStyleException.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/NoSuchViewStyleException.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/PortfolioPublishServlet.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/PortfolioPublishServlet.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/PortfolioPublishServlet.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/PortfolioPublishServlet.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/QueueBrowseServlet.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/QueueBrowseServlet.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/QueueBrowseServlet.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/QueueBrowseServlet.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SessionFilter.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SessionFilter.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SessionFilter.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SessionFilter.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SpringBrokerContextListener.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SpringBrokerContextListener.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SpringBrokerContextListener.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/SpringBrokerContextListener.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/WebClient.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/WebClient.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/WebClient.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/WebClient.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/MessageRenderer.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/MessageRenderer.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/MessageRenderer.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/MessageRenderer.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/RssMessageRenderer.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/RssMessageRenderer.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/RssMessageRenderer.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/RssMessageRenderer.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/SimpleMessageRenderer.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/SimpleMessageRenderer.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/SimpleMessageRenderer.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/SimpleMessageRenderer.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/XmlMessageRenderer.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/XmlMessageRenderer.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/XmlMessageRenderer.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/main/java/org/apache/activemq/web/view/XmlMessageRenderer.java Fri Jul 28 09:37:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: incubator/activemq/branches/activemq-4.0/assembly/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/maven.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/maven.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/maven.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/pom.xml Fri Jul 28 09:37:34 2006
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/assembly/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/project.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/project.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/project.xml Fri Jul 28 09:37:34 2006
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE project>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/all-jar.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/all-jar.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/all-jar.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/all-jar.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/bin.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/bin.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/bin.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/bin.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/run-jar.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/run-jar.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/run-jar.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/main/descriptors/run-jar.xml Fri Jul 28 09:37:34 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2005-2006 The Apache Software Foundation
-   
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
    
     http://www.apache.org/licenses/LICENSE-2.0
    

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq Fri Jul 28 09:37:34 2006
@@ -1,24 +1,21 @@
 #!/bin/sh
 
-#   ActiveMQ shell script
-#
-#   $Id: activemq,v 1.1.1.1 2005/03/11 21:14:04 jstrachan Exp $
-#
-#   This script is heavily based on the Ant script
-#
-#   Copyright 2005-2006 The Apache Software Foundation
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+# ------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ------------------------------------------------------------------------
 
 # load system-wide activemq configuration
 if [ -f "/etc/activemq.conf" ] ; then

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq.bat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq.bat Fri Jul 28 09:37:34 2006
@@ -1,24 +1,21 @@
 @echo off
 
-REM   ActiveMQ shell script
-REM
-REM   $Id: activemq.bat,v 1.1.1.1 2005/03/11 21:14:04 jstrachan Exp $
-REM
-REM   This script is heavily based on the Ant script
-REM
-REM   Copyright 2005-2006 The Apache Software Foundation
-REM
-REM   Licensed under the Apache License, Version 2.0 (the "License");
-REM   you may not use this file except in compliance with the License.
-REM   You may obtain a copy of the License at
-REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM   Unless required by applicable law or agreed to in writing, software
-REM   distributed under the License is distributed on an "AS IS" BASIS,
-REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM   See the License for the specific language governing permissions and
-REM   limitations under the License.
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
 
 if exist "%HOME%\activemqrc_pre.bat" call "%HOME%\activemqrc_pre.bat"
 

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 #!/bin/sh
 
-#   ActiveMQ shell script
-#
-#   This script is heavily based on the Ant script
-#
-#   Copyright 2005-2006 The Apache Software Foundation
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+# ------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ------------------------------------------------------------------------
 
 # load system-wide activemq configuration
 if [ -f "/etc/activemq.conf" ] ; then

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse.bat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/browse.bat Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 @echo off
 
-REM   ActiveMQ shell script
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM
-REM   This script is heavily based on the Ant script
+REM http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM   Copyright 2005-2006 The Apache Software Foundation
-REM
-REM   Licensed under the Apache License, Version 2.0 (the "License");
-REM   you may not use this file except in compliance with the License.
-REM   You may obtain a copy of the License at
-REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM   Unless required by applicable law or agreed to in writing, software
-REM   distributed under the License is distributed on an "AS IS" BASIS,
-REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM   See the License for the specific language governing permissions and
-REM   limitations under the License.
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
 
 if exist "%HOME%\activemqrc_pre.bat" call "%HOME%\activemqrc_pre.bat"
 

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 #!/bin/sh
 
-#   ActiveMQ shell script
-#
-#   This script is heavily based on the Ant script
-#
-#   Copyright 2005-2006 The Apache Software Foundation
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+# ------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ------------------------------------------------------------------------
 
 # load system-wide activemq configuration
 if [ -f "/etc/activemq.conf" ] ; then

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat.bat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/bstat.bat Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 @echo off
 
-REM   ActiveMQ shell script
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM
-REM   This script is heavily based on the Ant script
+REM http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM   Copyright 2005-2006 The Apache Software Foundation
-REM
-REM   Licensed under the Apache License, Version 2.0 (the "License");
-REM   you may not use this file except in compliance with the License.
-REM   You may obtain a copy of the License at
-REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM   Unless required by applicable law or agreed to in writing, software
-REM   distributed under the License is distributed on an "AS IS" BASIS,
-REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM   See the License for the specific language governing permissions and
-REM   limitations under the License.
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
 
 if exist "%HOME%\activemqrc_pre.bat" call "%HOME%\activemqrc_pre.bat"
 

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/lcp.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/lcp.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/lcp.bat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/lcp.bat Fri Jul 28 09:37:34 2006
@@ -1,16 +1,19 @@
-REM   Copyright 2005-2006 The Apache Software Foundation
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM
-REM   Licensed under the Apache License, Version 2.0 (the "License");
-REM   you may not use this file except in compliance with the License.
-REM   You may obtain a copy of the License at
+REM http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM   Unless required by applicable law or agreed to in writing, software
-REM   distributed under the License is distributed on an "AS IS" BASIS,
-REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM   See the License for the specific language governing permissions and
-REM   limitations under the License.
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
 
 set _CLASSPATHCOMPONENT=%1
 if ""%1""=="""" goto gotAllArgs

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 #!/bin/sh
 
-#   ActiveMQ shell script
-#
-#   This script is heavily based on the Ant script
-#
-#   Copyright 2005-2006 The Apache Software Foundation
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+# ------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ------------------------------------------------------------------------
 
 # load system-wide activemq configuration
 if [ -f "/etc/activemq.conf" ] ; then

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list.bat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/list.bat Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 @echo off
 
-REM   ActiveMQ shell script
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM
-REM   This script is heavily based on the Ant script
+REM http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM   Copyright 2005-2006 The Apache Software Foundation
-REM
-REM   Licensed under the Apache License, Version 2.0 (the "License");
-REM   you may not use this file except in compliance with the License.
-REM   You may obtain a copy of the License at
-REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM   Unless required by applicable law or agreed to in writing, software
-REM   distributed under the License is distributed on an "AS IS" BASIS,
-REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM   See the License for the specific language governing permissions and
-REM   limitations under the License.
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
 
 if exist "%HOME%\activemqrc_pre.bat" call "%HOME%\activemqrc_pre.bat"
 

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 #!/bin/sh
 
-#   ActiveMQ shell script
-#
-#   This script is heavily based on the Ant script
-#
-#   Copyright 2005-2006 The Apache Software Foundation
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+# ------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ------------------------------------------------------------------------
 
 # load system-wide activemq configuration
 if [ -f "/etc/activemq.conf" ] ; then

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query.bat (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/query.bat Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 @echo off
 
-REM   ActiveMQ shell script
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM
-REM   This script is heavily based on the Ant script
+REM http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM   Copyright 2005-2006 The Apache Software Foundation
-REM
-REM   Licensed under the Apache License, Version 2.0 (the "License");
-REM   you may not use this file except in compliance with the License.
-REM   You may obtain a copy of the License at
-REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM   Unless required by applicable law or agreed to in writing, software
-REM   distributed under the License is distributed on an "AS IS" BASIS,
-REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM   See the License for the specific language governing permissions and
-REM   limitations under the License.
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
 
 if exist "%HOME%\activemqrc_pre.bat" call "%HOME%\activemqrc_pre.bat"
 

Modified: incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/shutdown
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/shutdown?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/shutdown (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/shutdown Fri Jul 28 09:37:34 2006
@@ -1,22 +1,21 @@
 #!/bin/sh
 
-#   ActiveMQ shell script
-#
-#   This script is heavily based on the Ant script
-#
-#   Copyright 2005-2006 The Apache Software Foundation
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+# ------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ------------------------------------------------------------------------
 
 # load system-wide activemq configuration
 if [ -f "/etc/activemq.conf" ] ; then