Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 78847 invoked from network); 17 Nov 2006 04:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 04:38:22 -0000 Received: (qmail 93924 invoked by uid 500); 17 Nov 2006 04:38:31 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 93899 invoked by uid 500); 17 Nov 2006 04:38:30 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 93885 invoked by uid 99); 17 Nov 2006 04:38:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 20:38:30 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 20:38:05 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 3C5081A9859; Thu, 16 Nov 2006 20:37:07 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r476049 [6/24] - in /geronimo/server/trunk/modules: geronimo-activation/ geronimo-activation/src/main/java/org/apache/geronimo/activation/handlers/ geronimo-activation/src/test/java/org/apache/geronimo/activation/handlers/ geronimo-activemq... Date: Fri, 17 Nov 2006 04:36:04 -0000 To: scm@geronimo.apache.org From: kevan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061117043707.3C5081A9859@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/GeronimoWorkManagerGBean.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/GeronimoWorkManagerGBean.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/GeronimoWorkManagerGBean.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/GeronimoWorkManagerGBean.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/WorkerContext.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/WorkerContext.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/WorkerContext.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/WorkerContext.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NamedRunnable.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NamedRunnable.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NamedRunnable.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NamedRunnable.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 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: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NullWorkExecutorPool.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NullWorkExecutorPool.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NullWorkExecutorPool.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/NullWorkExecutorPool.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/ScheduleWorkExecutor.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/ScheduleWorkExecutor.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/ScheduleWorkExecutor.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/ScheduleWorkExecutor.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/StartWorkExecutor.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/StartWorkExecutor.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/StartWorkExecutor.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/StartWorkExecutor.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/SyncWorkExecutor.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/SyncWorkExecutor.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/SyncWorkExecutor.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/SyncWorkExecutor.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPool.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPool.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPool.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPool.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPoolImpl.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPoolImpl.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPoolImpl.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/main/java/org/apache/geronimo/connector/work/pool/WorkExecutorPoolImpl.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/AdminObjectWrapperTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/AdminObjectWrapperTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/AdminObjectWrapperTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/AdminObjectWrapperTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 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 + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/BootstrapContextTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/BootstrapContextTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/BootstrapContextTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/BootstrapContextTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockTransaction.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockTransaction.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockTransaction.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockTransaction.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockWorkManager.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockWorkManager.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockWorkManager.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/MockWorkManager.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockActivationSpec.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockActivationSpec.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockActivationSpec.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockActivationSpec.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObject.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObject.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObject.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObject.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 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 + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObjectImpl.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObjectImpl.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObjectImpl.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockAdminObjectImpl.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockCCILocalTransaction.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockCCILocalTransaction.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockCCILocalTransaction.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockCCILocalTransaction.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnection.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnection.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnection.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnection.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionFactory.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionFactory.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionFactory.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionFactory.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionRequestInfo.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionRequestInfo.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionRequestInfo.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockConnectionRequestInfo.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnection.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnection.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnection.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnection.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnectionFactory.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnectionFactory.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnectionFactory.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockManagedConnectionFactory.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockResourceAdapter.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockResourceAdapter.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockResourceAdapter.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockResourceAdapter.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockSPILocalTransaction.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockSPILocalTransaction.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockSPILocalTransaction.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockSPILocalTransaction.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockXAResource.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockXAResource.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockXAResource.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/MockXAResource.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionInterceptorTestUtils.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionInterceptorTestUtils.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionInterceptorTestUtils.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionInterceptorTestUtils.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2005 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerStressTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerStressTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerStressTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerStressTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 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 + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTestUtils.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTestUtils.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTestUtils.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionManagerTestUtils.java Thu Nov 16 20:35:17 2006 @@ -1,9 +1,10 @@ /** - * Copyright 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 + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionTrackingInterceptorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionTrackingInterceptorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionTrackingInterceptorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ConnectionTrackingInterceptorTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/LocalXAResourceInsertionInterceptorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/LocalXAResourceInsertionInterceptorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/LocalXAResourceInsertionInterceptorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/LocalXAResourceInsertionInterceptorTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ManagedConnectionFactoryWrapperTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ManagedConnectionFactoryWrapperTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ManagedConnectionFactoryWrapperTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/ManagedConnectionFactoryWrapperTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 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 + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolDequeTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolDequeTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolDequeTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolDequeTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolResizeTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolResizeTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolResizeTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/PoolResizeTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2005 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/SubjectInterceptorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/SubjectInterceptorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/SubjectInterceptorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/SubjectInterceptorTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionCachingInterceptorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionCachingInterceptorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionCachingInterceptorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionCachingInterceptorTest.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionEnlistingInterceptorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionEnlistingInterceptorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionEnlistingInterceptorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/TransactionEnlistingInterceptorTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/XAResourceInsertionInterceptorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/XAResourceInsertionInterceptorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/XAResourceInsertionInterceptorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/XAResourceInsertionInterceptorTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/ConnectionTrackingCoordinatorTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/ConnectionTrackingCoordinatorTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/ConnectionTrackingCoordinatorTest.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/ConnectionTrackingCoordinatorTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2005 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultComponentInterceptor.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultComponentInterceptor.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultComponentInterceptor.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultComponentInterceptor.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultInterceptor.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultInterceptor.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultInterceptor.java (original) +++ geronimo/server/trunk/modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/DefaultInterceptor.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/AbstractDatabasePool.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/AbstractDatabasePool.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/AbstractDatabasePool.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/AbstractDatabasePool.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DOMUtils.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DOMUtils.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DOMUtils.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DOMUtils.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DatabaseConversionStatus.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DatabaseConversionStatus.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DatabaseConversionStatus.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/DatabaseConversionStatus.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/JDBCPool.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/JDBCPool.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/JDBCPool.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/JDBCPool.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/XADatabasePool.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/XADatabasePool.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/XADatabasePool.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/XADatabasePool.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/WebLogic81DatabaseConverter.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/WebLogic81DatabaseConverter.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/WebLogic81DatabaseConverter.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/WebLogic81DatabaseConverter.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/Weblogic81Utils.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/Weblogic81Utils.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/Weblogic81Utils.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/bea/Weblogic81Utils.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/jboss/JBoss4DatabaseConverter.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/jboss/JBoss4DatabaseConverter.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/jboss/JBoss4DatabaseConverter.java (original) +++ geronimo/server/trunk/modules/geronimo-converter/src/main/java/org/apache/geronimo/converter/jboss/JBoss4DatabaseConverter.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/GeronimoExecutor.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/GeronimoExecutor.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/GeronimoExecutor.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/GeronimoExecutor.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/ThreadPool.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/ThreadPool.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/ThreadPool.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/pool/ThreadPool.java Thu Nov 16 20:35:17 2006 @@ -1,5 +1,4 @@ /** - * * 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. Modified: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/Messages.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/Messages.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/Messages.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/Messages.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationContext.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationContext.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationContext.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationContext.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationError.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationError.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationError.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationError.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationException.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationException.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationException.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationException.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationFailure.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationFailure.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationFailure.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationFailure.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationWarning.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationWarning.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationWarning.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/main/java/org/apache/geronimo/validator/ValidationWarning.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-core/src/test/java/org/apache/geronimo/pool/ThreadPoolTest.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-core/src/test/java/org/apache/geronimo/pool/ThreadPoolTest.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-core/src/test/java/org/apache/geronimo/pool/ThreadPoolTest.java (original) +++ geronimo/server/trunk/modules/geronimo-core/src/test/java/org/apache/geronimo/pool/ThreadPoolTest.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2005 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: geronimo/server/trunk/modules/geronimo-deploy-config/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-config/pom.xml?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-deploy-config/pom.xml (original) +++ geronimo/server/trunk/modules/geronimo-deploy-config/pom.xml Thu Nov 16 20:35:17 2006 @@ -1,18 +1,19 @@ Modified: geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/ModuleConfigurer.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/ModuleConfigurer.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/ModuleConfigurer.java (original) +++ geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/ModuleConfigurer.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanRootSupport.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanRootSupport.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanRootSupport.java (original) +++ geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanRootSupport.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanSupport.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanSupport.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanSupport.java (original) +++ geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DConfigBeanSupport.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DeploymentConfigurationSupport.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DeploymentConfigurationSupport.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DeploymentConfigurationSupport.java (original) +++ geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/DeploymentConfigurationSupport.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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: geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/XmlBeanSupport.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/XmlBeanSupport.java?view=diff&rev=476049&r1=476048&r2=476049 ============================================================================== --- geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/XmlBeanSupport.java (original) +++ geronimo/server/trunk/modules/geronimo-deploy-config/src/main/java/org/apache/geronimo/deployment/plugin/XmlBeanSupport.java Thu Nov 16 20:35:17 2006 @@ -1,10 +1,10 @@ /** - * - * Copyright 2003-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 *