summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-23 06:18:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-23 06:18:39 +0000
commit865e76bc5e55662c5383f0411ddb9ae5ce9644d9 (patch)
tree77f314e3fc99aeb917fe51b80e0fdef210573914
parent859d96a0691abaa16e5e475b7d0a129a83a51d25 (diff)
update copyright
-rw-r--r--usr.sbin/ypbind/ypbind.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index b8c630c1301..002035d17aa 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -1,6 +1,7 @@
-/* $OpenBSD: ypbind.c,v 1.33 1998/03/20 03:16:15 angelos Exp $ */
+/* $OpenBSD: ypbind.c,v 1.34 1998/03/23 06:18:38 deraadt Exp $ */
/*
+ * Copyright (c) 1997,1998 Theo de Raadt <deraadt@OpenBSD.org>
* Copyright (c) 1996 Theo de Raadt <deraadt@theos.com>
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com>
* All rights reserved.
@@ -34,7 +35,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypbind.c,v 1.33 1998/03/20 03:16:15 angelos Exp $";
+static char rcsid[] = "$OpenBSD: ypbind.c,v 1.34 1998/03/23 06:18:38 deraadt Exp $";
#endif
#include <sys/param.h>