diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2021-11-29 01:04:46 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2021-11-29 01:04:46 +0000 |
commit | faf5ae72c8736784f34c0b53cf60044c19de30ca (patch) | |
tree | 406a956a2ca266f1d864b2ed8d2d0f07b78e431a /sys/crypto | |
parent | 0a2b352b03317e999da1f6267e4f52c363714806 (diff) |
Niels agreed to remove the advertising clause; switching these
to 3-term BSD license.
Diffstat (limited to 'sys/crypto')
-rw-r--r-- | sys/crypto/blf.c | 7 | ||||
-rw-r--r-- | sys/crypto/blf.h | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/sys/crypto/blf.c b/sys/crypto/blf.c index 787d4585cbd..957d83da7bb 100644 --- a/sys/crypto/blf.c +++ b/sys/crypto/blf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: blf.c,v 1.7 2007/11/26 09:28:34 martynas Exp $ */ +/* $OpenBSD: blf.c,v 1.8 2021/11/29 01:04:45 djm Exp $ */ /* * Blowfish block cipher for OpenBSD @@ -15,10 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Niels Provos. - * 4. The name of the author may not be used to endorse or promote products + * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR diff --git a/sys/crypto/blf.h b/sys/crypto/blf.h index 79e832ca1a9..7ea350c529f 100644 --- a/sys/crypto/blf.h +++ b/sys/crypto/blf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: blf.h,v 1.6 2007/02/21 19:25:40 grunk Exp $ */ +/* $OpenBSD: blf.h,v 1.7 2021/11/29 01:04:45 djm Exp $ */ /* * Blowfish - a fast block cipher designed by Bruce Schneier @@ -14,10 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Niels Provos. - * 4. The name of the author may not be used to endorse or promote products + * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |