~ubuntu-branches/ubuntu/wily/haskell-stmonadtrans/wily-proposed

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2014-07-26 14:31:21 UTC
  • Revision ID: package-import@ubuntu.com-20140726143121-7yotvj223bwmk1j6
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This library contains code from several sources. The full text of these 
 
2
licenses is reproduced below.  All of the licenses are BSD-style or compatible.
 
3
 
 
4
-----------------------------------------------------------------------------
 
5
 
 
6
Copyright Josef Svenningsson, 2008-2010
 
7
Copyright The University of Glasgow, 1994-2000
 
8
 
 
9
All rights reserved.
 
10
 
 
11
Redistribution and use in source and binary forms, with or without
 
12
modification, are permitted provided that the following conditions are met:
 
13
 
 
14
    * Redistributions of source code must retain the above copyright
 
15
      notice, this list of conditions and the following disclaimer.
 
16
 
 
17
    * Redistributions in binary form must reproduce the above
 
18
      copyright notice, this list of conditions and the following
 
19
      disclaimer in the documentation and/or other materials provided
 
20
      with the distribution.
 
21
 
 
22
    * Neither the name of Josef Svenningsson nor the names of other
 
23
      contributors may be used to endorse or promote products derived
 
24
      from this software without specific prior written permission.
 
25
 
 
26
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
27
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
28
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
29
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
30
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
31
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
32
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
33
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
34
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
35
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
36
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
37
 
 
38
-----------------------------------------------------------------------------
 
39
 
 
40
The Glasgow Haskell Compiler License
 
41
 
 
42
Copyright 2004, The University Court of the University of Glasgow. 
 
43
All rights reserved.
 
44
 
 
45
Redistribution and use in source and binary forms, with or without
 
46
modification, are permitted provided that the following conditions are met:
 
47
 
 
48
- Redistributions of source code must retain the above copyright notice,
 
49
this list of conditions and the following disclaimer.
 
50
 
 
51
- Redistributions in binary form must reproduce the above copyright notice,
 
52
this list of conditions and the following disclaimer in the documentation
 
53
and/or other materials provided with the distribution.
 
54
 
 
55
- Neither name of the University nor the names of its contributors may be
 
56
used to endorse or promote products derived from this software without
 
57
specific prior written permission. 
 
58
 
 
59
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
 
60
GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 
61
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
62
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 
63
UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE
 
64
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
65
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
66
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 
67
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
68
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
69
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 
70
DAMAGE.