From: Keith Bostic Date: Sat, 13 Apr 1991 07:12:25 +0000 (-0800) Subject: new copyright; att/bsd/shared X-Git-Tag: BSD-4_3_Net_2-Snapshot-Development~139 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/dc5f2268200c44fed825a5ca6c5f0491407371b1 new copyright; att/bsd/shared SCCS-vsn: usr.bin/f77/pass1.vax/bb.c 5.4 SCCS-vsn: usr.bin/f77/pass1.vax/conv.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/conv.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/data.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/data.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/defs.h 5.5 SCCS-vsn: usr.bin/f77/pass1.vax/equiv.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/error.c 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/exec.c 5.7 SCCS-vsn: usr.bin/f77/pass1.vax/expr.c 5.10 SCCS-vsn: usr.bin/f77/pass1.vax/fio.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/fmt.c 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/format.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/ftypes.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/init.c 5.5 SCCS-vsn: usr.bin/f77/pass1.vax/intr.c 5.4 SCCS-vsn: usr.bin/f77/pass1.vax/io.c 5.5 SCCS-vsn: usr.bin/f77/pass1.vax/io.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/lex.c 5.5 SCCS-vsn: usr.bin/f77/pass1.vax/main.c 5.4 SCCS-vsn: usr.bin/f77/pass1.vax/misc.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/optcse.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/optim.c 5.5 SCCS-vsn: usr.bin/f77/pass1.vax/optim.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/optloop.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/paramset.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/pathnames.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/pccdefs.h 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/proc.c 5.9 SCCS-vsn: usr.bin/f77/pass1.vax/put.c 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/putpcc.c 5.4 SCCS-vsn: usr.bin/f77/pass1.vax/regalloc.c 5.7 SCCS-vsn: usr.bin/f77/pass1.vax/setfmt.c 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/stab.c 5.4 SCCS-vsn: usr.bin/f77/pass1.vax/vax.c 5.4 SCCS-vsn: usr.bin/f77/pass1.vax/vaxx.c 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/DEBUGS 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/gram.dcl 5.6 SCCS-vsn: usr.bin/f77/pass1.vax/gram.exec 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/gram.expr 5.3 SCCS-vsn: usr.bin/f77/pass1.vax/gram.head 5.2 SCCS-vsn: usr.bin/f77/pass1.vax/gram.io 5.2 --- diff --git a/usr/src/usr.bin/f77/pass1.vax/DEBUGS b/usr/src/usr.bin/f77/pass1.vax/DEBUGS index fa027869a2..7504f4c5e9 100644 --- a/usr/src/usr.bin/f77/pass1.vax/DEBUGS +++ b/usr/src/usr.bin/f77/pass1.vax/DEBUGS @@ -1,8 +1,11 @@ -Copyright (c) 1980 Regents of the University of California. -All rights reserved. The Berkeley software License Agreement -specifies the terms and conditions for redistribution. - - @(#)DEBUGS 5.1 (Berkeley) %G% +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% + * + * @(#)DEBUGS 5.2 (Berkeley) %G% + */ WHAT THE DEBUG FLAGS MEAN: diff --git a/usr/src/usr.bin/f77/pass1.vax/bb.c b/usr/src/usr.bin/f77/pass1.vax/bb.c index 7e1928cbd5..047e40ea96 100644 --- a/usr/src/usr.bin/f77/pass1.vax/bb.c +++ b/usr/src/usr.bin/f77/pass1.vax/bb.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)bb.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)bb.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ /* * bb.c diff --git a/usr/src/usr.bin/f77/pass1.vax/conv.c b/usr/src/usr.bin/f77/pass1.vax/conv.c index fbe41891b0..e96a618e0b 100644 --- a/usr/src/usr.bin/f77/pass1.vax/conv.c +++ b/usr/src/usr.bin/f77/pass1.vax/conv.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)conv.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)conv.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * conv.c diff --git a/usr/src/usr.bin/f77/pass1.vax/conv.h b/usr/src/usr.bin/f77/pass1.vax/conv.h index 87bdc8bcc5..c15afd1776 100644 --- a/usr/src/usr.bin/f77/pass1.vax/conv.h +++ b/usr/src/usr.bin/f77/pass1.vax/conv.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)conv.h 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)conv.h 5.2 (Berkeley) %G% */ #if (HERE != VAX || TARGET != VAX) diff --git a/usr/src/usr.bin/f77/pass1.vax/data.c b/usr/src/usr.bin/f77/pass1.vax/data.c index 02fdc35116..21f2391a2e 100644 --- a/usr/src/usr.bin/f77/pass1.vax/data.c +++ b/usr/src/usr.bin/f77/pass1.vax/data.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)data.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)data.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * data.c diff --git a/usr/src/usr.bin/f77/pass1.vax/data.h b/usr/src/usr.bin/f77/pass1.vax/data.h index d96f1354be..514f974fb0 100644 --- a/usr/src/usr.bin/f77/pass1.vax/data.h +++ b/usr/src/usr.bin/f77/pass1.vax/data.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)data.h 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)data.h 5.2 (Berkeley) %G% */ /* Forms of data list elements */ diff --git a/usr/src/usr.bin/f77/pass1.vax/defs.h b/usr/src/usr.bin/f77/pass1.vax/defs.h index 9c06074aca..a4aa47cf75 100644 --- a/usr/src/usr.bin/f77/pass1.vax/defs.h +++ b/usr/src/usr.bin/f77/pass1.vax/defs.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)defs.h 5.4 (Berkeley) %G% + * @(#)defs.h 5.5 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/equiv.c b/usr/src/usr.bin/f77/pass1.vax/equiv.c index 4d75c7635a..441775dda2 100644 --- a/usr/src/usr.bin/f77/pass1.vax/equiv.c +++ b/usr/src/usr.bin/f77/pass1.vax/equiv.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char *sccsid[] = "@(#)equiv.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)equiv.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * equiv.c diff --git a/usr/src/usr.bin/f77/pass1.vax/error.c b/usr/src/usr.bin/f77/pass1.vax/error.c index aa555892ac..81b8a75734 100644 --- a/usr/src/usr.bin/f77/pass1.vax/error.c +++ b/usr/src/usr.bin/f77/pass1.vax/error.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)error.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)error.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * error.c diff --git a/usr/src/usr.bin/f77/pass1.vax/exec.c b/usr/src/usr.bin/f77/pass1.vax/exec.c index f6b1e6e693..7c2fbc1cdc 100644 --- a/usr/src/usr.bin/f77/pass1.vax/exec.c +++ b/usr/src/usr.bin/f77/pass1.vax/exec.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)exec.c 5.6 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)exec.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ /* * exec.c diff --git a/usr/src/usr.bin/f77/pass1.vax/expr.c b/usr/src/usr.bin/f77/pass1.vax/expr.c index 2f36fab0f4..856be82dbe 100644 --- a/usr/src/usr.bin/f77/pass1.vax/expr.c +++ b/usr/src/usr.bin/f77/pass1.vax/expr.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char *sccsid[] = "@(#)expr.c 5.9 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)expr.c 5.10 (Berkeley) %G%"; +#endif /* not lint */ /* * expr.c diff --git a/usr/src/usr.bin/f77/pass1.vax/fio.h b/usr/src/usr.bin/f77/pass1.vax/fio.h index 5d8ef44f09..bb9dad5674 100644 --- a/usr/src/usr.bin/f77/pass1.vax/fio.h +++ b/usr/src/usr.bin/f77/pass1.vax/fio.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)fio.h 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)fio.h 5.2 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/f77/pass1.vax/fmt.c b/usr/src/usr.bin/f77/pass1.vax/fmt.c index 5784775878..e38750a635 100644 --- a/usr/src/usr.bin/f77/pass1.vax/fmt.c +++ b/usr/src/usr.bin/f77/pass1.vax/fmt.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)fmt.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)fmt.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * diff --git a/usr/src/usr.bin/f77/pass1.vax/format.h b/usr/src/usr.bin/f77/pass1.vax/format.h index dfd2d4e26f..6625a79a3e 100644 --- a/usr/src/usr.bin/f77/pass1.vax/format.h +++ b/usr/src/usr.bin/f77/pass1.vax/format.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)format.h 5.1 (Berkeley) %G% + * @(#)format.h 5.2 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/ftypes.h b/usr/src/usr.bin/f77/pass1.vax/ftypes.h index 563fc69c68..c6429c37ed 100644 --- a/usr/src/usr.bin/f77/pass1.vax/ftypes.h +++ b/usr/src/usr.bin/f77/pass1.vax/ftypes.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)ftypes.h 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)ftypes.h 5.2 (Berkeley) %G% */ diff --git a/usr/src/usr.bin/f77/pass1.vax/gram.dcl b/usr/src/usr.bin/f77/pass1.vax/gram.dcl index b1e7114b38..fc3eb1dd92 100644 --- a/usr/src/usr.bin/f77/pass1.vax/gram.dcl +++ b/usr/src/usr.bin/f77/pass1.vax/gram.dcl @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)gram.dcl 5.1.1.1 (Berkeley) %G% + * @(#)gram.dcl 5.6 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/gram.exec b/usr/src/usr.bin/f77/pass1.vax/gram.exec index ba117a5cca..f9aec76d1a 100644 --- a/usr/src/usr.bin/f77/pass1.vax/gram.exec +++ b/usr/src/usr.bin/f77/pass1.vax/gram.exec @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)gram.exec 5.2 (Berkeley) %G% + * @(#)gram.exec 5.3 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/gram.expr b/usr/src/usr.bin/f77/pass1.vax/gram.expr index 815069e1f7..efd37961b2 100644 --- a/usr/src/usr.bin/f77/pass1.vax/gram.expr +++ b/usr/src/usr.bin/f77/pass1.vax/gram.expr @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)gram.expr 5.2 (Berkeley) %G% + * @(#)gram.expr 5.3 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/gram.head b/usr/src/usr.bin/f77/pass1.vax/gram.head index 05c38631cd..e8957751ff 100644 --- a/usr/src/usr.bin/f77/pass1.vax/gram.head +++ b/usr/src/usr.bin/f77/pass1.vax/gram.head @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)gram.head 5.1 (Berkeley) %G% + * @(#)gram.head 5.2 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/gram.io b/usr/src/usr.bin/f77/pass1.vax/gram.io index 962034b372..1e5de41954 100644 --- a/usr/src/usr.bin/f77/pass1.vax/gram.io +++ b/usr/src/usr.bin/f77/pass1.vax/gram.io @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)gram.io 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)gram.io 5.2 (Berkeley) %G% */ /* Input/Output Statements */ diff --git a/usr/src/usr.bin/f77/pass1.vax/init.c b/usr/src/usr.bin/f77/pass1.vax/init.c index add517f0d8..6e0876c060 100644 --- a/usr/src/usr.bin/f77/pass1.vax/init.c +++ b/usr/src/usr.bin/f77/pass1.vax/init.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char *sccsid = "@(#)init.c 5.4 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)init.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ /* * init.c diff --git a/usr/src/usr.bin/f77/pass1.vax/intr.c b/usr/src/usr.bin/f77/pass1.vax/intr.c index 18dd7b28c3..d96d1bd4b7 100644 --- a/usr/src/usr.bin/f77/pass1.vax/intr.c +++ b/usr/src/usr.bin/f77/pass1.vax/intr.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)intr.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)intr.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ /* * intr.c diff --git a/usr/src/usr.bin/f77/pass1.vax/io.c b/usr/src/usr.bin/f77/pass1.vax/io.c index 6881657241..77c4db2542 100644 --- a/usr/src/usr.bin/f77/pass1.vax/io.c +++ b/usr/src/usr.bin/f77/pass1.vax/io.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char *sccsid = "@(#)io.c 5.4 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)io.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ /* * io.c diff --git a/usr/src/usr.bin/f77/pass1.vax/io.h b/usr/src/usr.bin/f77/pass1.vax/io.h index 034b539189..5b78e0bd2c 100644 --- a/usr/src/usr.bin/f77/pass1.vax/io.h +++ b/usr/src/usr.bin/f77/pass1.vax/io.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)io.h 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)io.h 5.2 (Berkeley) %G% */ #define NDDATA 1 diff --git a/usr/src/usr.bin/f77/pass1.vax/lex.c b/usr/src/usr.bin/f77/pass1.vax/lex.c index 8e2e02595e..5ecbebb0a9 100644 --- a/usr/src/usr.bin/f77/pass1.vax/lex.c +++ b/usr/src/usr.bin/f77/pass1.vax/lex.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)lex.c 5.4 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)lex.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ /* * lex.c diff --git a/usr/src/usr.bin/f77/pass1.vax/main.c b/usr/src/usr.bin/f77/pass1.vax/main.c index 38f64dcee5..466ac0de04 100644 --- a/usr/src/usr.bin/f77/pass1.vax/main.c +++ b/usr/src/usr.bin/f77/pass1.vax/main.c @@ -1,17 +1,18 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint char copyright[] = -"@(#) Copyright (c) 1980 Regents of the University of California.\n\ +"@(#) Copyright (c) 1980 The Regents of the University of California.\n\ All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/misc.c b/usr/src/usr.bin/f77/pass1.vax/misc.c index 41dcf551e6..b1ce0c54f7 100644 --- a/usr/src/usr.bin/f77/pass1.vax/misc.c +++ b/usr/src/usr.bin/f77/pass1.vax/misc.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)misc.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * misc.c diff --git a/usr/src/usr.bin/f77/pass1.vax/optcse.c b/usr/src/usr.bin/f77/pass1.vax/optcse.c index 8ed82e8a1c..a5cc2dbfe2 100644 --- a/usr/src/usr.bin/f77/pass1.vax/optcse.c +++ b/usr/src/usr.bin/f77/pass1.vax/optcse.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)optcse.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)optcse.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * optcse.c diff --git a/usr/src/usr.bin/f77/pass1.vax/optim.c b/usr/src/usr.bin/f77/pass1.vax/optim.c index df0ae50413..2899cc06ce 100644 --- a/usr/src/usr.bin/f77/pass1.vax/optim.c +++ b/usr/src/usr.bin/f77/pass1.vax/optim.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)optim.c 5.4 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)optim.c 5.5 (Berkeley) %G%"; +#endif /* not lint */ /* * optim.c diff --git a/usr/src/usr.bin/f77/pass1.vax/optim.h b/usr/src/usr.bin/f77/pass1.vax/optim.h index 6403222380..6c27b31d5e 100644 --- a/usr/src/usr.bin/f77/pass1.vax/optim.h +++ b/usr/src/usr.bin/f77/pass1.vax/optim.h @@ -1,9 +1,10 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)optim.h 5.1 (Berkeley) %G% + * @(#)optim.h 5.2 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/f77/pass1.vax/optloop.c b/usr/src/usr.bin/f77/pass1.vax/optloop.c index 26a5f65ac9..ea210e6b56 100644 --- a/usr/src/usr.bin/f77/pass1.vax/optloop.c +++ b/usr/src/usr.bin/f77/pass1.vax/optloop.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)optloop.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)optloop.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * optloop.c diff --git a/usr/src/usr.bin/f77/pass1.vax/paramset.c b/usr/src/usr.bin/f77/pass1.vax/paramset.c index 37892dbac1..28865e867d 100644 --- a/usr/src/usr.bin/f77/pass1.vax/paramset.c +++ b/usr/src/usr.bin/f77/pass1.vax/paramset.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)paramset.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)paramset.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * paramset.c diff --git a/usr/src/usr.bin/f77/pass1.vax/pathnames.h b/usr/src/usr.bin/f77/pass1.vax/pathnames.h index 90b5281785..3f1ac2a0f0 100644 --- a/usr/src/usr.bin/f77/pass1.vax/pathnames.h +++ b/usr/src/usr.bin/f77/pass1.vax/pathnames.h @@ -1,20 +1,10 @@ -/* +/*- * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * 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 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.1 (Berkeley) %G% + * @(#)pathnames.h 5.2 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/f77/pass1.vax/pccdefs.h b/usr/src/usr.bin/f77/pass1.vax/pccdefs.h index afbf68a391..5d32d6d441 100644 --- a/usr/src/usr.bin/f77/pass1.vax/pccdefs.h +++ b/usr/src/usr.bin/f77/pass1.vax/pccdefs.h @@ -1,11 +1,14 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. * - * @(#)pccdefs.h 5.1 (Berkeley) %G% + * %sccs.include.proprietary.c% + * + * @(#)pccdefs.h 5.2 (Berkeley) %G% */ +#define P2BAD -1 +#define P2BAD -1 #define P2BAD -1 #define P2NAME 2 #define P2ICON 4 diff --git a/usr/src/usr.bin/f77/pass1.vax/proc.c b/usr/src/usr.bin/f77/pass1.vax/proc.c index 83d7a1fbd5..3c08a8b76e 100644 --- a/usr/src/usr.bin/f77/pass1.vax/proc.c +++ b/usr/src/usr.bin/f77/pass1.vax/proc.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)proc.c 5.8 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)proc.c 5.9 (Berkeley) %G%"; +#endif /* not lint */ /* * proc.c diff --git a/usr/src/usr.bin/f77/pass1.vax/put.c b/usr/src/usr.bin/f77/pass1.vax/put.c index 7dab291311..c5690bbc7b 100644 --- a/usr/src/usr.bin/f77/pass1.vax/put.c +++ b/usr/src/usr.bin/f77/pass1.vax/put.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)put.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)put.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * put.c diff --git a/usr/src/usr.bin/f77/pass1.vax/putpcc.c b/usr/src/usr.bin/f77/pass1.vax/putpcc.c index b52ecc14e9..176b30b5e3 100644 --- a/usr/src/usr.bin/f77/pass1.vax/putpcc.c +++ b/usr/src/usr.bin/f77/pass1.vax/putpcc.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)putpcc.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)putpcc.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ /* * putpcc.c diff --git a/usr/src/usr.bin/f77/pass1.vax/regalloc.c b/usr/src/usr.bin/f77/pass1.vax/regalloc.c index 0b54bb4464..f5850528f9 100644 --- a/usr/src/usr.bin/f77/pass1.vax/regalloc.c +++ b/usr/src/usr.bin/f77/pass1.vax/regalloc.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)regalloc.c 5.6 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)regalloc.c 5.7 (Berkeley) %G%"; +#endif /* not lint */ /* * regalloc.c diff --git a/usr/src/usr.bin/f77/pass1.vax/setfmt.c b/usr/src/usr.bin/f77/pass1.vax/setfmt.c index e3b6b4269e..1d4d120a0c 100644 --- a/usr/src/usr.bin/f77/pass1.vax/setfmt.c +++ b/usr/src/usr.bin/f77/pass1.vax/setfmt.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)setfmt.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)setfmt.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "defs.h" #include "format.h" diff --git a/usr/src/usr.bin/f77/pass1.vax/stab.c b/usr/src/usr.bin/f77/pass1.vax/stab.c index b6d4326df3..8f6a588fef 100644 --- a/usr/src/usr.bin/f77/pass1.vax/stab.c +++ b/usr/src/usr.bin/f77/pass1.vax/stab.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)stab.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)stab.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ /* * stab.c diff --git a/usr/src/usr.bin/f77/pass1.vax/vax.c b/usr/src/usr.bin/f77/pass1.vax/vax.c index d129f6003c..0045be953d 100644 --- a/usr/src/usr.bin/f77/pass1.vax/vax.c +++ b/usr/src/usr.bin/f77/pass1.vax/vax.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)vax.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)vax.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ /* * vax.c diff --git a/usr/src/usr.bin/f77/pass1.vax/vaxx.c b/usr/src/usr.bin/f77/pass1.vax/vaxx.c index 4c31151576..e972d70063 100644 --- a/usr/src/usr.bin/f77/pass1.vax/vaxx.c +++ b/usr/src/usr.bin/f77/pass1.vax/vaxx.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)vaxx.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)vaxx.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include #include "defines.h"