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
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: polyparse
Upstream-Contact: Malcolm Wallace <Malcolm.Wallace@me.com>
Source: https://hackage.haskell.org/package/polyparse
Files: *
Copyright: 1996 Graham Hutton
1996 Erik Meijer
1998-2000,2006-2014 Malcolm Wallace
License: LGPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: LGPL-2
License: LGPL-2
The module Text.ParserCombinators.HuttonMeijer is
(c) copyright 1996 Graham Hutton and Erik Meijer
The module Text.ParserCombinators.HuttonMeijerWallace is
(c) copyright 1996 Graham Hutton and Erik Meijer
with modifications
(c) copyright 1998-2000 Malcolm Wallace
The modules Text.ParserCombinators.Poly* and Text.Parse and Text.Parse.*
are
(c) copyright 2006-2014 Malcolm Wallace
.
These modules are licensed under the terms of the GNU Lesser
General Public Licence (LGPL), which can be found in the file called
LICENCE-LGPL, 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.
----
.
If you have a commercial use for polyparse, and feel that even the terms
of the LGPL (as relaxed above) are too onerous, you have the option of
distributing unmodified binaries (only, not sources) under the terms of
a different licence (see LICENCE-commercial).
.
----
.
This library 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
Licence for more details.
.
If these licensing terms are not acceptable to you, please contact me for
negotiation. :-)
Malcolm.Wallace@me.com
|