Updated Branches: refs/heads/master a3f8e4a6b -> 38c45bd94
Fix license header on PipelineAppTest Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/38c45bd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/38c45bd9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/38c45bd9 Branch: refs/heads/master Commit: 38c45bd94f5303c1f197b591fcc9e0f25087a867 Parents: a3f8e4a Author: jwills <[email protected]> Authored: Tue Jul 10 15:14:13 2012 -0700 Committer: jwills <[email protected]> Committed: Tue Jul 10 15:14:13 2012 -0700 ---------------------------------------------------------------------- .../scala/org/apache/scrunch/PipelineAppTest.scala | 22 ++++++++------- 1 files changed, 12 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/38c45bd9/scrunch/src/test/scala/org/apache/scrunch/PipelineAppTest.scala ---------------------------------------------------------------------- diff --git a/scrunch/src/test/scala/org/apache/scrunch/PipelineAppTest.scala b/scrunch/src/test/scala/org/apache/scrunch/PipelineAppTest.scala index fe33aac..7111c7b 100644 --- a/scrunch/src/test/scala/org/apache/scrunch/PipelineAppTest.scala +++ b/scrunch/src/test/scala/org/apache/scrunch/PipelineAppTest.scala @@ -1,18 +1,20 @@ /** - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 + * 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 * - * This software 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. + * 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 org.apache.crunch.test.FileHelper import org.apache.scrunch.PipelineApp
