Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/TestRetryProxy.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/TestRetryProxy.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/TestRetryProxy.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/TestRetryProxy.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.io.retry; import static org.apache.hadoop.io.retry.RetryPolicies.RETRY_FOREVER;
Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableImplementation.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableImplementation.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableImplementation.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableImplementation.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.io.retry; import org.apache.hadoop.ipc.RemoteException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableInterface.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableInterface.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableInterface.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/io/retry/UnreliableInterface.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.io.retry; import org.apache.hadoop.ipc.RemoteException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/HadoopTestCase.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/HadoopTestCase.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/HadoopTestCase.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/HadoopTestCase.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.mapred; import junit.framework.TestCase; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/NotificationTestCase.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/NotificationTestCase.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/NotificationTestCase.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/NotificationTestCase.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.mapred; import org.mortbay.http.HttpServer; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestClusterMRNotification.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestClusterMRNotification.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestClusterMRNotification.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestClusterMRNotification.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.mapred; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestLocalMRNotification.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestLocalMRNotification.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestLocalMRNotification.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/TestLocalMRNotification.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.mapred; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/net/TestNetworkTopology.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/net/TestNetworkTopology.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/net/TestNetworkTopology.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/net/TestNetworkTopology.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.net; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/util/TestReflectionUtils.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/util/TestReflectionUtils.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/util/TestReflectionUtils.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/util/TestReflectionUtils.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package org.apache.hadoop.util; import java.net.URL; Modified: lucene/hadoop/trunk/src/test/testjar/ExternalMapperReducer.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/testjar/ExternalMapperReducer.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/testjar/ExternalMapperReducer.java (original) +++ lucene/hadoop/trunk/src/test/testjar/ExternalMapperReducer.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package testjar; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/testjar/ExternalWritable.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/testjar/ExternalWritable.java?view=diff&rev=555744&r1=555743&r2=555744 ============================================================================== --- lucene/hadoop/trunk/src/test/testjar/ExternalWritable.java (original) +++ lucene/hadoop/trunk/src/test/testjar/ExternalWritable.java Thu Jul 12 13:20:53 2007 @@ -1,3 +1,21 @@ +/** + * 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. + */ + package testjar; import java.io.DataInput;