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 2021/05/04 19:42:19 UTC

[incubator-mxnet] branch master updated: switch to DISCLAIMER (#20242)

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 1d26755  switch to DISCLAIMER (#20242)
1d26755 is described below

commit 1d267558dc0ecf401b1d9959c0e436f2648684a3
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Tue May 4 15:40:24 2021 -0400

    switch to DISCLAIMER (#20242)
    
    Signed-off-by: Sheng Zha <zh...@amazon.com>
---
 DISCLAIMER                     | 10 ++++++++++
 DISCLAIMER-WIP                 | 25 -------------------------
 ci/docker/runtime_functions.sh |  2 +-
 rat-excludes                   |  2 +-
 tools/pip/MANIFEST.in          |  2 +-
 tools/staticbuild/build.sh     |  2 +-
 6 files changed, 14 insertions(+), 29 deletions(-)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..eacaa1b
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache MXNet is an effort undergoing incubation at
+The Apache Software Foundation (ASF), sponsored by the name of Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be fully
+endorsed by the ASF.
diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
deleted file mode 100644
index 2449179..0000000
--- a/DISCLAIMER-WIP
+++ /dev/null
@@ -1,25 +0,0 @@
-Apache MXNet is an effort undergoing incubation at
-The Apache Software Foundation (ASF), sponsored by the name of Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-
-Some of the incubating project’s releases may not be fully compliant with ASF policy.
-For example, releases may have incomplete or un-reviewed licensing conditions.
-What follows is a list of known issues the project is currently aware of
-(note that this list, by definition, is likely to be incomplete):
-
-1. The MXNet source code is distributed under the Apache License, Version 2.0. However
-building MXNet for GPUs requires compiling with Nvidia tools and libraries
-that are not compatible with Apache License, Version 2.0. This will affect the usage for
-any binary distributions of MXNet for GPU. 
-
-If you are planning to incorporate this work into your product/project,
-please be aware that you will need to conduct a thorough licensing review
-to determine the overall implications of including this work.
-For the current status of this project through the Apache Incubator visit:
-https://incubator.apache.org/projects/mxnet.html
\ No newline at end of file
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index e53a57b..6fa8da5 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -96,7 +96,7 @@ gather_licenses() {
     cp tools/dependencies/LICENSE.binary.dependencies licenses/
     cp NOTICE licenses/
     cp LICENSE licenses/
-    cp DISCLAIMER-WIP licenses/
+    cp DISCLAIMER licenses/
 }
 
 # Compiles the dynamic mxnet library
diff --git a/rat-excludes b/rat-excludes
index bc13553..c9e85a5 100644
--- a/rat-excludes
+++ b/rat-excludes
@@ -104,7 +104,7 @@ R-package/*
 
 # Specific files
 # Files that don't support comment
-DISCLAIMER-WIP
+DISCLAIMER
 MANIFEST
 .codecov.yml
 
diff --git a/tools/pip/MANIFEST.in b/tools/pip/MANIFEST.in
index 2718efd..7a36d32 100644
--- a/tools/pip/MANIFEST.in
+++ b/tools/pip/MANIFEST.in
@@ -17,7 +17,7 @@
 
 include README
 include LICENSE
-include DISCLAIMER-WIP
+include DISCLAIMER
 include NOTICE
 include mxnet/COMMIT_HASH
 recursive-include mxnet/tools *
diff --git a/tools/staticbuild/build.sh b/tools/staticbuild/build.sh
index c858566..5ed4ac6 100755
--- a/tools/staticbuild/build.sh
+++ b/tools/staticbuild/build.sh
@@ -66,7 +66,7 @@ mkdir -p licenses
 cp tools/dependencies/LICENSE.binary.dependencies licenses/
 cp NOTICE licenses/
 cp LICENSE licenses/
-cp DISCLAIMER-WIP licenses/
+cp DISCLAIMER licenses/
 
 # Build mxnet
 source tools/staticbuild/build_lib.sh