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