diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2003-06-03 20:39:00 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2003-06-03 20:39:00 +0000 |
commit | df50f093bb792fa0afd44283cacbe830242e728a (patch) | |
tree | 4400555ce17ac81af57b40e03cf6b1460e8ee557 /usr.sbin | |
parent | 94e470693e1b86a3249fabd557399f447c18a7fc (diff) |
remove term 3, with permission from Chris Kuethe for pathnames.h
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/authpf/authpf.c | 7 | ||||
-rw-r--r-- | usr.sbin/authpf/pathnames.h | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index e439c1ef1f0..7813673c31a 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.57 2003/05/10 06:14:29 cloder Exp $ */ +/* $OpenBSD: authpf.c,v 1.58 2003/06/03 20:38:59 beck Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -11,9 +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. Neither the name of the author nor the names of contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -875,4 +872,4 @@ pfctl_rules(int dev, char *filename, int opts, char *anchorname, /* never called, no anchors inside anchors, but we need the stub */ fprintf(stderr, "load anchor not supported from authpf\n"); return (1); -}
\ No newline at end of file +} diff --git a/usr.sbin/authpf/pathnames.h b/usr.sbin/authpf/pathnames.h index 0e9b0e7a59a..97d1d7426b0 100644 --- a/usr.sbin/authpf/pathnames.h +++ b/usr.sbin/authpf/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.5 2002/10/25 18:35:33 camield Exp $ */ +/* $OpenBSD: pathnames.h,v 1.6 2003/06/03 20:38:59 beck Exp $ */ /* * Copyright (C) 2002 Chris Kuethe (ckuethe@ualberta.ca) @@ -11,9 +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. Neither the name of the author nor the names of contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |