This file is indexed.

/usr/share/doc/lrzip/copyright is in lrzip 0.631-1.

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
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
X-Format: http://dep.debian.net/deps/dep5
Upstream-Name: lrzip
Upstream-Contact: Con Kolivas <kernel@kolivas.org>
Source: https://github.com/ckolivas/lrzip
X-Upstream-Vcs-Git: git://github.com/ckolivas/lrzip.git

Files: debian/*
Copyright: 2014- Laszlo Boszormenyi (GCS) <gcs@debian.org>,
 2010-2012 Jari Aalto <jari.aalto@cante.net>
License: GPL-2+

Files: *
Copyright:
 2006-2011 Con Kolivas <kernel@kolivas.org>
 2007-2009 Peter Hyman <pete@peterhyman.com>
 1998 Andrew Tridgell
License: GPL-2+

Files: runzip.c rzip.c
Copyright:
 2006-2009 Con Kolivas <kernel@kolivas.org>
 1998-2003 Andrew Tridgell
License: GPL-2+

Files: util.c
Copyright:
 1998 Andrew Tridgell
License: GPL-2+

Files: zpipe.cpp
Copyright:
 2009 Ocarina Networks, Inc.
X-Comment:
 2009-09-29 Written by Matt Mahoney <matmahoney@yahoo.com>
License: GPL-3+

Files: lzma/*
Copyright:
 2006-2009 Con Kolivas <kernel@kolivas.org>
 Oleg I. Vdovikin <oleg@cs.msu.su>
License: GPL-3+
X-Note:
 The original LZMA is public domain. Con Kolivas has extended it
 and released changes under GPL-3+.
 .
 The ASM code compiling has been disables in this debian
 package, so file ./C/7zCrcT8.c is not used.
X-License-Comment:
 [from http://www.7-zip.org/sdk.html]
 "License: LZMA SDK is placed in the public domain."
 .
 [from lzma/README]
 JANUARY 2009
 .
 This is an updated LZMA library wrapper provided with SDK 4.63.
 The SDK is available here: http://www.7-zip.org/sdk.html.
 .
 It is written completely in C and compilation and integration
 is much simpler. To enable multithreading support, compile
 with COMPRESS_MF_MT and _REENTRANT defined. MF=Match Finder,
 MT=Multi Thread. In addition, link in pthread. This is default
 behavior in lrzip. For single thread support, remove these
 defines in the Makefile.
 .
 Some additional documentation is provided from the SDK.
 .
 File ./C/7zCrcT8.c is added to support ASM CRC code. Taken
 from p7zip.org.
 .
 Original README text follows.
 .
 This is a zlib like library for the lzma encoder/decoder originally created
 by Oleg I. Vdovikin <oleg@cs.msu.su> and modified for lrzip by Con Kolivas
 <kernel@kolivas.org>
 It is based on a stripped down source tree of the lzma SDK by Igor Pavlov.
 http://www.7-zip.org
 .
 You can build a standalone library called liblzma.a which gives functions
 equivalent to compress2() and uncompress() called lzma_compress() and
 lzma_uncompress().
 .
 Updated for recent SDK 4.57 and added assembler routines for crc
 using p7zip.org variant by Peter Hyman

Files: lzma/C/windows.h
Copyright: Anders Norlander <anorland@hem2.passagen.se>
License: LGPL-2.1
 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 St, Fifth Floor, Boston, MA  02110-1301  USA.
 Comment: On Debian systems, the LGPL version 2 license can be found at
 `/usr/share/common-licenses/LGPL-2.1'.

License: GPL-2+
 This package 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; either version 2 of the License, or
 (at your option) any later version.
 .
 This package 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, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-3+
 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, either version 3 of the License, or
 (at your option) any later version.
 .
 This package 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, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL-3".