Updated Branches: refs/heads/master 9d3bf4160 -> 493686cba
CRUNCH-26: Add Apache License headers to crunch-test source files Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/493686cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/493686cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/493686cb Branch: refs/heads/master Commit: 493686cbad567d42239021651889b9e05d653249 Parents: 9d3bf41 Author: jwills <[email protected]> Authored: Sat Jul 28 14:13:45 2012 -0700 Committer: jwills <[email protected]> Committed: Sat Jul 28 14:13:45 2012 -0700 ---------------------------------------------------------------------- .../org/apache/crunch/test/TemporaryPathIT.java | 17 ++++++++++++ .../java/org/apache/crunch/test/TemporaryPath.java | 17 ++++++++++++ .../java/org/apache/crunch/test/package-info.java | 20 ++++++++++++++- 3 files changed, 53 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/493686cb/crunch-test/src/it/java/org/apache/crunch/test/TemporaryPathIT.java ---------------------------------------------------------------------- diff --git a/crunch-test/src/it/java/org/apache/crunch/test/TemporaryPathIT.java b/crunch-test/src/it/java/org/apache/crunch/test/TemporaryPathIT.java index a03c332..f2e3a2a 100644 --- a/crunch-test/src/it/java/org/apache/crunch/test/TemporaryPathIT.java +++ b/crunch-test/src/it/java/org/apache/crunch/test/TemporaryPathIT.java @@ -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. + */ package org.apache.crunch.test; import static org.hamcrest.Matchers.is; http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/493686cb/crunch-test/src/main/java/org/apache/crunch/test/TemporaryPath.java ---------------------------------------------------------------------- diff --git a/crunch-test/src/main/java/org/apache/crunch/test/TemporaryPath.java b/crunch-test/src/main/java/org/apache/crunch/test/TemporaryPath.java index d981211..5e381c6 100644 --- a/crunch-test/src/main/java/org/apache/crunch/test/TemporaryPath.java +++ b/crunch-test/src/main/java/org/apache/crunch/test/TemporaryPath.java @@ -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. + */ package org.apache.crunch.test; import java.io.File; http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/493686cb/crunch-test/src/main/java/org/apache/crunch/test/package-info.java ---------------------------------------------------------------------- diff --git a/crunch-test/src/main/java/org/apache/crunch/test/package-info.java b/crunch-test/src/main/java/org/apache/crunch/test/package-info.java index 2113dfb..fc6b606 100644 --- a/crunch-test/src/main/java/org/apache/crunch/test/package-info.java +++ b/crunch-test/src/main/java/org/apache/crunch/test/package-info.java @@ -1,4 +1,22 @@ /** + * 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. + */ + +/** * Provides a collection of test utilities. */ -package org.apache.crunch.test; \ No newline at end of file +package org.apache.crunch.test;
