From 5e2445b63d46b85a9a1dadeceee5e6159e10cee3 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 17 Feb 2019 19:46:16 +0100 Subject: [PATCH] =?UTF-8?q?ARROW-4601:=20[Python]=C2=A0Add=20license=20hea?= =?UTF-8?q?der=20to=20dockerignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: Uwe L. Korn Closes #3679 from xhochy/ARROW-4601 and squashes the following commits: 7b5544fd ARROW-4601:  Add license header to dockerignore --- python/manylinux1/.dockerignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/python/manylinux1/.dockerignore b/python/manylinux1/.dockerignore index 1521c8b7652b1..e1cab17591b16 100644 --- a/python/manylinux1/.dockerignore +++ b/python/manylinux1/.dockerignore @@ -1 +1,18 @@ +# 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. + dist