1
1
{- arch-tag: ConfigParser lexer support
2
2
Copyright (C) 2004, 2008 John Goerzen <jgoerzen@complete.org>
3
3
4
- This program is free software; you can redistribute it and/or modify
5
- it under the terms of the GNU Lesser General Public License as published by
6
- the Free Software Foundation; either version 2.1 of the License, or
7
- (at your option) any later version.
8
-
9
- This program is distributed in the hope that it will be useful,
10
- but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- GNU Lesser General Public License for more details.
13
-
14
- You should have received a copy of the GNU Lesser General Public License
15
- along with this program; if not, write to the Free Software
16
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4
+ This program is free software; you can redistribute it and/or modify it, as
5
+ specified in the COPYRIGHT file, under the terms of either version 2.1 of
6
+ the LGPL (or, at your option, any later version) or the 3-clause BSD license.
17
7
-}
18
8
19
9
{- |
20
10
Module : Data.ConfigFile.Lexer
21
- Copyright : Copyright (C) 2004 John Goerzen
22
- License : GNU LGPL, version 2.1 or above
11
+ Copyright : Copyright (C) 2004, 2008 John Goerzen
12
+ License : Either LGPL or BSD3, as specified in the COPYRIGHT file.
23
13
24
14
Maintainer : John Goerzen <jgoerzen@complete.org>
25
15
Stability : provisional
@@ -28,7 +18,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
18
Lexer support for "Data.ConfigFile". This module is not intended to be
29
19
used directly by your programs.
30
20
31
- Copyright (c) 2004 John Goerzen, jgoerzen\@complete.org
21
+ Copyright (c) 2004, 2008 John Goerzen, jgoerzen\@complete.org
22
+
23
+ This program is distributed in the hope that it will be useful,
24
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
25
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26
+
32
27
-}
33
28
module Data.ConfigFile.Lexer
34
29
(
0 commit comments