summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.c
diff options
context:
space:
mode:
authordjm <>2021-11-29 01:04:45 +0000
committerdjm <>2021-11-29 01:04:45 +0000
commit2a7acbb25a204aaaaf63317884506795d033456a (patch)
tree6a3309ff9c86b60c41c7c1a05989b3f29c00c56c /src/lib/libc/crypt/blowfish.c
parentfebc5b6e19de9b99232a2be473a31e053a3fafe6 (diff)
downloadopenbsd-2a7acbb25a204aaaaf63317884506795d033456a.tar.gz
openbsd-2a7acbb25a204aaaaf63317884506795d033456a.tar.bz2
openbsd-2a7acbb25a204aaaaf63317884506795d033456a.zip
Niels agreed to remove the advertising clause; switching these
to 3-term BSD license.
Diffstat (limited to 'src/lib/libc/crypt/blowfish.c')
-rw-r--r--src/lib/libc/crypt/blowfish.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libc/crypt/blowfish.c b/src/lib/libc/crypt/blowfish.c
index a658e602d2..e66d9befa6 100644
--- a/src/lib/libc/crypt/blowfish.c
+++ b/src/lib/libc/crypt/blowfish.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: blowfish.c,v 1.19 2015/09/11 09:18:27 guenther Exp $ */ 1/* $OpenBSD: blowfish.c,v 1.20 2021/11/29 01:04:45 djm Exp $ */
2/* 2/*
3 * Blowfish block cipher for OpenBSD 3 * Blowfish block cipher for OpenBSD
4 * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 4 * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -14,10 +14,7 @@
14 * 2. Redistributions in binary form must reproduce the above copyright 14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the 15 * notice, this list of conditions and the following disclaimer in the
16 * documentation and/or other materials provided with the distribution. 16 * documentation and/or other materials provided with the distribution.
17 * 3. All advertising materials mentioning features or use of this software 17 * 3. The name of the author may not be used to endorse or promote products
18 * must display the following acknowledgement:
19 * This product includes software developed by Niels Provos.
20 * 4. The name of the author may not be used to endorse or promote products
21 * derived from this software without specific prior written permission. 18 * derived from this software without specific prior written permission.
22 * 19 *
23 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR