This file is indexed.

/usr/share/doc/klogd/copyright is in klogd 1.5-6ubuntu1.

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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
This is the Debian GNU/Linux prepackaged version of Linux' system and
kernel logging daemons.

This package was put together by Martin Schulze <joey@debian.org>,
from sources obtained from:

  http://www.infodrom.org/projects/sysklogd/download/sysklogd-1.4.1.tar.gz

Recent versions are Debian versions that may be also be found at

  http://www.infodrom.org/projects/sysklogd/

syslogd is under Berkeley copyright, klogd is under GPL.

   Copyright (C) 1994-96 Greg Wettstein <greg@wind.enjellic.com>

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; version 2 dated June, 1991.

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

   You should have received a copy of the GNU General Public License
   along with this program;  if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

There is a mailing list covering this package and syslog in general.
The lists address is infodrom-sysklogd@lists.infodrom.org .  

To subscribe to this list,

 . send a mail to infodrom-sysklogd-request@lists.infodrom.org with
   the word "subscribe" as subject, or

 . send a mail to majordomo@lists.infodrom.org with the body of
   "subscribe infodrom-sysklogd".

The list will be archived publically at
<http://www.infodrom.org/Mail-Archive/infodrom-sysklogd>.

The source of the Debian package is managed through CVS.  It is publically
available at <http://cvs.infodrom.org/sysklogd/?cvsroot=debian> or as
<:pserver:anonymous@cvs.infodrom.org/var/cvs/debian/sysklogd/>.

Syslogd stays under the following copyright:

/*
 * Copyright (c) 1983, 1988 Regents of the University of California.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms are permitted
 * provided that the above copyright notice and this paragraph are
 * duplicated in all such forms and that any documentation,
 * advertising materials, and other materials related to such
 * distribution and use acknowledge that the software was developed
 * by the University of California, Berkeley.  The name of the
 * University may not be used to endorse or promote products derived
 * from this software without specific prior written permission.
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */

Klogd has the following copyright notice:

/*
    klogd.c - main program for Linux kernel log daemon.
    Copyright (c) 1995  Dr. G.W. Wettstein <greg@wind.rmcc.com>