You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/12/04 02:06:32 UTC

[incubator-iotdb] branch pypi_distribution updated: add Apache header for setup.py

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

hxd pushed a commit to branch pypi_distribution
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/pypi_distribution by this push:
     new 2bfb9e9  add Apache header for setup.py
2bfb9e9 is described below

commit 2bfb9e9f362cd2c8eb79aa76b409685f2a06704a
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Wed Dec 4 10:06:17 2019 +0800

    add Apache header for setup.py
---
 service-rpc/src/pypi/setup.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/service-rpc/src/pypi/setup.py b/service-rpc/src/pypi/setup.py
index 8cfffb4..4d87e3b 100644
--- a/service-rpc/src/pypi/setup.py
+++ b/service-rpc/src/pypi/setup.py
@@ -1,3 +1,21 @@
+#  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.
+#
+
 import setuptools
 import io