@@ -18,3 +18,31 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
18
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
19
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
20
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
+
22
+ -------------------------------------------------------------------------------
23
+
24
+ The `Text.Parsing.Parser.Token` and `Text.Parsing.Parser.Language` modules have
25
+ large amounts of code adopted from the Haskell library parsec. parsec's
26
+ license is reproduced below:
27
+
28
+ Copyright 1999-2000, Daan Leijen; 2007, Paolo Martini. All rights reserved.
29
+
30
+ Redistribution and use in source and binary forms, with or without
31
+ modification, are permitted provided that the following conditions are met:
32
+
33
+ * Redistributions of source code must retain the above copyright notice,
34
+ this list of conditions and the following disclaimer.
35
+ * Redistributions in binary form must reproduce the above copyright
36
+ notice, this list of conditions and the following disclaimer in the
37
+ documentation and/or other materials provided with the distribution.
38
+
39
+ This software is provided by the copyright holders "as is" and any express or
40
+ implied warranties, including, but not limited to, the implied warranties of
41
+ merchantability and fitness for a particular purpose are disclaimed. In no
42
+ event shall the copyright holders be liable for any direct, indirect,
43
+ incidental, special, exemplary, or consequential damages (including, but not
44
+ limited to, procurement of substitute goods or services; loss of use, data,
45
+ or profits; or business interruption) however caused and on any theory of
46
+ liability, whether in contract, strict liability, or tort (including
47
+ negligence or otherwise) arising in any way out of the use of this software,
48
+ even if advised of the possibility of such damage.
0 commit comments