Rev 167 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 167 | Rev 197 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | Format: https://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-2020 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-3+ or GPL-2+  | 
          
| 9 | Comment:  | 
            9 | Comment:  | 
          
| 10 | Nettle is distributed under the GNU Lesser General Public License  | 
            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  | 
          |
| 11 | (LGPL). A few of the individual files are in the public domain. To  | 
            14 | licensed under more permissive terms, or in the public domain. To  | 
          
| 12 | find the current status of particular files, you have to read the  | 
            15 | find the current status of particular files, you have to read the  | 
          
| 13 | copyright notices at the top of the files.  | 
            16 | copyright notices at the top of the files.  | 
          
| 14 | .  | 
            17 | .  | 
          
| 15 | A list of the supported algorithms, their origins and licenses (from  | 
            18 | A list of the supported algorithms, their origins, and exceptions to  | 
          
| 16 | the manual):  | 
            19 | the above licensing:  | 
          
| 17 | .  | 
            20 | .  | 
          
| 18 | AES  | 
            21 | AES  | 
          
| 19 | The implementation of the AES cipher (also known as rijndael) is  | 
            22 | The implementation of the AES cipher (also known as rijndael) is  | 
          
| 20 | written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and  | 
            23 | written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and  | 
          
| 21 | Niels Möller, Sparc assembler by Niels Möller. Released under the  | 
            24 | Niels Möller, Sparc assembler by Niels Möller.  | 
          
| 22 | LGPL.  | 
            - | |
| 23 | .  | 
            25 | .  | 
          
| 24 | ARCFOUR  | 
            26 | ARCFOUR  | 
          
| 25 | The implementation of the ARCFOUR (also known as RC4) cipher is  | 
            27 | The implementation of the ARCFOUR (also known as RC4) cipher is  | 
          
| 26 | written by Niels Möller. Released under the LGPL.  | 
            28 | written by Niels Möller.  | 
          
| 27 | .  | 
            29 | .  | 
          
| 28 | ARCTWO  | 
            30 | ARCTWO  | 
          
| 29 | The implementation of the ARCTWO (also known as RC2) cipher is  | 
            31 | The implementation of the ARCTWO (also known as RC2) cipher is  | 
          
| 30 | written by Nikos Mavroyanopoulos and modified by Werner Koch and  | 
            32 | written by Nikos Mavroyanopoulos and modified by Werner Koch and  | 
          
| 31 | Simon Josefsson. Released under the LGPL.  | 
            33 | Simon Josefsson.  | 
          
| 32 | .  | 
            34 | .  | 
          
| 33 | BLOWFISH  | 
            35 | BLOWFISH  | 
          
| 34 | The implementation of the BLOWFISH cipher is written by Werner  | 
            36 | The implementation of the BLOWFISH cipher is written by Werner  | 
          
| 35 | Koch, copyright owned by the Free Software Foundation. Also hacked  | 
            37 | Koch, copyright owned by the Free Software Foundation. Also hacked  | 
          
| 36 | by Simon Josefsson and Niels Möller. Released under the LGPL.  | 
            38 | by Simon Josefsson and Niels Möller.  | 
          
| 37 | .  | 
            39 | .  | 
          
| 38 | CAMELLIA  | 
            40 | CAMELLIA  | 
          
| 39 | The C implementation is by Nippon Telegraph and Telephone  | 
            41 | The C implementation is by Nippon Telegraph and Telephone  | 
          
| 40 | Corporation (NTT), heavily modified by Niels Möller. Assembler for  | 
            42 | Corporation (NTT), heavily modified by Niels Möller. Assembler for  | 
          
| 41 | x86 and x86_64 by Niels Möller. Released under the LGPL.  | 
            43 | x86 and x86_64 by Niels Möller.  | 
          
| 42 | .  | 
            44 | .  | 
          
| 43 | CAST128  | 
            45 | CAST128  | 
          
| 44 | The implementation of the CAST128 cipher is written by Steve Reid.  | 
            46 | The implementation of the CAST128 cipher is written by Steve Reid.  | 
          
| 45 | Released into the public domain.  | 
            47 | Released into the public domain.  | 
          
| 46 | .  | 
            48 | .  | 
          
| - | 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 | .  | 
          |
| 47 | DES  | 
            53 | DES  | 
          
| 48 | The implementation of the DES cipher is written by Dana L. How, and  | 
            54 | The implementation of the DES cipher is written by Dana L. How, and  | 
          
| 49 | released under the LGPL.  | 
            55 | released under the LGPL, version 2 or later.  | 
          
| - | 56 | .  | 
          |
| - | 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.  | 
          |
| 50 | .  | 
            61 | .  | 
          
| 51 | MD2  | 
            62 | MD2  | 
          
| 52 | The implementation of MD2 is written by Andrew Kuchling, and hacked  | 
            63 | The implementation of MD2 is written by Andrew Kuchling, and hacked  | 
          
| 53 | some by Andreas Sigfridsson and Niels Möller. Python Cryptography  | 
            64 | some by Andreas Sigfridsson and Niels Möller. Python Cryptography  | 
          
| 54 | Toolkit license (essentially public domain).  | 
            65 | Toolkit license (essentially public domain).  | 
          
| 55 | .  | 
            66 | .  | 
          
| 56 | MD4  | 
            67 | MD4  | 
          
| 57 | This is almost the same code as for MD5 below, with modifications  | 
            68 | This is almost the same code as for MD5 below, with modifications  | 
          
| 58 | by Marcus Comstedt. Released into the public domain.  | 
            69 | by Marcus Comstedt. Released into the public domain.  | 
          
| 59 | .  | 
            70 | .  | 
          
| 60 | MD5  | 
            71 | MD5  | 
          
| 61 | The implementation of the MD5 message digest is written by Colin  | 
            72 | The implementation of the MD5 message digest is written by Colin  | 
          
| 62 | Plumb. It has been hacked some more by Andrew Kuchling and Niels  | 
            73 | Plumb. It has been hacked some more by Andrew Kuchling and Niels  | 
          
| 63 | Möller. Released into the public domain.  | 
            74 | Möller. Released into the public domain.  | 
          
| 64 | .  | 
            75 | .  | 
          
| - | 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 | .  | 
          |
| 65 | SERPENT  | 
            91 | SERPENT  | 
          
| 66 | The implementation of the SERPENT is based on the code in  | 
            92 | The implementation of the SERPENT cipher is based on the code in  | 
          
| 67 | libgcrypt, copyright owned by the Free Software Foundation.  | 
            93 | libgcrypt, copyright owned by the Free Software Foundation.  | 
          
| 68 | Adapted to Nettle by Simon Josefsson and heavily modified by  | 
            94 | Adapted to Nettle by Simon Josefsson and heavily modified by Niels  | 
          
| 69 | Niels Möller. Assembly for x86_64 by Niels Möller. Released under  | 
            95 | Möller. Assembly for x86_64 by Niels Möller.  | 
          
| - | 96 | .  | 
          |
| - | 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  | 
          |
| 70 | the LGPL.  | 
            100 | Niels Möller.  | 
          
| 71 | .  | 
            101 | .  | 
          
| 72 | SHA1  | 
            102 | SHA1  | 
          
| 73 | The C implementation of the SHA1 message digest is written by Peter  | 
            103 | 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.  | 
            104 | 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,  | 
            105 | Released into the public domain. Assembler for x86, x86_64 and ARM  | 
          
| 76 | released under the LGPL.  | 
            106 | by Niels Möller, released under the LGPL.  | 
          
| - | 107 | .  | 
          |
| - | 108 | SHA2  | 
          |
| - | 109 | Written by Niels Möller, using Peter Gutmann’s SHA1 code as a  | 
          |
| - | 110 | model.  | 
          |
| 77 | .  | 
            111 | .  | 
          
| 78 | SHA224, SHA256, SHA384, and SHA512  | 
            112 | SHA3  | 
          
| 79 | Written by Niels Möller, using Peter Gutmann's SHA1 code as a  | 
            113 | Written by Niels Möller.  | 
          
| 80 | model. Released under the LGPL.  | 
            - | |
| 81 | .  | 
            114 | .  | 
          
| 82 | TWOFISH  | 
            115 | TWOFISH  | 
          
| 83 | The implementation of the TWOFISH cipher is written by Ruud de  | 
            116 | The implementation of the TWOFISH cipher is written by Ruud de  | 
          
| - | 117 | Rooij.  | 
          |
| - | 118 | .  | 
          |
| - | 119 | UMAC  | 
          |
| - | 120 | Written by Niels Möller.  | 
          |
| - | 121 | .  | 
          |
| - | 122 | CMAC  | 
          |
| - | 123 | Written by Nikos Mavrogiannopoulos, Niels Möller, Jeremy Allison,  | 
          |
| 84 | Rooij. Released under the LGPL.  | 
            124 | Michael Adam and Stefan Metzmacher.  | 
          
| 85 | .  | 
            125 | .  | 
          
| 86 | RSA  | 
            126 | RSA  | 
          
| 87 | Written by Niels Möller, released under the LGPL. Uses the GMP  | 
            127 | Written by Niels Möller. Uses the GMP library for bignum  | 
          
| 88 | library for bignum operations.  | 
            128 | operations.  | 
          
| 89 | .  | 
            129 | .  | 
          
| 90 | DSA  | 
            130 | DSA  | 
          
| 91 | Written by Niels Möller, released under the LGPL. Uses the GMP  | 
            131 | Written by Niels Möller. Uses the GMP library for bignum  | 
          
| 92 | library for bignum operations.  | 
            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.  | 
          |
| 93 | 138 | ||
| 94 | Files: *  | 
            139 | Files: *  | 
          
| 95 | Copyright: © 2001-2011 Niels Möller  | 
            140 | Copyright: 2001-2020 Niels Möller  | 
          
| 96 | License: LGPL-2.1+  | 
            141 | License: LGPL-3+ or GPL-2+  | 
          
| 97 | 142 | ||
| - | 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+  | 
          |
| - | 148 | ||
| 98 | Files: aes-set-*  | 
            149 | Files: x86*/aes-*-internal.asm  | 
          
| 99 | Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller  | 
            150 | Copyright: 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller  | 
          
| - | 151 | 2008, 2013 Niels Möller  | 
          |
| 100 | License: LGPL-2.1+  | 
            152 | License: LGPL-3+ or GPL-2+  | 
          
| 101 | 153 | ||
| 102 | Files: arctwo*  | 
            154 | Files: arctwo.c  | 
          
| 103 | Copyright: © 2003 Nikos Mavroyanopoulos  | 
            155 | Copyright: 2003 Nikos Mavroyanopoulos  | 
          
| 104 | © 2004 Simon Josefsson  | 
            156 | 2004 Simon Josefsson  | 
          
| 105 | © 2004 Free Software Foundation, Inc.  | 
            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  | 
          |
| 106 | © 2002, 2004 Niels Möller  | 
            172 | 2001, 2002, 2004, 2014 Niels Möller  | 
          
| 107 | License: LGPL-2.1+  | 
            173 | License: LGPL-3+ or GPL-2+  | 
          
| 108 | 174 | ||
| 109 | Files: base64.h base64-meta.c  | 
            175 | Files: base64.h base64-meta.c  | 
          
| 110 | Copyright: © 2002 Dan Egnor  | 
            176 | Copyright: 2002 Dan Egnor, Niels Möller  | 
          
| - | 177 | License: LGPL-3+ or GPL-2+  | 
          |
| - | 178 | ||
| - | 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  | 
          |
| 111 | © 2002 Niels Möller  | 
            187 | 2011, 2013, 2018 Niels Möller  | 
          
| 112 | License: LGPL-2.1+  | 
            188 | License: LGPL-3+ or GPL-2+  | 
          
| 113 | 189 | ||
| 114 | Files: blowfish.c  | 
            190 | Files: blowfish.c  | 
          
| 115 | Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.  | 
            191 | Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.  | 
          
| 116 | © 2010 Simon Josefsson  | 
            192 | 2010 Simon Josefsson  | 
          
| 117 | License: LGPL-2.1+  | 
            193 | License: LGPL-3+ or GPL-2+  | 
          
| 118 | 194 | ||
| 119 | Files: blowfish.h  | 
            195 | Files: blowfish.h  | 
          
| 120 | Copyright: © 1998, 2001 Free Software Foundation, Inc.  | 
            196 | Copyright: 1998, 2001 Free Software Foundation, Inc.  | 
          
| 121 | © 1998, 2001 Ray Dassen  | 
            197 | 1998, 2001 Ray Dassen  | 
          
| 122 | © 1998, 2001 Niels Möller  | 
            198 | 1998, 2001 Niels Möller  | 
          
| 123 | License: LGPL-2.1+  | 
            199 | License: LGPL-3+ or GPL-2+  | 
          
| 124 | 200 | ||
| 125 | Files: camellia-table.c camellia-crypt-internal.c  | 
            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  | 
          |
| 126 | Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)  | 
            203 | Copyright: 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)  | 
          
| 127 | © 2010 Niels Möller  | 
            204 | 2010, 2013 Niels Möller  | 
          
| - | 205 | License: LGPL-3+ or GPL-2+  | 
          |
| - | 206 | ||
| - | 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  | 
          |
| 128 | License: LGPL-2.1+  | 
            267 | License: LGPL-3+ or GPL-2+  | 
          
| 129 | 268 | ||
| 130 | Files: der2dsa.c  | 
            269 | Files: der2dsa.c  | 
          
| 131 | Copyright: © 2005, 2009 Niels Möller  | 
            270 | Copyright: 2005, 2009, 2014 Niels Möller  | 
          
| 132 | © 2009 Magnus Holmgren  | 
            271 | 2009 Magnus Holmgren  | 
          
| 133 | License: LGPL-2.1+  | 
            272 | License: LGPL-3+ or GPL-2+  | 
          
| 134 | 273 | ||
| 135 | Files: desCode.h descode.README desdata.c desinfo.c  | 
            274 | Files: desCode.h descode.README desdata.c desinfo.c  | 
          
| 136 | Copyright: © 2002 Dana L. How  | 
            275 | Copyright: © 2002 Dana L. How  | 
          
| 137 | License: LGPL-2+  | 
            276 | License: LGPL-2+  | 
          
| 138 | This program is free software; you can redistribute it and/or modify  | 
            277 | This program is free software; you can redistribute it and/or modify  | 
          
| Line 152... | Line 291... | ||
| 152 | On Debian GNU/Linux systems, the complete text of the GNU Library  | 
            291 | On Debian GNU/Linux systems, the complete text of the GNU Library  | 
          
| 153 | General Public License, version 2, can be found in  | 
            292 | General Public License, version 2, can be found in  | 
          
| 154 | /usr/share/common-licenses/LGPL-2.  | 
            293 | /usr/share/common-licenses/LGPL-2.  | 
          
| 155 | 294 | ||
| 156 | Files: des.c des.h  | 
            295 | Files: des.c des.h  | 
          
| 157 | Copyright: © 1992 Dana L. How  | 
            296 | Copyright: 1992 Dana L. How  | 
          
| 158 | © 1997, 2001 Niels Möller  | 
            297 | 1997, 2001 Niels Möller  | 
          
| - | 298 | License: LGPL-3+ or GPL-2+  | 
          |
| - | 299 | ||
| - | 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  | 
          |
| 159 | License: LGPL-2.1+  | 
            319 | License: LGPL-3+ or GPL-2+  | 
          
| 160 | 320 | ||
| 161 | Files: gcm.c gcm.h  | 
            321 | Files: gcm.c gcm.h  | 
          
| 162 | Copyright: © 2011 Katholieke Universiteit Leuven  | 
            322 | Copyright: 2011 Katholieke Universiteit Leuven  | 
          
| 163 | © 2011 Niels Möller  | 
            323 | 2011, 2013, 2018 Niels Möller  | 
          
| - | 324 | 2018 Red Hat, Inc.  | 
          |
| - | 325 | License: LGPL-3+ or GPL-2+  | 
          |
| - | 326 | ||
| - | 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  | 
          |
| 164 | License: LGPL-2.1+  | 
            358 | License: LGPL-3+ or GPL-2+  | 
          
| 165 | 359 | ||
| 166 | Files: md2.c  | 
            360 | Files: md2.c  | 
          
| 167 | Copyright: © ? Andrew Kuchling  | 
            361 | Copyright: ? Andrew Kuchling  | 
          
| 168 | © 2003 Andreas Sigfridsson  | 
            362 | 2003 Andreas Sigfridsson  | 
          
| 169 | © 2003 Niels Möller  | 
            363 | 2003 Niels Möller  | 
          
| 170 | License: LGPL-2.1+  | 
            364 | License: LGPL-3+ or GPL-2+  | 
          
| 171 | 365 | ||
| 172 | Files: md4.c  | 
            366 | Files: md4.c  | 
          
| 173 | Copyright: © 2003 Marcus Comstedt  | 
            367 | Copyright: 2003 Marcus Comstedt  | 
          
| 174 | © 2003 Niels Möller  | 
            368 | 2003 Niels Möller  | 
          
| 175 | License: LGPL-2.1+  | 
            369 | License: LGPL-3+ or GPL-2+  | 
          
| 176 | 370 | ||
| 177 | Files: md5.c md5-compress.c  | 
            371 | Files: md5.c md5-compress.c  | 
          
| 178 | Copyright: © Colin Plumb, Andrew Kuchling  | 
            372 | Copyright: Colin Plumb, Andrew Kuchling  | 
          
| 179 | © 2001 Niels Möller  | 
            373 | 2001 Niels Möller  | 
          
| 180 | License: LGPL-2.1+  | 
            374 | License: LGPL-3+ or GPL-2+  | 
          
| 181 | 375 | ||
| 182 | Files: memxor.c  | 
            376 | Files: memxor.c  | 
          
| 183 | Copyright: © 1991,1993, 1995 Free Software Foundation, Inc.  | 
            377 | Copyright: 1991,1993, 1995 Free Software Foundation, Inc.  | 
          
| 184 | © 2010 Niels Möller  | 
            378 | 2010 Niels Möller  | 
          
| - | 379 | License: LGPL-3+ or GPL-2+  | 
          |
| - | 380 | ||
| - | 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  | 
          |
| 185 | License: LGPL-2.1+  | 
            409 | License: LGPL-3+ or GPL-2+  | 
          
| 186 | 410 | ||
| 187 | Files: ripemd160.c ripemd160-compress.c  | 
            411 | Files: ripemd160.c ripemd160-compress.c  | 
          
| 188 | Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.  | 
            412 | Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.  | 
          
| 189 | License: LGPL-2.1+  | 
            413 | License: LGPL-3+ or GPL-2+  | 
          
| 190 | 414 | ||
| 191 | Files: ripemd160-meta.c ripemd160.h  | 
            415 | Files: ripemd160-meta.c ripemd160.h ripemd160-internal.h  | 
          
| 192 | Copyright: © 2011 Andres Mejia  | 
            416 | Copyright: 2011 Andres Mejia  | 
          
| - | 417 | License: LGPL-3+ or GPL-2+  | 
          |
| - | 418 | ||
| - | 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+  | 
          |
| - | 422 | ||
| - | 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+  | 
          |
| - | 428 | ||
| - | 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+  | 
          |
| - | 433 | ||
| - | 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+  | 
          |
| - | 438 | ||
| - | 439 | Files: rsa-sign-tr.c  | 
          |
| - | 440 | Copyright: 2018, Red Hat Inc.  | 
          |
| - | 441 | 2012, Nikos Mavrogiannopoulos  | 
          |
| - | 442 | 2001, 2015, Niels Möller  | 
          |
| 193 | License: LGPL-2.1+  | 
            443 | License: LGPL-3+ or GPL-2+  | 
          
| 194 | 444 | ||
| 195 | Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c  | 
            445 | Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c serpent-internal.h  | 
          
| 196 | Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen  | 
            446 | Copyright: 1998 Ross Anderson, Eli Biham, Lars Knudsen  | 
          
| 197 | © 2003, 2004, 2005 Free Software Foundation, Inc.  | 
            447 | 2003, 2004, 2005 Free Software Foundation, Inc.  | 
          
| 198 | © 2010, 2011 Simon Josefsson  | 
            448 | 2010, 2011 Simon Josefsson  | 
          
| 199 | © 2011 Niels Möller  | 
            449 | 2011, 2014 Niels Möller  | 
          
| 200 | License: LGPL-2.1+  | 
            450 | License: LGPL-3+ or GPL-2+  | 
          
| 201 | 451 | ||
| 202 | Files: sha*  | 
            452 | Files: sha1-compress.c  | 
          
| 203 | Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller  | 
            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.  | 
          |
| 204 | License: LGPL-2.1+  | 
            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.  | 
          |
| - | 494 | .  | 
          |
| - | 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.)  | 
          |
| 205 | 506 | ||
| 206 | Files: twofish*  | 
            507 | Files: twofish*  | 
          
| 207 | Copyright: © 1999 Ruud de Rooij <ruud@debian.org>  | 
            508 | Copyright: 1999 Ruud de Rooij <ruud@debian.org>  | 
          
| 208 | © 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  | 
            509 | 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  | 
          
| 209 | © 2001 Niels Möller  | 
            510 | 2001 Niels Möller  | 
          
| 210 | License: LGPL-2.1+  | 
            - | |
| 211 | - | ||
| 212 | Files: dsa2sexp.c  | 
            - | |
| 213 | Copyright: © 2002, 2009 Niels Möller  | 
            - | |
| 214 | © 2009 Magnus Holmgren  | 
            - | |
| 215 | License: LGPL-2.1+  | 
            511 | License: LGPL-3+ or GPL-2+  | 
          
| 216 | - | ||
| 217 | Files: testsuite/des-compat-test.c  | 
            - | |
| 218 | Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com)  | 
            - | |
| 219 | License: other  | 
            - | |
| 220 | Redistribution and use in source and binary forms, with or without  | 
            - | |
| 221 | modification, are permitted provided that the following conditions  | 
            - | |
| 222 | are met:  | 
            - | |
| 223 | 1. Redistributions of source code must retain the copyright  | 
            - | |
| 224 | notice, this list of conditions and the following disclaimer.  | 
            - | |
| 225 | 2. Redistributions in binary form must reproduce the above copyright  | 
            - | |
| 226 | notice, this list of conditions and the following disclaimer in the  | 
            - | |
| 227 | documentation and/or other materials provided with the distribution.  | 
            - | |
| 228 | 3. All advertising materials mentioning features or use of this software  | 
            - | |
| 229 | must display the following acknowledgement:  | 
            - | |
| 230 | "This product includes cryptographic software written by  | 
            - | |
| 231 | Eric Young (eay@cryptsoft.com)"  | 
            - | |
| 232 | The word 'cryptographic' can be left out if the rouines from the library  | 
            - | |
| 233 | being used are not cryptographic related :-).  | 
            - | |
| 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:  | 
            - | |
| 236 | "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"  | 
            - | |
| 237 | .  | 
            - | |
| 238 | THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND  | 
            - | |
| 239 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE  | 
            - | |
| 240 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE  | 
            - | |
| 241 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE  | 
            - | |
| 242 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL  | 
            - | |
| 243 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS  | 
            - | |
| 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  | 
            - | |
| 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  | 
            - | |
| 248 | SUCH DAMAGE.  | 
            - | |
| 249 | 512 | ||
| 250 | Files: tools/pkcs1-conv.c  | 
            513 | Files: tools/pkcs1-conv.c  | 
          
| 251 | Copyright: © 2005, 2009 Niels Möller  | 
            514 | Copyright: 2005, 2009, 2014 Niels Möller  | 
          
| 252 | © 2009 Magnus Holmgren  | 
            515 | 2009 Magnus Holmgren  | 
          
| 253 | License: LGPL-2.1+  | 
            - | |
| 254 | - | ||
| 255 | Files: x86*/aes-*-internal.asm  | 
            - | |
| 256 | Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla  | 
            - | |
| 257 | © 2001, 2002, 2005, 2008 Niels Möller  | 
            - | |
| 258 | License: LGPL-2.1+  | 
            516 | License: LGPL-3+ or GPL-2+  | 
          
| 259 | 517 | ||
| 260 | Files: tools/getopt*  | 
            518 | Files: getopt*  | 
          
| 261 | Copyright: © 1987-2001 Free Software Foundation, Inc.  | 
            519 | Copyright: 1987-2001 Free Software Foundation, Inc.  | 
          
| 262 | License: GPL-2+  | 
            520 | License: GPL-2+  | 
          
| 263 | 521 | ||
| 264 | Files: config.guess config.sub  | 
            522 | Files: config.guess config.sub  | 
          
| 265 | Copyright: © 1992-2003 Free Software Foundation, Inc.  | 
            523 | Copyright: © 1992-2020 Free Software Foundation, Inc.  | 
          
| 266 | License: GPL-2+ with Autoconf exception  | 
            524 | License: GPL-3+ with Autoconf exception  | 
          
| 267 | As a special exception to the GNU General Public License, if you  | 
            525 | As a special exception to the GNU General Public License, if you  | 
          
| 268 | distribute this file as part of a program that contains a  | 
            526 | distribute this file as part of a program that contains a  | 
          
| 269 | configuration script generated by Autoconf, you may include it under  | 
            527 | configuration script generated by Autoconf, you may include it under  | 
          
| 270 | the same distribution terms that you use for the rest of that program.  | 
            528 | the same distribution terms that you use for the rest of that program.  | 
          
| 271 | 529 | ||
| Line 274... | Line 532... | ||
| 274 | License: public-domain  | 
            532 | License: public-domain  | 
          
| 275 | I believe that most files in debian/ hardly contains any creative  | 
            533 | I believe that most files in debian/ hardly contains any creative  | 
          
| 276 | expression eligible for copyright.  | 
            534 | expression eligible for copyright.  | 
          
| 277 | 535 | ||
| 278 | Files: debian/sexp-conv.1  | 
            536 | Files: debian/sexp-conv.1  | 
          
| 279 | Copyright: © 2002 Timshel Knoll <timshel@debian.org>  | 
            537 | Copyright: 2002 Timshel Knoll <timshel@debian.org>  | 
          
| 280 | © 2007 Magnus Holmgren  | 
            538 | 2007 Magnus Holmgren  | 
          
| 281 | License: GPL-2  | 
            539 | License: GPL-2  | 
          
| 282 | This program is free software; you can redistribute it and/or modify  | 
            540 | 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  | 
            541 | it under the terms of the GNU General Public License as published by  | 
          
| 284 | the Free Software Foundation; version 2 dated June. 1991.  | 
            542 | the Free Software Foundation; version 2 dated June. 1991.  | 
          
| 285 | .  | 
            543 | .  | 
          
| Line 300... | Line 558... | ||
| 300 | This manpage was copied from the lsh-utils package. Timshel didn't  | 
            558 | 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  | 
            559 | 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.  | 
            560 | it can be considered released under the same license as LSH itself.  | 
          
| 303 | 561 | ||
| 304 | Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1  | 
            562 | Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1  | 
          
| 305 | Copyright: © 2007 Magnus Holmgren  | 
            563 | Copyright: 2007 Magnus Holmgren  | 
          
| 306 | License: GAP  | 
            564 | License: GAP  | 
          
| 307 | Copying and distribution of this file, with or without modification,  | 
            565 | Copying and distribution of this file, with or without modification,  | 
          
| 308 | are permitted in any medium without royalty provided the copyright  | 
            566 | are permitted in any medium without royalty provided the copyright  | 
          
| 309 | notice and this notice are preserved.  | 
            567 | notice and this notice are preserved.  | 
          
| 310 | 568 | ||
| 311 | License: LGPL-2.1+  | 
            569 | License: LGPL-3+  | 
          
| 312 | The nettle library is free software; you can redistribute it and/or modify  | 
            570 | 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  | 
            571 | 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  | 
            572 | the Free Software Foundation; either version 3 of the License, or (at your  | 
          
| 315 | option) any later version.  | 
            573 | option) any later version.  | 
          
| 316 | .  | 
            574 | .  | 
          
| 317 | The nettle library is distributed in the hope that it will be useful, but  | 
            575 | GNU Nettle is distributed in the hope that it will be useful, but  | 
          
| 318 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  | 
            576 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  | 
          
| 319 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  | 
            577 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  | 
          
| 320 | License for more details.  | 
            578 | License for more details.  | 
          
| 321 | .  | 
            579 | .  | 
          
| 322 | You should have received a copy of the GNU Lesser General Public  | 
            580 | 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  | 
            581 | License along with this library; if not, see http://www.gnu.org/licenses/.  | 
          
| 324 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA  | 
            - | |
| 325 | .  | 
            582 | .  | 
          
| 326 | On Debian GNU/Linux systems, the complete text of the newest version  | 
            583 | On Debian GNU/Linux systems, the complete text of the newest version  | 
          
| 327 | of the GNU Lesser General Public License can be found in  | 
            584 | of the GNU Lesser General Public License can be found in  | 
          
| 328 | /usr/share/common-licenses/LGPL.  | 
            585 | /usr/share/common-licenses/LGPL.  | 
          
| 329 | 586 | ||
| Line 331... | Line 588... | ||
| 331 | This program is free software; you can redistribute it and/or modify  | 
            588 | 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  | 
            589 | 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  | 
            590 | the Free Software Foundation; either version 2 of the License, or  | 
          
| 334 | (at your option) any later version.  | 
            591 | (at your option) any later version.  | 
          
| 335 | .  | 
            592 | .  | 
          
| 336 | This program is distributed in the hope that it will be useful,  | 
            593 | GNU Nettle is distributed in the hope that it will be useful,  | 
          
| 337 | but WITHOUT ANY WARRANTY; without even the implied warranty of  | 
            594 | but WITHOUT ANY WARRANTY; without even the implied warranty of  | 
          
| 338 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the  | 
            595 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the  | 
          
| 339 | GNU General Public License for more details.  | 
            596 | GNU General Public License for more details.  | 
          
| 340 | .  | 
            597 | .  | 
          
| 341 | You should have received a copy of the GNU General Public License  | 
            598 | You should have received a copy of the GNU General Public License  | 
          
| Line 344... | Line 601... | ||
| 344 | 02110-1301 USA.  | 
            601 | 02110-1301 USA.  | 
          
| 345 | .  | 
            602 | .  | 
          
| 346 | On Debian GNU/Linux systems, the complete text of the newest version  | 
            603 | On Debian GNU/Linux systems, the complete text of the newest version  | 
          
| 347 | of the GNU General Public License can be found in  | 
            604 | of the GNU General Public License can be found in  | 
          
| 348 | /usr/share/common-licenses/GPL.  | 
            605 | /usr/share/common-licenses/GPL.  | 
          
| - | 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.  | 
          |