File: copyright

package info (click to toggle)
nettle 3.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,040 kB
  • sloc: ansic: 64,653; asm: 14,383; sh: 3,666; makefile: 808; cpp: 71; awk: 7
file content (630 lines) | stat: -rw-r--r-- 20,902 bytes parent folder | download
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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Nettle
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
Source: http://www.lysator.liu.se/~nisse/nettle/
Copyright: © 2001-2020 Niels Möller
 Some parts are Copyright © the Free Software Foundation and various
 people. See below and source code comments for details.
License: LGPL-3+ or GPL-2+
Comment:
 Nettle is dual licenced under the GNU General Public License version
 2 or later, and the GNU Lesser General Public License version 3 or
 later.  When using Nettle, you must comply fully with all conditions
 of at least one of these licenses. A few of the individual files are
 licensed under more permissive terms, or 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 exceptions to
 the above licensing:
 .
 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.
 .
 ARCFOUR
     The implementation of the ARCFOUR (also known as RC4) cipher is
     written by Niels Möller.
 .
 ARCTWO
     The implementation of the ARCTWO (also known as RC2) cipher is
     written by Nikos Mavroyanopoulos and modified by Werner Koch and
     Simon Josefsson.
 .
 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.
 .
 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.
 .
 CAST128
     The implementation of the CAST128 cipher is written by Steve Reid.
     Released into the public domain.
 .
 CHACHA
     Implemented by Joachim Strömbergson, based on the implementation of
     SALSA20 (see below).  Assembly for x86_64 by Niels Möller.
 .
 DES
     The implementation of the DES cipher is written by Dana L. How, and
     released under the LGPL, version 2 or later.
 .
 GOSTHASH94
     The C implementation of the GOST94 message digest is written by
     Aleksey Kravchenko and was ported from the rhash library by Nikos
     Mavrogiannopoulos.  It is released under the MIT license.
 .
 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.
 .
 PBKDF2
     The C implementation of PBKDF2 is based on earlier work for Shishi
     and GnuTLS by Simon Josefsson.
 .
 RIPEMD160
     The implementation of RIPEMD160 message digest is based on the code
     in libgcrypt, copyright owned by the Free Software Foundation.
     Ported to Nettle by Andres Mejia.
 .
 SALSA20
     The C implementation of SALSA20 is based on D. J. Bernstein’s
     reference implementation (in the public domain), adapted to Nettle
     by Simon Josefsson, and heavily modified by Niels Möller.  Assembly
     for x86_64 and ARM by Niels Möller.
 .
 SERPENT
     The implementation of the SERPENT cipher 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.
 .
 POLY1305
     Based on the implementation by Andrew M. (floodyberry), modified by
     Nikos Mavrogiannopoulos and Niels Möller.  Assembly for x86_64 by
     Niels Möller.
 .
 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, x86_64 and ARM
     by Niels Möller, released under the LGPL.
 .
 SHA2
     Written by Niels Möller, using Peter Gutmann’s SHA1 code as a
     model.
 .
 SHA3
     Written by Niels Möller.
 .
 TWOFISH
     The implementation of the TWOFISH cipher is written by Ruud de
     Rooij.
 .
 UMAC
     Written by Niels Möller.
 .
 CMAC
     Written by Nikos Mavrogiannopoulos, Niels Möller, Jeremy Allison,
     Michael Adam and Stefan Metzmacher.
 .
 RSA
     Written by Niels Möller.  Uses the GMP library for bignum
     operations.
 .
 DSA
     Written by Niels Möller.  Uses the GMP library for bignum
     operations.
 .
 ECDSA
     Written by Niels Möller.  Uses the GMP library for bignum
     operations.  Development of Nettle’s ECC support was funded by the
     .SE Internet Fund.

Files: *
Copyright: 2001-2020 Niels Möller
License: LGPL-3+ or GPL-2+

Files: aes-invert-internal.c aes-set-decrypt-key.c
 aes-set-encrypt-key.c aes-set-key-internal.c
Copyright: 2013, Niels Möller
 2000-2002, Rafael R. Sevilla, Niels Möller
License: LGPL-3+ or GPL-2+

Files: x86*/aes-*-internal.asm
Copyright: 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
           2008, 2013 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arctwo.c
Copyright: 2003 Nikos Mavroyanopoulos
 2004 Simon Josefsson
 2004 Free Software Foundation, Inc.
 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arctwo-meta.c pbkdf2.c
 salsa20-128-set-key.c salsa20-256-set-key.c
 salsa20-core-internal.c
 salsa20-set-key.c salsa20-set-nonce.c
Copyright: 2012-2014 Niels Möller
 2004, 2012 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: arctwo.h
 salsa20-internal.h salsa20.h
Copyright: 2004, 2012 Simon Josefsson
 2001, 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: base64.h base64-meta.c
Copyright: 2002 Dan Egnor, Niels Möller
License: LGPL-3+ or GPL-2+

Files: base64url-decode.c base64url-encode.c
Copyright: 2015 Amos Jeffries, Niels Möller
License: LGPL-3+ or GPL-2+

Files: block-internal.h
Copyright: 2019 Dmitry Eremin-Solenikov
 2018 Red Hat, Inc.
 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: blowfish.c
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
           2010 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: blowfish.h
Copyright: 1998, 2001 Free Software Foundation, Inc.
           1998, 2001 Ray Dassen
           1998, 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: camellia-table.c camellia-crypt-internal.c camellia.h camellia-internal.h
 camellia128-set-encrypt-key.c camellia256-set-encrypt-key.c camellia-absorb.c
Copyright: 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
	   2010, 2013 Niels Möller
License: LGPL-3+ or GPL-2+

Files: ccm.c ccm.h ccm-aes128.c
 ccm-aes192.c ccm-aes256.c
Copyright: 2014 Owen Kirby
 2014 Exegin Technologies Limited
License: LGPL-3+ or GPL-2+

Files: cfb.c
 cfb.h
 ecc-gostdsa-sign.c
 ecc-gostdsa-verify.c
 gostdsa-sign.c
 gostdsa-verify.c
Copyright: 2015, 2017 Dmitry Eremin-Solenikov
 2001, 2011, 2013, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: chacha-core-internal.c chacha-crypt.c
 chacha-internal.h chacha.h chacha-set-nonce.c
Copyright: 2012 Simon Josefsson
 2013 Joachim Strömbergson
 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: cmac-aes128.c cmac-aes256.c
 cmac.h hkdf.c hkdf.h
 xts-aes128.c xts-aes256.c xts.c
Copyright: 2017, 2018 Red Hat, Inc.
License: LGPL-3+ or GPL-2+

Files: cmac-des3-meta.c
Copyright: 2020 Dmitry Baryshkov
License: LGPL-3+ or GPL-2+

Files: cmac-des3.c
 ecc-gost-gc256b.c ecc-gost-gc512a.c
 gost28147-internal.h gostdsa-vko.c
 hmac-gosthash94.c pbkdf2-hmac-gosthash94.c
Copyright: 2016-2020 Dmitry Eremin-Solenikov
License: LGPL-3+ or GPL-2+

Files: cmac.c cmac64.c
Copyright: 2012 Stefan Metzmacher, Michael Adam, Jeremy Allison
 2017 Red Hat Inc.
 2019 Dmitry Eremin-Solenikov
License: LGPL-3+ or GPL-2+

Files: ctr16.c
 pkcs1-internal.h pkcs1-sec-decrypt.c
 version.h.in xts.h
Copyright: 2015, 2017, 2018 Red Hat, Inc.
 2001, 2002, 2005-2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: curve448-eh-to-x.c curve448.h
 curve448-mul-g.c curve448-mul.c
 ecc-curve448.c  ed448-shake256-pubkey.c
 ed448-shake256-sign.c ed448-shake256-verify.c
 shake256.c
Copyright: 2017 Red Hat, Inc.
 2017 Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: der2dsa.c
Copyright: 2005, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

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-3+ or GPL-2+

Files: dsa2sexp.c
Copyright: 2002, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: eccdata.c eddsa-hash.c
Copyright: 2017 Red Hat, Inc.
 2017 Daiki Ueno
 2013, 2014, 2017, 2019 Niels Möller
License: LGPL-3+ or GPL-2+

Files: examples/base16dec.c examples/base16enc.c
 examples/base64dec.c examples/base64enc.c
Copyright: 2006, 2012, Jeronimo Pellegrini, Niels Möller
License: LGPL-3+ or GPL-2+

Files: examples/nettle-openssl.c
Copyright: 2015, 2017, 2018, Red Hat, Inc.
 2001, 2002, 2005-2018, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gcm.c gcm.h
Copyright: 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018 Niels Möller
 2018 Red Hat, Inc.
License: LGPL-3+ or GPL-2+

Files: gmp-glue.c
 gmp-glue.h
Copyright: 2013 Red Hat, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gost28147.c gosthash94.c
Copyright: 2019 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
 2009-2012 Aleksey Kravchenko <rhash.admin@gmail.com>
License: Expat

Files: gostdsa.h
Copyright: 2015, Dmity Eremin-Solenikov
 2013, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gosthash94-meta.c
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gosthash94.h
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
License: LGPL-3+ or GPL-2+

Files: hmac-md5-meta.c hmac-ripemd160-meta.c
 hmac-sha1-meta.c hmac-sha224-meta.c
 hmac-sha256-meta.c hmac-sha384-meta.c
 hmac-sha512-meta.c nettle-meta-macs.c
 pss-mgf1.c pss-mgf1.h pss.c pss.h
 rsa-pss-sha256-sign-tr.c rsa-pss-sha256-verify.c
 rsa-pss-sha512-sign-tr.c rsa-pss-sha512-verify.c
Copyright: 2017, 2020 Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: md2.c
Copyright: ? Andrew Kuchling
           2003 Andreas Sigfridsson
           2003 Niels Möller
License: LGPL-3+ or GPL-2+

Files: md4.c
Copyright: 2003 Marcus Comstedt
 2003 Niels Möller
License: LGPL-3+ or GPL-2+

Files: md5.c md5-compress.c
Copyright: Colin Plumb, Andrew Kuchling
           2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: memxor.c
Copyright: 1991,1993, 1995 Free Software Foundation, Inc.
           2010 Niels Möller
License: LGPL-3+ or GPL-2+

Files: nettle-meta-armors.c
 nettle-meta-ciphers.c
 nettle-meta-hashes.c
Copyright: 2011 Daniel Kahn Gillmor
License: LGPL-3+ or GPL-2+

Files: pbkdf2-hmac-sha1.c
 pbkdf2-hmac-sha256.c
 pbkdf2.h
 salsa20-crypt.c
Copyright: 2012, Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: pbkdf2-hmac-sha384.c pbkdf2-hmac-sha512.c
Copyright: 2012 Simon Josefsson
 2021 Nicolas Mora
License: LGPL-3+ or GPL-2+

Files: poly1305-aes.c
Copyright: 2014 Niels Möller
 2013 Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: poly1305-internal.c
Copyright: 2013, Nikos Mavrogiannopoulos
 2013 Niels Möller
 2012, 2013 Andrew M. (floodyberry)
License: LGPL-3+ or GPL-2+

Files: poly1305-internal.h
 poly1305.h
Copyright: 2013, Nikos Mavrogiannopoulos
 2013, 2014, Niels Möller
License: LGPL-3+ or GPL-2+

Files: ripemd160.c ripemd160-compress.c
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
License: LGPL-3+ or GPL-2+

Files: ripemd160-meta.c ripemd160.h ripemd160-internal.h
Copyright: 2011 Andres Mejia
License: LGPL-3+ or GPL-2+

Files: rsa-blind.c rsa-decrypt-tr.c
Copyright: 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-pkcs1-sign-tr.c salsa20r12-crypt.c
 siv-cmac-aes128.c siv-cmac-aes256.c
 siv-cmac.c siv-cmac.h
Copyright: 2012, 2013, 2017, 2018, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-sec-compute-root.c
Copyright: 2018 Red Hat, Inc
 2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: rsa-sec-decrypt.c
Copyright: 2018, Red Hat, Inc.
 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-sign-tr.c
Copyright: 2018, Red Hat Inc.
 2012, Nikos Mavrogiannopoulos
 2001, 2015, Niels Möller
License: LGPL-3+ or GPL-2+

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

Files: sha1-compress.c
Copyright: 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
License: LGPL-3+ or GPL-2+

Files: sha512.c
Copyright: 2013, 2014 Joachim Strömbergson
 2001, 2010, 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/arctwo-test.c
Copyright: 2004, 2012 Simon Josefsson
 2001, 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/ccm-test.c
Copyright: 2014 Owen Kirby
 2014 Exegin Technologies Limited
License: LGPL-3+ or GPL-2+

Files: testsuite/chacha-test.c
Copyright: 2013, 2014 Joachim Strömbergson
 2001, 2010, 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/curve448-dh-test.c
 testsuite/ed448-test.c
 testsuite/shake256-test.c
Copyright: 2017, Red Hat, Inc.
 2017, Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: testsuite/siv-test.c
Copyright: 2012, 2013, 2017, 2018 Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: texinfo.tex
Copyright: 1985, 1986, 1988, 1990-2009, Free Software Foundation, Inc.
License: GPL-3+
 This texinfo.tex file 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 texinfo.tex file 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/>.
 .
 As a special exception, when this file is read by TeX when processing
 a Texinfo source document, you may use the result without
 restriction.  (This has been our intent since Texinfo was invented.)

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-3+ or GPL-2+

Files: tools/pkcs1-conv.c
Copyright: 2005, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

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

Files: config.guess config.sub
Copyright: © 1992-2020 Free Software Foundation, Inc.
License: GPL-3+ with Autoconf exception
 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-3+
 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 3 of the License, or (at your
 option) any later version.
 .
 GNU Nettle 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, see http://www.gnu.org/licenses/.
 .
 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.
 .
 GNU Nettle 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.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.