[llvm-bugs] [Bug 46201] Missing LLVM NOTICE file is making redistributing LLVM difficult
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jun 5 10:01:04 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46201
Chris Lattner <clattner at nondot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #3 from Chris Lattner <clattner at nondot.org> ---
Hi Jukka,
We discussed this with the LLVM Foundation board. While we think there is high
utility to providing such a NOTICES file, we don’t know of a way to keep it up
to date, and don’t want to be providing incorrect information for such an
important topic.
That said, the llvm/LICENSE.TXT checked into the code has this information
about how to identify third party licenses in the code base. I hope this is
enough to help with your analysis.
==============================================================================
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.
Thanks!
-Chris
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200605/be58b0c5/attachment-0001.html>
More information about the llvm-bugs
mailing list