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