You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/08/09 20:16:14 UTC

[GitHub] [incubator-mxnet] josephevans commented on a change in pull request #20495: [LICENSE] updated licenses for files under both ASF + BSD 3-clause

josephevans commented on a change in pull request #20495:
URL: https://github.com/apache/incubator-mxnet/pull/20495#discussion_r685488680



##########
File path: src/operator/nn/mkldnn/mkldnn_base-inl.h
##########
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-

Review comment:
       Although this file is licensed under ASF 2.0, it doesn't have the exact same header that we look for in `tools/license_header.py`, so I think we need to add it to the whitelist here: 
   https://github.com/apache/incubator-mxnet/blob/v1.9.x/tools/license_header.py#L67

##########
File path: LICENSE
##########
@@ -310,7 +307,10 @@
     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
-
+    src/operator/numpy/np_einsum_op-inl.h
+    src/operator/numpy/np_einsum_op.cc
+    src/operator/numpy/np_einsum_path_op-inl.h
+    

Review comment:
       I already took care of moving these files here: https://github.com/apache/incubator-mxnet/pull/20492




-- 
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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org