only executable by group dialer
[unix-history] / usr / src / usr.bin / window / ttwyse60.c
index 6a58e70..be58c86 100644 (file)
@@ -1,23 +1,37 @@
-#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 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)ttwyse60.c 3.2 (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,