1241900Sdim==============================================================================
2241900Sdimlibc++ License
3241900Sdim==============================================================================
4241900Sdim
5241900SdimThe libc++ library is dual licensed under both the University of Illinois
6241900Sdim"BSD-Like" license and the MIT license.  As a user of this code you may choose
7241900Sdimto use it under either license.  As a contributor, you agree to allow your code
8241900Sdimto be used under both.
9241900Sdim
10241900SdimFull text of the relevant licenses is included below.
11241900Sdim
12241900Sdim==============================================================================
13241900Sdim
14241900SdimUniversity of Illinois/NCSA
15241900SdimOpen Source License
16241900Sdim
17249998SdimCopyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
18241900Sdim
19241900SdimAll rights reserved.
20241900Sdim
21241900SdimDeveloped by:
22241900Sdim
23241900Sdim    LLVM Team
24241900Sdim
25241900Sdim    University of Illinois at Urbana-Champaign
26241900Sdim
27241900Sdim    http://llvm.org
28241900Sdim
29241900SdimPermission is hereby granted, free of charge, to any person obtaining a copy of
30241900Sdimthis software and associated documentation files (the "Software"), to deal with
31241900Sdimthe Software without restriction, including without limitation the rights to
32241900Sdimuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
33241900Sdimof the Software, and to permit persons to whom the Software is furnished to do
34241900Sdimso, subject to the following conditions:
35241900Sdim
36241900Sdim    * Redistributions of source code must retain the above copyright notice,
37241900Sdim      this list of conditions and the following disclaimers.
38241900Sdim
39241900Sdim    * Redistributions in binary form must reproduce the above copyright notice,
40241900Sdim      this list of conditions and the following disclaimers in the
41241900Sdim      documentation and/or other materials provided with the distribution.
42241900Sdim
43241900Sdim    * Neither the names of the LLVM Team, University of Illinois at
44241900Sdim      Urbana-Champaign, nor the names of its contributors may be used to
45241900Sdim      endorse or promote products derived from this Software without specific
46241900Sdim      prior written permission.
47241900Sdim
48241900SdimTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49241900SdimIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
50241900SdimFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
51241900SdimCONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52241900SdimLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53241900SdimOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
54241900SdimSOFTWARE.
55241900Sdim
56241900Sdim==============================================================================
57241900Sdim
58249998SdimCopyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
59241900Sdim
60241900SdimPermission is hereby granted, free of charge, to any person obtaining a copy
61241900Sdimof this software and associated documentation files (the "Software"), to deal
62241900Sdimin the Software without restriction, including without limitation the rights
63241900Sdimto use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64241900Sdimcopies of the Software, and to permit persons to whom the Software is
65241900Sdimfurnished to do so, subject to the following conditions:
66241900Sdim
67241900SdimThe above copyright notice and this permission notice shall be included in
68241900Sdimall copies or substantial portions of the Software.
69241900Sdim
70241900SdimTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71241900SdimIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72241900SdimFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73241900SdimAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74241900SdimLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75241900SdimOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76241900SdimTHE SOFTWARE.
77