diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-06-25 08:25:42 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-06-25 08:25:42 +0000 |
commit | 84f02bbe31bbf222fdf43d4c83b7403d7370a0e0 (patch) | |
tree | ac52d4d6ac42bde14f36b5516bf46874f57d94da /usr.bin/ssh/channels.c | |
parent | 968a0fe30074c35f8f38f3cac8b96744e08338ba (diff) |
update copyright for 2001
Diffstat (limited to 'usr.bin/ssh/channels.c')
-rw-r--r-- | usr.bin/ssh/channels.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c index 70546fc8a68..9fdc1da5614 100644 --- a/usr.bin/ssh/channels.c +++ b/usr.bin/ssh/channels.c @@ -12,9 +12,8 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". * - * * SSH2 support added by Markus Friedl. - * Copyright (c) 1999,2000 Markus Friedl. All rights reserved. + * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. * Copyright (c) 1999 Dug Song. All rights reserved. * Copyright (c) 1999 Theo de Raadt. All rights reserved. * @@ -40,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.127 2001/06/23 15:12:17 itojun Exp $"); +RCSID("$OpenBSD: channels.c,v 1.128 2001/06/25 08:25:35 markus Exp $"); #include "ssh.h" #include "ssh1.h" |