From 910c608f682a47fc2c43375b5f5a426b563e5821 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Tue, 28 Jan 2020 13:10:36 -0800 Subject: [PATCH] add disclaimer (#17428) * add disclaimer * add white list * fix exclude * remove disclaimer * update tools/pip --- DISCLAIMER | 12 ---------- DISCLAIMER-WIP | 24 +++++++++++++++++++ ci/docker/runtime_functions.sh | 2 +- .../apache_rat_license_check/rat-excludes | 1 + tools/pip/MANIFEST.in | 2 +- tools/staticbuild/build.sh | 2 +- 6 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 DISCLAIMER create mode 100644 DISCLAIMER-WIP diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 8adc57f6e6b0..000000000000 --- a/DISCLAIMER +++ /dev/null @@ -1,12 +0,0 @@ -Apache MXNet (incubating) is an effort undergoing incubation at The -Apache Software Foundation (ASF), sponsored by the 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 new file mode 100644 index 000000000000..124e00574ac7 --- /dev/null +++ b/DISCLAIMER-WIP @@ -0,0 +1,24 @@ +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. https://github.com/apache/incubator-mxnet/issues/17329 +2. https://github.com/apache/incubator-mxnet/issues/15547 +3. https://github.com/apache/incubator-mxnet/issues/15569 + +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 c6f7d87cf686..ca2878700252 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -152,7 +152,7 @@ gather_licenses() { cp tools/dependencies/LICENSE.binary.dependencies licenses/ cp NOTICE licenses/ cp LICENSE licenses/ - cp DISCLAIMER licenses/ + cp DISCLAIMER-WIP licenses/ } build_ubuntu_cpu_release() { diff --git a/tests/nightly/apache_rat_license_check/rat-excludes b/tests/nightly/apache_rat_license_check/rat-excludes index e4bd5f37eaba..ecf25e269c18 100755 --- a/tests/nightly/apache_rat_license_check/rat-excludes +++ b/tests/nightly/apache_rat_license_check/rat-excludes @@ -78,3 +78,4 @@ LICENSE.binary.dependencies cmake/Modules/FindCUDAToolkit.cmake image-classification-predict.cc np_einsum_op-inl.h +DISCLAIMER-WIP diff --git a/tools/pip/MANIFEST.in b/tools/pip/MANIFEST.in index dd48098c6504..0b042e303097 100644 --- a/tools/pip/MANIFEST.in +++ b/tools/pip/MANIFEST.in @@ -17,7 +17,7 @@ include README include LICENSE -include DISCLAIMER +include DISCLAIMER-WIP include NOTICE include mxnet/COMMIT_HASH recursive-include mxnet/tools * diff --git a/tools/staticbuild/build.sh b/tools/staticbuild/build.sh index 2d1ac43e4a1b..ad08e63483b8 100755 --- a/tools/staticbuild/build.sh +++ b/tools/staticbuild/build.sh @@ -68,7 +68,7 @@ mkdir -p licenses cp tools/dependencies/LICENSE.binary.dependencies licenses/ cp NOTICE licenses/ cp LICENSE licenses/ -cp DISCLAIMER licenses/ +cp DISCLAIMER-WIP licenses/ # Build mxnet