1214152Sed==============================================================================
2222656Sedcompiler_rt License
3214152Sed==============================================================================
4222656Sed
5222656SedThe compiler_rt library is dual licensed under both the University of Illinois
6222656Sed"BSD-Like" license and the MIT license.  As a user of this code you may choose
7222656Sedto use it under either license.  As a contributor, you agree to allow your code
8222656Sedto be used under both.
9222656Sed
10222656SedFull text of the relevant licenses is included below.
11222656Sed
12222656Sed==============================================================================
13222656Sed
14214152SedUniversity of Illinois/NCSA
15214152SedOpen Source License
16214152Sed
17245628SandrewCopyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
18222656Sed
19214152SedAll rights reserved.
20214152Sed
21214152SedDeveloped by:
22214152Sed
23214152Sed    LLVM Team
24214152Sed
25214152Sed    University of Illinois at Urbana-Champaign
26214152Sed
27214152Sed    http://llvm.org
28214152Sed
29214152SedPermission is hereby granted, free of charge, to any person obtaining a copy of
30214152Sedthis software and associated documentation files (the "Software"), to deal with
31214152Sedthe Software without restriction, including without limitation the rights to
32214152Seduse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33214152Sedof the Software, and to permit persons to whom the Software is furnished to do
34214152Sedso, subject to the following conditions:
35214152Sed
36214152Sed    * Redistributions of source code must retain the above copyright notice,
37214152Sed      this list of conditions and the following disclaimers.
38214152Sed
39214152Sed    * Redistributions in binary form must reproduce the above copyright notice,
40214152Sed      this list of conditions and the following disclaimers in the
41214152Sed      documentation and/or other materials provided with the distribution.
42214152Sed
43214152Sed    * Neither the names of the LLVM Team, University of Illinois at
44214152Sed      Urbana-Champaign, nor the names of its contributors may be used to
45214152Sed      endorse or promote products derived from this Software without specific
46214152Sed      prior written permission.
47214152Sed
48214152SedTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49214152SedIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
50214152SedFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
51214152SedCONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52214152SedLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53214152SedOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
54214152SedSOFTWARE.
55214152Sed
56214152Sed==============================================================================
57214152Sed
58245628SandrewCopyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
59214152Sed
60222656SedPermission is hereby granted, free of charge, to any person obtaining a copy
61222656Sedof this software and associated documentation files (the "Software"), to deal
62222656Sedin the Software without restriction, including without limitation the rights
63222656Sedto use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64222656Sedcopies of the Software, and to permit persons to whom the Software is
65222656Sedfurnished to do so, subject to the following conditions:
66214152Sed
67222656SedThe above copyright notice and this permission notice shall be included in
68222656Sedall copies or substantial portions of the Software.
69222656Sed
70222656SedTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71222656SedIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72222656SedFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73222656SedAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74222656SedLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75222656SedOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76222656SedTHE SOFTWARE.
77229135Sed
78229135Sed==============================================================================
79229135SedCopyrights and Licenses for Third Party Software Distributed with LLVM:
80229135Sed==============================================================================
81229135SedThe LLVM software contains code written by third parties.  Such software will
82229135Sedhave its own individual LICENSE.TXT file in the directory in which it appears.
83229135SedThis file will describe the copyrights, license, and restrictions which apply
84229135Sedto that code.
85229135Sed
86229135SedThe disclaimer of warranty in the University of Illinois Open Source License
87229135Sedapplies to all code in the LLVM Distribution, and nothing in any of the
88229135Sedother licenses gives permission to use the names of the LLVM Team or the
89229135SedUniversity of Illinois to endorse or promote products derived from this
90229135SedSoftware.
91229135Sed
92229135SedThe following pieces of software have additional or alternate copyrights,
93229135Sedlicenses, and/or restrictions:
94229135Sed
95229135SedProgram             Directory
96229135Sed-------             ---------
97239138Sandrewmach_override       lib/interception/mach_override
98