Package: haskell-hsh / 2.0.3-3

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
This is hdbc-postgresql, written and maintained by
 John Goerzen <jgoerzen@complete.org>
on Tue, 27 Dec 2005 16:57:21 -0600.

The original source can always be found at:
	ftp://ftp.debian.org/dists/unstable/main/source/

The Darcs repository for this program can be accessed with:
   darcs get --partial http://darcs.complete.org/hdbc-postgresql

Copyright (C) 2005, 2006 John Goerzen <jgoerzen@complete.org>

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    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
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; 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 can be found in `/usr/share/common-licenses/LGPL'.

------------------------------------------------------------------

pgtypes.h comes from the psqlodbc distribution, which bears this
copyright:

    Copyright (C) 1998          Insight Distribution Systems
    Copyright (C) 1998 - 2005   The PostgreSQL Global Development Group

    Multibyte support was added by Sankyo Unyu Service, (C) 2001.

    The code contained in this library is based on code written by
    Christian Czezatke and Dan McGuirk, (C) 1996.

    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Library General Public License as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.

Most of pgtypes.h was removed by John Goerzen since it was not
relevant for this task.