From 78989292a4a6b5e05cc0bd03d8dffad0025e0c14 Mon Sep 17 00:00:00 2001 From: Sheng Zha Date: Mon, 3 May 2021 23:22:02 -0400 Subject: [PATCH] switch to DISCLAIMER Signed-off-by: Sheng Zha --- 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(-) create mode 100644 DISCLAIMER delete mode 100644 DISCLAIMER-WIP diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000000..eacaa1b85bc3 --- /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 24491794ee89..000000000000 --- 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 e53a57bde3ec..6fa8da59730c 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 bc13553a8295..c9e85a520787 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 2718efdf7e6b..7a36d329a4dd 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 c8585662bfdd..5ed4ac6d487a 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