[llvm-bugs] [Bug 46201] New: Missing LLVM NOTICE file is making redistributing LLVM difficult
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 4 09:48:27 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46201
Bug ID: 46201
Summary: Missing LLVM NOTICE file is making redistributing LLVM
difficult
Product: Documentation
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: General docs
Assignee: unassignedbugs at nondot.org
Reporter: jujjyl at gmail.com
CC: llvm-bugs at lists.llvm.org
The Apache license commonly is associated with a NOTICE file stating Derivative
licenses and third party licenses, and modifications.
Our release management at Unity are finding it difficult legal wise to
redistribute LLVM, as LLVM itself does not carry such a NOTICE file that would
list the third party licenses of LLVM itself. Such third party content is found
for example at least in the following files
- llvm/lib/Support/COPYRIGHT.regex
- llvm/lib/Support/MD5.cpp
- llvm/lib/Support/xxhash.cpp
- llvm/utils/benchmark/LICENSE
- llvm/utils/unittest/googlemock/LICENSE.txt
- llvm/utils/unittest/googletest/LICENSE.TXT
(in addition to the main license in llvm/LICENSE.txt)
Legal teams may have a difficult time searching through subdirectories of a
large project for licensing information, hence having the relevant information
in one core file in project root is preferred. (also development teams building
redistributable packages may have difficulties finding all the needed licenses
to bundle)
Our release management has been proposing of crafting such a NOTICE file on
behalf of LLVM, and redistributing LLVM with such a NOTICE file as part of
Unity LLVM packages, but writing license information on behalf of another
project does not seem appropriate, so would be better if LLVM carried a NOTICE
file grouping together the third party licenses?
--
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/20200604/9df6bf0b/attachment-0001.html>
More information about the llvm-bugs
mailing list