Skip to content

Commit efa4416

Browse files
Change LLVM reuse dep5 line to say AND.
The LLVM project is a combination of some NCSA licensed files and some Apache-2.0 WITH LLVM-exception licensed files, so you should follow both licences when using the combined work. Also clarified where I got the copyright years and git hash from.
1 parent c1577e5 commit efa4416

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.reuse/dep5

+7-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,15 @@ License: MIT OR Apache-2.0
107107
# has a specific exception coded within it to ignore ./src/llvm-project so
108108
# any time LLVM is updated, please revisit this section. The copyrights are
109109
# taken from the relevant LLVM sub-folders: llvm, lld, lldb, compiler-rt and libunwind.
110+
#
111+
# The git hash for the CREDITS.TXT file is taken from the current git submodule
112+
# commit for ./src/llvm-project.
113+
#
114+
# The copyright years were compiled by looking at all the relevant
115+
# ./src/llvm-project/*/LICENSE.txt files
110116

111117
Files: src/llvm-project/*
112118
Copyright: 2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)
113119
2010 Apple Inc
114120
2003-2019 University of Illinois at Urbana-Champaign.
115-
License: NCSA OR Apache-2.0 WITH LLVM-exception
121+
License: NCSA AND Apache-2.0 WITH LLVM-exception

0 commit comments

Comments
 (0)