document distributed with 4.2BSD
[unix-history] / usr / src / usr.bin / mail / tty.c
index 157b120..be56f74 100644 (file)
@@ -1,4 +1,12 @@
-#
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char *sccsid = "@(#)tty.c       5.2 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -8,8 +16,6 @@
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
-static char *SccsId = "@(#)tty.c       2.6 %G%";
-
 static int     c_erase;                /* Current erase char */
 static int     c_kill;                 /* Current kill char */
 static int     hadcont;                /* Saw continue signal */
 static int     c_erase;                /* Current erase char */
 static int     c_kill;                 /* Current kill char */
 static int     hadcont;                /* Saw continue signal */