1 1.1 joerg ============================================================================== 2 1.1 joerg compiler_rt License 3 1.1 joerg ============================================================================== 4 1.1 joerg 5 1.1 joerg The compiler_rt library is dual licensed under both the University of Illinois 6 1.1 joerg "BSD-Like" license and the MIT license. As a user of this code you may choose 7 1.1 joerg to use it under either license. As a contributor, you agree to allow your code 8 1.1 joerg to be used under both. 9 1.1 joerg 10 1.1 joerg Full text of the relevant licenses is included below. 11 1.1 joerg 12 1.1 joerg ============================================================================== 13 1.1 joerg 14 1.1 joerg University of Illinois/NCSA 15 1.1 joerg Open Source License 16 1.1 joerg 17 1.1.1.5 joerg Copyright (c) 2009-2015 by the contributors listed in CREDITS.TXT 18 1.1 joerg 19 1.1 joerg All rights reserved. 20 1.1 joerg 21 1.1 joerg Developed by: 22 1.1 joerg 23 1.1 joerg LLVM Team 24 1.1 joerg 25 1.1 joerg University of Illinois at Urbana-Champaign 26 1.1 joerg 27 1.1 joerg http://llvm.org 28 1.1 joerg 29 1.1 joerg Permission is hereby granted, free of charge, to any person obtaining a copy of 30 1.1 joerg this software and associated documentation files (the "Software"), to deal with 31 1.1 joerg the Software without restriction, including without limitation the rights to 32 1.1 joerg use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 33 1.1 joerg of the Software, and to permit persons to whom the Software is furnished to do 34 1.1 joerg so, subject to the following conditions: 35 1.1 joerg 36 1.1 joerg * Redistributions of source code must retain the above copyright notice, 37 1.1 joerg this list of conditions and the following disclaimers. 38 1.1 joerg 39 1.1 joerg * Redistributions in binary form must reproduce the above copyright notice, 40 1.1 joerg this list of conditions and the following disclaimers in the 41 1.1 joerg documentation and/or other materials provided with the distribution. 42 1.1 joerg 43 1.1 joerg * Neither the names of the LLVM Team, University of Illinois at 44 1.1 joerg Urbana-Champaign, nor the names of its contributors may be used to 45 1.1 joerg endorse or promote products derived from this Software without specific 46 1.1 joerg prior written permission. 47 1.1 joerg 48 1.1 joerg THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 49 1.1 joerg IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 50 1.1 joerg FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 51 1.1 joerg CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 52 1.1 joerg LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 53 1.1 joerg OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE 54 1.1 joerg SOFTWARE. 55 1.1 joerg 56 1.1 joerg ============================================================================== 57 1.1 joerg 58 1.1.1.5 joerg Copyright (c) 2009-2015 by the contributors listed in CREDITS.TXT 59 1.1 joerg 60 1.1 joerg Permission is hereby granted, free of charge, to any person obtaining a copy 61 1.1 joerg of this software and associated documentation files (the "Software"), to deal 62 1.1 joerg in the Software without restriction, including without limitation the rights 63 1.1 joerg to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 64 1.1 joerg copies of the Software, and to permit persons to whom the Software is 65 1.1 joerg furnished to do so, subject to the following conditions: 66 1.1 joerg 67 1.1 joerg The above copyright notice and this permission notice shall be included in 68 1.1 joerg all copies or substantial portions of the Software. 69 1.1 joerg 70 1.1 joerg THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 71 1.1 joerg IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 72 1.1 joerg FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 73 1.1 joerg AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 74 1.1 joerg LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 75 1.1 joerg OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 76 1.1 joerg THE SOFTWARE. 77 1.1 joerg 78 1.1 joerg ============================================================================== 79 1.1 joerg Copyrights and Licenses for Third Party Software Distributed with LLVM: 80 1.1 joerg ============================================================================== 81 1.1 joerg The LLVM software contains code written by third parties. Such software will 82 1.1 joerg have its own individual LICENSE.TXT file in the directory in which it appears. 83 1.1 joerg This file will describe the copyrights, license, and restrictions which apply 84 1.1 joerg to that code. 85 1.1 joerg 86 1.1 joerg The disclaimer of warranty in the University of Illinois Open Source License 87 1.1 joerg applies to all code in the LLVM Distribution, and nothing in any of the 88 1.1 joerg other licenses gives permission to use the names of the LLVM Team or the 89 1.1 joerg University of Illinois to endorse or promote products derived from this 90 1.1 joerg Software. 91 1.1 joerg 92