diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-12-15 02:50:41 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-12-15 02:50:41 +0000 |
commit | f73310a89a8937983aae944d12b4da43cf51fac9 (patch) | |
tree | 8089214b98dd96785ebdd0c67f3849283e51095c /sbin/photurisd/handle_identity_request.c | |
parent | 2432aed3ddeab374356a9cb597da027b9676a281 (diff) |
update email address in copyright.
Diffstat (limited to 'sbin/photurisd/handle_identity_request.c')
-rw-r--r-- | sbin/photurisd/handle_identity_request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/handle_identity_request.c b/sbin/photurisd/handle_identity_request.c index 4d67ca1fbef..3fb4303020a 100644 --- a/sbin/photurisd/handle_identity_request.c +++ b/sbin/photurisd/handle_identity_request.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 @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: handle_identity_request.c,v 1.4 2000/12/15 01:06:50 provos Exp $"; +static char rcsid[] = "$Id: handle_identity_request.c,v 1.5 2000/12/15 02:50:38 provos Exp $"; #endif #include <stdio.h> |