diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:43:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:43:57 +0000 |
commit | 0a2ef473ecf64688381946ed150ac8750bb6e502 (patch) | |
tree | 02752e1d574a3a9dd980f3f1d51669a8d381289a /usr.sbin | |
parent | c45a89f2ea9a38e27c5a0887b210f122f3d73322 (diff) |
more 3/4 cleanups for lazy developers
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mopd/common/pf.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/mopd/common/pf.c b/usr.sbin/mopd/common/pf.c index cbd4d70e140..fdc8c3b0e50 100644 --- a/usr.sbin/mopd/common/pf.c +++ b/usr.sbin/mopd/common/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.6 2002/09/07 08:09:49 maja Exp $ */ +/* $OpenBSD: pf.c,v 1.7 2003/06/04 04:43:56 deraadt Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -15,11 +15,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 Mats O Jansson. - * 4. 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 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: pf.c,v 1.6 2002/09/07 08:09:49 maja Exp $"; +static char rcsid[] = "$OpenBSD: pf.c,v 1.7 2003/06/04 04:43:56 deraadt Exp $"; #endif #include <stdio.h> |