diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 16:24:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 16:24:46 +0000 |
commit | 4086acbca5d46c0885abb7a50e8ad66bbc5e7aa7 (patch) | |
tree | 4807d88e76fbdaf81f8e42db88195f26ec76b526 /usr.bin/cap_mkdb/getinfo.c | |
parent | 286a8dac8c0fe0f382934c3de9b56d8f68c8548a (diff) |
term 3 & 4 from tholo after permission
Diffstat (limited to 'usr.bin/cap_mkdb/getinfo.c')
-rw-r--r-- | usr.bin/cap_mkdb/getinfo.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/cap_mkdb/getinfo.c b/usr.bin/cap_mkdb/getinfo.c index e90d67fb507..dcc1a8344ba 100644 --- a/usr.bin/cap_mkdb/getinfo.c +++ b/usr.bin/cap_mkdb/getinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getinfo.c,v 1.5 2002/02/16 21:27:44 millert Exp $ */ +/* $OpenBSD: getinfo.c,v 1.6 2003/06/04 16:24:45 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -14,9 +14,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 SigmaSoft, Th. Lockert. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * @@ -33,7 +30,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: getinfo.c,v 1.5 2002/02/16 21:27:44 millert Exp $"; +static char rcsid[] = "$OpenBSD: getinfo.c,v 1.6 2003/06/04 16:24:45 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |