]> andersk Git - openssh.git/blobdiff - auth1.c
- (djm) Merge OpenBSD changes:
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 3720a7d28447e5b4d2bb27806ac6fa74ce94cd8d..43faa67f3239af87cbf5dd5f50175703a6a6f9cb 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -1,10 +1,16 @@
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, 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".
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.3 2000/08/20 18:42:40 millert Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.4 2000/09/07 20:27:49 deraadt Exp $");
 
 #include "xmalloc.h"
 #include "rsa.h"
This page took 0.075164 seconds and 4 git commands to generate.