John Criswell | e35a61c | 2003-10-23 15:57:59 +0000 | [diff] [blame] | 1 | ============================================================================== |
| 2 | LLVM Release License |
| 3 | ============================================================================== |
| 4 | University of Illinois/NCSA |
| 5 | Open Source License |
| 6 | |
John Criswell | acd64f3 | 2004-03-12 17:29:20 +0000 | [diff] [blame] | 7 | Copyright (c) 2003, 2004 University of Illinois at Urbana-Champaign. |
| 8 | All rights reserved. |
John Criswell | e35a61c | 2003-10-23 15:57:59 +0000 | [diff] [blame] | 9 | |
| 10 | Developed by: |
| 11 | |
| 12 | LLVM Team |
| 13 | |
| 14 | University of Illinois at Urbana-Champaign |
| 15 | |
| 16 | http://llvm.cs.uiuc.edu |
| 17 | |
| 18 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 19 | this software and associated documentation files (the "Software"), to deal with |
| 20 | the Software without restriction, including without limitation the rights to |
| 21 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 22 | of the Software, and to permit persons to whom the Software is furnished to do |
| 23 | so, 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 | |
| 37 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 38 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 39 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 40 | CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 41 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 42 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 43 | SOFTWARE. |
| 44 | |
| 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. |
John Criswell | 3ff6ddd | 2004-02-13 16:46:05 +0000 | [diff] [blame] | 52 | |
| 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. |
| 58 | |
| 59 | The following pieces of software have additional or alternate copyrights, |
| 60 | licenses, and/or restrictions: |
| 61 | |
| 62 | Program Directory |
| 63 | ------- --------- |
| 64 | Autoconf: llvm/autoconf |
| 65 | llvm/projects/ModuleMaker/autoconf |
| 66 | llvm/projects/sample/autoconf |
| 67 | Burg: llvm/utils/Burg |
| 68 | llvm/test/Programs/MultiSource/Applications/Burg |
| 69 | Aha: llvm/test/Programs/MultiSource/Applications/aha |
| 70 | SGEFA: llvm/test/Programs/MultiSource/Applications/sgefa |
| 71 | SIOD: llvm/test/Programs/MultiSource/Applications/siod |
Brian Gaeke | 7124771 | 2004-06-01 20:37:41 +0000 | [diff] [blame] | 72 | Spiff: llvm/test/Programs/MultiSource/Applications/spiff |
John Criswell | 2f1403a | 2004-02-27 18:02:06 +0000 | [diff] [blame] | 73 | D: llvm/test/Programs/MultiSource/Applications/d |
John Criswell | 3ff6ddd | 2004-02-13 16:46:05 +0000 | [diff] [blame] | 74 | Lambda: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3 |
John Criswell | 2f1403a | 2004-02-27 18:02:06 +0000 | [diff] [blame] | 75 | hbd: llvm/test/Programs/MultiSource/Applications/hbd |
John Criswell | 53c94cb | 2004-04-06 17:51:10 +0000 | [diff] [blame] | 76 | treecc: llvm/test/Programs/MultiSource/Applications/treecc |
John Criswell | 94f0c52 | 2004-04-06 20:23:45 +0000 | [diff] [blame] | 77 | kimwitu++: llvm/test/Programs/MultiSource/Applications/kimwitu++ |
John Criswell | 19fa3f5 | 2004-05-11 19:29:59 +0000 | [diff] [blame] | 78 | obsequi: llvm/test/Programs/MultiSource/Applications/obsequi |
John Criswell | 3ff6ddd | 2004-02-13 16:46:05 +0000 | [diff] [blame] | 79 | Fhourstones: llvm/test/Programs/MultiSource/Benchmarks/Fhourstones |
| 80 | McCat: llvm/test/Programs/MultiSource/Benchmarks/McCat |
| 81 | Olden: llvm/test/Programs/MultiSource/Benchmarks/Olden |
| 82 | OptimizerEval: llvm/test/Programs/MultiSource/Benchmarks/OptimizerEval |
| 83 | Ptrdist: llvm/test/Programs/MultiSource/Benchmarks/Ptrdist |
| 84 | LLUBenchmark: llvm/test/Programs/MultiSource/Benchmarks/llubenchmark |
| 85 | SIM: llvm/test/Programs/MultiSource/Benchmarks/sim |
Chris Lattner | d7d6af9 | 2004-02-24 04:02:20 +0000 | [diff] [blame] | 86 | cfrac: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/cfrac |
John Criswell | 6df708d | 2004-02-17 17:07:52 +0000 | [diff] [blame] | 87 | espresso: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso |
John Criswell | d9a7349 | 2004-02-17 22:58:41 +0000 | [diff] [blame] | 88 | gs: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs |
John Criswell | 7727087 | 2004-02-16 23:32:26 +0000 | [diff] [blame] | 89 | p2c: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c |
| 90 | gawk: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gawk |
| 91 | make: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make |
John Criswell | d9a7349 | 2004-02-17 22:58:41 +0000 | [diff] [blame] | 92 | perl: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl |
John Criswell | 3ff6ddd | 2004-02-13 16:46:05 +0000 | [diff] [blame] | 93 | Dhrystone: llvm/test/Programs/SingleSource/Benchmarks/Dhrystone |
| 94 | SingleSource Tests: llvm/test/Programs/SingleSource/Benchmarks/Misc |
| 95 | llvm/test/Programs/SingleSource/CustomChecked |
| 96 | llvm/test/Programs/SingleSource/Gizmos |
John Criswell | 3ff6ddd | 2004-02-13 16:46:05 +0000 | [diff] [blame] | 97 | GNU Libc: llvm/runtime/GCCLibraries/libc |
| 98 | Zlib Library: llvm/runtime/zlib |
| 99 | PNG Library: llvm/runtime/libpng |
| 100 | |