John Criswell | e35a61c | 2003-10-23 15:57:59 +0000 | [diff] [blame] | 1 | NOTICE: |
| 2 | ======= |
| 3 | All distributions of LLVM prior to the 1.0 Release will be licensed to you |
| 4 | under the LLVM pre-release license. The 1.0 Release will be announced on the |
| 5 | LLVM Announcements Mailing List. |
| 6 | |
| 7 | After the 1.0 Release of LLVM, the LLVM code will be licensed to you under the |
| 8 | LLVM Release License (aka the Illinois Open Source License). |
| 9 | |
| 10 | The main point is that you cannot re-distribute LLVM until the 1.0 Release. |
| 11 | |
| 12 | ============================================================================== |
| 13 | LLVM pre-release license |
| 14 | ============================================================================== |
Chris Lattner | b067d7c | 2003-06-04 19:46:36 +0000 | [diff] [blame] | 15 | |
| 16 | This is a pre-release distribution of the LLVM software and is provided for |
| 17 | evaluation only. This version of the LLVM software or modifications thereof |
| 18 | should not be distributed to third parties for any purpose. Any third parties |
| 19 | interested in it can request a copy directly by sending e-mail to |
| 20 | llvmdev@cs.uiuc.edu. As this is an evaluation release, we would appreciate any |
Misha Brukman | 1da2d6a | 2003-10-23 16:18:51 +0000 | [diff] [blame] | 21 | and all feedback, ideas, and reports of bugs that you encounter. You may |
| 22 | discuss development of LLVM on llvmdev@cs.uiuc.edu, and bugs can be submitted |
| 23 | through the LLVM Bug Tracker at http://llvm.cs.uiuc.edu/bugzilla/ . We thank |
| 24 | you for your interest in LLVM and look forward to any comments or feedback you |
| 25 | may have. |
Chris Lattner | b067d7c | 2003-06-04 19:46:36 +0000 | [diff] [blame] | 26 | |
| 27 | THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 28 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 29 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 30 | CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 31 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 32 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 33 | SOFTWARE. |
John Criswell | e35a61c | 2003-10-23 15:57:59 +0000 | [diff] [blame] | 34 | |
| 35 | ============================================================================== |
| 36 | LLVM Release License |
| 37 | ============================================================================== |
| 38 | University of Illinois/NCSA |
| 39 | Open Source License |
| 40 | |
Misha Brukman | 1da2d6a | 2003-10-23 16:18:51 +0000 | [diff] [blame] | 41 | Copyright (c) 2003, University of Illinois at Urbana-Champaign. All rights |
| 42 | reserved. |
John Criswell | e35a61c | 2003-10-23 15:57:59 +0000 | [diff] [blame] | 43 | |
| 44 | Developed by: |
| 45 | |
| 46 | LLVM Team |
| 47 | |
| 48 | University of Illinois at Urbana-Champaign |
| 49 | |
| 50 | http://llvm.cs.uiuc.edu |
| 51 | |
| 52 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 53 | this software and associated documentation files (the "Software"), to deal with |
| 54 | the Software without restriction, including without limitation the rights to |
| 55 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 56 | of the Software, and to permit persons to whom the Software is furnished to do |
| 57 | so, subject to the following conditions: |
| 58 | |
| 59 | * Redistributions of source code must retain the above copyright notice, |
| 60 | this list of conditions and the following disclaimers. |
| 61 | |
| 62 | * Redistributions in binary form must reproduce the above copyright notice, |
| 63 | this list of conditions and the following disclaimers in the |
| 64 | documentation and/or other materials provided with the distribution. |
| 65 | |
| 66 | * Neither the names of the LLVM Team, University of Illinois at |
| 67 | Urbana-Champaign, nor the names of its contributors may be used to |
| 68 | endorse or promote products derived from this Software without specific |
| 69 | prior written permission. |
| 70 | |
| 71 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 72 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 73 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 74 | CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 75 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 76 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 77 | SOFTWARE. |
| 78 | |
| 79 | ============================================================================== |
| 80 | Copyrights and Licenses for Third Party Software Distributed with LLVM: |
| 81 | ============================================================================== |
| 82 | The LLVM software contains code written by third parties. Such software will |
| 83 | have its own individual LICENSE.TXT file in the directory in which it appears. |
| 84 | This file will describe the copyrights, license, and restrictions which apply |
| 85 | to that code. |