Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 31531 invoked from network); 28 Jul 2006 16:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 16:50:41 -0000 Received: (qmail 37784 invoked by uid 500); 28 Jul 2006 16:50:41 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 37767 invoked by uid 500); 28 Jul 2006 16:50:41 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 37758 invoked by uid 99); 28 Jul 2006 16:50:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 09:50:41 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 09:50:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 38FB51A983A; Fri, 28 Jul 2006 09:49:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r426607 [23/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... Date: Fri, 28 Jul 2006 16:39:28 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060728164912.38FB51A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.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-core/src/test/java/org/apache/activemq/transport/discovery/RendezvousDiscoverTransportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/RendezvousDiscoverTransportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/RendezvousDiscoverTransportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/discovery/RendezvousDiscoverTransportTest.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-core/src/test/java/org/apache/activemq/transport/failover/BadConnectionTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/failover/BadConnectionTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/failover/BadConnectionTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/failover/BadConnectionTest.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-core/src/test/java/org/apache/activemq/transport/failover/FailoverTransportBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/failover/FailoverTransportBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/failover/FailoverTransportBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/failover/FailoverTransportBrokerTest.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-core/src/test/java/org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.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-core/src/test/java/org/apache/activemq/transport/multicast/MulticastTransportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/multicast/MulticastTransportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/multicast/MulticastTransportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/multicast/MulticastTransportTest.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-core/src/test/java/org/apache/activemq/transport/peer/PeerTransportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/peer/PeerTransportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/peer/PeerTransportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/peer/PeerTransportTest.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-core/src/test/java/org/apache/activemq/transport/reliable/DropCommandStrategy.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/DropCommandStrategy.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/DropCommandStrategy.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/DropCommandStrategy.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-core/src/test/java/org/apache/activemq/transport/reliable/ReliableTransportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/ReliableTransportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/ReliableTransportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/ReliableTransportTest.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-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramChannel.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramChannel.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramChannel.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-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramSocket.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramSocket.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramSocket.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableCommandDatagramSocket.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-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransport.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransport.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransport.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransport.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-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/reliable/UnreliableUdpTransportTest.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-core/src/test/java/org/apache/activemq/transport/stomp/StompTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompTest.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-core/src/test/java/org/apache/activemq/transport/tcp/InactivityMonitorTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/InactivityMonitorTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/InactivityMonitorTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/InactivityMonitorTest.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-core/src/test/java/org/apache/activemq/transport/tcp/SslTransportBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/SslTransportBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/SslTransportBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/SslTransportBrokerTest.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-core/src/test/java/org/apache/activemq/transport/tcp/TcpTransportBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/TcpTransportBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/TcpTransportBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/tcp/TcpTransportBrokerTest.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-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.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-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpSendReceiveWithTwoConnectionsTest.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-core/src/test/java/org/apache/activemq/transport/udp/UdpTestSupport.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTestSupport.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTestSupport.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTestSupport.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-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportTest.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-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportUsingServerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportUsingServerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportUsingServerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/udp/UdpTransportUsingServerTest.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-core/src/test/java/org/apache/activemq/transport/vm/VMTransportBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/vm/VMTransportBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/vm/VMTransportBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/vm/VMTransportBrokerTest.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-core/src/test/java/org/apache/activemq/transport/vm/VMTransportEmbeddedBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/vm/VMTransportEmbeddedBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/vm/VMTransportEmbeddedBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/transport/vm/VMTransportEmbeddedBrokerTest.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-core/src/test/java/org/apache/activemq/util/MessageIdList.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/MessageIdList.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/MessageIdList.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/MessageIdList.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-core/src/test/java/org/apache/activemq/util/ReflectionSupportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/ReflectionSupportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/ReflectionSupportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/ReflectionSupportTest.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-core/src/test/java/org/apache/activemq/util/SimplePojo.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/SimplePojo.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/SimplePojo.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/SimplePojo.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-core/src/test/java/org/apache/activemq/util/URISupportTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/URISupportTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/URISupportTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/util/URISupportTest.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-core/src/test/java/org/apache/activemq/xbean/ConnectorXBeanConfigTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/ConnectorXBeanConfigTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/ConnectorXBeanConfigTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/ConnectorXBeanConfigTest.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-core/src/test/java/org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.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-core/src/test/java/org/apache/activemq/xbean/ManagementContextXBeanConfigTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/ManagementContextXBeanConfigTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/ManagementContextXBeanConfigTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/ManagementContextXBeanConfigTest.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-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerAndPersistenceTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerAndPersistenceTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerAndPersistenceTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerAndPersistenceTest.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-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithEmbeddedBrokerTest.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-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringFactoryBeanTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringFactoryBeanTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringFactoryBeanTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringFactoryBeanTest.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-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringXBeanFactoryBeanTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringXBeanFactoryBeanTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringXBeanFactoryBeanTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithSpringXBeanFactoryBeanTest.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-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithXBeanFactoryBeanTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithXBeanFactoryBeanTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithXBeanFactoryBeanTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/MultipleTestsWithXBeanFactoryBeanTest.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-core/src/test/java/org/apache/activemq/xbean/XBeanConfigTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/XBeanConfigTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/XBeanConfigTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/XBeanConfigTest.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-core/src/test/java/org/apache/activemq/xbean/XBeanXmlTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/XBeanXmlTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/XBeanXmlTest.java (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/xbean/XBeanXmlTest.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-core/src/test/resources/activemq.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/resources/activemq.xml?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-core/src/test/resources/activemq.xml (original) +++ incubator/activemq/branches/activemq-4.0/activemq-core/src/test/resources/activemq.xml Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@