This is an automated email from the ASF dual-hosted git repository.
taklwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new ee3bfa4a3d4 HBASE-30316 Addendum fix ASF license (#8550)
ee3bfa4a3d4 is described below
commit ee3bfa4a3d465e770ba3418acc5f0458861f2c8a
Author: Tak Lon (Stephen) Wu <[email protected]>
AuthorDate: Thu Aug 13 15:29:46 2026 -0700
HBASE-30316 Addendum fix ASF license (#8550)
Signed-off-by: Viraj Jasani <[email protected]>
---
dev-support/hbase_docker/build-hbase.sh | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/dev-support/hbase_docker/build-hbase.sh
b/dev-support/hbase_docker/build-hbase.sh
index 7c6d2a13c09..2f9f058bdbb 100755
--- a/dev-support/hbase_docker/build-hbase.sh
+++ b/dev-support/hbase_docker/build-hbase.sh
@@ -1,4 +1,20 @@
#!/usr/bin/env bash
+#
+# 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 -e
# build-hbase.sh - Unified HBase Docker Build Script