This file is indexed.

/usr/share/doc/libghc-hdbc-postgresql-dev/copyright is in libghc-hdbc-postgresql-dev 2.3.2.1-3build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
This is hdbc-postgresql, written and maintained by
 John Goerzen <jgoerzen@complete.org>

The original source can always be found at:
        http://software.complete.org/hdbc-postgresql

Copyright (C) 2005-2009 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.