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 2020/10/28 22:00:41 UTC

[GitHub] [incubator-mxnet] leezu commented on pull request #19439: OpenMP License Update v1.8x

leezu commented on pull request #19439:
URL: https://github.com/apache/incubator-mxnet/pull/19439#issuecomment-718233514


   You need to read the license file. It states:
   
   > ==============================================================================
   > The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
   > ==============================================================================
   
   as well as
   
   > ==============================================================================
   > Software from third parties included in the LLVM Project:
   > ==============================================================================
   > The LLVM Project contains third party software which is under different license
   > terms. All such code will be identified clearly using at least one of two
   > mechanisms:
   > 1) It will be in a separate directory tree with its own `LICENSE.txt` or
   >    `LICENSE` file at the top containing the specific license and restrictions
   >    which apply to that software, or
   > 2) It will contain specific license and restriction terms at the top of every
   >    file.
   
   
   Based on these instructions, you need to modify the MXNet LICENSE so that it separately lists
   
   - an entry for the LLVM openmp project together with a reference to the LICENSE.txt file in the openmp folder
   - an entry for each sub-project of the openmp project as identified by other LICENSE.txt files located someweher the openmp folders and subfolders
   - an entry for each set of files that "contain [the same] specific license and restriction terms at the top of every file."
   
   The latter may best be scripted.


----------------------------------------------------------------
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:
users@infra.apache.org