Przeglądaj źródła

HADOOP-2505 formatter classes missing apache license

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@607754 13f79535-47bb-0310-9956-ffa450edef68
Michael Stack 17 lat temu
rodzic
commit
14d097e06a

+ 1 - 0
src/contrib/hbase/CHANGES.txt

@@ -96,6 +96,7 @@ Trunk (unreleased changes)
    HADOOP-2467 scanner truncates resultset when > 1 column families
    HADOOP-2503 REST Insert / Select encoding issue
                (Bryan Duxbury via Stack)
+   HADOOP-2505 formatter classes missing apache license
    
   IMPROVEMENTS
    HADOOP-2401 Add convenience put method that takes writable

+ 17 - 0
src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/formatter/AsciiTableFormatter.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.hadoop.hbase.shell.formatter;
 
 import java.io.IOException;

+ 17 - 0
src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/formatter/HtmlTableFormatter.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.hadoop.hbase.shell.formatter;
 
 import java.io.IOException;