You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2020/08/17 08:12:07 UTC

[hbase-operator-tools] branch master updated: HBASE-24889 Add missing ASF headers (#74)

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 55fd2fc  HBASE-24889 Add missing ASF headers (#74)
55fd2fc is described below

commit 55fd2fca8d764ffe8a818f1cc98cc6ca59fd24eb
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Mon Aug 17 10:11:58 2020 +0200

    HBASE-24889 Add missing ASF headers (#74)
    
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 NOTICE.txt                                    |  2 +-
 hbase-table-reporter/README.md                | 18 ++++++++++++++++++
 hbase-table-reporter/pom.xml                  | 19 +++++++++++++++++++
 hbase-table-reporter/src/main/gnuplot/freq.p  | 16 ++++++++++++++++
 hbase-table-reporter/src/main/gnuplot/histo.p | 16 ++++++++++++++++
 5 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index aeda7aa..0a81cd5 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache HBase Operator Tools
-Copyright 2007-2019 The Apache Software Foundation
+Copyright 2007-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/hbase-table-reporter/README.md b/hbase-table-reporter/README.md
index b361621..003bff6 100644
--- a/hbase-table-reporter/README.md
+++ b/hbase-table-reporter/README.md
@@ -1,3 +1,21 @@
+<!--
+ 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.
+-->
+
 # hbase-table-reporter
 Basic report on Table column counts and row sizes. Used when no distributed
 execution engine available... Runs a Scan of all data to size. Allows
diff --git a/hbase-table-reporter/pom.xml b/hbase-table-reporter/pom.xml
index 2895550..3152e82 100644
--- a/hbase-table-reporter/pom.xml
+++ b/hbase-table-reporter/pom.xml
@@ -2,6 +2,25 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <!--
+/**
+ * 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.
+ */
+-->
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.hbase.operator.tools</groupId>
diff --git a/hbase-table-reporter/src/main/gnuplot/freq.p b/hbase-table-reporter/src/main/gnuplot/freq.p
index 663e80b..53c8802 100644
--- a/hbase-table-reporter/src/main/gnuplot/freq.p
+++ b/hbase-table-reporter/src/main/gnuplot/freq.p
@@ -1,3 +1,19 @@
+# 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.
+
 set terminal svg dynamic
 set title 'Percentiles Row Sizes' font ",36"
 set key font ",5"
diff --git a/hbase-table-reporter/src/main/gnuplot/histo.p b/hbase-table-reporter/src/main/gnuplot/histo.p
index d6fe3ee..fe0e5cb 100644
--- a/hbase-table-reporter/src/main/gnuplot/histo.p
+++ b/hbase-table-reporter/src/main/gnuplot/histo.p
@@ -1,3 +1,19 @@
+# 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.
+
 set terminal svg dynamic
 set title 'Histogram Row Sizes' font ",36"
 set key font ",5"