Rev 88 | Rev 145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 88 | Rev 94 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 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 | - | |
| 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 | - | |
| 12 | option) any later version. | - | |
| 13 | . | - | |
| 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 | - | |
| 16 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public | - | |
| 17 | License for more details. | - | |
| 18 | . | - | |
| 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 | - | |
| 21 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | - | |
| 22 | . | - | |
| 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 | - | |
| 25 | /usr/share/common-licenses/LGPL. | - | |
| 26 | Comment: | 9 | Comment: | 
| 27 | Nettle is distributed under the GNU Lesser General Public License | 10 | Nettle is distributed under the GNU Lesser General Public License | 
| 28 | (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 | 
| 29 | 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 | 
| 30 | copyright notices at the top of the files. | 13 | copyright notices at the top of the files. | 
| Line 110... | Line 93... | ||
| 110 | 93 | ||
| 111 | Files: * | 94 | Files: * | 
| 112 | Copyright: © 2001-2011 Niels Möller | 95 | Copyright: © 2001-2011 Niels Möller | 
| 113 | License: LGPL-2.1+ | 96 | License: LGPL-2.1+ | 
| 114 | 97 | ||
| 115 | Files: aes-set-*, | 98 | Files: aes-set-* | 
| 116 | Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller | 99 | Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller | 
| 117 | License: LGPL-2.1+ | 100 | License: LGPL-2.1+ | 
| 118 | 101 | ||
| 119 | Files: arctwo* | 102 | Files: arctwo* | 
| 120 | Copyright: © 2003 Nikos Mavroyanopoulos | 103 | Copyright: © 2003 Nikos Mavroyanopoulos | 
| 121 | © 2004 Simon Josefsson | 104 | © 2004 Simon Josefsson | 
| 122 | © 2004 Free Software Foundation, Inc. | 105 | © 2004 Free Software Foundation, Inc. | 
| 123 | © 2002, 2004 Niels Möller | 106 | © 2002, 2004 Niels Möller | 
| 124 | License: LGPL-2.1+ | 107 | License: LGPL-2.1+ | 
| 125 | 108 | ||
| 126 | Files: base64.h, base64-meta.c | 109 | Files: base64.h base64-meta.c | 
| 127 | Copyright: © 2002 Dan Egnor | 110 | Copyright: © 2002 Dan Egnor | 
| 128 | © 2002 Niels Möller | 111 | © 2002 Niels Möller | 
| 129 | License: LGPL-2.1+ | 112 | License: LGPL-2.1+ | 
| 130 | 113 | ||
| 131 | Files: blowfish.c | 114 | Files: blowfish.c | 
| Line 137... | Line 120... | ||
| 137 | Copyright: © 1998, 2001 Free Software Foundation, Inc. | 120 | Copyright: © 1998, 2001 Free Software Foundation, Inc. | 
| 138 | © 1998, 2001 Ray Dassen | 121 | © 1998, 2001 Ray Dassen | 
| 139 | © 1998, 2001 Niels Möller | 122 | © 1998, 2001 Niels Möller | 
| 140 | License: LGPL-2.1+ | 123 | License: LGPL-2.1+ | 
| 141 | 124 | ||
| 142 | Files: camellia-table.c, camellia-crypt-internal.c | 125 | Files: camellia-table.c camellia-crypt-internal.c | 
| 143 | Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation) | 126 | Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation) | 
| 144 | © 2010 Niels Möller | 127 | © 2010 Niels Möller | 
| 145 | License: LGPL-2.1+ | 128 | License: LGPL-2.1+ | 
| 146 | 129 | ||
| 147 | Files: der2dsa.c | 130 | Files: der2dsa.c | 
| 148 | Copyright: © 2005, 2009 Niels Möller | 131 | Copyright: © 2005, 2009 Niels Möller | 
| 149 | © 2009 Magnus Holmgren | 132 | © 2009 Magnus Holmgren | 
| 150 | License: LGPL-2.1+ | 133 | License: LGPL-2.1+ | 
| 151 | 134 | ||
| 152 | Files: desCode.h, descode.README, desdata.c, desinfo.c | 135 | Files: desCode.h descode.README desdata.c desinfo.c | 
| 153 | Copyright: © 2002 Dana L. How | 136 | Copyright: © 2002 Dana L. How | 
| 154 | License: LGPL-2+ | 137 | License: LGPL-2+ | 
| - | 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 | |
| - | 140 | the Free Software Foundation; either version 2 of the License, or | |
| - | 141 | (at your option) any later version. | |
| - | 142 | . | |
| - | 143 | This program is distributed in the hope that it will be useful, | |
| - | 144 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| - | 145 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| - | 146 | GNU Library General Public License for more details. | |
| - | 147 | . | |
| - | 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 | |
| - | 150 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. | |
| - | 151 | . | |
| - | 152 | On Debian GNU/Linux systems, the complete text of the GNU Library | |
| - | 153 | General Public License, version 2, can be found in | |
| - | 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: LGPG-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 | 
| Line 172... | Line 172... | ||
| 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 | Licence: 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 | Licence: 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+ | 
| Line 207... | Line 207... | ||
| 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: testsuite/*, examples/*, aesdata.c, sha-example.c | - | |
| 213 | Copyright: © 2001-2006 Niels Möller | - | |
| 214 | License: GPL-2 | - | |
| 215 | - | ||
| 216 | Files: dsa2sexp.c | 212 | Files: dsa2sexp.c | 
| 217 | Copyright: © 2002, 2009 Niels Möller | 213 | Copyright: © 2002, 2009 Niels Möller | 
| 218 | © 2009 Magnus Holmgren | 214 | © 2009 Magnus Holmgren | 
| - | 215 | License: LGPL-2.1+ | |
| 219 | 216 | ||
| 220 | Files: testsuite/des-compat-test.c | 217 | Files: testsuite/des-compat-test.c | 
| 221 | Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com) | 218 | Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com) | 
| 222 | License: other | 219 | License: other | 
| 223 | Redistribution and use in source and binary forms, with or without | 220 | Redistribution and use in source and binary forms, with or without | 
| Line 258... | Line 255... | ||
| 258 | Files: x86*/aes-*-internal.asm | 255 | Files: x86*/aes-*-internal.asm | 
| 259 | Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla | 256 | Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla | 
| 260 | © 2001, 2002, 2005, 2008 Niels Möller | 257 | © 2001, 2002, 2005, 2008 Niels Möller | 
| 261 | License: LGPL-2.1+ | 258 | License: LGPL-2.1+ | 
| 262 | 259 | ||
| 263 | Files: getopt* | 260 | Files: tools/getopt* | 
| 264 | Copyright: © 1987-2001 Free Software Foundation, Inc. | 261 | Copyright: © 1987-2001 Free Software Foundation, Inc. | 
| 265 | License: GPL-2+ | 262 | License: GPL-2+ | 
| 266 | 263 | ||
| 267 | Files: config.guess, config.sub | 264 | Files: config.guess config.sub | 
| 268 | Copyright: © 1992-2003 Free Software Foundation, Inc. | 265 | Copyright: © 1992-2003 Free Software Foundation, Inc. | 
| 269 | License: GPL-2+ | 266 | License: GPL-2+ | 
| 270 | 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 | 
| 271 | distribute this file as part of a program that contains a | 268 | distribute this file as part of a program that contains a | 
| 272 | configuration script generated by Autoconf, you may include it under | 269 | configuration script generated by Autoconf, you may include it under | 
| 273 | 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. | 
| 274 | 271 | ||
| 275 | Files: debian/* | 272 | Files: debian/* | 
| - | 273 | Copyright: none | |
| 276 | License: public-domain | 274 | License: public-domain | 
| 277 | I believe that most files in debian/ hardly contains any creative | 275 | I believe that most files in debian/ hardly contains any creative | 
| 278 | expression eligible for copyright. | 276 | expression eligible for copyright. | 
| 279 | 277 | ||
| 280 | Files: debian/sexp-conv.1 | 278 | Files: debian/sexp-conv.1 | 
| 281 | Copyright: © 2002 Timshel Knoll <timshel@debian.org> | 279 | Copyright: © 2002 Timshel Knoll <timshel@debian.org> | 
| 282 | © 2007 Magnus Holmgren | 280 | © 2007 Magnus Holmgren | 
| 283 | License: GPL-2 | 281 | License: GPL-2 | 
| - | 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 | |
| - | 284 | the Free Software Foundation; version 2 dated June. 1991. | |
| - | 285 | . | |
| - | 286 | This program is distributed in the hope that it will be useful, | |
| - | 287 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| - | 288 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| - | 289 | GNU General Public License for more details. | |
| - | 290 | . | |
| - | 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 | |
| - | 293 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | |
| - | 294 | 02110-1301 USA. | |
| - | 295 | . | |
| - | 296 | On Debian GNU/Linux systems, the complete text of the GNU General | |
| - | 297 | Public License, version 2, can be found in | |
| - | 298 | /usr/share/common-licenses/GPL-2. | |
| - | 299 | Comment: | |
| 284 | 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 | 
| 285 | 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 | 
| 286 | 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. | 
| 287 | 303 | ||
| 288 | Files: debian/pkcs1-conv.1, debian/nettle-lfib-stream.1 | 304 | Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1 | 
| 289 | Copyright: © 2007 Magnus Holmgren | 305 | Copyright: © 2007 Magnus Holmgren | 
| 290 | License: GAP | 306 | License: GAP | 
| - | 307 | Copying and distribution of this file, with or without modification, | |
| - | 308 | are permitted in any medium without royalty provided the copyright | |
| - | 309 | notice and this notice are preserved. | |
| - | 310 | ||
| - | 311 | License: LGPL-2.1+ | |
| - | 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 | |
| - | 314 | the Free Software Foundation; either version 2.1 of the License, or (at your | |
| - | 315 | option) any later version. | |
| - | 316 | . | |
| - | 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 | |
| - | 319 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public | |
| - | 320 | License for more details. | |
| - | 321 | . | |
| - | 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 | |
| - | 324 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
| - | 325 | . | |
| - | 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 | |
| - | 328 | /usr/share/common-licenses/LGPL. | |
| - | 329 | ||
| - | 330 | License: GPL-2+ | |
| - | 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 | |
| - | 333 | the Free Software Foundation; either version 2 of the License, or | |
| - | 334 | (at your option) any later version. | |
| - | 335 | . | |
| - | 336 | This program is distributed in the hope that it will be useful, | |
| - | 337 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| - | 338 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| - | 339 | GNU General Public License for more details. | |
| - | 340 | . | |
| - | 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 | |
| - | 343 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | |
| - | 344 | 02110-1301 USA. | |
| - | 345 | . | |
| - | 346 | On Debian GNU/Linux systems, the complete text of the newest version | |
| - | 347 | of the GNU General Public License can be found in | |
| - | 348 | /usr/share/common-licenses/GPL. | |