LICENSE.TXT revision 5140768057912f114de11cdeabfbd4a61ce832cf
1==============================================================================
2MCLinker Release License
3==============================================================================
4University of Illinois/NCSA
5Open Source License
6
7Copyright (c) 2011-2012 University of Illinois at Urbana-Champaign.
8All rights reserved.
9
10Developed by:
11
12    LLVM Team
13
14    University of Illinois at Urbana-Champaign
15
16    http://llvm.org
17
18    See ChangeLog for details.
19
20Permission is hereby granted, free of charge, to any person obtaining a copy of
21this software and associated documentation files (the "Software"), to deal with
22the Software without restriction, including without limitation the rights to
23use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
24of the Software, and to permit persons to whom the Software is furnished to do
25so, subject to the following conditions:
26
27    * Redistributions of source code must retain the above copyright notice,
28      this list of conditions and the following disclaimers.
29
30    * Redistributions in binary form must reproduce the above copyright notice,
31      this list of conditions and the following disclaimers in the
32      documentation and/or other materials provided with the distribution.
33
34    * Neither the names of the LLVM Team, University of Illinois at
35      Urbana-Champaign, nor the names of its contributors may be used to
36      endorse or promote products derived from this Software without specific
37      prior written permission.
38
39THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
41FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
42CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
45SOFTWARE.
46
47==============================================================================
48Copyrights and Licenses for Third Party Software Distributed with LLVM:
49==============================================================================
50The LLVM software contains code written by third parties.  Such software will
51have its own individual LICENSE.TXT file in the directory in which it appears.
52This file will describe the copyrights, license, and restrictions which apply
53to that code.
54
55The disclaimer of warranty in the University of Illinois Open Source License
56applies to all code in the LLVM Distribution, and nothing in any of the
57other licenses gives permission to use the names of the LLVM Team or the
58University of Illinois to endorse or promote products derived from this
59Software.
60
61The following pieces of software have additional or alternate copyrights,
62licenses, and/or restrictions:
63
64Program             Directory
65-------             ---------
66Google Test         utils/gtest/
67