diff options
Diffstat (limited to 'sbin/photurisd/packet.c')
-rw-r--r-- | sbin/photurisd/packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/packet.c b/sbin/photurisd/packet.c index c5a3d716c6d..ff807797d5a 100644 --- a/sbin/photurisd/packet.c +++ b/sbin/photurisd/packet.c @@ -1,5 +1,5 @@ /* - * Copyright 1997 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 @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: packet.c,v 1.2 2000/12/11 21:21:18 provos Exp $"; +static char rcsid[] = "$Id: packet.c,v 1.3 2000/12/15 02:50:38 provos Exp $"; #endif #define _PACKET_C_ |