From ebdb63ab2ade7551a36de12f863e85184b11ec21 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 24 Jan 2020 09:49:53 -0800 Subject: [PATCH 1/5] add disclaimer --- DISCLAIMER-WIP | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DISCLAIMER-WIP diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP new file mode 100644 index 000000000000..8ebef37b8a9c --- /dev/null +++ b/DISCLAIMER-WIP @@ -0,0 +1,14 @@ +Apache MXNet is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of Apache TLP sponsor. +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 From d9d2323761880b0c307d7e01d47d5cb114917c6d Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 24 Jan 2020 11:57:57 -0800 Subject: [PATCH 2/5] add white list --- tests/nightly/apache_rat_license_check/rat-excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/nightly/apache_rat_license_check/rat-excludes b/tests/nightly/apache_rat_license_check/rat-excludes index e4bd5f37eaba..5b0a7fa27abf 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 From 007e22c86ca830dd09a553a264c19e215427cb10 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 24 Jan 2020 13:14:30 -0800 Subject: [PATCH 3/5] fix exclude --- tests/nightly/apache_rat_license_check/rat-excludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nightly/apache_rat_license_check/rat-excludes b/tests/nightly/apache_rat_license_check/rat-excludes index 5b0a7fa27abf..ecf25e269c18 100755 --- a/tests/nightly/apache_rat_license_check/rat-excludes +++ b/tests/nightly/apache_rat_license_check/rat-excludes @@ -78,4 +78,4 @@ LICENSE.binary.dependencies cmake/Modules/FindCUDAToolkit.cmake image-classification-predict.cc np_einsum_op-inl.h -DISCLAIMER +DISCLAIMER-WIP From c4f671c3bb3f2a93b57eddf4bd364a764c954bb9 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Mon, 27 Jan 2020 21:13:34 -0800 Subject: [PATCH 4/5] remove disclaimer --- DISCLAIMER | 12 ------------ DISCLAIMER-WIP | 22 ++++++++++++++++------ ci/docker/runtime_functions.sh | 2 +- tools/staticbuild/build.sh | 2 +- 4 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 DISCLAIMER 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 index 8ebef37b8a9c..124e00574ac7 100644 --- a/DISCLAIMER-WIP +++ b/DISCLAIMER-WIP @@ -1,14 +1,24 @@ -Apache MXNet is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of Apache TLP sponsor. -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. +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): +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 +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 31d00d7eb8fa..bb81c5d4d33c 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/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 From f55df255be6bf5f2492ab5db01c77ddffe2fc6a7 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Mon, 27 Jan 2020 22:00:33 -0800 Subject: [PATCH 5/5] update tools/pip --- tools/pip/MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *