summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-02-14 11:21:43 -0500
committerJavier Martinez Canillas <javier@dowhile0.org>2021-02-16 09:12:48 +0100
commit2b283bb0a1e4fef7c4969e6139fee6ddd5961a9e (patch)
treede2ea8636a442b7f9bb678b8d8e2bd7cb18df9e2
parentaedb8470bd673385139ac3189ecd9edf4794af16 (diff)
downloadefi-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.c1
-rw-r--r--include/crypt_blowfish.h9
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