diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-14 11:21:43 -0500 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-02-16 09:12:48 +0100 |
| commit | 2b283bb0a1e4fef7c4969e6139fee6ddd5961a9e (patch) | |
| tree | de2ea8636a442b7f9bb678b8d8e2bd7cb18df9e2 | |
| parent | aedb8470bd673385139ac3189ecd9edf4794af16 (diff) | |
| download | efi-boot-shim-2b283bb0a1e4fef7c4969e6139fee6ddd5961a9e.tar.gz efi-boot-shim-2b283bb0a1e4fef7c4969e6139fee6ddd5961a9e.zip | |
SPDX: Clarify the attribution for crypt_blowfish
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | crypt_blowfish.c | 1 | ||||
| -rw-r--r-- | include/crypt_blowfish.h | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/crypt_blowfish.c b/crypt_blowfish.c index 54fc514a..7a474f26 100644 --- a/crypt_blowfish.c +++ b/crypt_blowfish.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-2-Clause-Patent /* * The crypt_blowfish homepage is: * diff --git a/include/crypt_blowfish.h b/include/crypt_blowfish.h index 8d4dd4da..f89ec700 100644 --- a/include/crypt_blowfish.h +++ b/include/crypt_blowfish.h @@ -1,4 +1,13 @@ +// SPDX-License-Identifier: BSD-2-Clause-Patent /* + * The crypt_blowfish homepage is: + * + * http://www.openwall.com/crypt/ + * + * This code comes from John the Ripper password cracker, with reentrant + * and crypt(3) interfaces added, but optimizations specific to password + * cracking removed. + * * Written by Solar Designer <solar at openwall.com> in 2000-2011. * No copyright is claimed, and the software is hereby placed in the public * domain. In case this attempt to disclaim copyright and place the software |
