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

Commit 48d7f4a

Browse files
authored
Port top-level-project updates from v1.x branch (#21162)
1 parent 7d602e3 commit 48d7f4a

File tree

121 files changed

+666
-390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+666
-390
lines changed

.licenserc.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ header:
2222
- '.gitmodules'
2323
- '.licenserc.yaml'
2424
- '.asf.yaml'
25+
- 'CODEOWNERS'
26+
- 'python/mxnet/_cy3/README.md'
27+
- 'tools/dependencies/LICENSE.binary.dependencies'
28+
# files not distributed in source archive (listed in tools/source-exclude-artifacts.txt)
29+
- 'docs'
2530
# files licensed under apache-2.0 license but do not include full license headers recognized by skywalking-eyes
2631
- '**/*.ipynb'
2732
- 'src/operator/deformable_convolution-inl.h'
@@ -68,6 +73,7 @@ header:
6873
- 'include/dmlc' # symlink to 3rdparty/dmlc-core/include/dmlc
6974
- 'include/mshadow' # symlink to 3rdparty/mshadow/mshadow
7075
- 'include/onednn' # symlinks to 3rdparty/onednn
76+
- 'include/nnvm' # symlinks to 3rdparty/tvm/nnvm/include/nnvm
7177
# test/build data
7278
- 'tests/python/dnnl/data/test_dnnl_test_dnnl_model_model1.json'
7379

CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
118
cmake_minimum_required(VERSION 3.13)
219

320
# workaround to store CMAKE_CROSSCOMPILING because is getting reset by the project command

CONTRIBUTORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
~
1919
-->
2020

21-
Contributors of Apache MXNet (incubating)
21+
Contributors of Apache MXNet
2222
=========================================
2323
Apache MXNet adopts the Apache way and governs by merit. We believe that it is important to create
2424
an inclusive community where everyone can use, contribute to, and influence the direction of
@@ -143,7 +143,7 @@ healthy project. The PPMC actively seeks to appoint new committers from the list
143143

144144
List of Contributors
145145
--------------------
146-
* [Top-100 Contributors](https://github.com/apache/incubator-mxnet/graphs/contributors)
146+
* [Top-100 Contributors](https://github.com/apache/mxnet/graphs/contributors)
147147
- To contributors: please add your name to the list when you submit a patch to the project:)
148148
* [Aditya Trivedi](https://github.com/iadi7ya)
149149
* [Feng Wang](https://github.com/happynear)
@@ -314,5 +314,5 @@ Label Bot
314314
- @mxnet-label-bot update [specify comma separated labels here]
315315
(i.e. @mxnet-label-bot update [Bug, Python])
316316

317-
- Available label names which are supported: [Labels](https://github.com/apache/incubator-mxnet/labels)
317+
- Available label names which are supported: [Labels](https://github.com/apache/mxnet/labels)
318318
- For further details: [My Wiki Page](https://cwiki.apache.org/confluence/display/MXNET/Machine+Learning+Based+GitHub+Bot)

DISCLAIMER

Lines changed: 0 additions & 10 deletions
This file was deleted.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@
202202
limitations under the License.
203203

204204
======================================================================================
205-
Apache MXNET (incubating) Subcomponents:
205+
Apache MXNET Subcomponents:
206206

207-
The Apache MXNET (incubating) project contains subcomponents with separate
207+
The Apache MXNET project contains subcomponents with separate
208208
copyright notices and license terms. Your use of the source code for the
209209
these subcomponents is subject to the terms and conditions of the following
210210
licenses. See licenses/ for text of these licenses.

NEWS.md

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Apache MXNET (incubating)
2-
Copyright 2017-2021 The Apache Software Foundation
1+
Apache MXNET
2+
Copyright 2017-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)