Updated Branches: refs/heads/master 0251bc604 -> 56b905099
Fix license header Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/56b90509 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/56b90509 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/56b90509 Branch: refs/heads/master Commit: 56b9050992d1cab027adb207e24701cd6de946bd Parents: 0251bc6 Author: Josh Wills <[email protected]> Authored: Tue May 7 10:10:52 2013 -0700 Committer: Josh Wills <[email protected]> Committed: Tue May 7 10:10:52 2013 -0700 ---------------------------------------------------------------------- .../apache/crunch/io/hbase/TableOutputFormat.java | 21 ++++++++------ 1 files changed, 12 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/56b90509/crunch-hbase/src/main/java/org/apache/crunch/io/hbase/TableOutputFormat.java ---------------------------------------------------------------------- diff --git a/crunch-hbase/src/main/java/org/apache/crunch/io/hbase/TableOutputFormat.java b/crunch-hbase/src/main/java/org/apache/crunch/io/hbase/TableOutputFormat.java index 4493d65..703c8c9 100644 --- a/crunch-hbase/src/main/java/org/apache/crunch/io/hbase/TableOutputFormat.java +++ b/crunch-hbase/src/main/java/org/apache/crunch/io/hbase/TableOutputFormat.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.io.hbase;
