Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 02:56:48 +0000 (18:56 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 02:56:48 +0000 (18:56 -0800)
SCCS-vsn: lib/libterm/TEST/tc1.c 5.1
SCCS-vsn: lib/libterm/TEST/tc2.c 5.1
SCCS-vsn: lib/libterm/TEST/tc3.c 5.1
SCCS-vsn: lib/libterm/termcap.c 5.1
SCCS-vsn: lib/libterm/tgoto.c 5.1
SCCS-vsn: lib/libterm/tputs.c 5.1
SCCS-vsn: lib/libterm/Makefile 5.1
SCCS-vsn: lib/libc/sys/quotactl.s 5.2
SCCS-vsn: lib/libc/sys/quotactl.s 5.1
SCCS-vsn: usr.bin/pascal/src/case.c 5.1
SCCS-vsn: usr.bin/pascal/src/clas.c 5.1

usr/src/lib/libc/sys/quotactl.s
usr/src/lib/libterm/Makefile
usr/src/lib/libterm/TEST/tc1.c
usr/src/lib/libterm/TEST/tc2.c
usr/src/lib/libterm/TEST/tc3.c
usr/src/lib/libterm/termcap.c
usr/src/lib/libterm/tgoto.c
usr/src/lib/libterm/tputs.c
usr/src/usr.bin/pascal/src/case.c
usr/src/usr.bin/pascal/src/clas.c

index 862ae2c..39e96ed 100644 (file)
@@ -1,4 +1,12 @@
-/* quotactl.s 5.1 85/06/03 */
+/*
+ * 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[] = "@(#)quotactl.s 5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "SYS.h"
 
 
 #include "SYS.h"
 
index 83f6d79..6160075 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        4.2     85/05/30
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 CFLAGS=        -O -DCM_N -DCM_GT -DCM_B -DCM_D
 LD = ld
 #
 CFLAGS=        -O -DCM_N -DCM_GT -DCM_B -DCM_D
 LD = ld
index 6c6365f..12ed3dd 100644 (file)
@@ -1,6 +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
 #ifndef lint
-static char sccsid[] = "@(#)tc1.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tc1.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * tc1 [term]
 
 /*
  * tc1 [term]
index 935f697..48da509 100644 (file)
@@ -1,6 +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
 #ifndef lint
-static char sccsid[] = "@(#)tc2.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tc2.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * tc2 [term]
 
 /*
  * tc2 [term]
index c618ab5..c756144 100644 (file)
@@ -1,6 +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
 #ifndef lint
-static char sccsid[] = "@(#)tc3.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tc3.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * tc3 [term]
 
 /*
  * tc3 [term]
index 0baf5d5..6d30dfd 100644 (file)
@@ -1,6 +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
 #ifndef lint
-static char sccsid[] = "@(#)termcap.c  4.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)termcap.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #define        BUFSIZ          1024
 #define MAXHOP         32      /* max number of tc= indirections */
 
 #define        BUFSIZ          1024
 #define MAXHOP         32      /* max number of tc= indirections */
index 2a17ee0..99714d8 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) %G%";
-#endif
+static char sccsid[] = "@(#)tgoto.c    5.1 (Berkeley) %G%";
+#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
index 6c6627f..105d421 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[] = "@(#)tputs.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tputs.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 
-/* Copyright (c) 1979 Regents of the University of California */
 #include <sgtty.h>
 #include <ctype.h>
 
 #include <sgtty.h>
 #include <ctype.h>
 
index 6fecf57..00b151f 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * 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[] = "@(#)case.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)case.c 2.1 %G%";
+static char sccsid[] = "@(#)case.c 5.1 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 195ddcf..107870e 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * 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[] = "@(#)clas.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)clas.c 2.1 %G%";
+static char sccsid[] = "@(#)clas.c 5.1 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"