Skip to content

Commit 5955d3c

Browse files
committed
Add LLVM license info to LICENSE.txt
1 parent 2451bb8 commit 5955d3c

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

LICENSE.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,62 @@ included:
236236
details.
237237

238238

239+
* LLVM and Clang. Code for this package is found in
240+
src/llvm.
241+
242+
Copyright (c) 2003-2012 University of Illinois at
243+
Urbana-Champaign. All rights reserved.
244+
245+
Developed by:
246+
247+
LLVM Team
248+
249+
University of Illinois at Urbana-Champaign
250+
251+
http://llvm.org
252+
253+
Permission is hereby granted, free of charge, to any
254+
person obtaining a copy of this software and associated
255+
documentation files (the "Software"), to deal with the
256+
Software without restriction, including without
257+
limitation the rights to use, copy, modify, merge,
258+
publish, distribute, sublicense, and/or sell copies of
259+
the Software, and to permit persons to whom the Software
260+
is furnished to do so, subject to the following
261+
conditions:
262+
263+
* Redistributions of source code must retain the
264+
above copyright notice, this list of conditions
265+
and the following disclaimers.
266+
267+
* Redistributions in binary form must reproduce the
268+
above copyright notice, this list of conditions
269+
and the following disclaimers in the documentation
270+
and/or other materials provided with the
271+
distribution.
272+
273+
* Neither the names of the LLVM Team, University of
274+
Illinois at Urbana-Champaign, nor the names of its
275+
contributors may be used to endorse or promote
276+
products derived from this Software without
277+
specific prior written permission.
278+
279+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
280+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
281+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
282+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
283+
SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE
284+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
285+
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
286+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
287+
OTHER DEALINGS WITH THE SOFTWARE.
288+
289+
290+
* Additional libraries included in LLVM carry separate
291+
BSD-compatible licenses. See src/llvm/LICENSE.txt for
292+
details.
293+
294+
239295
* Additional copyright may be retained by contributors other
240296
than Mozilla or the parties enumerated in this file. Such
241297
copyright can be determined on a case-by-case basis by

0 commit comments

Comments
 (0)