From bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 7 Sep 2000 21:13:36 +0000 Subject: some more Copyright fixes --- usr.bin/ssh/log.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/log.c') diff --git a/usr.bin/ssh/log.c b/usr.bin/ssh/log.c index c2f67cf8c96..a6d9e050d35 100644 --- a/usr.bin/ssh/log.c +++ b/usr.bin/ssh/log.c @@ -1,3 +1,14 @@ +/* + * 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. * @@ -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" -- cgit v1.2.3-59-g8ed1b