This file is indexed.

/usr/share/doc/libflake-dev/copyright is in libflake-dev 0.11-2.

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
This package was debianized by Thomas Perl <thp@perli.net> on
Sun, 20 May 2007 13:43:32 +0200.

It was downloaded from <http://flake-enc.sourceforge.net/>

Upstream Author: 

    Justin Ruggles <justin.ruggles@gmail.com>

Copyright: 

    Copyright © 2006 Justin Ruggles

License:

    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 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 Street, Fifth Floor, Boston, MA 02110-1301 USA


The Debian packaging is © 2007, Thomas Perl <thp@perli.net> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

------

Copyright for libflake/bitio.c, libflake/bitio.h:

    Bitwise File Writer
    Copyright © 2006 Justin Ruggles
    
    derived from ffmpeg/libavcodec/bitstream.h
    Common bit i/o utils
    Copyright © 2000, 2001 Fabrice Bellard
    Copyright © 2002-2004 Michael Niedermayer

    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 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 Street, Fifth Floor, Boston, MA 02110-1301 USA


Copyright for libflake/md5.c, libflake/md5.h:

    This is an implementation of the RSA Data Security, Inc.
    MD5 Message-Digest Algorithm.
  
    Written by Solar Designer <solar at openwall.com> in 2001, and placed
    in the public domain.  There's absolutely no warranty.
  
    Modified in 2006 by Justin Ruggles.
    Still in the public domain.  Still no warranty.