diff options
Diffstat (limited to 'sbin/photurisd/handle_cookie_request.c')
-rw-r--r-- | sbin/photurisd/handle_cookie_request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/handle_cookie_request.c b/sbin/photurisd/handle_cookie_request.c index 2df03f0b867..d0c33534970 100644 --- a/sbin/photurisd/handle_cookie_request.c +++ b/sbin/photurisd/handle_cookie_request.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 @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_cookie_request.c,v 1.1 1998/11/14 23:37:23 deraadt Exp $"; +static char rcsid[] = "$Id: handle_cookie_request.c,v 1.2 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> |