diff options
author | 2001-06-25 08:25:35 +0000 | |
---|---|---|
committer | 2001-06-25 08:25:35 +0000 | |
commit | a4d26d980b00c024596398625368887370de33a7 (patch) | |
tree | f45fba4dfed26d85ac81e630ca000f3c7c3ea930 /usr.bin/ssh/channels.c | |
parent | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; also use writev to increase atomicity (diff) | |
download | wireguard-openbsd-a4d26d980b00c024596398625368887370de33a7.tar.xz wireguard-openbsd-a4d26d980b00c024596398625368887370de33a7.zip |
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" |