diff options
Diffstat (limited to 'sbin/photurisd/photurisd.c')
-rw-r--r-- | sbin/photurisd/photurisd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/photurisd.c b/sbin/photurisd/photurisd.c index e8982d7c8c9..30169cbf9c5 100644 --- a/sbin/photurisd/photurisd.c +++ b/sbin/photurisd/photurisd.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. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: photurisd.c,v 1.8 2000/12/15 02:42:09 provos Exp $"; +static char rcsid[] = "$Id: photurisd.c,v 1.9 2000/12/15 02:50:39 provos Exp $"; #endif #define _PHOTURIS_C_ |