Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 167 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
167 magnus 1
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
74 magnus 2
Upstream-Name: Nettle
3
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
4
Source: http://www.lysator.liu.se/~nisse/nettle/
197 magnus 5
Copyright: © 2001-2020 Niels Möller
74 magnus 6
 Some parts are Copyright © the Free Software Foundation and various
7
 people. See below and source code comments for details.
197 magnus 8
License: LGPL-3+ or GPL-2+
75 magnus 9
Comment:
197 magnus 10
 Nettle is dual licenced under the GNU General Public License version
11
 2 or later, and the GNU Lesser General Public License version 3 or
12
 later.  When using Nettle, you must comply fully with all conditions
13
 of at least one of these licenses. A few of the individual files are
14
 licensed under more permissive terms, or in the public domain. To
75 magnus 15
 find the current status of particular files, you have to read the
16
 copyright notices at the top of the files.
17
 .
197 magnus 18
 A list of the supported algorithms, their origins, and exceptions to
19
 the above licensing:
75 magnus 20
 .
21
 AES
15 magnus 22
     The implementation of the AES cipher (also known as rijndael) is
197 magnus 23
     written by Rafael Sevilla.  Assembler for x86 by Rafael Sevilla and
24
     Niels Möller, Sparc assembler by Niels Möller.
75 magnus 25
 .
26
 ARCFOUR
15 magnus 27
     The implementation of the ARCFOUR (also known as RC4) cipher is
197 magnus 28
     written by Niels Möller.
75 magnus 29
 .
30
 ARCTWO
15 magnus 31
     The implementation of the ARCTWO (also known as RC2) cipher is
32
     written by Nikos Mavroyanopoulos and modified by Werner Koch and
197 magnus 33
     Simon Josefsson.
75 magnus 34
 .
35
 BLOWFISH
15 magnus 36
     The implementation of the BLOWFISH cipher is written by Werner
197 magnus 37
     Koch, copyright owned by the Free Software Foundation.  Also hacked
38
     by Simon Josefsson and Niels Möller.
75 magnus 39
 .
40
 CAMELLIA
74 magnus 41
     The C implementation is by Nippon Telegraph and Telephone
197 magnus 42
     Corporation (NTT), heavily modified by Niels Möller.  Assembler for
43
     x86 and x86_64 by Niels Möller.
75 magnus 44
 .
45
 CAST128
15 magnus 46
     The implementation of the CAST128 cipher is written by Steve Reid.
47
     Released into the public domain.
75 magnus 48
 .
197 magnus 49
 CHACHA
50
     Implemented by Joachim Strömbergson, based on the implementation of
51
     SALSA20 (see below).  Assembly for x86_64 by Niels Möller.
52
 .
75 magnus 53
 DES
15 magnus 54
     The implementation of the DES cipher is written by Dana L. How, and
197 magnus 55
     released under the LGPL, version 2 or later.
75 magnus 56
 .
197 magnus 57
 GOSTHASH94
58
     The C implementation of the GOST94 message digest is written by
59
     Aleksey Kravchenko and was ported from the rhash library by Nikos
60
     Mavrogiannopoulos.  It is released under the MIT license.
61
 .
75 magnus 62
 MD2
15 magnus 63
     The implementation of MD2 is written by Andrew Kuchling, and hacked
197 magnus 64
     some by Andreas Sigfridsson and Niels Möller.  Python Cryptography
15 magnus 65
     Toolkit license (essentially public domain).
75 magnus 66
 .
67
 MD4
15 magnus 68
     This is almost the same code as for MD5 below, with modifications
197 magnus 69
     by Marcus Comstedt.  Released into the public domain.
75 magnus 70
 .
71
 MD5
15 magnus 72
     The implementation of the MD5 message digest is written by Colin
73
     Plumb.  It has been hacked some more by Andrew Kuchling and Niels
74
     Möller.  Released into the public domain.
75 magnus 75
 .
197 magnus 76
 PBKDF2
77
     The C implementation of PBKDF2 is based on earlier work for Shishi
78
     and GnuTLS by Simon Josefsson.
79
 .
80
 RIPEMD160
81
     The implementation of RIPEMD160 message digest is based on the code
82
     in libgcrypt, copyright owned by the Free Software Foundation.
83
     Ported to Nettle by Andres Mejia.
84
 .
85
 SALSA20
86
     The C implementation of SALSA20 is based on D. J. Bernstein’s
87
     reference implementation (in the public domain), adapted to Nettle
88
     by Simon Josefsson, and heavily modified by Niels Möller.  Assembly
89
     for x86_64 and ARM by Niels Möller.
90
 .
75 magnus 91
 SERPENT
197 magnus 92
     The implementation of the SERPENT cipher is based on the code in
74 magnus 93
     libgcrypt, copyright owned by the Free Software Foundation.
197 magnus 94
     Adapted to Nettle by Simon Josefsson and heavily modified by Niels
95
     Möller.  Assembly for x86_64 by Niels Möller.
75 magnus 96
 .
197 magnus 97
 POLY1305
98
     Based on the implementation by Andrew M. (floodyberry), modified by
99
     Nikos Mavrogiannopoulos and Niels Möller.  Assembly for x86_64 by
100
     Niels Möller.
101
 .
75 magnus 102
 SHA1
15 magnus 103
     The C implementation of the SHA1 message digest is written by Peter
104
     Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
197 magnus 105
     Released into the public domain.  Assembler for x86, x86_64 and ARM
106
     by Niels Möller, released under the LGPL.
75 magnus 107
 .
197 magnus 108
 SHA2
109
     Written by Niels Möller, using Peter Gutmann’s SHA1 code as a
110
     model.
75 magnus 111
 .
197 magnus 112
 SHA3
113
     Written by Niels Möller.
114
 .
75 magnus 115
 TWOFISH
15 magnus 116
     The implementation of the TWOFISH cipher is written by Ruud de
197 magnus 117
     Rooij.
75 magnus 118
 .
197 magnus 119
 UMAC
120
     Written by Niels Möller.
121
 .
122
 CMAC
123
     Written by Nikos Mavrogiannopoulos, Niels Möller, Jeremy Allison,
124
     Michael Adam and Stefan Metzmacher.
125
 .
75 magnus 126
 RSA
197 magnus 127
     Written by Niels Möller.  Uses the GMP library for bignum
128
     operations.
75 magnus 129
 .
130
 DSA
197 magnus 131
     Written by Niels Möller.  Uses the GMP library for bignum
132
     operations.
133
 .
134
 ECDSA
135
     Written by Niels Möller.  Uses the GMP library for bignum
136
     operations.  Development of Nettle’s ECC support was funded by the
137
     .SE Internet Fund.
15 magnus 138
 
34 magnus 139
Files: *
197 magnus 140
Copyright: 2001-2020 Niels Möller
141
License: LGPL-3+ or GPL-2+
34 magnus 142
 
197 magnus 143
Files: aes-invert-internal.c aes-set-decrypt-key.c
144
 aes-set-encrypt-key.c aes-set-key-internal.c
145
Copyright: 2013, Niels Möller
146
 2000-2002, Rafael R. Sevilla, Niels Möller
147
License: LGPL-3+ or GPL-2+
34 magnus 148
 
197 magnus 149
Files: x86*/aes-*-internal.asm
150
Copyright: 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
151
           2008, 2013 Niels Möller
152
License: LGPL-3+ or GPL-2+
34 magnus 153
 
197 magnus 154
Files: arctwo.c
155
Copyright: 2003 Nikos Mavroyanopoulos
156
 2004 Simon Josefsson
157
 2004 Free Software Foundation, Inc.
158
 2002, 2004, 2014 Niels Möller
159
License: LGPL-3+ or GPL-2+
160
 
161
Files: arctwo-meta.c pbkdf2.c
162
 salsa20-128-set-key.c salsa20-256-set-key.c
163
 salsa20-core-internal.c
164
 salsa20-set-key.c salsa20-set-nonce.c
165
Copyright: 2012-2014 Niels Möller
166
 2004, 2012 Simon Josefsson
167
License: LGPL-3+ or GPL-2+
168
 
169
Files: arctwo.h
170
 salsa20-internal.h salsa20.h
171
Copyright: 2004, 2012 Simon Josefsson
172
 2001, 2002, 2004, 2014 Niels Möller
173
License: LGPL-3+ or GPL-2+
174
 
94 magnus 175
Files: base64.h base64-meta.c
197 magnus 176
Copyright: 2002 Dan Egnor, Niels Möller
177
License: LGPL-3+ or GPL-2+
75 magnus 178
 
197 magnus 179
Files: base64url-decode.c base64url-encode.c
180
Copyright: 2015 Amos Jeffries, Niels Möller
181
License: LGPL-3+ or GPL-2+
182
 
183
Files: block-internal.h
184
Copyright: 2019 Dmitry Eremin-Solenikov
185
 2018 Red Hat, Inc.
186
 2011 Katholieke Universiteit Leuven
187
 2011, 2013, 2018 Niels Möller
188
License: LGPL-3+ or GPL-2+
189
 
34 magnus 190
Files: blowfish.c
197 magnus 191
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
192
           2010 Simon Josefsson
193
License: LGPL-3+ or GPL-2+
34 magnus 194
 
195
Files: blowfish.h
197 magnus 196
Copyright: 1998, 2001 Free Software Foundation, Inc.
197
           1998, 2001 Ray Dassen
198
           1998, 2001 Niels Möller
199
License: LGPL-3+ or GPL-2+
34 magnus 200
 
197 magnus 201
Files: camellia-table.c camellia-crypt-internal.c camellia.h camellia-internal.h
202
 camellia128-set-encrypt-key.c camellia256-set-encrypt-key.c camellia-absorb.c
203
Copyright: 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
204
	   2010, 2013 Niels Möller
205
License: LGPL-3+ or GPL-2+
74 magnus 206
 
197 magnus 207
Files: ccm.c ccm.h ccm-aes128.c
208
 ccm-aes192.c ccm-aes256.c
209
Copyright: 2014 Owen Kirby
210
 2014 Exegin Technologies Limited
211
License: LGPL-3+ or GPL-2+
212
 
213
Files: cfb.c
214
 cfb.h
215
 ecc-gostdsa-sign.c
216
 ecc-gostdsa-verify.c
217
 gostdsa-sign.c
218
 gostdsa-verify.c
219
Copyright: 2015, 2017 Dmitry Eremin-Solenikov
220
 2001, 2011, 2013, 2014 Niels Möller
221
License: LGPL-3+ or GPL-2+
222
 
223
Files: chacha-core-internal.c chacha-crypt.c
224
 chacha-internal.h chacha.h chacha-set-nonce.c
225
Copyright: 2012 Simon Josefsson
226
 2013 Joachim Strömbergson
227
 2012, 2014 Niels Möller
228
License: LGPL-3+ or GPL-2+
229
 
230
Files: cmac-aes128.c cmac-aes256.c
231
 cmac.h hkdf.c hkdf.h
232
 xts-aes128.c xts-aes256.c xts.c
233
Copyright: 2017, 2018 Red Hat, Inc.
234
License: LGPL-3+ or GPL-2+
235
 
236
Files: cmac-des3-meta.c
237
Copyright: 2020 Dmitry Baryshkov
238
License: LGPL-3+ or GPL-2+
239
 
240
Files: cmac-des3.c
241
 ecc-gost-gc256b.c ecc-gost-gc512a.c
242
 gost28147-internal.h gostdsa-vko.c
243
 hmac-gosthash94.c pbkdf2-hmac-gosthash94.c
244
Copyright: 2016-2020 Dmitry Eremin-Solenikov
245
License: LGPL-3+ or GPL-2+
246
 
247
Files: cmac.c cmac64.c
248
Copyright: 2012 Stefan Metzmacher, Michael Adam, Jeremy Allison
249
 2017 Red Hat Inc.
250
 2019 Dmitry Eremin-Solenikov
251
License: LGPL-3+ or GPL-2+
252
 
253
Files: ctr16.c
254
 pkcs1-internal.h pkcs1-sec-decrypt.c
255
 version.h.in xts.h
256
Copyright: 2015, 2017, 2018 Red Hat, Inc.
257
 2001, 2002, 2005-2018 Niels Möller
258
License: LGPL-3+ or GPL-2+
259
 
260
Files: curve448-eh-to-x.c curve448.h
261
 curve448-mul-g.c curve448-mul.c
262
 ecc-curve448.c  ed448-shake256-pubkey.c
263
 ed448-shake256-sign.c ed448-shake256-verify.c
264
 shake256.c
265
Copyright: 2017 Red Hat, Inc.
266
 2017 Daiki Ueno
267
License: LGPL-3+ or GPL-2+
268
 
75 magnus 269
Files: der2dsa.c
197 magnus 270
Copyright: 2005, 2009, 2014 Niels Möller
271
 2009 Magnus Holmgren
272
License: LGPL-3+ or GPL-2+
75 magnus 273
 
94 magnus 274
Files: desCode.h descode.README desdata.c desinfo.c
34 magnus 275
Copyright: © 2002 Dana L. How
276
License: LGPL-2+
94 magnus 277
 This program is free software; you can redistribute it and/or modify
278
 it under the terms of the GNU Library General Public License as published by
279
 the Free Software Foundation; either version 2 of the License, or
280
 (at your option) any later version.
281
 .
282
 This program is distributed in the hope that it will be useful,
283
 but WITHOUT ANY WARRANTY; without even the implied warranty of
284
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
285
 GNU Library General Public License for more details.
286
 .
287
 You should have received a copy of the GNU Library General Public License
288
 along with this program; if not, write to the Free Software
289
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
290
 .
291
 On Debian GNU/Linux systems, the complete text of the GNU Library
292
 General Public License, version 2, can be found in
293
 /usr/share/common-licenses/LGPL-2.
34 magnus 294
 
94 magnus 295
Files: des.c des.h
197 magnus 296
Copyright: 1992 Dana L. How
297
 1997, 2001 Niels Möller
298
License: LGPL-3+ or GPL-2+
34 magnus 299
 
197 magnus 300
Files: dsa2sexp.c
301
Copyright: 2002, 2009, 2014 Niels Möller
302
 2009 Magnus Holmgren
303
License: LGPL-3+ or GPL-2+
304
 
305
Files: eccdata.c eddsa-hash.c
306
Copyright: 2017 Red Hat, Inc.
307
 2017 Daiki Ueno
308
 2013, 2014, 2017, 2019 Niels Möller
309
License: LGPL-3+ or GPL-2+
310
 
311
Files: examples/base16dec.c examples/base16enc.c
312
 examples/base64dec.c examples/base64enc.c
313
Copyright: 2006, 2012, Jeronimo Pellegrini, Niels Möller
314
License: LGPL-3+ or GPL-2+
315
 
316
Files: examples/nettle-openssl.c
317
Copyright: 2015, 2017, 2018, Red Hat, Inc.
318
 2001, 2002, 2005-2018, Niels Möller
319
License: LGPL-3+ or GPL-2+
320
 
94 magnus 321
Files: gcm.c gcm.h
197 magnus 322
Copyright: 2011 Katholieke Universiteit Leuven
323
 2011, 2013, 2018 Niels Möller
324
 2018 Red Hat, Inc.
325
License: LGPL-3+ or GPL-2+
75 magnus 326
 
197 magnus 327
Files: gmp-glue.c
328
 gmp-glue.h
329
Copyright: 2013 Red Hat, Niels Möller
330
License: LGPL-3+ or GPL-2+
331
 
332
Files: gost28147.c gosthash94.c
333
Copyright: 2019 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
334
 2009-2012 Aleksey Kravchenko <rhash.admin@gmail.com>
335
License: Expat
336
 
337
Files: gostdsa.h
338
Copyright: 2015, Dmity Eremin-Solenikov
339
 2013, Niels Möller
340
License: LGPL-3+ or GPL-2+
341
 
342
Files: gosthash94-meta.c
343
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
344
License: LGPL-3+ or GPL-2+
345
 
346
Files: gosthash94.h
347
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
348
License: LGPL-3+ or GPL-2+
349
 
350
Files: hmac-md5-meta.c hmac-ripemd160-meta.c
351
 hmac-sha1-meta.c hmac-sha224-meta.c
352
 hmac-sha256-meta.c hmac-sha384-meta.c
353
 hmac-sha512-meta.c nettle-meta-macs.c
354
 pss-mgf1.c pss-mgf1.h pss.c pss.h
355
 rsa-pss-sha256-sign-tr.c rsa-pss-sha256-verify.c
356
 rsa-pss-sha512-sign-tr.c rsa-pss-sha512-verify.c
357
Copyright: 2017, 2020 Daiki Ueno
358
License: LGPL-3+ or GPL-2+
359
 
34 magnus 360
Files: md2.c
197 magnus 361
Copyright: ? Andrew Kuchling
362
           2003 Andreas Sigfridsson
363
           2003 Niels Möller
364
License: LGPL-3+ or GPL-2+
34 magnus 365
 
366
Files: md4.c
197 magnus 367
Copyright: 2003 Marcus Comstedt
368
 2003 Niels Möller
369
License: LGPL-3+ or GPL-2+
34 magnus 370
 
94 magnus 371
Files: md5.c md5-compress.c
197 magnus 372
Copyright: Colin Plumb, Andrew Kuchling
373
           2001 Niels Möller
374
License: LGPL-3+ or GPL-2+
34 magnus 375
 
75 magnus 376
Files: memxor.c
197 magnus 377
Copyright: 1991,1993, 1995 Free Software Foundation, Inc.
378
           2010 Niels Möller
379
License: LGPL-3+ or GPL-2+
34 magnus 380
 
197 magnus 381
Files: nettle-meta-armors.c
382
 nettle-meta-ciphers.c
383
 nettle-meta-hashes.c
384
Copyright: 2011 Daniel Kahn Gillmor
385
License: LGPL-3+ or GPL-2+
386
 
387
Files: pbkdf2-hmac-sha1.c
388
 pbkdf2-hmac-sha256.c
389
 pbkdf2.h
390
 salsa20-crypt.c
391
Copyright: 2012, Simon Josefsson
392
License: LGPL-3+ or GPL-2+
393
 
394
Files: poly1305-aes.c
395
Copyright: 2014 Niels Möller
396
 2013 Nikos Mavrogiannopoulos
397
License: LGPL-3+ or GPL-2+
398
 
399
Files: poly1305-internal.c
400
Copyright: 2013, Nikos Mavrogiannopoulos
401
 2013 Niels Möller
402
 2012, 2013 Andrew M. (floodyberry)
403
License: LGPL-3+ or GPL-2+
404
 
405
Files: poly1305-internal.h
406
 poly1305.h
407
Copyright: 2013, Nikos Mavrogiannopoulos
408
 2013, 2014, Niels Möller
409
License: LGPL-3+ or GPL-2+
410
 
94 magnus 411
Files: ripemd160.c ripemd160-compress.c
197 magnus 412
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
413
License: LGPL-3+ or GPL-2+
88 magnus 414
 
197 magnus 415
Files: ripemd160-meta.c ripemd160.h ripemd160-internal.h
416
Copyright: 2011 Andres Mejia
417
License: LGPL-3+ or GPL-2+
88 magnus 418
 
197 magnus 419
Files: rsa-blind.c rsa-decrypt-tr.c
420
Copyright: 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
421
License: LGPL-3+ or GPL-2+
75 magnus 422
 
197 magnus 423
Files: rsa-pkcs1-sign-tr.c salsa20r12-crypt.c
424
 siv-cmac-aes128.c siv-cmac-aes256.c
425
 siv-cmac.c siv-cmac.h
426
Copyright: 2012, 2013, 2017, 2018, Nikos Mavrogiannopoulos
427
License: LGPL-3+ or GPL-2+
34 magnus 428
 
197 magnus 429
Files: rsa-sec-compute-root.c
430
Copyright: 2018 Red Hat, Inc
431
 2018 Niels Möller
432
License: LGPL-3+ or GPL-2+
34 magnus 433
 
197 magnus 434
Files: rsa-sec-decrypt.c
435
Copyright: 2018, Red Hat, Inc.
436
 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
437
License: LGPL-3+ or GPL-2+
68 magnus 438
 
197 magnus 439
Files: rsa-sign-tr.c
440
Copyright: 2018, Red Hat Inc.
441
 2012, Nikos Mavrogiannopoulos
442
 2001, 2015, Niels Möller
443
License: LGPL-3+ or GPL-2+
444
 
445
Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c serpent-internal.h
446
Copyright: 1998 Ross Anderson, Eli Biham, Lars Knudsen
447
 2003, 2004, 2005 Free Software Foundation, Inc.
448
 2010, 2011 Simon Josefsson
449
 2011, 2014 Niels Möller
450
License: LGPL-3+ or GPL-2+
451
 
452
Files: sha1-compress.c
453
Copyright: 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
454
License: LGPL-3+ or GPL-2+
455
 
456
Files: sha512.c
457
Copyright: 2013, 2014 Joachim Strömbergson
458
 2001, 2010, 2012, 2014 Niels Möller
459
License: LGPL-3+ or GPL-2+
460
 
461
Files: testsuite/arctwo-test.c
462
Copyright: 2004, 2012 Simon Josefsson
463
 2001, 2002, 2004, 2014 Niels Möller
464
License: LGPL-3+ or GPL-2+
465
 
466
Files: testsuite/ccm-test.c
467
Copyright: 2014 Owen Kirby
468
 2014 Exegin Technologies Limited
469
License: LGPL-3+ or GPL-2+
470
 
471
Files: testsuite/chacha-test.c
472
Copyright: 2013, 2014 Joachim Strömbergson
473
 2001, 2010, 2012, 2014 Niels Möller
474
License: LGPL-3+ or GPL-2+
475
 
476
Files: testsuite/curve448-dh-test.c
477
 testsuite/ed448-test.c
478
 testsuite/shake256-test.c
479
Copyright: 2017, Red Hat, Inc.
480
 2017, Daiki Ueno
481
License: LGPL-3+ or GPL-2+
482
 
483
Files: testsuite/siv-test.c
484
Copyright: 2012, 2013, 2017, 2018 Nikos Mavrogiannopoulos
485
License: LGPL-3+ or GPL-2+
486
 
487
Files: texinfo.tex
488
Copyright: 1985, 1986, 1988, 1990-2009, Free Software Foundation, Inc.
489
License: GPL-3+
490
 This texinfo.tex file is free software: you can redistribute it and/or
491
 modify it under the terms of the GNU General Public License as
492
 published by the Free Software Foundation, either version 3 of the
493
 License, or (at your option) any later version.
34 magnus 494
 .
197 magnus 495
 This texinfo.tex file is distributed in the hope that it will be
496
 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
497
 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
498
 General Public License for more details.
499
 .
500
 You should have received a copy of the GNU General Public License
501
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
502
 .
503
 As a special exception, when this file is read by TeX when processing
504
 a Texinfo source document, you may use the result without
505
 restriction.  (This has been our intent since Texinfo was invented.)
34 magnus 506
 
197 magnus 507
Files: twofish*
508
Copyright: 1999 Ruud de Rooij <ruud@debian.org>
509
 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
510
 2001 Niels Möller
511
License: LGPL-3+ or GPL-2+
512
 
75 magnus 513
Files: tools/pkcs1-conv.c
197 magnus 514
Copyright: 2005, 2009, 2014 Niels Möller
515
 2009 Magnus Holmgren
516
License: LGPL-3+ or GPL-2+
75 magnus 517
 
197 magnus 518
Files: getopt*
519
Copyright: 1987-2001 Free Software Foundation, Inc.
34 magnus 520
License: GPL-2+
521
 
94 magnus 522
Files: config.guess config.sub
197 magnus 523
Copyright: © 1992-2020 Free Software Foundation, Inc.
524
License: GPL-3+ with Autoconf exception
34 magnus 525
 As a special exception to the GNU General Public License, if you
526
 distribute this file as part of a program that contains a
527
 configuration script generated by Autoconf, you may include it under
528
 the same distribution terms that you use for the rest of that program.
529
 
530
Files: debian/*
94 magnus 531
Copyright: none
75 magnus 532
License: public-domain
34 magnus 533
 I believe that most files in debian/ hardly contains any creative
534
 expression eligible for copyright.
535
 
74 magnus 536
Files: debian/sexp-conv.1
197 magnus 537
Copyright: 2002 Timshel Knoll <timshel@debian.org>
538
 2007 Magnus Holmgren
34 magnus 539
License: GPL-2
94 magnus 540
 This program is free software; you can redistribute it and/or modify
541
 it under the terms of the GNU General Public License as published by
542
 the Free Software Foundation; version 2 dated June. 1991.
543
 .
544
 This program is distributed in the hope that it will be useful,
545
 but WITHOUT ANY WARRANTY; without even the implied warranty of
546
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
547
 GNU General Public License for more details.
548
 .
549
 You should have received a copy of the GNU General Public License
550
 along with this program; if not, write to the Free Software
551
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
552
 02110-1301 USA.
553
 .
554
 On Debian GNU/Linux systems, the complete text of the GNU General
555
 Public License, version 2, can be found in
556
 /usr/share/common-licenses/GPL-2.
557
Comment:
34 magnus 558
 This manpage was copied from the lsh-utils package. Timshel didn't
559
 explicitly select a license for his packaging work, but I think that
560
 it can be considered released under the same license as LSH itself.
561
 
94 magnus 562
Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
197 magnus 563
Copyright: 2007 Magnus Holmgren
34 magnus 564
License: GAP
94 magnus 565
 Copying and distribution of this file, with or without modification,
566
 are permitted in any medium without royalty provided the copyright
567
 notice and this notice are preserved.
568
 
197 magnus 569
License: LGPL-3+
94 magnus 570
 The nettle library is free software; you can redistribute it and/or modify
571
 it under the terms of the GNU Lesser General Public License as published by
197 magnus 572
 the Free Software Foundation; either version 3 of the License, or (at your
94 magnus 573
 option) any later version.
574
 .
197 magnus 575
 GNU Nettle is distributed in the hope that it will be useful, but
94 magnus 576
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
577
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
578
 License for more details.
579
 .
580
 You should have received a copy of the GNU Lesser General Public
197 magnus 581
 License along with this library; if not, see http://www.gnu.org/licenses/.
94 magnus 582
 .
583
 On Debian GNU/Linux systems, the complete text of the newest version
584
 of the GNU Lesser General Public License can be found in
585
 /usr/share/common-licenses/LGPL.
586
 
587
License: GPL-2+
588
 This program is free software; you can redistribute it and/or modify
589
 it under the terms of the GNU General Public License as published by
590
 the Free Software Foundation; either version 2 of the License, or
591
 (at your option) any later version.
592
 .
197 magnus 593
 GNU Nettle is distributed in the hope that it will be useful,
94 magnus 594
 but WITHOUT ANY WARRANTY; without even the implied warranty of
595
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
596
 GNU General Public License for more details.
597
 .
598
 You should have received a copy of the GNU General Public License
599
 along with this program; if not, write to the Free Software
600
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
601
 02110-1301 USA.
602
 .
603
 On Debian GNU/Linux systems, the complete text of the newest version
604
 of the GNU General Public License can be found in
605
 /usr/share/common-licenses/GPL.
197 magnus 606
 
607
License: Expat
608
 Permission is hereby granted, free of charge, to any person obtaining a
609
 copy of this software and associated documentation files (the
610
 "Software"), to deal in the Software without restriction, including
611
 without limitation the rights to use, copy, modify, merge, publish,
612
 distribute, sublicense, and/or sell copies of the Software, and to
613
 permit persons to whom the Software is furnished to do so, subject to
614
 the following conditions:
615
 .
616
 The above copyright notice and this permission notice shall be included
617
 in all copies or substantial portions of the Software.
618
 .
619
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
620
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
621
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
622
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
623
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
624
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
625
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.