break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / usr.bin / window / ttwyse60.c
index 6a58e70..4bdd889 100644 (file)
@@ -1,23 +1,27 @@
-#ifndef lint
-static char sccsid[] = "@(#)ttwyse60.c 3.1 %G%";
-#endif
-
-#include "ww.h"
-#include "tt.h"
-
 /*
 /*
- * Wyse-60
+ * Copyright 1987 by David C. Elliott, MIPS Computer Systems.
  *
  *
- * Contributed by David Elliott of MIPS (mips!dce).
+ * Unlimited redistribution allowed as long as this notice
+ * is kept intact.
  */
 
 /*
  */
 
 /*
- * Copyright 1987 by David C. Elliott, MIPS Computer Systems.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  *
- * Unlimited redistribution allowed as long as this notice
- * is kept intact.
+ * This code is derived from software contributed to Berkeley by
+ * David C. Elliott, of MIPS Computer Systems.
+ *
+ * %sccs.include.redist.c%
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) %G%";
+#endif /* not lint */
+
+#include "ww.h"
+#include "tt.h"
+
 #define G (WWM_GRP << WWC_MSHIFT)
 short wyse60_frame[16] = {
        ' ',    '6'|G,  ':'|G,  '1'|G,
 #define G (WWM_GRP << WWC_MSHIFT)
 short wyse60_frame[16] = {
        ' ',    '6'|G,  ':'|G,  '1'|G,