1*4226f635SJason King==============================================================================
2*4226f635SJason Kinglibc++abi License
3*4226f635SJason King==============================================================================
4*4226f635SJason King
5*4226f635SJason KingThe libc++abi library is dual licensed under both the University of Illinois
6*4226f635SJason King"BSD-Like" license and the MIT license.  As a user of this code you may choose
7*4226f635SJason Kingto use it under either license.  As a contributor, you agree to allow your code
8*4226f635SJason Kingto be used under both.
9*4226f635SJason King
10*4226f635SJason KingFull text of the relevant licenses is included below.
11*4226f635SJason King
12*4226f635SJason King==============================================================================
13*4226f635SJason King
14*4226f635SJason KingUniversity of Illinois/NCSA
15*4226f635SJason KingOpen Source License
16*4226f635SJason King
17*4226f635SJason KingCopyright (c) 2009-2015 by the contributors listed in CREDITS.TXT
18*4226f635SJason King
19*4226f635SJason KingAll rights reserved.
20*4226f635SJason King
21*4226f635SJason KingDeveloped by:
22*4226f635SJason King
23*4226f635SJason King    LLVM Team
24*4226f635SJason King
25*4226f635SJason King    University of Illinois at Urbana-Champaign
26*4226f635SJason King
27*4226f635SJason King    http://llvm.org
28*4226f635SJason King
29*4226f635SJason KingPermission is hereby granted, free of charge, to any person obtaining a copy of
30*4226f635SJason Kingthis software and associated documentation files (the "Software"), to deal with
31*4226f635SJason Kingthe Software without restriction, including without limitation the rights to
32*4226f635SJason Kinguse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33*4226f635SJason Kingof the Software, and to permit persons to whom the Software is furnished to do
34*4226f635SJason Kingso, subject to the following conditions:
35*4226f635SJason King
36*4226f635SJason King    * Redistributions of source code must retain the above copyright notice,
37*4226f635SJason King      this list of conditions and the following disclaimers.
38*4226f635SJason King
39*4226f635SJason King    * Redistributions in binary form must reproduce the above copyright notice,
40*4226f635SJason King      this list of conditions and the following disclaimers in the
41*4226f635SJason King      documentation and/or other materials provided with the distribution.
42*4226f635SJason King
43*4226f635SJason King    * Neither the names of the LLVM Team, University of Illinois at
44*4226f635SJason King      Urbana-Champaign, nor the names of its contributors may be used to
45*4226f635SJason King      endorse or promote products derived from this Software without specific
46*4226f635SJason King      prior written permission.
47*4226f635SJason King
48*4226f635SJason KingTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49*4226f635SJason KingIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
50*4226f635SJason KingFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
51*4226f635SJason KingCONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52*4226f635SJason KingLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53*4226f635SJason KingOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
54*4226f635SJason KingSOFTWARE.
55*4226f635SJason King
56*4226f635SJason King==============================================================================
57*4226f635SJason King
58*4226f635SJason KingCopyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
59*4226f635SJason King
60*4226f635SJason KingPermission is hereby granted, free of charge, to any person obtaining a copy
61*4226f635SJason Kingof this software and associated documentation files (the "Software"), to deal
62*4226f635SJason Kingin the Software without restriction, including without limitation the rights
63*4226f635SJason Kingto use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64*4226f635SJason Kingcopies of the Software, and to permit persons to whom the Software is
65*4226f635SJason Kingfurnished to do so, subject to the following conditions:
66*4226f635SJason King
67*4226f635SJason KingThe above copyright notice and this permission notice shall be included in
68*4226f635SJason Kingall copies or substantial portions of the Software.
69*4226f635SJason King
70*4226f635SJason KingTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71*4226f635SJason KingIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72*4226f635SJason KingFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73*4226f635SJason KingAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74*4226f635SJason KingLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75*4226f635SJason KingOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76*4226f635SJason KingTHE SOFTWARE.
77