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:36 UTC

[drill] 02/09: Add Apache license to .dockerignore.

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 d63eb426388df638c3437385dd654150b5a1aaa8
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Wed Sep 15 12:38:50 2021 +0200

    Add Apache license to .dockerignore.
---
 .dockerignore | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.dockerignore b/.dockerignore
index 4ce0e46..c54d602 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -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.
+
 .dockerignore
 Dockerfile
 .git
@@ -5,4 +22,5 @@ Dockerfile
 # The top-level Dockerfile does its own Maven build so we don't want
 # distribution/target.  See distribution/Dockerfile for a Dockerfile that
 # builds an image using binaries copied from distribution/target.
+
 distribution/target