11.1Sjoerg==============================================================================
21.1Sjoerglibc++abi License
31.1Sjoerg==============================================================================
41.1Sjoerg
51.1SjoergThe libc++abi library is dual licensed under both the University of Illinois
61.1Sjoerg"BSD-Like" license and the MIT license.  As a user of this code you may choose
71.1Sjoergto use it under either license.  As a contributor, you agree to allow your code
81.1Sjoergto be used under both.
91.1Sjoerg
101.1SjoergFull text of the relevant licenses is included below.
111.1Sjoerg
121.1Sjoerg==============================================================================
131.1Sjoerg
141.1SjoergUniversity of Illinois/NCSA
151.1SjoergOpen Source License
161.1Sjoerg
171.1SjoergCopyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
181.1Sjoerg
191.1SjoergAll rights reserved.
201.1Sjoerg
211.1SjoergDeveloped by:
221.1Sjoerg
231.1Sjoerg    LLVM Team
241.1Sjoerg
251.1Sjoerg    University of Illinois at Urbana-Champaign
261.1Sjoerg
271.1Sjoerg    http://llvm.org
281.1Sjoerg
291.1SjoergPermission is hereby granted, free of charge, to any person obtaining a copy of
301.1Sjoergthis software and associated documentation files (the "Software"), to deal with
311.1Sjoergthe Software without restriction, including without limitation the rights to
321.1Sjoerguse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
331.1Sjoergof the Software, and to permit persons to whom the Software is furnished to do
341.1Sjoergso, subject to the following conditions:
351.1Sjoerg
361.1Sjoerg    * Redistributions of source code must retain the above copyright notice,
371.1Sjoerg      this list of conditions and the following disclaimers.
381.1Sjoerg
391.1Sjoerg    * Redistributions in binary form must reproduce the above copyright notice,
401.1Sjoerg      this list of conditions and the following disclaimers in the
411.1Sjoerg      documentation and/or other materials provided with the distribution.
421.1Sjoerg
431.1Sjoerg    * Neither the names of the LLVM Team, University of Illinois at
441.1Sjoerg      Urbana-Champaign, nor the names of its contributors may be used to
451.1Sjoerg      endorse or promote products derived from this Software without specific
461.1Sjoerg      prior written permission.
471.1Sjoerg
481.1SjoergTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
491.1SjoergIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
501.1SjoergFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
511.1SjoergCONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
521.1SjoergLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
531.1SjoergOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
541.1SjoergSOFTWARE.
551.1Sjoerg
561.1Sjoerg==============================================================================
571.1Sjoerg
581.1SjoergCopyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
591.1Sjoerg
601.1SjoergPermission is hereby granted, free of charge, to any person obtaining a copy
611.1Sjoergof this software and associated documentation files (the "Software"), to deal
621.1Sjoergin the Software without restriction, including without limitation the rights
631.1Sjoergto use, copy, modify, merge, publish, distribute, sublicense, and/or sell
641.1Sjoergcopies of the Software, and to permit persons to whom the Software is
651.1Sjoergfurnished to do so, subject to the following conditions:
661.1Sjoerg
671.1SjoergThe above copyright notice and this permission notice shall be included in
681.1Sjoergall copies or substantial portions of the Software.
691.1Sjoerg
701.1SjoergTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
711.1SjoergIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
721.1SjoergFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
731.1SjoergAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
741.1SjoergLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
751.1SjoergOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
761.1SjoergTHE SOFTWARE.
77