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

add disclaimer #17428

Merged
merged 5 commits into from
Jan 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions DISCLAIMER

This file was deleted.

24 changes: 24 additions & 0 deletions DISCLAIMER-WIP
Original file line number Diff line number Diff line change
@@ -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
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
1 change: 1 addition & 0 deletions tests/nightly/apache_rat_license_check/rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ LICENSE.binary.dependencies
cmake/Modules/FindCUDAToolkit.cmake
image-classification-predict.cc
np_einsum_op-inl.h
DISCLAIMER-WIP
2 changes: 1 addition & 1 deletion tools/pip/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

include README
include LICENSE
include DISCLAIMER
include DISCLAIMER-WIP
include NOTICE
include mxnet/COMMIT_HASH
recursive-include mxnet/tools *
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