This file is indexed.

/usr/share/doc/nettle-dbg/copyright is in nettle-dbg 2.7.1-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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
Upstream-Name: Nettle
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
Source: http://www.lysator.liu.se/~nisse/nettle/
Copyright: © 2001-2011 Niels Möller
 Some parts are Copyright © the Free Software Foundation and various
 people. See below and source code comments for details.
License: LGPL-2.1+
Comment:
 Nettle is distributed under the GNU Lesser General Public License
 (LGPL). A few of the individual files are in the public domain. To
 find the current status of particular files, you have to read the
 copyright notices at the top of the files.
 .
 A list of the supported algorithms, their origins and licenses (from
 the manual):
 .
 AES
     The implementation of the AES cipher (also known as rijndael) is
     written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and
     Niels Möller, Sparc assembler by Niels Möller. Released under the
     LGPL.
 .
 ARCFOUR
     The implementation of the ARCFOUR (also known as RC4) cipher is
     written by Niels Möller. Released under the LGPL.
 .
 ARCTWO
     The implementation of the ARCTWO (also known as RC2) cipher is
     written by Nikos Mavroyanopoulos and modified by Werner Koch and
     Simon Josefsson. Released under the LGPL.
 .
 BLOWFISH
     The implementation of the BLOWFISH cipher is written by Werner
     Koch, copyright owned by the Free Software Foundation. Also hacked
     by Simon Josefsson and Niels Möller. Released under the LGPL.
 .
 CAMELLIA
     The C implementation is by Nippon Telegraph and Telephone
     Corporation (NTT), heavily modified by Niels Möller. Assembler for
     x86 and x86_64 by Niels Möller. Released under the LGPL.
 .
 CAST128
     The implementation of the CAST128 cipher is written by Steve Reid.
     Released into the public domain.
 .
 DES
     The implementation of the DES cipher is written by Dana L. How, and
     released under the LGPL.
 .
 MD2
     The implementation of MD2 is written by Andrew Kuchling, and hacked
     some by Andreas Sigfridsson and Niels Möller. Python Cryptography
     Toolkit license (essentially public domain).
 .
 MD4
     This is almost the same code as for MD5 below, with modifications
     by Marcus Comstedt. Released into the public domain.
 .
 MD5
     The implementation of the MD5 message digest is written by Colin
     Plumb.  It has been hacked some more by Andrew Kuchling and Niels
     Möller.  Released into the public domain.
 .
 SERPENT
     The implementation of the SERPENT is based on the code in
     libgcrypt, copyright owned by the Free Software Foundation.
     Adapted to Nettle by Simon Josefsson and heavily modified by
     Niels Möller. Assembly for x86_64 by Niels Möller. Released under
     the LGPL.
 .
 SHA1
     The C implementation of the SHA1 message digest is written by Peter
     Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
     Released into the public domain. Assembler for x86 by Niels Möller,
     released under the LGPL.
 .
 SHA224, SHA256, SHA384, and SHA512
     Written by Niels Möller, using Peter Gutmann's SHA1 code as a
     model.  Released under the LGPL.
 .
 TWOFISH
     The implementation of the TWOFISH cipher is written by Ruud de
     Rooij.  Released under the LGPL.
 .
 RSA
     Written by Niels Möller, released under the LGPL. Uses the GMP
     library for bignum operations.
 .
 DSA
     Written by Niels Möller, released under the LGPL. Uses the GMP
     library for bignum operations.

Files: *
Copyright: © 2001-2011 Niels Möller
License: LGPL-2.1+

Files: aes-set-*
Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller
License: LGPL-2.1+

Files: arctwo*
Copyright: © 2003 Nikos Mavroyanopoulos
           © 2004 Simon Josefsson
           © 2004 Free Software Foundation, Inc.
           © 2002, 2004 Niels Möller
License: LGPL-2.1+

Files: base64.h base64-meta.c
Copyright: © 2002 Dan Egnor
           © 2002 Niels Möller
License: LGPL-2.1+

Files: blowfish.c
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
           © 2010 Simon Josefsson
License: LGPL-2.1+

Files: blowfish.h
Copyright: © 1998, 2001 Free Software Foundation, Inc.
           © 1998, 2001 Ray Dassen
           © 1998, 2001 Niels Möller
License: LGPL-2.1+

Files: camellia-table.c camellia-crypt-internal.c
Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
	   © 2010 Niels Möller
License: LGPL-2.1+

Files: der2dsa.c
Copyright: © 2005, 2009 Niels Möller
           © 2009 Magnus Holmgren
License: LGPL-2.1+

Files: desCode.h descode.README desdata.c desinfo.c
Copyright: © 2002 Dana L. How
License: LGPL-2+
 This program 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.
 .
 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 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU Library
 General Public License, version 2, can be found in
 /usr/share/common-licenses/LGPL-2.

Files: des.c des.h
Copyright: © 1992 Dana L. How
           © 1997, 2001 Niels Möller
License: LGPL-2.1+

Files: gcm.c gcm.h
Copyright: © 2011 Katholieke Universiteit Leuven
           © 2011 Niels Möller   
License: LGPL-2.1+

Files: md2.c
Copyright: © ? Andrew Kuchling
           © 2003 Andreas Sigfridsson
           © 2003 Niels Möller
License: LGPL-2.1+

Files: md4.c
Copyright: © 2003 Marcus Comstedt
           © 2003 Niels Möller
License: LGPL-2.1+

Files: md5.c md5-compress.c
Copyright: © Colin Plumb, Andrew Kuchling
           © 2001 Niels Möller
License: LGPL-2.1+

Files: memxor.c
Copyright: © 1991,1993, 1995 Free Software Foundation, Inc.
           © 2010 Niels Möller
License: LGPL-2.1+

Files: ripemd160.c ripemd160-compress.c
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
License: LGPL-2.1+

Files: ripemd160-meta.c ripemd160.h
Copyright: © 2011 Andres Mejia
License: LGPL-2.1+

Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c
Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen
           © 2003, 2004, 2005 Free Software Foundation, Inc.
           © 2010, 2011 Simon Josefsson
           © 2011 Niels Möller
License: LGPL-2.1+

Files: sha*
Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
License: LGPL-2.1+

Files: twofish*
Copyright: © 1999 Ruud de Rooij <ruud@debian.org>
           © 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
           © 2001 Niels Möller
License: LGPL-2.1+

Files: dsa2sexp.c
Copyright: © 2002, 2009 Niels Möller
           © 2009 Magnus Holmgren
License: LGPL-2.1+

Files: testsuite/des-compat-test.c
Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com)
License: other
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    "This product includes cryptographic software written by
     Eric Young (eay@cryptsoft.com)"
    The word 'cryptographic' can be left out if the rouines from the library
    being used are not cryptographic related :-).
 4. If you include any Windows specific code (or a derivative thereof) from 
    the apps directory (application code) you must include an acknowledgement:
    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
 .
 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files: tools/pkcs1-conv.c
Copyright: © 2005, 2009 Niels Möller
           © 2009 Magnus Holmgren
License: LGPL-2.1+

Files: x86*/aes-*-internal.asm
Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla
           © 2001, 2002, 2005, 2008 Niels Möller
License: LGPL-2.1+

Files: tools/getopt*
Copyright: © 1987-2001 Free Software Foundation, Inc.
License: GPL-2+

Files: config.guess config.sub
Copyright: © 1992-2003 Free Software Foundation, Inc.
License: GPL-2+
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.

Files: debian/*
Copyright: none
License: public-domain
 I believe that most files in debian/ hardly contains any creative
 expression eligible for copyright.

Files: debian/sexp-conv.1
Copyright: © 2002 Timshel Knoll <timshel@debian.org>
           © 2007 Magnus Holmgren
License: GPL-2
 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., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License, version 2, can be found in
 /usr/share/common-licenses/GPL-2.
Comment:
 This manpage was copied from the lsh-utils package. Timshel didn't
 explicitly select a license for his packaging work, but I think that
 it can be considered released under the same license as LSH itself.

Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
Copyright: © 2007 Magnus Holmgren
License: GAP
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.

License: LGPL-2.1+
 The nettle 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.
 .
 The nettle 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 GNU/Linux systems, the complete text of the newest version
 of the GNU Lesser General Public License can be found in
 /usr/share/common-licenses/LGPL.

License: GPL-2+
 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 2 of the License, or
 (at your option) any later version.
 .
 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., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian GNU/Linux systems, the complete text of the newest version
 of the GNU General Public License can be found in
 /usr/share/common-licenses/GPL.