BSD 4_3 release
[unix-history] / usr / src / usr.lib / libtermlib / tgoto.c
index 9f450c9..20e6fae 100644 (file)
@@ -1,8 +1,13 @@
+/*
+ * 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
 #ifndef lint
-static char sccsid[] = "@(#)tgoto.c    4.1 (Berkeley) 6/27/83";
-#endif
+static char sccsid[] = "@(#)tgoto.c    5.1 (Berkeley) 6/5/85";
+#endif not lint
 
 
-/* Copyright (c) 1979 Regents of the University of California */
 #define        CTRL(c) ('c' & 037)
 
 #define MAXRETURNSIZE 64
 #define        CTRL(c) ('c' & 037)
 
 #define MAXRETURNSIZE 64