ca425542fc0835de2656591b5e6b0985f71a94b0
[ghc-hetmet.git] / ghc / docs / users_guide / license.sgml
1 <Preface id="License">
2 <Title>The Glasgow Haskell Compiler License</Title>
3
4 <Para>
5 Copyright 2002, The University Court of the University of Glasgow. 
6 All rights reserved.
7 </Para>
8
9 <Para>
10 Redistribution and use in source and binary forms, with or without
11 modification, are permitted provided that the following conditions are met:
12 </Para>
13
14 <Para>
15 <ItemizedList>
16
17 <ListItem>
18 <Para>
19 Redistributions of source code must retain the above copyright notice,
20 this list of conditions and the following disclaimer.
21 </Para>
22 </ListItem>
23
24 <ListItem>
25 <Para> 
26 Redistributions in binary form must reproduce the above copyright notice,
27 this list of conditions and the following disclaimer in the documentation
28 and/or other materials provided with the distribution.
29 </Para>
30 </ListItem>
31
32 <ListItem>
33 <Para> 
34 Neither name of the University nor the names of its contributors may be
35 used to endorse or promote products derived from this software without
36 specific prior written permission.
37 </Para>
38 </ListItem>
39
40 </ItemizedList>
41 </Para>
42
43 <Para>
44 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
45 GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
46 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
47 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
48 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE
49 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
51 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
52 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
53 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
54 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
55 DAMAGE.
56 </Para>
57
58 </Preface>