From 6468808afbddc16d79ef729cf89d2f80919fa319 Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Wed, 5 Jun 1985 18:56:48 -0800 Subject: [PATCH] Add copyright 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 | 10 +++++++++- usr/src/lib/libterm/Makefile | 7 ++++++- usr/src/lib/libterm/TEST/tc1.c | 10 ++++++++-- usr/src/lib/libterm/TEST/tc2.c | 10 ++++++++-- usr/src/lib/libterm/TEST/tc3.c | 10 ++++++++-- usr/src/lib/libterm/termcap.c | 10 ++++++++-- usr/src/lib/libterm/tgoto.c | 11 ++++++++--- usr/src/lib/libterm/tputs.c | 11 ++++++++--- usr/src/usr.bin/pascal/src/case.c | 12 +++++++++++- usr/src/usr.bin/pascal/src/clas.c | 12 +++++++++++- 10 files changed, 85 insertions(+), 18 deletions(-) diff --git a/usr/src/lib/libc/sys/quotactl.s b/usr/src/lib/libc/sys/quotactl.s index 862ae2cd55..39e96edaa3 100644 --- a/usr/src/lib/libc/sys/quotactl.s +++ b/usr/src/lib/libc/sys/quotactl.s @@ -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" diff --git a/usr/src/lib/libterm/Makefile b/usr/src/lib/libterm/Makefile index 83f6d79049..6160075155 100644 --- a/usr/src/lib/libterm/Makefile +++ b/usr/src/lib/libterm/Makefile @@ -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 diff --git a/usr/src/lib/libterm/TEST/tc1.c b/usr/src/lib/libterm/TEST/tc1.c index 6c6365f25b..12ed3dde95 100644 --- a/usr/src/lib/libterm/TEST/tc1.c +++ b/usr/src/lib/libterm/TEST/tc1.c @@ -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 -static char sccsid[] = "@(#)tc1.c 4.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)tc1.c 5.1 (Berkeley) %G%"; +#endif not lint /* * tc1 [term] diff --git a/usr/src/lib/libterm/TEST/tc2.c b/usr/src/lib/libterm/TEST/tc2.c index 935f697242..48da509b4a 100644 --- a/usr/src/lib/libterm/TEST/tc2.c +++ b/usr/src/lib/libterm/TEST/tc2.c @@ -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 -static char sccsid[] = "@(#)tc2.c 4.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)tc2.c 5.1 (Berkeley) %G%"; +#endif not lint /* * tc2 [term] diff --git a/usr/src/lib/libterm/TEST/tc3.c b/usr/src/lib/libterm/TEST/tc3.c index c618ab58af..c756144973 100644 --- a/usr/src/lib/libterm/TEST/tc3.c +++ b/usr/src/lib/libterm/TEST/tc3.c @@ -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 -static char sccsid[] = "@(#)tc3.c 4.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)tc3.c 5.1 (Berkeley) %G%"; +#endif not lint /* * tc3 [term] diff --git a/usr/src/lib/libterm/termcap.c b/usr/src/lib/libterm/termcap.c index 0baf5d5a87..6d30dfd1c8 100644 --- a/usr/src/lib/libterm/termcap.c +++ b/usr/src/lib/libterm/termcap.c @@ -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 -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 */ diff --git a/usr/src/lib/libterm/tgoto.c b/usr/src/lib/libterm/tgoto.c index 2a17ee0e47..99714d85fc 100644 --- a/usr/src/lib/libterm/tgoto.c +++ b/usr/src/lib/libterm/tgoto.c @@ -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 -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 diff --git a/usr/src/lib/libterm/tputs.c b/usr/src/lib/libterm/tputs.c index 6c6627f99b..105d421473 100644 --- a/usr/src/lib/libterm/tputs.c +++ b/usr/src/lib/libterm/tputs.c @@ -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 -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 #include diff --git a/usr/src/usr.bin/pascal/src/case.c b/usr/src/usr.bin/pascal/src/case.c index 6fecf572df..00b151f005 100644 --- a/usr/src/usr.bin/pascal/src/case.c +++ b/usr/src/usr.bin/pascal/src/case.c @@ -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 -static char sccsid[] = "@(#)case.c 2.1 %G%"; +static char sccsid[] = "@(#)case.c 5.1 %G%"; #endif #include "whoami.h" diff --git a/usr/src/usr.bin/pascal/src/clas.c b/usr/src/usr.bin/pascal/src/clas.c index 195ddcfa47..107870e176 100644 --- a/usr/src/usr.bin/pascal/src/clas.c +++ b/usr/src/usr.bin/pascal/src/clas.c @@ -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 -static char sccsid[] = "@(#)clas.c 2.1 %G%"; +static char sccsid[] = "@(#)clas.c 5.1 %G%"; #endif #include "whoami.h" -- 2.20.1