diff options
author | 2001-06-05 05:05:37 +0000 | |
---|---|---|
committer | 2001-06-05 05:05:37 +0000 | |
commit | 27ab4cd3f8353825e7c6da4ba9d452b4febd9c3c (patch) | |
tree | b1c3577332abfdf9248e7a61c3850a942179b0b2 /usr.bin/ssh/ssh-keyscan.c | |
parent | Remove leading '+' from the -u arg description; mbing@nfr.net (diff) | |
download | wireguard-openbsd-27ab4cd3f8353825e7c6da4ba9d452b4febd9c3c.tar.xz wireguard-openbsd-27ab4cd3f8353825e7c6da4ba9d452b4febd9c3c.zip |
License clarification from David Mazieres, ok deraadt@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index dba2d838e57..03002bd98fb 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -3,12 +3,11 @@ * * Modification and redistribution in source and binary forms is * permitted provided that due credit is given to the author and the - * OpenBSD project (for instance by leaving this copyright notice - * intact). + * OpenBSD project by leaving this copyright notice intact. */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.23 2001/06/05 05:05:39 pvalchev Exp $"); #include <sys/queue.h> #include <errno.h> |