Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 37442 invoked from network); 8 Aug 2006 21:07:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 21:07:04 -0000 Received: (qmail 71338 invoked by uid 500); 8 Aug 2006 21:07:03 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 71305 invoked by uid 500); 8 Aug 2006 21:07:03 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 71294 invoked by uid 99); 8 Aug 2006 21:07:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 14:07:03 -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; Tue, 08 Aug 2006 14:07:00 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E4F8C1A981D; Tue, 8 Aug 2006 14:06:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429812 [1/2] - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests: ./ crypto/ harness/ lang/ services/ store/ util/ Date: Tue, 08 Aug 2006 21:06:29 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060808210639.E4F8C1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Tue Aug 8 14:06:26 2006 New Revision: 429812 URL: http://svn.apache.org/viewvc?rev=429812&view=rev Log: DERBY-1377: Update license headers in org.apache.derbyTesting.unitTests Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_Cipher.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherBlowfish.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherCFB.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherDES.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherECB.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherOFB.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTest.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTestManager.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bomb.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bombable.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Fail.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Generic.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiIterations.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiThreadedIterations.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestConstants.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestMain.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestManager.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/D_T_DiagTestClass1.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/MarkedLimitInputStream.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheException.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheService.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheUser.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Cacheable.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CachedInteger.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DaemonService.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1Sub.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Diagnosticable.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Key.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L1.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L2.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_LockFactory.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_MarkedLimitInputStream.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Serviceable.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_StandardException.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_UUIDFactory.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_User.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/QualifierUtil.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessFactory.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessRow.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_ColumnOrderingImpl.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Compensation.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_FileSystemData.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Heap.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_QualifierTest.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreRow.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverBadLog.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverFullLog.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Recovery.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RowSource.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SecondaryIndexRow.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SortController.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_StoreCostResult.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_StreamFile.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_TWC.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Undoable.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Util.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_XA.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_b2i.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/util/BitUtil.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/util/MsgTrace.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/build.xml Tue Aug 8 14:06:26 2006 @@ -1,4 +1,20 @@ + Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_Cipher.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_Cipher.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_Cipher.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_Cipher.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.crypto.T_Cipher - Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherBlowfish.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherBlowfish.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherBlowfish.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherBlowfish.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.crypto.T_CipherBlowfish - Copyright 2000, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherCFB.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherCFB.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherCFB.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherCFB.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.crypto.T_CipherCFB - Copyright 2000, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherDES.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherDES.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherDES.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherDES.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.crypto.T_CipherDES - Copyright 2000, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherECB.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherECB.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherECB.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherECB.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.crypto.T_CipherECB - Copyright 2000, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherOFB.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherOFB.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherOFB.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/crypto/T_CipherOFB.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.crypto.T_CipherOFB - Copyright 2000, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTest.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTest.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.BasicUnitTest - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTestManager.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTestManager.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTestManager.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/BasicUnitTestManager.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bomb.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bomb.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bomb.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bomb.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.T_Bomb - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bombable.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bombable.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bombable.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Bombable.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.T_Bombable - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Fail.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Fail.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Fail.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Fail.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.T_Fail - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Generic.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Generic.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Generic.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_Generic.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.T_Generic - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiIterations.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiIterations.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiIterations.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiIterations.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.T_MultiIterations - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiThreadedIterations.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiThreadedIterations.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiThreadedIterations.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/T_MultiThreadedIterations.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.UnitTest - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestConstants.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestConstants.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestConstants.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestConstants.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.UnitTestConstants - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestMain.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestMain.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestMain.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestMain.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.UnitTestMain - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestManager.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestManager.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestManager.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTestManager.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.harness.UnitTestManager - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.lang.EmptyResultSetStatisticsFactory - Copyright 1999, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.lang.T_Like - Copyright 1999, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/D_T_DiagTestClass1.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/D_T_DiagTestClass1.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/D_T_DiagTestClass1.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/D_T_DiagTestClass1.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.D_T_DiagTestClass1 - Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/MarkedLimitInputStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/MarkedLimitInputStream.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/MarkedLimitInputStream.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/MarkedLimitInputStream.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.MarkedLimitInputStream - Copyright 2001, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheException.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheException.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheException.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheException.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_CacheException - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheService.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheService.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheService.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheService.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_CacheService - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheUser.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheUser.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheUser.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CacheUser.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_CacheUser - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Cacheable.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Cacheable.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Cacheable.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Cacheable.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_Cacheable - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CachedInteger.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CachedInteger.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CachedInteger.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_CachedInteger.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_CachedInteger - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DaemonService.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DaemonService.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DaemonService.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DaemonService.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_DaemonService - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_DiagTestClass1 - Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1Sub.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1Sub.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1Sub.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_DiagTestClass1Sub.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_DiagTestClass1Sub - Copyright 1999, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Diagnosticable.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Diagnosticable.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Diagnosticable.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Diagnosticable.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_Diagnosticable - Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Key.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Key.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Key.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Key.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_Key - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L1.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L1.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L1.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L1.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_L1 - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L2.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L2.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L2.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_L2.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_L2 - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_LockFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_LockFactory.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_LockFactory.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_LockFactory.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_LockFactory - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_MarkedLimitInputStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_MarkedLimitInputStream.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_MarkedLimitInputStream.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_MarkedLimitInputStream.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_MarkedLimitInputStream - Copyright 2001, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Serviceable.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Serviceable.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Serviceable.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_Serviceable.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_Serviceable - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_StandardException.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_StandardException.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_StandardException.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_StandardException.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_StandardException - Copyright 1999, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_UUIDFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_UUIDFactory.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_UUIDFactory.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_UUIDFactory.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_UUIDFactory - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_User.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_User.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_User.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/services/T_User.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.services.T_User - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/QualifierUtil.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/QualifierUtil.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/QualifierUtil.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/QualifierUtil.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store..QualifierUtil - Copyright 1999, 2004 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessFactory.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessFactory.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessFactory.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_AccessFactory - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessRow.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessRow.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessRow.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_AccessRow.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_AccessRow - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_ColumnOrderingImpl.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_ColumnOrderingImpl.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_ColumnOrderingImpl.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_ColumnOrderingImpl.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_ColumnOrderingImpl - Copyright 2001, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Compensation.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Compensation.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Compensation.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Compensation.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_DaemonService - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_FileSystemData.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_FileSystemData.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_FileSystemData.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_FileSystemData.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_FileSystemData - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Heap.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Heap.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Heap.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Heap.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_Heap - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_QualifierTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_QualifierTest.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_QualifierTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_QualifierTest.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_QualifierTest - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_RawStoreFactory - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreRow.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreRow.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreRow.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreRow.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_RawStoreRow - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverBadLog.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverBadLog.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverBadLog.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverBadLog.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_RecoverBadLog - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverFullLog.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverFullLog.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverFullLog.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RecoverFullLog.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_RecoverFullLog - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Recovery.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Recovery.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Recovery.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Recovery.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_Recovery - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RowSource.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RowSource.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RowSource.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RowSource.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_RowSource - Copyright 1999, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SecondaryIndexRow.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SecondaryIndexRow.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SecondaryIndexRow.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SecondaryIndexRow.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_SecondaryIndexRow - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SortController.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SortController.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SortController.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SortController.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_SortController - Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_StoreCostResult.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_StoreCostResult.java?rev=429812&r1=429811&r2=429812&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_StoreCostResult.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_StoreCostResult.java Tue Aug 8 14:06:26 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derbyTesting.unitTests.store.T_StoreCostResult - Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0