40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
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
|