Author: fuzzylogic
Date: Wed May 17 17:15:45 2006
New Revision: 407411
URL: http://svn.apache.org/viewvc?rev=407411&view=rev
Log:
Put Apache license boilerplate on phaseTester.java
Modified:
db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/upgradeTests/phaseTester.java
Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/upgradeTests/phaseTester.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/upgradeTests/phaseTester.java?rev=407411&r1=407410&r2=407411&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/upgradeTests/phaseTester.java
(original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/upgradeTests/phaseTester.java
Wed May 17 17:15:45 2006
@@ -1,14 +1,22 @@
-/* IBM Confidential
- *
- * Product ID: 5697-F53
- *
- * (C) Copyright IBM Corp. 2003.
- *
- * The source code for this program is not published or otherwise divested
- * of its trade secrets, irrespective of what has been deposited with the
- * U.S. Copyright Office.
- */
+/*
+Derby - org.apache.derbyTesting.upgradeTests.phaseTester
+
+Copyright 1999, 2006 The Apache Software Foundation or its licensors, as applicable.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ 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.upgradeTests;
import java.sql.*;
|