| OLD | NEW |
| 1 ============================================================================== | 1 ============================================================================== |
| 2 libc++ License | 2 LLVM Release License |
| 3 ============================================================================== | 3 ============================================================================== |
| 4 | |
| 5 The libc++ library is dual licensed under both the University of Illinois | |
| 6 "BSD-Like" license and the MIT license. As a user of this code you may choose | |
| 7 to use it under either license. As a contributor, you agree to allow your code | |
| 8 to be used under both. | |
| 9 | |
| 10 Full text of the relevant licenses is included below. | |
| 11 | |
| 12 ============================================================================== | |
| 13 | |
| 14 University of Illinois/NCSA | 4 University of Illinois/NCSA |
| 15 Open Source License | 5 Open Source License |
| 16 | 6 |
| 17 Copyright (c) 2009-2015 by the contributors listed in CREDITS.TXT | 7 Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign. |
| 18 | |
| 19 All rights reserved. | 8 All rights reserved. |
| 20 | 9 |
| 21 Developed by: | 10 Developed by: |
| 22 | 11 |
| 23 LLVM Team | 12 LLVM Team |
| 24 | 13 |
| 25 University of Illinois at Urbana-Champaign | 14 University of Illinois at Urbana-Champaign |
| 26 | 15 |
| 27 http://llvm.org | 16 http://llvm.org |
| 28 | 17 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 47 | 36 |
| 48 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 49 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | 38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 50 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 39 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 51 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 40 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 52 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 53 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE | 42 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 54 SOFTWARE. | 43 SOFTWARE. |
| 55 | 44 |
| 56 ============================================================================== | 45 ============================================================================== |
| 46 Copyrights and Licenses for Third Party Software Distributed with LLVM: |
| 47 ============================================================================== |
| 48 The LLVM software contains code written by third parties. Such software will |
| 49 have its own individual LICENSE.TXT file in the directory in which it appears. |
| 50 This file will describe the copyrights, license, and restrictions which apply |
| 51 to that code. |
| 57 | 52 |
| 58 Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT | 53 The disclaimer of warranty in the University of Illinois Open Source License |
| 54 applies to all code in the LLVM Distribution, and nothing in any of the |
| 55 other licenses gives permission to use the names of the LLVM Team or the |
| 56 University of Illinois to endorse or promote products derived from this |
| 57 Software. |
| 59 | 58 |
| 60 Permission is hereby granted, free of charge, to any person obtaining a copy | 59 The following pieces of software have additional or alternate copyrights, |
| 61 of this software and associated documentation files (the "Software"), to deal | 60 licenses, and/or restrictions: |
| 62 in the Software without restriction, including without limitation the rights | |
| 63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 64 copies of the Software, and to permit persons to whom the Software is | |
| 65 furnished to do so, subject to the following conditions: | |
| 66 | 61 |
| 67 The above copyright notice and this permission notice shall be included in | 62 Program Directory |
| 68 all copies or substantial portions of the Software. | 63 ------- --------- |
| 69 | 64 Autoconf llvm/autoconf |
| 70 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 65 llvm/projects/ModuleMaker/autoconf |
| 71 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 66 Google Test llvm/utils/unittest/googletest |
| 72 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 67 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} |
| 73 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 68 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} |
| 74 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 69 ARM contributions llvm/lib/Target/ARM/LICENSE.TXT |
| 75 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 70 md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h |
| 76 THE SOFTWARE. | |
| OLD | NEW |