You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .reuse/dep5
+7-1
Original file line number
Diff line number
Diff line change
@@ -107,9 +107,15 @@ License: MIT OR Apache-2.0
107
107
# has a specific exception coded within it to ignore ./src/llvm-project so
108
108
# any time LLVM is updated, please revisit this section. The copyrights are
109
109
# 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
110
116
111
117
Files: src/llvm-project/*
112
118
Copyright: 2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)
113
119
2010 Apple Inc
114
120
2003-2019 University of Illinois at Urbana-Champaign.
0 commit comments