diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-06-03 23:24:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-06-03 23:24:22 +0000 |
commit | 17f20e1f8bb1c0d36b97f3240d643b1cef4e0216 (patch) | |
tree | d8767ef8b3230a0bd12870f7870656778aef4a9b /gnu/usr.bin | |
parent | 452ca2021106ba6907e1b37629b50afbeb7bf3d2 (diff) |
2 terms
Diffstat (limited to 'gnu/usr.bin')
-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 |