Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei committed Jan 28, 2020
1 parent 007e22c commit c4f671c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
12 changes: 0 additions & 12 deletions DISCLAIMER

This file was deleted.

22 changes: 16 additions & 6 deletions DISCLAIMER-WIP
Original file line number Diff line number Diff line change
@@ -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
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
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion tools/staticbuild/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4f671c

Please sign in to comment.