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/attributes.c | |
parent | 2432aed3ddeab374356a9cb597da027b9676a281 (diff) |
update email address in copyright.
Diffstat (limited to 'sbin/photurisd/attributes.c')
-rw-r--r-- | sbin/photurisd/attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/attributes.c b/sbin/photurisd/attributes.c index c66cf815994..1ce35c155f2 100644 --- a/sbin/photurisd/attributes.c +++ b/sbin/photurisd/attributes.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: attributes.c,v 1.1 1998/11/14 23:37:22 deraadt Exp $"; +static char rcsid[] = "$Id: attributes.c,v 1.2 2000/12/15 02:50:37 provos Exp $"; #endif #define _ATTRIBUTES_C_ |