josephevans commented on a change in pull request #20709:
URL: https://github.com/apache/incubator-mxnet/pull/20709#discussion_r738900948
##########
File path: LICENSE
##########
@@ -324,14 +327,6 @@
3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h
include/dmlc/blockingconcurrentqueue.h (symlink to
3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h)
-
=======================================================================================
- Apache-2.0 license + 3-clause BSD license
-
=======================================================================================
-
- python/mxnet/onnx/mx2onnx/_export_onnx.py
- python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset12.py
- python/mxnet/onnx/mx2onnx/_op_translations/_op_translations_opset13.py
-
=======================================================================================
Apache-2.0 license + MIT License
Review comment:
Oh, sorry, I thought you were asking about the mx2onnx files (which were
BSD 3-clause licensed.)
Now I realize you meant the `layer_norm.cc` file. This file contains one
function (`LayerNormCPUKernel`) that was adapted from MIT licensed code, but
the rest of the code is licensed under Apache-2.0. This is why it is listed as
code with both licenses. Is there a better way to make this clearer?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]