From 4f7037488ab3c07709e3f984ab7f49fe9744c4d9 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 6 Jun 1993 22:11:39 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: usr.bin/make/lst.lib/lstFirst.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstForEach.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstForEachFrom.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstInit.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstInsert.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey.h 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstIsAtEnd.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey0.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstIsEmpty.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey1.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstLast.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey2.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstMember.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey3.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstNext.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstOpen.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey4.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstRemove.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/ey5.c 8.1 SCCS-vsn: usr.bin/make/lst.lib/lstReplace.c 8.1 SCCS-vsn: usr.bin/pascal/eyacc/eyacc.1 8.1 --- usr/src/usr.bin/make/lst.lib/lstFirst.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstForEach.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstForEachFrom.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstInit.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstInsert.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstIsEmpty.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstLast.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstMember.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstNext.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstOpen.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstRemove.c | 6 +++--- usr/src/usr.bin/make/lst.lib/lstReplace.c | 6 +++--- usr/src/usr.bin/pascal/eyacc/ey.h | 6 +++--- usr/src/usr.bin/pascal/eyacc/ey0.c | 6 +++--- usr/src/usr.bin/pascal/eyacc/ey1.c | 12 ++++++------ usr/src/usr.bin/pascal/eyacc/ey2.c | 6 +++--- usr/src/usr.bin/pascal/eyacc/ey3.c | 6 +++--- usr/src/usr.bin/pascal/eyacc/ey4.c | 6 +++--- usr/src/usr.bin/pascal/eyacc/ey5.c | 6 +++--- usr/src/usr.bin/pascal/eyacc/eyacc.1 | 6 +++--- 21 files changed, 66 insertions(+), 66 deletions(-) diff --git a/usr/src/usr.bin/make/lst.lib/lstFirst.c b/usr/src/usr.bin/make/lst.lib/lstFirst.c index ecdad4482f..72156ba947 100644 --- a/usr/src/usr.bin/make/lst.lib/lstFirst.c +++ b/usr/src/usr.bin/make/lst.lib/lstFirst.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstFirst.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstFirst.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstForEach.c b/usr/src/usr.bin/make/lst.lib/lstForEach.c index caeeba3439..544e2ce636 100644 --- a/usr/src/usr.bin/make/lst.lib/lstForEach.c +++ b/usr/src/usr.bin/make/lst.lib/lstForEach.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstForEach.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstForEach.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstForEachFrom.c b/usr/src/usr.bin/make/lst.lib/lstForEachFrom.c index 149d4d02a4..7f79d6377c 100644 --- a/usr/src/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr/src/usr.bin/make/lst.lib/lstForEachFrom.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstForEachFrom.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstForEachFrom.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstInit.c b/usr/src/usr.bin/make/lst.lib/lstInit.c index 0291570db7..e25552995d 100644 --- a/usr/src/usr.bin/make/lst.lib/lstInit.c +++ b/usr/src/usr.bin/make/lst.lib/lstInit.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstInit.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstInit.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstInsert.c b/usr/src/usr.bin/make/lst.lib/lstInsert.c index 592925e44e..e6ecdad4dd 100644 --- a/usr/src/usr.bin/make/lst.lib/lstInsert.c +++ b/usr/src/usr.bin/make/lst.lib/lstInsert.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstInsert.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstInsert.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c index b8a22184df..f2c6defced 100644 --- a/usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsAtEnd.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstIsAtEnd.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstIsEmpty.c b/usr/src/usr.bin/make/lst.lib/lstIsEmpty.c index b0c9d0e609..153511cf92 100644 --- a/usr/src/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr/src/usr.bin/make/lst.lib/lstIsEmpty.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsEmpty.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstIsEmpty.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstLast.c b/usr/src/usr.bin/make/lst.lib/lstLast.c index ececd3ec06..e71efbf521 100644 --- a/usr/src/usr.bin/make/lst.lib/lstLast.c +++ b/usr/src/usr.bin/make/lst.lib/lstLast.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstLast.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstLast.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstMember.c b/usr/src/usr.bin/make/lst.lib/lstMember.c index dc26436761..2662bf6099 100644 --- a/usr/src/usr.bin/make/lst.lib/lstMember.c +++ b/usr/src/usr.bin/make/lst.lib/lstMember.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstMember.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstMember.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstNext.c b/usr/src/usr.bin/make/lst.lib/lstNext.c index 384ed6a932..1403d9c207 100644 --- a/usr/src/usr.bin/make/lst.lib/lstNext.c +++ b/usr/src/usr.bin/make/lst.lib/lstNext.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstNext.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstNext.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstOpen.c b/usr/src/usr.bin/make/lst.lib/lstOpen.c index 01654eeb2d..d02cad1834 100644 --- a/usr/src/usr.bin/make/lst.lib/lstOpen.c +++ b/usr/src/usr.bin/make/lst.lib/lstOpen.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstOpen.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstOpen.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstRemove.c b/usr/src/usr.bin/make/lst.lib/lstRemove.c index 6ef2547105..f790bfab99 100644 --- a/usr/src/usr.bin/make/lst.lib/lstRemove.c +++ b/usr/src/usr.bin/make/lst.lib/lstRemove.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstRemove.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstRemove.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/make/lst.lib/lstReplace.c b/usr/src/usr.bin/make/lst.lib/lstReplace.c index c95ab6462f..b3d187254b 100644 --- a/usr/src/usr.bin/make/lst.lib/lstReplace.c +++ b/usr/src/usr.bin/make/lst.lib/lstReplace.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1989, 1990, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstReplace.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)lstReplace.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /*- diff --git a/usr/src/usr.bin/pascal/eyacc/ey.h b/usr/src/usr.bin/pascal/eyacc/ey.h index d8e468b66c..eade9eff7f 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey.h +++ b/usr/src/usr.bin/pascal/eyacc/ey.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% * - * @(#)ey.h 5.3 (Berkeley) %G% + * @(#)ey.h 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/pascal/eyacc/ey0.c b/usr/src/usr.bin/pascal/eyacc/ey0.c index e11460ba82..8bbe769158 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey0.c +++ b/usr/src/usr.bin/pascal/eyacc/ey0.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)ey0.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)ey0.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/pascal/eyacc/ey1.c b/usr/src/usr.bin/pascal/eyacc/ey1.c index e7374ca310..7143df5cc7 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey1.c +++ b/usr/src/usr.bin/pascal/eyacc/ey1.c @@ -1,18 +1,18 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1979 The Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1979, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ey1.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)ey1.c 8.1 (Berkeley) %G%"; #endif /* not lint */ # include "ey.h" diff --git a/usr/src/usr.bin/pascal/eyacc/ey2.c b/usr/src/usr.bin/pascal/eyacc/ey2.c index b99370d80f..d1946590d9 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey2.c +++ b/usr/src/usr.bin/pascal/eyacc/ey2.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)ey2.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)ey2.c 8.1 (Berkeley) %G%"; #endif /* not lint */ # include "ey.h" diff --git a/usr/src/usr.bin/pascal/eyacc/ey3.c b/usr/src/usr.bin/pascal/eyacc/ey3.c index 5a1323c0d9..aa39326a91 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey3.c +++ b/usr/src/usr.bin/pascal/eyacc/ey3.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)ey3.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)ey3.c 8.1 (Berkeley) %G%"; #endif /* not lint */ # include "ey.h" diff --git a/usr/src/usr.bin/pascal/eyacc/ey4.c b/usr/src/usr.bin/pascal/eyacc/ey4.c index bf7d391e7b..e2f8f8fea7 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey4.c +++ b/usr/src/usr.bin/pascal/eyacc/ey4.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)ey4.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)ey4.c 8.1 (Berkeley) %G%"; #endif /* not lint */ # include "ey.h" diff --git a/usr/src/usr.bin/pascal/eyacc/ey5.c b/usr/src/usr.bin/pascal/eyacc/ey5.c index 133cb5b98f..92505b42ab 100644 --- a/usr/src/usr.bin/pascal/eyacc/ey5.c +++ b/usr/src/usr.bin/pascal/eyacc/ey5.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1979 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1979, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)ey5.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)ey5.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* fake portable I/O routines, for those diff --git a/usr/src/usr.bin/pascal/eyacc/eyacc.1 b/usr/src/usr.bin/pascal/eyacc/eyacc.1 index 2d47d2c41c..33c346a6f3 100644 --- a/usr/src/usr.bin/pascal/eyacc/eyacc.1 +++ b/usr/src/usr.bin/pascal/eyacc/eyacc.1 @@ -1,9 +1,9 @@ -.\" Copyright (c) 1980, 1990 The Regents of the University of California. -.\" All rights reserved. +.\" Copyright (c) 1980, 1990, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" %sccs.include.redist.roff% .\" -.\" @(#)eyacc.1 6.7 (Berkeley) %G% +.\" @(#)eyacc.1 8.1 (Berkeley) %G% .\" .Dd .Dt EYACC 1 -- 2.20.1