=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/log.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/log.c 2000/09/07 20:27:52 1.8 +++ src/usr.bin/ssh/log.c 2000/09/07 21:13:37 1.9 @@ -1,4 +1,15 @@ /* + * Author: Tatu Ylonen + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * As far as I am concerned, the code I have written for this software + * can be used freely for any purpose. Any derived versions of this + * software must be clearly marked as such, and if the derived work is + * incompatible with the protocol description in the RFC file, it must be + * called by a name other than "ssh" or "Secure Shell". + */ +/* * Shared versions of debug(), log(), etc. * * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: log.c,v 1.8 2000/09/07 20:27:52 deraadt Exp $"); +RCSID("$OpenBSD: log.c,v 1.9 2000/09/07 21:13:37 markus Exp $"); #include "ssh.h" #include "xmalloc.h"