You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2019/02/17 18:46:33 UTC

[arrow] branch master updated: ARROW-4601: [Python] Add license header to dockerignore

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

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e2445b  ARROW-4601: [Python] Add license header to dockerignore
5e2445b is described below

commit 5e2445b63d46b85a9a1dadeceee5e6159e10cee3
Author: Uwe L. Korn <uw...@xhochy.com>
AuthorDate: Sun Feb 17 19:46:16 2019 +0100

    ARROW-4601: [Python] Add license header to dockerignore
    
    Author: Uwe L. Korn <uw...@xhochy.com>
    
    Closes #3679 from xhochy/ARROW-4601 and squashes the following commits:
    
    7b5544fd <Uwe L. Korn> 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 1521c8b..e1cab17 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