Author: smishura
Date: Wed Sep 19 22:02:47 2007
New Revision: 577549
URL: http://svn.apache.org/viewvc?rev=577549&view=rev
Log:
Add ASL v2 header
Modified:
harmony/enhanced/buildtest/branches/2.0/tests/tptp/testsCount.java
harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateExclude.java
harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateResults.java
Modified: harmony/enhanced/buildtest/branches/2.0/tests/tptp/testsCount.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/tptp/testsCount.java?rev=577549&r1=577548&r2=577549&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/tptp/testsCount.java (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/tptp/testsCount.java Wed Sep 19 22:02:47
2007
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ */
+
import java.util.*;
import java.util.zip.*;
import java.io.*;
Modified: harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateExclude.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateExclude.java?rev=577549&r1=577548&r2=577549&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateExclude.java (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateExclude.java Wed Sep 19 22:02:47
2007
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ */
+
import java.util.*;
import java.io.*;
Modified: harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateResults.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateResults.java?rev=577549&r1=577548&r2=577549&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateResults.java (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/tptp/updateResults.java Wed Sep 19 22:02:47
2007
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ */
+
import java.util.*;
import java.io.*;
|