You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/09/17 08:53:42 UTC

[drill] 08/09: Add Apache License to Docker Hub hooks in hooks/

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

dzamo pushed a commit to branch 7999-docker-jdk
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 029cc780065b8eb5a9f9725838f3bdffad796b65
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Fri Sep 17 06:10:53 2021 +0200

    Add Apache License to Docker Hub hooks in hooks/
---
 hooks/build | 17 +++++++++++++++++
 hooks/push  | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/hooks/build b/hooks/build
index 8e32bc4..c73a76b 100755
--- a/hooks/build
+++ b/hooks/build
@@ -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.
+
 docker build --build-arg BASE_IMAGE=openjdk:8-jre -t apache/drill:openjdk-8 -t apache/drill:latest .
 docker build --build-arg BASE_IMAGE=openjdk:11-jre -t apache/drill:openjdk-11 .
 docker build --build-arg BASE_IMAGE=openjdk:14 -t apache/drill:openjdk-14 .
diff --git a/hooks/push b/hooks/push
index 87606cc..08680dc 100755
--- a/hooks/push
+++ b/hooks/push
@@ -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.
+
 docker push apache/drill:openjdk-8
 docker push apache/drill:openjdk-11
 docker push apache/drill:openjdk-14