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

Commit 18ceff5

Browse files
authored
[v1.9.x] Make sure files with 2 licenses are listed properly in LICENSE. (#20492) (#20519)
* Make sure files with 2 licenses are listed properly in LICENSE. * Remove ASF copyright line.
1 parent 670b61c commit 18ceff5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@
250250
docs/python_docs/themes/mx-theme
251251
3rdparty/intgemm
252252
3rdparty/tvm/3rdparty/compiler-rt/builtin_fp16.h
253-
src/operator/nn/layer_norm.cc
254253

255254
=======================================================================================
256255
3-clause BSD license
@@ -268,9 +267,6 @@
268267
3rdparty/googletest/googletest
269268
cmake/upstream/FindCUDAToolkit.cmake
270269
cmake/upstream/select_compute_arch.cmake
271-
src/operator/numpy/np_einsum_op-inl.h
272-
src/operator/numpy/np_einsum_path_op-inl.h
273-
src/operator/numpy/np_einsum_op.cc
274270
src/operator/contrib/erfinv-inl.h
275271

276272
=======================================================================================
@@ -314,6 +310,9 @@
314310
python/mxnet/onnx/mx2onnx/_export_onnx.py
315311
python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset12.py
316312
python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset13.py
313+
src/operator/numpy/np_einsum_op-inl.h
314+
src/operator/numpy/np_einsum_path_op-inl.h
315+
src/operator/numpy/np_einsum_op.cc
317316

318317
=======================================================================================
319318
Apache-2.0 license + MIT License
@@ -322,6 +321,7 @@
322321
src/serialization/cnpy.h (Copy of the AL2 License available at the top of this file, MIT License available at licenses/MIT)
323322
src/serialization/cnpy.cc (Copy of the AL2 License available at the top of this file, MIT License available at licenses/MIT)
324323
3rdparty/onnx-tensorrt/third_party/onnx/tools/protoc-gen-mypy.py (Copy of the referenced AL2 License available at top of current file)
324+
src/operator/nn/layer_norm.cc (function LayerNormCPUKernel is adapated from MIT-licensed code)
325325

326326
=======================================================================================
327327
Apache-2.0 license + Boost Software License, Version 1.0

src/operator/numpy/np_einsum_op-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
/*
2121
* Copyright (c) 2005-2019, NumPy Developers.
22-
* Copyright (c) 2019, The Apache Software Foundation.
2322
*
2423
* All rights reserved.
2524
*

0 commit comments

Comments
 (0)