Updated Branches: refs/heads/master a4cf3edf0 -> a66b5edb0
Replace Cloudera-specific license headers with ASF license header Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/a66b5edb Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/a66b5edb Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/a66b5edb Branch: refs/heads/master Commit: a66b5edb0f3d77068cff7f67ab063e150a6980a0 Parents: a4cf3ed Author: Gabriel Reid <[email protected]> Authored: Fri Sep 21 16:21:19 2012 +0200 Committer: Gabriel Reid <[email protected]> Committed: Fri Sep 21 16:21:19 2012 +0200 ---------------------------------------------------------------------- .../src/it/java/org/apache/crunch/CleanTextIT.java | 21 ++++++++------ .../java/org/apache/crunch/impl/mr/plan/Graph.java | 21 ++++++++------ 2 files changed, 24 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/a66b5edb/crunch/src/it/java/org/apache/crunch/CleanTextIT.java ---------------------------------------------------------------------- diff --git a/crunch/src/it/java/org/apache/crunch/CleanTextIT.java b/crunch/src/it/java/org/apache/crunch/CleanTextIT.java index 86a1a8d..2f4004e 100644 --- a/crunch/src/it/java/org/apache/crunch/CleanTextIT.java +++ b/crunch/src/it/java/org/apache/crunch/CleanTextIT.java @@ -1,16 +1,19 @@ /** - * Copyright (c) 2012, 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. */ package org.apache.crunch; http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/a66b5edb/crunch/src/main/java/org/apache/crunch/impl/mr/plan/Graph.java ---------------------------------------------------------------------- diff --git a/crunch/src/main/java/org/apache/crunch/impl/mr/plan/Graph.java b/crunch/src/main/java/org/apache/crunch/impl/mr/plan/Graph.java index d634c7e..0f976ed 100644 --- a/crunch/src/main/java/org/apache/crunch/impl/mr/plan/Graph.java +++ b/crunch/src/main/java/org/apache/crunch/impl/mr/plan/Graph.java @@ -1,16 +1,19 @@ /** - * Copyright (c) 2012, 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. */ package org.apache.crunch.impl.mr.plan;
