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