diff options
author | 2003-06-03 23:24:21 +0000 | |
---|---|---|
committer | 2003-06-03 23:24:21 +0000 | |
commit | bc70ba7b7d07123620c68e1335f740cae3720081 (patch) | |
tree | 88bf8094c1d378f8ed76bc151b5ce9e9dc230c29 | |
parent | by means of utilising -f avoid some warnings when rotating accounting files; millert@ ok (diff) | |
download | wireguard-openbsd-bc70ba7b7d07123620c68e1335f740cae3720081.tar.xz wireguard-openbsd-bc70ba7b7d07123620c68e1335f740cae3720081.zip |
2 terms
-rw-r--r-- | gnu/usr.bin/ld/ldd/scanlib.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/ld/ldd/scanlib.c b/gnu/usr.bin/ld/ldd/scanlib.c index f8734dfb72c..e01bc155f0b 100644 --- a/gnu/usr.bin/ld/ldd/scanlib.c +++ b/gnu/usr.bin/ld/ldd/scanlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scanlib.c,v 1.5 2002/09/07 01:25:34 marc Exp $ */ +/* $OpenBSD: scanlib.c,v 1.6 2003/06/03 23:24:21 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -11,10 +11,6 @@ * 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 Marc Espie for the OpenBSD - * Project. * * THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |