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 [27/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-dotnet/src/main/csharp/NMS/ITextMessage.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/main/csharp/NMS/ITopic.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/ITopic.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/ITopic.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/ITopic.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/main/csharp/NMS/NMSConnectionException.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/NMSConnectionException.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/NMSConnectionException.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/NMSConnectionException.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/main/csharp/NMS/NMSException.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/NMSException.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/NMSException.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/main/csharp/NMS/NMSException.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/ActiveMQ/Commands/CommandTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/Commands/CommandTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/Commands/CommandTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/Commands/CommandTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/ActiveMQ/OpenWire/EndianTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/EndianTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/EndianTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/EndianTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/ActiveMQ/OpenWire/PrimitiveMapTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/PrimitiveMapTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/PrimitiveMapTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/PrimitiveMapTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/ActiveMQ/TestMain.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/TestMain.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/TestMain.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/ActiveMQ/TestMain.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/AsyncConsumeTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/AsyncConsumeTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/AsyncConsumeTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/AsyncConsumeTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/BadConsumeTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/BadConsumeTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/BadConsumeTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/BadConsumeTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/BytesMessageTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/BytesMessageTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/BytesMessageTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/BytesMessageTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/ConsumerTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/ConsumerTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/ConsumerTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/ConsumerTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/JMSPropertyTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/JMSPropertyTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/JMSPropertyTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/JMSPropertyTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/JMSTestSupport.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/JMSTestSupport.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/JMSTestSupport.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/JMSTestSupport.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/MapMessageTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/MapMessageTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/MapMessageTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/MapMessageTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/MessageTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/MessageTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/MessageTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/MessageTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/TextMessage.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/TextMessage.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/TextMessage.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/TextMessage.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-dotnet/src/test/csharp/NMS/TransactionTest.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/TransactionTest.cs?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/TransactionTest.cs (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/src/test/csharp/NMS/TransactionTest.cs Fri Jul 28 09:37:34 2006
@@ -1,10 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation or its licensors, as
- * applicable.
- *
- * 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-gbean-management/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean-management/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean-management/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean-management/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-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQBroker.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQBroker.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQBroker.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQBroker.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQConnector.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQConnector.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQConnector.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQConnector.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQManager.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQManager.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQManager.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean-management/src/main/java/org/apache/activemq/gbean/ActiveMQManager.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/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-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBean.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBean.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBean.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBean.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 
@@ -31,4 +32,4 @@
 	public String getBrokerName();
 
 	
-}
\ No newline at end of file
+}

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBeanImpl.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBeanImpl.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBeanImpl.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/BrokerServiceGBeanImpl.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/DataSourceReference.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/DataSourceReference.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/DataSourceReference.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/DataSourceReference.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/TransportConnectorGBeanImpl.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/TransportConnectorGBeanImpl.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/TransportConnectorGBeanImpl.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/TransportConnectorGBeanImpl.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/management/ActiveMQManagerGBean.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/management/ActiveMQManagerGBean.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/management/ActiveMQManagerGBean.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/src/main/java/org/apache/activemq/gbean/management/ActiveMQManagerGBean.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean.management;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-gbean/src/test/java/org/apache/activemq/gbean/ConnectorTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-gbean/src/test/java/org/apache/activemq/gbean/ConnectorTest.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-gbean/src/test/java/org/apache/activemq/gbean/ConnectorTest.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-gbean/src/test/java/org/apache/activemq/gbean/ConnectorTest.java Fri Jul 28 09:37:34 2006
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005-2006 The Apache Software Foundation
+ * 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
  *
- *  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
  *
- *     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.
+ * 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.
  */
 package org.apache.activemq.gbean;
 

Modified: incubator/activemq/branches/activemq-4.0/activemq-jaas/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/maven.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/maven.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/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-jaas/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/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-jaas/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/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-jaas/src/main/java/org/apache/activemq/jaas/GroupPrincipal.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/GroupPrincipal.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/GroupPrincipal.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/GroupPrincipal.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-jaas/src/main/java/org/apache/activemq/jaas/LDAPLoginModule.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/LDAPLoginModule.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/LDAPLoginModule.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/LDAPLoginModule.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-jaas/src/main/java/org/apache/activemq/jaas/PropertiesLoginModule.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/PropertiesLoginModule.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/PropertiesLoginModule.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/PropertiesLoginModule.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-jaas/src/main/java/org/apache/activemq/jaas/UserPrincipal.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/UserPrincipal.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/UserPrincipal.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/main/java/org/apache/activemq/jaas/UserPrincipal.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-jaas/src/test/java/org/apache/activemq/jaas/GroupPrincipalTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/GroupPrincipalTest.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/GroupPrincipalTest.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/GroupPrincipalTest.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-jaas/src/test/java/org/apache/activemq/jaas/LDAPLoginModuleTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/LDAPLoginModuleTest.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/LDAPLoginModuleTest.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/LDAPLoginModuleTest.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-jaas/src/test/java/org/apache/activemq/jaas/PropertiesLoginModuleTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/PropertiesLoginModuleTest.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/PropertiesLoginModuleTest.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/PropertiesLoginModuleTest.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-jaas/src/test/java/org/apache/activemq/jaas/UserPrincipalTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/UserPrincipalTest.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/UserPrincipalTest.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/UserPrincipalTest.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-jaas/src/test/java/org/apache/activemq/jaas/ldap/MutableServerStartupConfiguration.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/MutableServerStartupConfiguration.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/MutableServerStartupConfiguration.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/MutableServerStartupConfiguration.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-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerContextFactory.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerContextFactory.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerContextFactory.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerContextFactory.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-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerStartupConfiguration.java
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerStartupConfiguration.java?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerStartupConfiguration.java (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/src/test/java/org/apache/activemq/jaas/ldap/ServerStartupConfiguration.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-jmeter/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/maven.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/maven.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/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-jmeter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/pom.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/pom.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-jmeter/project.properties
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/project.properties?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/project.properties (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/project.properties Fri Jul 28 09:37:34 2006
@@ -1,18 +1,20 @@
 # ------------------------------------------------------------------------
-#	Copyright 2004 Protique Ltd
+# 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
 # 
-# 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. 
+# 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.
 # ------------------------------------------------------------------------
+
 
 # -------------------------------------------------------------------
 # Build Properties

Modified: incubator/activemq/branches/activemq-4.0/activemq-jmeter/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/project.xml?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/project.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/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-jmeter/resource/jmeter
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter Fri Jul 28 09:37:34 2006
@@ -1,19 +1,21 @@
 #! /bin/sh
 
-##   $Id: jmeter,v 1.27 2005/03/18 15:26:54 mstover1 Exp $
-##   Copyright 2001-2004 The Apache Software Foundation
-## 
-##   Licensed under the Apache License, Version 2.0 (the "License");
-##   you may not use this file except in compliance with the License.
-##   You may obtain a copy of the License at
-## 
-##       http://www.apache.org/licenses/LICENSE-2.0
-## 
-##   Unless required by applicable law or agreed to in writing, software
-##   distributed under the License is distributed on an "AS IS" BASIS,
-##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-##   See the License for the specific language governing permissions and
-##   limitations under the License.
+# ------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------
 
 # The following should be reasonably good values for most tests running
 # on Sun JVMs. Following is the analysis on which it is based. If it's total

Modified: incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-n.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-n.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-n.bat (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-n.bat Fri Jul 28 09:37:34 2006
@@ -1,20 +1,22 @@
 @echo off
 
-rem   $Id: jmeter-n.bat,v 1.3 2005/03/18 15:26:54 mstover1 Exp $
-rem   Copyright 2001-2004 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 ------------------------------------------------------------------------
+rem
 rem  ============================================
 rem  Non-GUI version of JMETER.BAT (WinNT/2K only)
 rem
@@ -50,4 +52,4 @@
 
 jmeter -n -t %1 -l %~dpn1.jtl
 
-:END
\ No newline at end of file
+:END

Modified: incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server Fri Jul 28 09:37:34 2006
@@ -1,19 +1,21 @@
 #!/bin/sh
 
-##   $Id: jmeter-server,v 1.11 2004/02/16 13:34:10 sebb Exp $
-##   Copyright 2001-2004 The Apache Software Foundation
-## 
-##   Licensed under the Apache License, Version 2.0 (the "License");
-##   you may not use this file except in compliance with the License.
-##   You may obtain a copy of the License at
-## 
-##       http://www.apache.org/licenses/LICENSE-2.0
-## 
-##   Unless required by applicable law or agreed to in writing, software
-##   distributed under the License is distributed on an "AS IS" BASIS,
-##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-##   See the License for the specific language governing permissions and
-##   limitations under the License.
+# ------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------
 
 set OLDCLASSPATH=$CLASSPATH
 export OLDCLASSPATH

Modified: incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server.bat (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-server.bat Fri Jul 28 09:37:34 2006
@@ -1,19 +1,21 @@
 @echo off
 
-rem   $Id: jmeter-server.bat,v 1.11 2005/03/18 15:26:54 mstover1 Exp $
-rem   Copyright 2001-2004 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 ------------------------------------------------------------------------
 
 REM Protect environment against changes if possible:
 if "%OS%"=="Windows_NT" setlocal
@@ -75,4 +77,4 @@
 
 jmeter -s %JMETER_CMD_LINE_ARGS%
 
-:exit
\ No newline at end of file
+:exit

Modified: incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-t.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-t.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-t.bat (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter-t.bat Fri Jul 28 09:37:34 2006
@@ -1,18 +1,20 @@
 @echo off
-rem   $Id: jmeter-t.bat,v 1.3 2005/03/18 15:26:54 mstover1 Exp $
-rem   Copyright 2001-2004 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 ------------------------------------------------------------------------
 
 rem  ============================================
 rem
@@ -37,21 +39,6 @@
 
 :END@echo off
 
-rem   $Id: jmeter-t.bat,v 1.3 2005/03/18 15:26:54 mstover1 Exp $
-rem   Copyright 2001-2004 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
 rem  Drop a JMX file on this batch script, and it
@@ -74,4 +61,4 @@
 
 jmeter -t %1
 
-:END
\ No newline at end of file
+:END

Modified: incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter.bat?rev=426607&r1=426606&r2=426607&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter.bat (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jmeter/resource/jmeter.bat Fri Jul 28 09:37:34 2006
@@ -1,19 +1,20 @@
 @echo off
-
-rem   $Id: jmeter.bat,v 1.30 2005/03/18 15:26:54 mstover1 Exp $
-rem   Copyright 2001-2004 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 .%JM_LAUNCH% == . set JM_LAUNCH=java.exe