]> andersk Git - openssh.git/blobdiff - pty.c
- (djm) Merge OpenBSD changes:
[openssh.git] / pty.c
diff --git a/pty.c b/pty.c
index d610a45433b8024eae45977a43d15748678de9d0..cbbe5845e046c8f15c6eadc5d22412dd6aa5f052 100644 (file)
--- a/pty.c
+++ b/pty.c
@@ -1,20 +1,18 @@
 /*
- *
- * pty.c
- *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- *
- * Created: Fri Mar 17 04:37:25 1995 ylo
- *
  * Allocating a pseudo-terminal, and making it the controlling tty.
  *
+ * 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: pty.c,v 1.14 2000/06/20 01:39:43 markus Exp $");
+RCSID("$OpenBSD: pty.c,v 1.16 2000/09/07 21:13:37 markus Exp $");
 
 #ifdef HAVE_UTIL_H
 # include <util.h>
This page took 0.772664 seconds and 4 git commands to generate.