summaryrefslogtreecommitdiff
path: root/p/haskell-uulib/debian/copyright
blob: e3f95742feff90356eda2fcefec5f07d37ac9de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
This package was debianized by Arjan Oosting <arjanoosting@home.nl> on
Sat,  1 Jul 2006 08:57:13 +0200.

It was downloaded from http://www.cs.uu.nl/wiki/HUT/Download

Upstream Authors:
    Doaitse Swierstra <doaitse@cs.uu.nl> and
    Arthur Baars <arthurb@cs.uu.nl>
    Daan Leijen <daan@cs.uu.nl>

Upstream Maintainer:
    Alexey Rodriguez

Copyright:

    Copyright (c) 1998       Pablo Azero <pablo@cs.uu.nl>
    Copyright (c) 1998-2003  Doaitse Swierstra <doaitse@cs.uu.nl>
    Copyright (c) 2000,2002  Daan Leijen <daan@cs.uu.nl>
    Copyright (c) 2005       Arthur Baars <arthurb@cs.uu.nl>
    Copyright (c) 2005       Alexey Rodriguez <alexey@cs.uu.nl>


License for the library, except for the UU.DData modules (the files
IntBag.hs, IntMap.hs, IntSet.hs, Map.hs, MultiSet.hs, Queue.hs,
Scc.hs, Seq.hs, Set.hs in the UU/DData directory) and the UU.PPretty
module (the file UU/PPretty.hs):

    This package is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License, version 2.1 as published by the Free Software Foundation,
    with the following special exception:

    As a relaxation of clause 6 of the LGPL, the copyright holders of this
    library give permission to use, copy, link, modify, and distribute,
    binary-only object-code versions of an executable linked with the
    original unmodified Library, without requiring the supply of any
    mechanism to modify or replace the Library and relink (clauses 6a,
    6b, 6c, 6d, 6e), provided that all the other terms of clause 6 are
    complied with.

    This package is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
    You should have received a copy of the GNU Lesser General Public
    License along with this package; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

On Debian systems, the complete text of the GNU Lesser General Public
License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.


The UU.DData modules which consists of the files IntBag.hs,
IntMap.hs, IntSet.hs, Map.hs, MultiSet.hs, Queue.hs, Scc.hs, Seq.hs
and Set.hs in the UU/DData directory and the UU.PPretty module which
consists of file UU/PPretty.hs are licensed under a BSD-style
license. Unfortunately the explicit licenses are not mentioned in the
source files.

After some email correspondence with the upstream maintainer and the
author of the UU.DData modules I received an email with points out the
explicit license terms:

   Hello Arjan, I had a chat with Daan over the license and he said that
   his libraries can be licensed with the same license as darcs-server.

   I still want to keep your patch to use s libraries, I think s the way
   to go. However I want to keep the UU.DData.Seq, instead of the
   gratuitous dependency on Edison. So this would be the only module to
   which the license will apply.

   Sorry for the late reply, I just started a traineeship at Microsoft
   Research and I was busy like crazy completing some work in Utrecht.

   Cheers,

   Alexey

   From:Daan Leijen
   Sent: 04 October 2006 11:41
   To: Alexey Rodriguez
   Subject: license

   http://www.equational.org/repos/darcs-server/license.txt

   Just copy the bottom part with the reference to the darcs server.

   -- Daan

The UU.DData modules which consists of the files IntBag.hs, IntMap.hs,
IntSet.hs, Map.hs, MultiSet.hs, Queue.hs, Scc.hs, Seq.hs and Set.hs in
the UU/DData directory are licensed under a BSD-style license which is
found on the location pointed out by the author:

                       The Modified BSD License

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

    * Neither the names of the copyright holders, nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


The license of the UU.PPretty module (the file UU.PPretty) can be
found on a webpage of the author (Daan Leijen) of the UU.PPretty module:
  http://www.cs.uu.nl/~daan/download/pprint/pprint.html
The license of the UU.PPretty module is copied verbatim from the
location mention above:

    Copyright 2000, Daan Leijen. All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:

        * Redistributions of source code must retain the above
          copyright notice, this list of conditions and the following
          disclaimer.

        * Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.

    This software is provided by the copyright as  and any express or
    implied warranties, including, but not limited to, the implied
    warranties of merchantability and fitness for a particular purpose
    are disclaimed. In no event shall the copyright holders be liable
    for any direct, indirect, incidental, special, exemplary, or
    consequential damages (including, but not limited to, procurement
    of substitute goods or services; loss of use, data, or profits; or
    business interruption) however caused and on any theory of
    liability, whether in contract, strict liability, or tort
    (including negligence or otherwise) arising in any way out of the
    use of this software, even if advised of the possibility of such
    damage.


The Debian packaging is (C) 2006, Arjan Oosting <arjanoosting@home.nl> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.