ciyongch commented on a change in pull request #18478:
URL: https://github.com/apache/incubator-mxnet/pull/18478#discussion_r445315986
##########
File path: tools/license_header.py
##########
@@ -100,24 +112,33 @@
'docs/static_site/src/assets/js/clipboard.js',
'cmake/upstream/FindCUDAToolkit.cmake',
'cmake/upstream/select_compute_arch.cmake',
- 'src/operator/numpy/np_einsum_op-inl.h',
# Licensed under 2-Clause BSD in header
'example/ssd/dataset/pycocotools/coco.py',
# Julia package metadata, generated by Pkg3.jl
'julia/Project.toml',
-
+
# Licensed under Apache 2.0 license
-
'example/image-classification/predict-cpp/image-classification-predict.cc'
+
'example/image-classification/predict-cpp/image-classification-predict.cc',
+
+ # This file
+ 'tools/license_header.py',
Review comment:
As this file contains the pattern of other license in
https://github.com/apache/incubator-mxnet/blob/0db9121620a76c8be91d66ba3e6984108a452b92/tools/license_header.py#L62
And it will be considered as a multiple license case by itself, and that's
why it's excluded.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]