LICENSE.TXT revision 19fa3f51ee8951e19605815bd602e1a1a864c752
1============================================================================== 2LLVM Release License 3============================================================================== 4University of Illinois/NCSA 5Open Source License 6 7Copyright (c) 2003, 2004 University of Illinois at Urbana-Champaign. 8All rights reserved. 9 10Developed by: 11 12 LLVM Team 13 14 University of Illinois at Urbana-Champaign 15 16 http://llvm.cs.uiuc.edu 17 18Permission is hereby granted, free of charge, to any person obtaining a copy of 19this software and associated documentation files (the "Software"), to deal with 20the Software without restriction, including without limitation the rights to 21use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 22of the Software, and to permit persons to whom the Software is furnished to do 23so, subject to the following conditions: 24 25 * Redistributions of source code must retain the above copyright notice, 26 this list of conditions and the following disclaimers. 27 28 * Redistributions in binary form must reproduce the above copyright notice, 29 this list of conditions and the following disclaimers in the 30 documentation and/or other materials provided with the distribution. 31 32 * Neither the names of the LLVM Team, University of Illinois at 33 Urbana-Champaign, nor the names of its contributors may be used to 34 endorse or promote products derived from this Software without specific 35 prior written permission. 36 37THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 39FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 40CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 41LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 42OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE 43SOFTWARE. 44 45============================================================================== 46Copyrights and Licenses for Third Party Software Distributed with LLVM: 47============================================================================== 48The LLVM software contains code written by third parties. Such software will 49have its own individual LICENSE.TXT file in the directory in which it appears. 50This file will describe the copyrights, license, and restrictions which apply 51to that code. 52 53The disclaimer of warranty in the University of Illinois Open Source License 54applies to all code in the LLVM Distribution, and nothing in any of the 55other licenses gives permission to use the names of the LLVM Team or the 56University of Illinois to endorse or promote products derived from this 57Software. 58 59The following pieces of software have additional or alternate copyrights, 60licenses, and/or restrictions: 61 62Program Directory 63------- --------- 64Autoconf: llvm/autoconf 65 llvm/projects/ModuleMaker/autoconf 66 llvm/projects/sample/autoconf 67Burg: llvm/utils/Burg 68 llvm/test/Programs/MultiSource/Applications/Burg 69Aha: llvm/test/Programs/MultiSource/Applications/aha 70SGEFA: llvm/test/Programs/MultiSource/Applications/sgefa 71SIOD: llvm/test/Programs/MultiSource/Applications/siod 72D: llvm/test/Programs/MultiSource/Applications/d 73Lambda: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3 74hbd: llvm/test/Programs/MultiSource/Applications/hbd 75treecc: llvm/test/Programs/MultiSource/Applications/treecc 76kimwitu++: llvm/test/Programs/MultiSource/Applications/kimwitu++ 77obsequi: llvm/test/Programs/MultiSource/Applications/obsequi 78Fhourstones: llvm/test/Programs/MultiSource/Benchmarks/Fhourstones 79McCat: llvm/test/Programs/MultiSource/Benchmarks/McCat 80Olden: llvm/test/Programs/MultiSource/Benchmarks/Olden 81OptimizerEval: llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval 82Ptrdist: llvm/test/Programs/MultiSource/Benchmarks/Ptrdist 83LLUBenchmark: llvm/test/Programs/MultiSource/Benchmarks/llubenchmark 84SIM: llvm/test/Programs/MultiSource/Benchmarks/sim 85cfrac: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/cfrac 86espresso: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso 87gs: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs 88p2c: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c 89gawk: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gawk 90make: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make 91perl: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl 92Dhrystone: llvm/test/Programs/SingleSource/Benchmarks/Dhrystone 93SingleSource Tests: llvm/test/Programs/SingleSource/Benchmarks/Misc 94 llvm/test/Programs/SingleSource/CustomChecked 95 llvm/test/Programs/SingleSource/Gizmos 96GNU Libc: llvm/runtime/GCCLibraries/libc 97Zlib Library: llvm/runtime/zlib 98PNG Library: llvm/runtime/libpng 99 100