You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/01/22 21:17:45 UTC

[incubator-mxnet] branch master updated: Adding License to MANIFEST.in files (#9505)

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

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new bfe2097  Adding License to MANIFEST.in files (#9505)
bfe2097 is described below

commit bfe20971d08c74f172eb71f0fecf0e0b0b72ae1a
Author: mbaijal <30...@users.noreply.github.com>
AuthorDate: Mon Jan 22 13:17:41 2018 -0800

    Adding License to MANIFEST.in files (#9505)
---
 tools/coreml/pip_package/MANIFEST.in | 18 ++++++++++++++++--
 tools/pip_package/MANIFEST.in        | 17 +++++++++++++++++
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/tools/coreml/pip_package/MANIFEST.in b/tools/coreml/pip_package/MANIFEST.in
index 6ecd97d..79fb0cb 100644
--- a/tools/coreml/pip_package/MANIFEST.in
+++ b/tools/coreml/pip_package/MANIFEST.in
@@ -1,5 +1,19 @@
-# Include the license file
-include LICENSE.txt
+# 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.
 
 # Documentation for pypi webpage
 include README.rst
diff --git a/tools/pip_package/MANIFEST.in b/tools/pip_package/MANIFEST.in
index a267dd1..5c6a723 100644
--- a/tools/pip_package/MANIFEST.in
+++ b/tools/pip_package/MANIFEST.in
@@ -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.
+
 include README
 recursive-include * *.py
 recursive-include * *.so

-- 
To stop receiving notification emails like this one, please contact
zhasheng@apache.org.