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/session.h | |
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/session.h')
-rw-r--r-- | usr.bin/ssh/session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h index 842e9412a0d..bda1e50b593 100644 --- a/usr.bin/ssh/session.h +++ b/usr.bin/ssh/session.h @@ -1,7 +1,7 @@ -/* $OpenBSD: session.h,v 1.6 2001/03/21 11:43:45 markus Exp $ */ +/* $OpenBSD: session.h,v 1.7 2001/06/25 08:25:39 markus Exp $ */ /* - * Copyright (c) 2000 Markus Friedl. All rights reserved. + * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |