diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 05:32:30 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 05:32:30 +0200 |
commit | 44697233257d80aa46402e7a6207ef8d6fe359e4 (patch) | |
tree | 56adaa4204a91c3d4817d13b60c53a28e5d79e2c /hostfile.c | |
parent | - (stevesk) remove cli.[ch] (diff) | |
download | openssh-44697233257d80aa46402e7a6207ef8d6fe359e4.tar.xz openssh-44697233257d80aa46402e7a6207ef8d6fe359e4.zip |
- 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 'hostfile.c')
-rw-r--r-- | hostfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hostfile.c b/hostfile.c index 39a1a8313..eeed920fa 100644 --- a/hostfile.c +++ b/hostfile.c @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". * * - * Copyright (c) 1999,2000 Markus Friedl. All rights reserved. + * Copyright (c) 1999, 2000 Markus Friedl. All rights reserved. * Copyright (c) 1999 Niels Provos. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: hostfile.c,v 1.27 2001/06/23 15:12:18 itojun Exp $"); +RCSID("$OpenBSD: hostfile.c,v 1.28 2001/06/25 08:25:37 markus Exp $"); #include "packet.h" #include "match.h" |