Added new license information in preparation for LLVM 1.0.
[oota-llvm.git] / LICENSE.TXT
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 ==============================================================================
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
21 and all feedback, ideas, and reports of bugs that you encounter.  These can be
22 submitted through the llvmbugs@cs.uiuc.edu or llvmdev@cs.uiuc.edu mailing lists
23 as appropriate.  We thank you for your interest in LLVM and look forward to any
24 comments or feedback you may have.
25
26 THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
28 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
29 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
32 SOFTWARE.
33
34 ==============================================================================
35 LLVM Release License
36 ==============================================================================
37 University of Illinois/NCSA
38 Open Source License
39
40 Copyright © 2003, University of Illinois at Urbana-Champaign.  All rights reserved.
41
42 Developed by:
43
44     LLVM Team
45
46     University of Illinois at Urbana-Champaign
47
48     http://llvm.cs.uiuc.edu
49
50 Permission is hereby granted, free of charge, to any person obtaining a copy of
51 this software and associated documentation files (the "Software"), to deal with
52 the Software without restriction, including without limitation the rights to
53 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
54 of the Software, and to permit persons to whom the Software is furnished to do
55 so, 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
69 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
71 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
72 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
73 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
74 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
75 SOFTWARE.
76
77 ==============================================================================
78 Copyrights and Licenses for Third Party Software Distributed with LLVM:
79 ==============================================================================
80 The LLVM software contains code written by third parties.  Such software will
81 have its own individual LICENSE.TXT file in the directory in which it appears.
82 This file will describe the copyrights, license, and restrictions which apply
83 to that code.