Subversion Repositories

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

Rev 145 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 145 Rev 167
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
Upstream-Name: Nettle
2
Upstream-Name: Nettle
3
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
3
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
4
Source: http://www.lysator.liu.se/~nisse/nettle/
4
Source: http://www.lysator.liu.se/~nisse/nettle/
5
Copyright: © 2001-2011 Niels Möller
5
Copyright: © 2001-2011 Niels Möller
6
 Some parts are Copyright © the Free Software Foundation and various
6
 Some parts are Copyright © the Free Software Foundation and various
7
 people. See below and source code comments for details.
7
 people. See below and source code comments for details.
8
License: LGPL-2.1+
8
License: LGPL-2.1+
9
Comment:
9
Comment:
10
 Nettle is distributed under the GNU Lesser General Public License
10
 Nettle is distributed under the GNU Lesser General Public License
11
 (LGPL). A few of the individual files are in the public domain. To
11
 (LGPL). A few of the individual files are in the public domain. To
12
 find the current status of particular files, you have to read the
12
 find the current status of particular files, you have to read the
13
 copyright notices at the top of the files.
13
 copyright notices at the top of the files.
14
 .
14
 .
15
 A list of the supported algorithms, their origins and licenses (from
15
 A list of the supported algorithms, their origins and licenses (from
16
 the manual):
16
 the manual):
17
 .
17
 .
18
 AES
18
 AES
19
     The implementation of the AES cipher (also known as rijndael) is
19
     The implementation of the AES cipher (also known as rijndael) is
20
     written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and
20
     written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and
21
     Niels Möller, Sparc assembler by Niels Möller. Released under the
21
     Niels Möller, Sparc assembler by Niels Möller. Released under the
22
     LGPL.
22
     LGPL.
23
 .
23
 .
24
 ARCFOUR
24
 ARCFOUR
25
     The implementation of the ARCFOUR (also known as RC4) cipher is
25
     The implementation of the ARCFOUR (also known as RC4) cipher is
26
     written by Niels Möller. Released under the LGPL.
26
     written by Niels Möller. Released under the LGPL.
27
 .
27
 .
28
 ARCTWO
28
 ARCTWO
29
     The implementation of the ARCTWO (also known as RC2) cipher is
29
     The implementation of the ARCTWO (also known as RC2) cipher is
30
     written by Nikos Mavroyanopoulos and modified by Werner Koch and
30
     written by Nikos Mavroyanopoulos and modified by Werner Koch and
31
     Simon Josefsson. Released under the LGPL.
31
     Simon Josefsson. Released under the LGPL.
32
 .
32
 .
33
 BLOWFISH
33
 BLOWFISH
34
     The implementation of the BLOWFISH cipher is written by Werner
34
     The implementation of the BLOWFISH cipher is written by Werner
35
     Koch, copyright owned by the Free Software Foundation. Also hacked
35
     Koch, copyright owned by the Free Software Foundation. Also hacked
36
     by Simon Josefsson and Niels Möller. Released under the LGPL.
36
     by Simon Josefsson and Niels Möller. Released under the LGPL.
37
 .
37
 .
38
 CAMELLIA
38
 CAMELLIA
39
     The C implementation is by Nippon Telegraph and Telephone
39
     The C implementation is by Nippon Telegraph and Telephone
40
     Corporation (NTT), heavily modified by Niels Möller. Assembler for
40
     Corporation (NTT), heavily modified by Niels Möller. Assembler for
41
     x86 and x86_64 by Niels Möller. Released under the LGPL.
41
     x86 and x86_64 by Niels Möller. Released under the LGPL.
42
 .
42
 .
43
 CAST128
43
 CAST128
44
     The implementation of the CAST128 cipher is written by Steve Reid.
44
     The implementation of the CAST128 cipher is written by Steve Reid.
45
     Released into the public domain.
45
     Released into the public domain.
46
 .
46
 .
47
 DES
47
 DES
48
     The implementation of the DES cipher is written by Dana L. How, and
48
     The implementation of the DES cipher is written by Dana L. How, and
49
     released under the LGPL.
49
     released under the LGPL.
50
 .
50
 .
51
 MD2
51
 MD2
52
     The implementation of MD2 is written by Andrew Kuchling, and hacked
52
     The implementation of MD2 is written by Andrew Kuchling, and hacked
53
     some by Andreas Sigfridsson and Niels Möller. Python Cryptography
53
     some by Andreas Sigfridsson and Niels Möller. Python Cryptography
54
     Toolkit license (essentially public domain).
54
     Toolkit license (essentially public domain).
55
 .
55
 .
56
 MD4
56
 MD4
57
     This is almost the same code as for MD5 below, with modifications
57
     This is almost the same code as for MD5 below, with modifications
58
     by Marcus Comstedt. Released into the public domain.
58
     by Marcus Comstedt. Released into the public domain.
59
 .
59
 .
60
 MD5
60
 MD5
61
     The implementation of the MD5 message digest is written by Colin
61
     The implementation of the MD5 message digest is written by Colin
62
     Plumb.  It has been hacked some more by Andrew Kuchling and Niels
62
     Plumb.  It has been hacked some more by Andrew Kuchling and Niels
63
     Möller.  Released into the public domain.
63
     Möller.  Released into the public domain.
64
 .
64
 .
65
 SERPENT
65
 SERPENT
66
     The implementation of the SERPENT is based on the code in
66
     The implementation of the SERPENT is based on the code in
67
     libgcrypt, copyright owned by the Free Software Foundation.
67
     libgcrypt, copyright owned by the Free Software Foundation.
68
     Adapted to Nettle by Simon Josefsson and heavily modified by
68
     Adapted to Nettle by Simon Josefsson and heavily modified by
69
     Niels Möller. Assembly for x86_64 by Niels Möller. Released under
69
     Niels Möller. Assembly for x86_64 by Niels Möller. Released under
70
     the LGPL.
70
     the LGPL.
71
 .
71
 .
72
 SHA1
72
 SHA1
73
     The C implementation of the SHA1 message digest is written by Peter
73
     The C implementation of the SHA1 message digest is written by Peter
74
     Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
74
     Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
75
     Released into the public domain. Assembler for x86 by Niels Möller,
75
     Released into the public domain. Assembler for x86 by Niels Möller,
76
     released under the LGPL.
76
     released under the LGPL.
77
 .
77
 .
78
 SHA224, SHA256, SHA384, and SHA512
78
 SHA224, SHA256, SHA384, and SHA512
79
     Written by Niels Möller, using Peter Gutmann's SHA1 code as a
79
     Written by Niels Möller, using Peter Gutmann's SHA1 code as a
80
     model.  Released under the LGPL.
80
     model.  Released under the LGPL.
81
 .
81
 .
82
 TWOFISH
82
 TWOFISH
83
     The implementation of the TWOFISH cipher is written by Ruud de
83
     The implementation of the TWOFISH cipher is written by Ruud de
84
     Rooij.  Released under the LGPL.
84
     Rooij.  Released under the LGPL.
85
 .
85
 .
86
 RSA
86
 RSA
87
     Written by Niels Möller, released under the LGPL. Uses the GMP
87
     Written by Niels Möller, released under the LGPL. Uses the GMP
88
     library for bignum operations.
88
     library for bignum operations.
89
 .
89
 .
90
 DSA
90
 DSA
91
     Written by Niels Möller, released under the LGPL. Uses the GMP
91
     Written by Niels Möller, released under the LGPL. Uses the GMP
92
     library for bignum operations.
92
     library for bignum operations.
93
93
94
Files: *
94
Files: *
95
Copyright: © 2001-2011 Niels Möller
95
Copyright: © 2001-2011 Niels Möller
96
License: LGPL-2.1+
96
License: LGPL-2.1+
97
97
98
Files: aes-set-*
98
Files: aes-set-*
99
Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller
99
Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller
100
License: LGPL-2.1+
100
License: LGPL-2.1+
101
101
102
Files: arctwo*
102
Files: arctwo*
103
Copyright: © 2003 Nikos Mavroyanopoulos
103
Copyright: © 2003 Nikos Mavroyanopoulos
104
           © 2004 Simon Josefsson
104
           © 2004 Simon Josefsson
105
           © 2004 Free Software Foundation, Inc.
105
           © 2004 Free Software Foundation, Inc.
106
           © 2002, 2004 Niels Möller
106
           © 2002, 2004 Niels Möller
107
License: LGPL-2.1+
107
License: LGPL-2.1+
108
108
109
Files: base64.h base64-meta.c
109
Files: base64.h base64-meta.c
110
Copyright: © 2002 Dan Egnor
110
Copyright: © 2002 Dan Egnor
111
           © 2002 Niels Möller
111
           © 2002 Niels Möller
112
License: LGPL-2.1+
112
License: LGPL-2.1+
113
113
114
Files: blowfish.c
114
Files: blowfish.c
115
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
115
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
116
           © 2010 Simon Josefsson
116
           © 2010 Simon Josefsson
117
License: LGPL-2.1+
117
License: LGPL-2.1+
118
118
119
Files: blowfish.h
119
Files: blowfish.h
120
Copyright: © 1998, 2001 Free Software Foundation, Inc.
120
Copyright: © 1998, 2001 Free Software Foundation, Inc.
121
           © 1998, 2001 Ray Dassen
121
           © 1998, 2001 Ray Dassen
122
           © 1998, 2001 Niels Möller
122
           © 1998, 2001 Niels Möller
123
License: LGPL-2.1+
123
License: LGPL-2.1+
124
124
125
Files: camellia-table.c camellia-crypt-internal.c
125
Files: camellia-table.c camellia-crypt-internal.c
126
Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
126
Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
127
	   © 2010 Niels Möller
127
	   © 2010 Niels Möller
128
License: LGPL-2.1+
128
License: LGPL-2.1+
129
129
130
Files: der2dsa.c
130
Files: der2dsa.c
131
Copyright: © 2005, 2009 Niels Möller
131
Copyright: © 2005, 2009 Niels Möller
132
           © 2009 Magnus Holmgren
132
           © 2009 Magnus Holmgren
133
License: LGPL-2.1+
133
License: LGPL-2.1+
134
134
135
Files: desCode.h descode.README desdata.c desinfo.c
135
Files: desCode.h descode.README desdata.c desinfo.c
136
Copyright: © 2002 Dana L. How
136
Copyright: © 2002 Dana L. How
137
License: LGPL-2+
137
License: LGPL-2+
138
 This program is free software; you can redistribute it and/or modify
138
 This program is free software; you can redistribute it and/or modify
139
 it under the terms of the GNU Library General Public License as published by
139
 it under the terms of the GNU Library General Public License as published by
140
 the Free Software Foundation; either version 2 of the License, or
140
 the Free Software Foundation; either version 2 of the License, or
141
 (at your option) any later version.
141
 (at your option) any later version.
142
 .
142
 .
143
 This program is distributed in the hope that it will be useful,
143
 This program is distributed in the hope that it will be useful,
144
 but WITHOUT ANY WARRANTY; without even the implied warranty of
144
 but WITHOUT ANY WARRANTY; without even the implied warranty of
145
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
145
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
146
 GNU Library General Public License for more details.
146
 GNU Library General Public License for more details.
147
 .
147
 .
148
 You should have received a copy of the GNU Library General Public License
148
 You should have received a copy of the GNU Library General Public License
149
 along with this program; if not, write to the Free Software
149
 along with this program; if not, write to the Free Software
150
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
150
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
151
 .
151
 .
152
 On Debian GNU/Linux systems, the complete text of the GNU Library
152
 On Debian GNU/Linux systems, the complete text of the GNU Library
153
 General Public License, version 2, can be found in
153
 General Public License, version 2, can be found in
154
 /usr/share/common-licenses/LGPL-2.
154
 /usr/share/common-licenses/LGPL-2.
155
155
156
Files: des.c des.h
156
Files: des.c des.h
157
Copyright: © 1992 Dana L. How
157
Copyright: © 1992 Dana L. How
158
           © 1997, 2001 Niels Möller
158
           © 1997, 2001 Niels Möller
159
License: LGPL-2.1+
159
License: LGPL-2.1+
160
160
161
Files: gcm.c gcm.h
161
Files: gcm.c gcm.h
162
Copyright: © 2011 Katholieke Universiteit Leuven
162
Copyright: © 2011 Katholieke Universiteit Leuven
163
           © 2011 Niels Möller   
163
           © 2011 Niels Möller   
164
License: LGPL-2.1+
164
License: LGPL-2.1+
165
165
166
Files: md2.c
166
Files: md2.c
167
Copyright: © ? Andrew Kuchling
167
Copyright: © ? Andrew Kuchling
168
           © 2003 Andreas Sigfridsson
168
           © 2003 Andreas Sigfridsson
169
           © 2003 Niels Möller
169
           © 2003 Niels Möller
170
License: LGPL-2.1+
170
License: LGPL-2.1+
171
171
172
Files: md4.c
172
Files: md4.c
173
Copyright: © 2003 Marcus Comstedt
173
Copyright: © 2003 Marcus Comstedt
174
           © 2003 Niels Möller
174
           © 2003 Niels Möller
175
License: LGPL-2.1+
175
License: LGPL-2.1+
176
176
177
Files: md5.c md5-compress.c
177
Files: md5.c md5-compress.c
178
Copyright: © Colin Plumb, Andrew Kuchling
178
Copyright: © Colin Plumb, Andrew Kuchling
179
           © 2001 Niels Möller
179
           © 2001 Niels Möller
180
License: LGPL-2.1+
180
License: LGPL-2.1+
181
181
182
Files: memxor.c
182
Files: memxor.c
183
Copyright: © 1991,1993, 1995 Free Software Foundation, Inc.
183
Copyright: © 1991,1993, 1995 Free Software Foundation, Inc.
184
           © 2010 Niels Möller
184
           © 2010 Niels Möller
185
License: LGPL-2.1+
185
License: LGPL-2.1+
186
186
187
Files: ripemd160.c ripemd160-compress.c
187
Files: ripemd160.c ripemd160-compress.c
188
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
188
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
189
License: LGPL-2.1+
189
License: LGPL-2.1+
190
190
191
Files: ripemd160-meta.c ripemd160.h
191
Files: ripemd160-meta.c ripemd160.h
192
Copyright: © 2011 Andres Mejia
192
Copyright: © 2011 Andres Mejia
193
License: LGPL-2.1+
193
License: LGPL-2.1+
194
194
195
Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c
195
Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c
196
Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen
196
Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen
197
           © 2003, 2004, 2005 Free Software Foundation, Inc.
197
           © 2003, 2004, 2005 Free Software Foundation, Inc.
198
           © 2010, 2011 Simon Josefsson
198
           © 2010, 2011 Simon Josefsson
199
           © 2011 Niels Möller
199
           © 2011 Niels Möller
200
License: LGPL-2.1+
200
License: LGPL-2.1+
201
201
202
Files: sha*
202
Files: sha*
203
Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
203
Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
204
License: LGPL-2.1+
204
License: LGPL-2.1+
205
205
206
Files: twofish*
206
Files: twofish*
207
Copyright: © 1999 Ruud de Rooij <ruud@debian.org>
207
Copyright: © 1999 Ruud de Rooij <ruud@debian.org>
208
           © 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
208
           © 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
209
           © 2001 Niels Möller
209
           © 2001 Niels Möller
210
License: LGPL-2.1+
210
License: LGPL-2.1+
211
211
212
Files: dsa2sexp.c
212
Files: dsa2sexp.c
213
Copyright: © 2002, 2009 Niels Möller
213
Copyright: © 2002, 2009 Niels Möller
214
           © 2009 Magnus Holmgren
214
           © 2009 Magnus Holmgren
215
License: LGPL-2.1+
215
License: LGPL-2.1+
216
216
217
Files: testsuite/des-compat-test.c
217
Files: testsuite/des-compat-test.c
218
Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com)
218
Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com)
219
License: other
219
License: other
220
 Redistribution and use in source and binary forms, with or without
220
 Redistribution and use in source and binary forms, with or without
221
 modification, are permitted provided that the following conditions
221
 modification, are permitted provided that the following conditions
222
 are met:
222
 are met:
223
 1. Redistributions of source code must retain the copyright
223
 1. Redistributions of source code must retain the copyright
224
    notice, this list of conditions and the following disclaimer.
224
    notice, this list of conditions and the following disclaimer.
225
 2. Redistributions in binary form must reproduce the above copyright
225
 2. Redistributions in binary form must reproduce the above copyright
226
    notice, this list of conditions and the following disclaimer in the
226
    notice, this list of conditions and the following disclaimer in the
227
    documentation and/or other materials provided with the distribution.
227
    documentation and/or other materials provided with the distribution.
228
 3. All advertising materials mentioning features or use of this software
228
 3. All advertising materials mentioning features or use of this software
229
    must display the following acknowledgement:
229
    must display the following acknowledgement:
230
    "This product includes cryptographic software written by
230
    "This product includes cryptographic software written by
231
     Eric Young (eay@cryptsoft.com)"
231
     Eric Young (eay@cryptsoft.com)"
232
    The word 'cryptographic' can be left out if the rouines from the library
232
    The word 'cryptographic' can be left out if the rouines from the library
233
    being used are not cryptographic related :-).
233
    being used are not cryptographic related :-).
234
 4. If you include any Windows specific code (or a derivative thereof) from 
234
 4. If you include any Windows specific code (or a derivative thereof) from 
235
    the apps directory (application code) you must include an acknowledgement:
235
    the apps directory (application code) you must include an acknowledgement:
236
    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
236
    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
237
 .
237
 .
238
 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
238
 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
239
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
239
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
240
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
240
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
241
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
241
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
242
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
242
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
243
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
243
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
244
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
244
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
245
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
245
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
246
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
246
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
247
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
247
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
248
 SUCH DAMAGE.
248
 SUCH DAMAGE.
249
249
250
Files: tools/pkcs1-conv.c
250
Files: tools/pkcs1-conv.c
251
Copyright: © 2005, 2009 Niels Möller
251
Copyright: © 2005, 2009 Niels Möller
252
           © 2009 Magnus Holmgren
252
           © 2009 Magnus Holmgren
253
License: LGPL-2.1+
253
License: LGPL-2.1+
254
254
255
Files: x86*/aes-*-internal.asm
255
Files: x86*/aes-*-internal.asm
256
Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla
256
Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla
257
           © 2001, 2002, 2005, 2008 Niels Möller
257
           © 2001, 2002, 2005, 2008 Niels Möller
258
License: LGPL-2.1+
258
License: LGPL-2.1+
259
259
260
Files: tools/getopt*
260
Files: tools/getopt*
261
Copyright: © 1987-2001 Free Software Foundation, Inc.
261
Copyright: © 1987-2001 Free Software Foundation, Inc.
262
License: GPL-2+
262
License: GPL-2+
263
263
264
Files: config.guess config.sub
264
Files: config.guess config.sub
265
Copyright: © 1992-2003 Free Software Foundation, Inc.
265
Copyright: © 1992-2003 Free Software Foundation, Inc.
266
License: GPL-2+ with Autoconf exception
266
License: GPL-2+ with Autoconf exception
267
 As a special exception to the GNU General Public License, if you
267
 As a special exception to the GNU General Public License, if you
268
 distribute this file as part of a program that contains a
268
 distribute this file as part of a program that contains a
269
 configuration script generated by Autoconf, you may include it under
269
 configuration script generated by Autoconf, you may include it under
270
 the same distribution terms that you use for the rest of that program.
270
 the same distribution terms that you use for the rest of that program.
271
271
272
Files: debian/*
272
Files: debian/*
273
Copyright: none
273
Copyright: none
274
License: public-domain
274
License: public-domain
275
 I believe that most files in debian/ hardly contains any creative
275
 I believe that most files in debian/ hardly contains any creative
276
 expression eligible for copyright.
276
 expression eligible for copyright.
277
277
278
Files: debian/sexp-conv.1
278
Files: debian/sexp-conv.1
279
Copyright: © 2002 Timshel Knoll <timshel@debian.org>
279
Copyright: © 2002 Timshel Knoll <timshel@debian.org>
280
           © 2007 Magnus Holmgren
280
           © 2007 Magnus Holmgren
281
License: GPL-2
281
License: GPL-2
282
 This program is free software; you can redistribute it and/or modify
282
 This program is free software; you can redistribute it and/or modify
283
 it under the terms of the GNU General Public License as published by
283
 it under the terms of the GNU General Public License as published by
284
 the Free Software Foundation; version 2 dated June. 1991.
284
 the Free Software Foundation; version 2 dated June. 1991.
285
 .
285
 .
286
 This program is distributed in the hope that it will be useful,
286
 This program is distributed in the hope that it will be useful,
287
 but WITHOUT ANY WARRANTY; without even the implied warranty of
287
 but WITHOUT ANY WARRANTY; without even the implied warranty of
288
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
288
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
289
 GNU General Public License for more details.
289
 GNU General Public License for more details.
290
 .
290
 .
291
 You should have received a copy of the GNU General Public License
291
 You should have received a copy of the GNU General Public License
292
 along with this program; if not, write to the Free Software
292
 along with this program; if not, write to the Free Software
293
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
293
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
294
 02110-1301 USA.
294
 02110-1301 USA.
295
 .
295
 .
296
 On Debian GNU/Linux systems, the complete text of the GNU General
296
 On Debian GNU/Linux systems, the complete text of the GNU General
297
 Public License, version 2, can be found in
297
 Public License, version 2, can be found in
298
 /usr/share/common-licenses/GPL-2.
298
 /usr/share/common-licenses/GPL-2.
299
Comment:
299
Comment:
300
 This manpage was copied from the lsh-utils package. Timshel didn't
300
 This manpage was copied from the lsh-utils package. Timshel didn't
301
 explicitly select a license for his packaging work, but I think that
301
 explicitly select a license for his packaging work, but I think that
302
 it can be considered released under the same license as LSH itself.
302
 it can be considered released under the same license as LSH itself.
303
303
304
Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
304
Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
305
Copyright: © 2007 Magnus Holmgren
305
Copyright: © 2007 Magnus Holmgren
306
License: GAP
306
License: GAP
307
 Copying and distribution of this file, with or without modification,
307
 Copying and distribution of this file, with or without modification,
308
 are permitted in any medium without royalty provided the copyright
308
 are permitted in any medium without royalty provided the copyright
309
 notice and this notice are preserved.
309
 notice and this notice are preserved.
310
310
311
License: LGPL-2.1+
311
License: LGPL-2.1+
312
 The nettle library is free software; you can redistribute it and/or modify
312
 The nettle library is free software; you can redistribute it and/or modify
313
 it under the terms of the GNU Lesser General Public License as published by
313
 it under the terms of the GNU Lesser General Public License as published by
314
 the Free Software Foundation; either version 2.1 of the License, or (at your
314
 the Free Software Foundation; either version 2.1 of the License, or (at your
315
 option) any later version.
315
 option) any later version.
316
 .
316
 .
317
 The nettle library is distributed in the hope that it will be useful, but
317
 The nettle library is distributed in the hope that it will be useful, but
318
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
318
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
319
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
319
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
320
 License for more details.
320
 License for more details.
321
 .
321
 .
322
 You should have received a copy of the GNU Lesser General Public
322
 You should have received a copy of the GNU Lesser General Public
323
 License along with this library; if not, write to the Free Software
323
 License along with this library; if not, write to the Free Software
324
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
324
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
325
 .
325
 .
326
 On Debian GNU/Linux systems, the complete text of the newest version
326
 On Debian GNU/Linux systems, the complete text of the newest version
327
 of the GNU Lesser General Public License can be found in
327
 of the GNU Lesser General Public License can be found in
328
 /usr/share/common-licenses/LGPL.
328
 /usr/share/common-licenses/LGPL.
329
329
330
License: GPL-2+
330
License: GPL-2+
331
 This program is free software; you can redistribute it and/or modify
331
 This program is free software; you can redistribute it and/or modify
332
 it under the terms of the GNU General Public License as published by
332
 it under the terms of the GNU General Public License as published by
333
 the Free Software Foundation; either version 2 of the License, or
333
 the Free Software Foundation; either version 2 of the License, or
334
 (at your option) any later version.
334
 (at your option) any later version.
335
 .
335
 .
336
 This program is distributed in the hope that it will be useful,
336
 This program is distributed in the hope that it will be useful,
337
 but WITHOUT ANY WARRANTY; without even the implied warranty of
337
 but WITHOUT ANY WARRANTY; without even the implied warranty of
338
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
338
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
339
 GNU General Public License for more details.
339
 GNU General Public License for more details.
340
 .
340
 .
341
 You should have received a copy of the GNU General Public License
341
 You should have received a copy of the GNU General Public License
342
 along with this program; if not, write to the Free Software
342
 along with this program; if not, write to the Free Software
343
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
343
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
344
 02110-1301 USA.
344
 02110-1301 USA.
345
 .
345
 .
346
 On Debian GNU/Linux systems, the complete text of the newest version
346
 On Debian GNU/Linux systems, the complete text of the newest version
347
 of the GNU General Public License can be found in
347
 of the GNU General Public License can be found in
348
 /usr/share/common-licenses/GPL.
348
 /usr/share/common-licenses/GPL.