diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-26 11:37:06 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-26 11:37:06 +0000 |
commit | a7b11fe2f2871d52d03d6155e2db4580db06e3d6 (patch) | |
tree | fceff4753f2201d2ac0d1d6d8f892cc9e7f2086b | |
parent | d8e671d954d930144b66969658bbfb21e2631e53 (diff) |
update Copyright
-rw-r--r-- | usr.bin/ssh/ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 003bb39fbee..1c491119b9b 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -13,6 +13,7 @@ * called by a name other than "ssh" or "Secure Shell". * * Copyright (c) 1999 Niels Provos. All rights reserved. + * Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved. * * Modified to work with SSL by Niels Provos <provos@citi.umich.edu> * in Canada (German citizen). @@ -39,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.168 2002/03/25 21:04:02 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.169 2002/03/26 11:37:05 markus Exp $"); #include <openssl/evp.h> #include <openssl/err.h> |