Return-Path: Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 4183 invoked by uid 500); 12 Nov 2004 22:43:38 -0000 Delivered-To: apmail-incubator-derby-cvs@incubator.apache.org Received: (qmail 4179 invoked by uid 99); 12 Nov 2004 22:43:37 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 12 Nov 2004 14:43:32 -0800 Received: (qmail 88877 invoked by uid 65534); 12 Nov 2004 22:43:28 -0000 Date: 12 Nov 2004 22:43:28 -0000 Message-ID: <20041112224328.88873.qmail@minotaur.apache.org> From: djd@apache.org To: derby-cvs@incubator.apache.org Subject: svn commit: rev 57548 - in incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: harness tests/derbynet tests/jdbcapi tests/lang tests/tools util util/StaticInitializers util/VTIClasses X-Virus-Checked: Checked Author: djd Date: Fri Nov 12 14:43:26 2004 New Revision: 57548 Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamDrainer.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamSaver.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CopySuppFiles.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CurrentTime.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/FileCompare.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GRFileFilter.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/HandleResult.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/JavaVersionHolder.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ManageSysProps.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamDrainer.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamResult.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/PropertyUtil.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunClass.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunIJ.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunList.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunSuite.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/Sed.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SimpleDiff.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SkipTest.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SpecialFlags.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SysInfoLog.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/UnJar.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/dbcleanup.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/shutdown.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/badConnection.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/callable.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/checkSecMgr.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/csPrepStmt.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dblook_test_net.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/executeUpdate.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/getCurrentProperties.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/maxthreads.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/runtimeinfo.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/sysinfo.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/timeslice.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/dataSourcePermissions.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadataMultiConn.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CharUTF8.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WISCInsert.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscMetaData.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscVTI.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug4356.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5052rts.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5054.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/casting.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/coalesceTests.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/concateTests.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/currentof.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/cursor.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbManagerLimits.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/deadlockMode.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJava.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/forbitdata.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/logStream.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/longStringColumn.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/procedure.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/repeat.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThread.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThreadWrapper.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/stmtCache3.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/streams.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/updateCursor.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/userDefMethods.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ConsistencyChecker.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DbFile.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ExtendingInterface.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Formatters.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBCTestDisplayUtil.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/NoMethodInterface.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ProcedureTest.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/PropertyUtil.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StatParser.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/DMLInStaticInitializer.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/InsertInStaticInitializer.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StreamUtil.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubClass.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubInterfaceClass.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubSubClass.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Access.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Authorize.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_ConsistencyChecker.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestPropertyInfo.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestUtil.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Triggers.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/AbstractAllNegativeNoStatic.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ECTResult.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ExternalTable.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/PositiveInteger_VTICosting_SI.java incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ResultSetMetaDataPositive.java Log: Update file header to ASF copyright and Apache Licence notice - java/testing files. Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamDrainer.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamDrainer.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamDrainer.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.BackgroundStreamDrainer + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamSaver.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamSaver.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/BackgroundStreamSaver.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.BackgroundStreamSaver + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CopySuppFiles.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CopySuppFiles.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CopySuppFiles.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.CopySuppFiles + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CurrentTime.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CurrentTime.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/CurrentTime.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.CurrentTime + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/FileCompare.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/FileCompare.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/FileCompare.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.FileCompare + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GRFileFilter.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GRFileFilter.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GRFileFilter.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.GRFileFilter + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.GenerateReport + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/HandleResult.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/HandleResult.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/HandleResult.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.HandleResult + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/JavaVersionHolder.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/JavaVersionHolder.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/JavaVersionHolder.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.JavaVersionHolder + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ManageSysProps.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ManageSysProps.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ManageSysProps.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.ManageSysProps + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.NetServer + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamDrainer.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamDrainer.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamDrainer.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.ProcessStreamDrainer + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamResult.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamResult.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ProcessStreamResult.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.ProcessStreamResult + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/PropertyUtil.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/PropertyUtil.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/PropertyUtil.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.PropertyUtil + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunClass.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunClass.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunClass.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.RunClass + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunIJ.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunIJ.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunIJ.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.RunIJ + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunList.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunList.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunList.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.RunList + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunSuite.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunSuite.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunSuite.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.RunSuite + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.RunTest + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/Sed.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/Sed.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/Sed.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.Sed + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SimpleDiff.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SimpleDiff.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SimpleDiff.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.SimpleDiff + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SkipTest.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SkipTest.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SkipTest.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.SkipTest + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SpecialFlags.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SpecialFlags.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SpecialFlags.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.SpecialFlags + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SysInfoLog.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SysInfoLog.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/SysInfoLog.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.SysInfoLog + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.TimedProcess + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/UnJar.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/UnJar.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/UnJar.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.UnJar + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.currentjvm + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/dbcleanup.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/dbcleanup.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/dbcleanup.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.dbcleanup + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2001, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.ibm13 + + Copyright 2001, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.ibm14 + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.j9_13 + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.jdk13 + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2001, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.jdk14 + + Copyright 2001, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.jdk15 + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.jvm + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/shutdown.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/shutdown.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/shutdown.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.shutdown + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSinSameJVM.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.NSinSameJVM + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/badConnection.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/badConnection.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/badConnection.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.badConnection + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/callable.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/callable.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/callable.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.callable + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/checkSecMgr.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/checkSecMgr.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/checkSecMgr.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.checkSecMgr + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/csPrepStmt.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/csPrepStmt.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/csPrepStmt.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.csPrepStmt + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.dataSourcePermissions_net + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dblook_test_net.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dblook_test_net.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dblook_test_net.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.dblook_test_net + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/executeUpdate.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/executeUpdate.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/executeUpdate.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.executeUpdate + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/getCurrentProperties.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/getCurrentProperties.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/getCurrentProperties.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.getCurrentProperties + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/maxthreads.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/maxthreads.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/maxthreads.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.maxthreads + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.prepStmt + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/runtimeinfo.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/runtimeinfo.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/runtimeinfo.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.runtimeinfo + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/sysinfo.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/sysinfo.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/sysinfo.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.sysinfo + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testProperties.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.testProperties + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testconnection.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.testconnection + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/testij.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.testij + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/timeslice.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/timeslice.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/timeslice.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.derbynet - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.derbynet.timeslice + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ package org.apache.derbyTesting.functionTests.tests.derbynet; Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/dataSourcePermissions.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/dataSourcePermissions.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/dataSourcePermissions.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.jdbcapi - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.dataSourcePermissions + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.jdbcapi - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.metadata + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadataMultiConn.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadataMultiConn.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadataMultiConn.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.jdbcapi - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.metadataMultiConn + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.jdbcapi - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.parameterMetaDataJdbc30 + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.jdbcapi - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.savepointJdbc30 + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.AIjdbc + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CharUTF8.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CharUTF8.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CharUTF8.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.CharUTF8 + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WISCInsert.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WISCInsert.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WISCInsert.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.WISCInsert + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscMetaData.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscMetaData.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscMetaData.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.WiscMetaData + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscVTI.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscVTI.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/WiscVTI.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.WiscVTI + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug4356.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug4356.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug4356.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2001, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.bug4356 + + Copyright 2001, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5052rts.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5052rts.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5052rts.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.bug5052rts + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5054.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5054.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/bug5054.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.bug5054 + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/casting.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/casting.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/casting.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.casting + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.closed + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/coalesceTests.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/coalesceTests.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/coalesceTests.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.coalesceTests + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/concateTests.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/concateTests.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/concateTests.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.concateTests + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/currentof.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/currentof.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/currentof.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.currentof + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/cursor.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/cursor.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/cursor.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.cursor + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbManagerLimits.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbManagerLimits.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbManagerLimits.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.dbManagerLimits + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/deadlockMode.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/deadlockMode.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/deadlockMode.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.deadlockMode + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJava.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJava.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJava.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.declareGlobalTempTableJava + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.declareGlobalTempTableJavaJDBC30 + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/forbitdata.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/forbitdata.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/forbitdata.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.forbitdata + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.holdCursorJavaReflection + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/logStream.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/logStream.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/logStream.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.logStream + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/longStringColumn.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/longStringColumn.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/longStringColumn.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.longStringColumn + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.outparams + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/procedure.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/procedure.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/procedure.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.harness - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.harness.procedure + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/repeat.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/repeat.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/repeat.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.repeat + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThread.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThread.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThread.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.simpleThread + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThreadWrapper.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThreadWrapper.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/simpleThreadWrapper.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.simpleThreadWrapper + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/stmtCache3.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/stmtCache3.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/stmtCache3.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.stmtCache3 + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/streams.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/streams.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/streams.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.streams + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/updateCursor.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/updateCursor.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/updateCursor.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.updateCursor + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/userDefMethods.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/userDefMethods.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/userDefMethods.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.lang - (C) Copyright IBM Corp. 2002, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.lang.userDefMethods + + Copyright 2002, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.tests.tools - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.tests.tools.dblook_test + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ConsistencyChecker.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ConsistencyChecker.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ConsistencyChecker.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1997, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.ConsistencyChecker + + Copyright 1997, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DbFile.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DbFile.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DbFile.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.DbFile + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ExtendingInterface.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ExtendingInterface.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ExtendingInterface.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.ExtendingInterface + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Formatters.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Formatters.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Formatters.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.Formatters + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBCTestDisplayUtil.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBCTestDisplayUtil.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBCTestDisplayUtil.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.JDBCTestDisplayUtil + + Copyright 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ManyMethods.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1997, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.ManyMethods + + Copyright 1997, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/NoMethodInterface.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/NoMethodInterface.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/NoMethodInterface.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.NoMethodInterface + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ProcedureTest.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ProcedureTest.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ProcedureTest.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.ProcedureTest + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/PropertyUtil.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/PropertyUtil.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/PropertyUtil.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.PropertyUtil + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1997, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.ShortHolder + + Copyright 1997, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StatParser.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StatParser.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StatParser.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.StatParser + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/DMLInStaticInitializer.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/DMLInStaticInitializer.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/DMLInStaticInitializer.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.StaticInitializers - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.StaticInitializers.DMLInStaticInitializer + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/InsertInStaticInitializer.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/InsertInStaticInitializer.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StaticInitializers/InsertInStaticInitializer.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.StaticInitializers - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.StaticInitializers.InsertInStaticInitializer + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StreamUtil.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StreamUtil.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/StreamUtil.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.StreamUtil + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubClass.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubClass.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubClass.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1997, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.SubClass + + Copyright 1997, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubInterfaceClass.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubInterfaceClass.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubInterfaceClass.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.SubInterfaceClass + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubSubClass.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubSubClass.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/SubSubClass.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1997, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.SubSubClass + + Copyright 1997, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Access.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Access.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Access.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.T_Access + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Authorize.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Authorize.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_Authorize.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.T_Authorize + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_ConsistencyChecker.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_ConsistencyChecker.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/T_ConsistencyChecker.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.T_ConsistencyChecker + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestPropertyInfo.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestPropertyInfo.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestPropertyInfo.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.TestPropertyInfo + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestUtil.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestUtil.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/TestUtil.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.TestUtil + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Triggers.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Triggers.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/Triggers.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.Triggers + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/AbstractAllNegativeNoStatic.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/AbstractAllNegativeNoStatic.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/AbstractAllNegativeNoStatic.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.VTIClasses - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.VTIClasses.AbstractAllNegativeNoStatic + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ECTResult.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ECTResult.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ECTResult.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.VTIClasses - (C) Copyright IBM Corp. 2000, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.VTIClasses.ECTResult + + Copyright 2000, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ExternalTable.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ExternalTable.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ExternalTable.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.VTIClasses - (C) Copyright IBM Corp. 2003, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.VTIClasses.ExternalTable + + Copyright 2003, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/PositiveInteger_VTICosting_SI.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/PositiveInteger_VTICosting_SI.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/PositiveInteger_VTICosting_SI.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.VTIClasses - (C) Copyright IBM Corp. 1999, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.VTIClasses.PositiveInteger_VTICosting_SI + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ResultSetMetaDataPositive.java ============================================================================== --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ResultSetMetaDataPositive.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/VTIClasses/ResultSetMetaDataPositive.java Fri Nov 12 14:43:26 2004 @@ -1,10 +1,20 @@ /* - Licensed Materials - Property of IBM - Cloudscape - Package org.apache.derbyTesting.functionTests.util.VTIClasses - (C) Copyright IBM Corp. 1998, 2004. All Rights Reserved. - US Government Users Restricted Rights - Use, duplication or - disclosure restricted by GSA ADP Schedule Contract with IBM Corp. + Derby - Class org.apache.derbyTesting.functionTests.util.VTIClasses.ResultSetMetaDataPositive + + Copyright 1998, 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */