summaryrefslogtreecommitdiff
path: root/sbin/photurisd/server.c
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-12-15 02:50:41 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-12-15 02:50:41 +0000
commitf73310a89a8937983aae944d12b4da43cf51fac9 (patch)
tree8089214b98dd96785ebdd0c67f3849283e51095c /sbin/photurisd/server.c
parent2432aed3ddeab374356a9cb597da027b9676a281 (diff)
update email address in copyright.
Diffstat (limited to 'sbin/photurisd/server.c')
-rw-r--r--sbin/photurisd/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/server.c b/sbin/photurisd/server.c
index 13ac367262d..92afa075b61 100644
--- a/sbin/photurisd/server.c
+++ b/sbin/photurisd/server.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1997,1998 Niels Provos <provos@physnet.uni-hamburg.de>
+ * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
*
* Parts derived from code by Angelos D. Keromytis, kermit@forthnet.gr
@@ -35,7 +35,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: server.c,v 1.6 2000/12/14 23:28:59 provos Exp $";
+static char rcsid[] = "$Id: server.c,v 1.7 2000/12/15 02:50:39 provos Exp $";
#endif
#define _SERVER_C_