diff options
author | mouring <mouring> | 2001-07-04 03:32:30 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-07-04 03:32:30 +0000 |
commit | 215aac303e225f6e0618ff8d6b54e2493cce7903 (patch) | |
tree | e6864c6a406526d802b9530ddaaf9a2120a1648a /sftp-server.c | |
parent | 1cc1914c62d9c8330cd2954cc72ea6e27adda11d (diff) | |
download | openssh-215aac303e225f6e0618ff8d6b54e2493cce7903.tar.gz |
- markus@cvs.openbsd.org 2001/06/25 08:25:41
[channels.c channels.h cipher.c clientloop.c compat.c compat.h
hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
update copyright for 2001
Diffstat (limited to 'sftp-server.c')
-rw-r--r-- | sftp-server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-server.c b/sftp-server.c index e6353bce..5f1b37b0 100644 --- a/sftp-server.c +++ b/sftp-server.c @@ -1,5 +1,5 @@ /* - * 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 @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: sftp-server.c,v 1.28 2001/06/23 15:12:20 itojun Exp $"); +RCSID("$OpenBSD: sftp-server.c,v 1.29 2001/06/25 08:25:40 markus Exp $"); #include "buffer.h" #include "bufaux.h" |