This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
License issue with 1.6.0.rc1 #17329
Copy link
Copy link
Closed
Labels
Description
Following are the license issue found by mentors during 1.6.0.rc1 vote @ general.
I'm compiling this list of issues so the community can help fix them.
- NOTICE incorrectly states "Copyright 2017 and onwards”. This has been pointed out in a number of releases. Is someone going to fix it?
- I can see several files now contain "Copyright 2019 Intel Corporation” and " Copyright (c) 2019 by Contributors” it looks like some 3rd party code have been updated but the LICENSE file has not.
- license for this files [2] is missing and these [9] and these [10]
- files copyright The MathJax Consortium e.g [3]
- file copyright Martin Hensel [4]
- file copyright Bytedance Inc [5] of unknown license
- file copyright NumPy Developers [6] this file look to incorrectly have an ASF header on it
- file copyright Xiao Liu + others [7] of unknown license which also incorrectly looks to have an ASF header on it
- file copyright Manuel Carrasco Moñin [8] which again seems to incorrectly have two headers
- 1. Pybind11 license issue from onnx tensorrt #15547
- 2. ./docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.*
- 3. ./3rdparty/mkldnn/doc/assets/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
- 4. ./3rdparty/mkldnn/doc/assets/mathjax/extensions/TeX/mhchem3/mhchem.js
- 5. ./3rdparty/ps-lite/src/ibverbs_van.h
- 6. ./src/operator/numpy/np_einsum_path_op-inl.h
- 7 ./example/image-classification/predict-cpp/image-classification-predict.cc
- 8. ./tests/nightly/sh2ju.sh
- 9. ./docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.*
- 10. ./docs/python_docs/themes/mx-theme/mxtheme/static/webfonts/fa-solid-900.*
- 11. Revisit white list for rat license check.
How to fix them
Here is the guideline from Apache: https://www.apache.org/legal/src-headers.html
Note the copy right and license header requirements are different for 3rdparty files and mxnet source files.
More references on license issues:
https://www.apache.org/legal/resolved.html
stu1130, lanking520, samskalicky, eric-haibin-lin and ptrendx