xref: /minix3/external/bsd/libc++/dist/libcxx/LICENSE.TXT (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
14684ddb6SLionel Sambuc==============================================================================
24684ddb6SLionel Sambuclibc++ License
34684ddb6SLionel Sambuc==============================================================================
44684ddb6SLionel Sambuc
54684ddb6SLionel SambucThe libc++ library is dual licensed under both the University of Illinois
64684ddb6SLionel Sambuc"BSD-Like" license and the MIT license.  As a user of this code you may choose
74684ddb6SLionel Sambucto use it under either license.  As a contributor, you agree to allow your code
84684ddb6SLionel Sambucto be used under both.
94684ddb6SLionel Sambuc
104684ddb6SLionel SambucFull text of the relevant licenses is included below.
114684ddb6SLionel Sambuc
124684ddb6SLionel Sambuc==============================================================================
134684ddb6SLionel Sambuc
144684ddb6SLionel SambucUniversity of Illinois/NCSA
154684ddb6SLionel SambucOpen Source License
164684ddb6SLionel Sambuc
17*0a6a1f1dSLionel SambucCopyright (c) 2009-2015 by the contributors listed in CREDITS.TXT
184684ddb6SLionel Sambuc
194684ddb6SLionel SambucAll rights reserved.
204684ddb6SLionel Sambuc
214684ddb6SLionel SambucDeveloped by:
224684ddb6SLionel Sambuc
234684ddb6SLionel Sambuc    LLVM Team
244684ddb6SLionel Sambuc
254684ddb6SLionel Sambuc    University of Illinois at Urbana-Champaign
264684ddb6SLionel Sambuc
274684ddb6SLionel Sambuc    http://llvm.org
284684ddb6SLionel Sambuc
294684ddb6SLionel SambucPermission is hereby granted, free of charge, to any person obtaining a copy of
304684ddb6SLionel Sambucthis software and associated documentation files (the "Software"), to deal with
314684ddb6SLionel Sambucthe Software without restriction, including without limitation the rights to
324684ddb6SLionel Sambucuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
334684ddb6SLionel Sambucof the Software, and to permit persons to whom the Software is furnished to do
344684ddb6SLionel Sambucso, subject to the following conditions:
354684ddb6SLionel Sambuc
364684ddb6SLionel Sambuc    * Redistributions of source code must retain the above copyright notice,
374684ddb6SLionel Sambuc      this list of conditions and the following disclaimers.
384684ddb6SLionel Sambuc
394684ddb6SLionel Sambuc    * Redistributions in binary form must reproduce the above copyright notice,
404684ddb6SLionel Sambuc      this list of conditions and the following disclaimers in the
414684ddb6SLionel Sambuc      documentation and/or other materials provided with the distribution.
424684ddb6SLionel Sambuc
434684ddb6SLionel Sambuc    * Neither the names of the LLVM Team, University of Illinois at
444684ddb6SLionel Sambuc      Urbana-Champaign, nor the names of its contributors may be used to
454684ddb6SLionel Sambuc      endorse or promote products derived from this Software without specific
464684ddb6SLionel Sambuc      prior written permission.
474684ddb6SLionel Sambuc
484684ddb6SLionel SambucTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
494684ddb6SLionel SambucIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
504684ddb6SLionel SambucFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
514684ddb6SLionel SambucCONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
524684ddb6SLionel SambucLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
534684ddb6SLionel SambucOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
544684ddb6SLionel SambucSOFTWARE.
554684ddb6SLionel Sambuc
564684ddb6SLionel Sambuc==============================================================================
574684ddb6SLionel Sambuc
58*0a6a1f1dSLionel SambucCopyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
594684ddb6SLionel Sambuc
604684ddb6SLionel SambucPermission is hereby granted, free of charge, to any person obtaining a copy
614684ddb6SLionel Sambucof this software and associated documentation files (the "Software"), to deal
624684ddb6SLionel Sambucin the Software without restriction, including without limitation the rights
634684ddb6SLionel Sambucto use, copy, modify, merge, publish, distribute, sublicense, and/or sell
644684ddb6SLionel Sambuccopies of the Software, and to permit persons to whom the Software is
654684ddb6SLionel Sambucfurnished to do so, subject to the following conditions:
664684ddb6SLionel Sambuc
674684ddb6SLionel SambucThe above copyright notice and this permission notice shall be included in
684684ddb6SLionel Sambucall copies or substantial portions of the Software.
694684ddb6SLionel Sambuc
704684ddb6SLionel SambucTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
714684ddb6SLionel SambucIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
724684ddb6SLionel SambucFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
734684ddb6SLionel SambucAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
744684ddb6SLionel SambucLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
754684ddb6SLionel SambucOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
764684ddb6SLionel SambucTHE SOFTWARE.
77