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

Commit

Permalink
switch to DISCLAIMER (#20242)
Browse files Browse the repository at this point in the history
Signed-off-by: Sheng Zha <zhasheng@amazon.com>
  • Loading branch information
szha authored May 4, 2021
1 parent c9ec0ba commit 1d26755
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 29 deletions.
10 changes: 10 additions & 0 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -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.
25 changes: 0 additions & 25 deletions DISCLAIMER-WIP

This file was deleted.

2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ R-package/*

# Specific files
# Files that don't support comment
DISCLAIMER-WIP
DISCLAIMER
MANIFEST
.codecov.yml

Expand Down
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-WIP
include DISCLAIMER
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 @@ -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

0 comments on commit 1d26755

Please sign in to comment.