From 2a24676ec4dd545b997d5c7d442023d1dfa0d4bf Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Fri, 31 May 1985 17:19:36 -0800 Subject: [PATCH] Add copyright SCCS-vsn: old/dbx/Makefile 5.1 SCCS-vsn: old/dbx/asm.c 5.1 SCCS-vsn: old/dbx/c.c 5.1 SCCS-vsn: old/dbx/check.c 5.1 SCCS-vsn: old/dbx/eval.c 5.1 SCCS-vsn: old/dbx/events.c 5.1 SCCS-vsn: old/dbx/fortran.c 5.1 SCCS-vsn: old/dbx/keywords.c 5.1 SCCS-vsn: old/dbx/languages.c 5.1 SCCS-vsn: old/dbx/library.c 5.1 SCCS-vsn: old/dbx/lists.c 5.1 SCCS-vsn: old/dbx/vax.c 5.1 SCCS-vsn: old/dbx/main.c 5.1 SCCS-vsn: old/dbx/makedefs.c 5.1 SCCS-vsn: old/dbx/mappings.c 5.1 SCCS-vsn: old/dbx/mkdate.c 5.1 SCCS-vsn: old/dbx/modula-2.c 5.1 SCCS-vsn: old/dbx/names.c 5.1 SCCS-vsn: old/dbx/object.c 5.1 SCCS-vsn: old/dbx/operators.c 5.1 SCCS-vsn: old/dbx/ops.c 5.1 SCCS-vsn: old/dbx/ops.vax.c 5.1 SCCS-vsn: old/dbx/pascal.c 5.1 SCCS-vsn: old/dbx/printsym.c 5.1 SCCS-vsn: old/dbx/process.c 5.1 SCCS-vsn: old/dbx/runtime.c 5.1 SCCS-vsn: old/dbx/runtime.vax.c 5.1 SCCS-vsn: old/dbx/scanner.c 5.1 SCCS-vsn: old/dbx/source.c 5.1 SCCS-vsn: old/dbx/stabstring.c 5.1 SCCS-vsn: old/dbx/symbols.c 5.1 SCCS-vsn: old/dbx/tree.c 5.1 --- usr/src/old/dbx/Makefile | 7 ++++++- usr/src/old/dbx/asm.c | 10 ++++++++-- usr/src/old/dbx/c.c | 10 ++++++++-- usr/src/old/dbx/check.c | 10 ++++++++-- usr/src/old/dbx/eval.c | 10 ++++++++-- usr/src/old/dbx/events.c | 10 ++++++++-- usr/src/old/dbx/fortran.c | 10 ++++++++-- usr/src/old/dbx/keywords.c | 10 ++++++++-- usr/src/old/dbx/languages.c | 10 ++++++++-- usr/src/old/dbx/library.c | 10 ++++++++-- usr/src/old/dbx/lists.c | 10 ++++++++-- usr/src/old/dbx/main.c | 16 ++++++++++++++-- usr/src/old/dbx/makedefs.c | 16 ++++++++++++++-- usr/src/old/dbx/mappings.c | 10 ++++++++-- usr/src/old/dbx/mkdate.c | 10 ++++++++-- usr/src/old/dbx/modula-2.c | 10 +++++++--- usr/src/old/dbx/names.c | 10 ++++++++-- usr/src/old/dbx/object.c | 10 ++++++++-- usr/src/old/dbx/operators.c | 10 ++++++++-- usr/src/old/dbx/ops.c | 10 ++++++++-- usr/src/old/dbx/ops.vax.c | 10 ++++++++-- usr/src/old/dbx/pascal.c | 10 ++++++++-- usr/src/old/dbx/printsym.c | 10 ++++++++-- usr/src/old/dbx/process.c | 10 ++++++++-- usr/src/old/dbx/runtime.c | 10 ++++++++-- usr/src/old/dbx/runtime.vax.c | 10 ++++++++-- usr/src/old/dbx/scanner.c | 10 ++++++++-- usr/src/old/dbx/source.c | 10 ++++++++-- usr/src/old/dbx/stabstring.c | 10 +++++++--- usr/src/old/dbx/symbols.c | 10 ++++++++-- usr/src/old/dbx/tree.c | 10 ++++++++-- usr/src/old/dbx/vax.c | 10 ++++++++-- 32 files changed, 264 insertions(+), 65 deletions(-) diff --git a/usr/src/old/dbx/Makefile b/usr/src/old/dbx/Makefile index e8a8011f8f..d583e1298a 100644 --- a/usr/src/old/dbx/Makefile +++ b/usr/src/old/dbx/Makefile @@ -1,4 +1,9 @@ -# Makefile 4.11 85/03/01 +# +# Copyright (c) 1983 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% # # make file for debugger "dbx" # diff --git a/usr/src/old/dbx/asm.c b/usr/src/old/dbx/asm.c index b45ce48b85..8845123656 100644 --- a/usr/src/old/dbx/asm.c +++ b/usr/src/old/dbx/asm.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)asm.c 1.4 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)asm.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: asm.c,v 1.5 84/12/26 10:38:19 linton Exp $"; diff --git a/usr/src/old/dbx/c.c b/usr/src/old/dbx/c.c index 717783c714..95b82b276a 100644 --- a/usr/src/old/dbx/c.c +++ b/usr/src/old/dbx/c.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)c.c 1.9 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)c.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: c.c,v 1.5 84/12/26 10:38:23 linton Exp $"; diff --git a/usr/src/old/dbx/check.c b/usr/src/old/dbx/check.c index 81543c3da0..d871292b1a 100644 --- a/usr/src/old/dbx/check.c +++ b/usr/src/old/dbx/check.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)check.c 1.7 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)check.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: check.c,v 1.5 84/12/26 10:38:35 linton Exp $"; diff --git a/usr/src/old/dbx/eval.c b/usr/src/old/dbx/eval.c index 38c6a1ff66..5bb7ce00f7 100644 --- a/usr/src/old/dbx/eval.c +++ b/usr/src/old/dbx/eval.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)eval.c 1.15 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)eval.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: eval.c,v 1.5 84/12/26 10:39:08 linton Exp $"; diff --git a/usr/src/old/dbx/events.c b/usr/src/old/dbx/events.c index 97fdf568cb..2fc20c2b57 100644 --- a/usr/src/old/dbx/events.c +++ b/usr/src/old/dbx/events.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)events.c 1.7 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)events.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: events.c,v 1.5 84/12/26 10:39:26 linton Exp $"; diff --git a/usr/src/old/dbx/fortran.c b/usr/src/old/dbx/fortran.c index 8371409829..3a7047d1d6 100644 --- a/usr/src/old/dbx/fortran.c +++ b/usr/src/old/dbx/fortran.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)fortran.c 1.6 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)fortran.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: fortran.c,v 1.5 84/12/26 10:39:37 linton Exp $"; diff --git a/usr/src/old/dbx/keywords.c b/usr/src/old/dbx/keywords.c index 5e0b359ad1..6dd27d0897 100644 --- a/usr/src/old/dbx/keywords.c +++ b/usr/src/old/dbx/keywords.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)keywords.c 1.7 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)keywords.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: keywords.c,v 1.5 84/12/26 10:39:45 linton Exp $"; diff --git a/usr/src/old/dbx/languages.c b/usr/src/old/dbx/languages.c index 48ba0192a3..6b323d8273 100644 --- a/usr/src/old/dbx/languages.c +++ b/usr/src/old/dbx/languages.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)languages.c 1.5 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)languages.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: languages.c,v 1.5 84/12/26 10:39:49 linton Exp $"; diff --git a/usr/src/old/dbx/library.c b/usr/src/old/dbx/library.c index 8a351cfb58..947aa231a0 100644 --- a/usr/src/old/dbx/library.c +++ b/usr/src/old/dbx/library.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)library.c 1.7 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)library.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: library.c,v 1.5 84/12/26 10:39:52 linton Exp $"; diff --git a/usr/src/old/dbx/lists.c b/usr/src/old/dbx/lists.c index 4ec65d3692..af9168713e 100644 --- a/usr/src/old/dbx/lists.c +++ b/usr/src/old/dbx/lists.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)lists.c 1.4 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)lists.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: lists.c,v 1.5 84/12/26 10:40:00 linton Exp $"; diff --git a/usr/src/old/dbx/main.c b/usr/src/old/dbx/main.c index 698032bf79..992574b053 100644 --- a/usr/src/old/dbx/main.c +++ b/usr/src/old/dbx/main.c @@ -1,6 +1,18 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ + +#ifndef lint +char copyright[] = +"@(#) Copyright (c) 1983 Regents of the University of California.\n\ + All rights reserved.\n"; +#endif not lint -static char sccsid[] = "@(#)main.c 1.11 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)main.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: main.c,v 1.5 84/12/26 10:40:16 linton Exp $"; diff --git a/usr/src/old/dbx/makedefs.c b/usr/src/old/dbx/makedefs.c index 9528bc0a68..27afb70fa9 100644 --- a/usr/src/old/dbx/makedefs.c +++ b/usr/src/old/dbx/makedefs.c @@ -1,6 +1,18 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ + +#ifndef lint +char copyright[] = +"@(#) Copyright (c) 1983 Regents of the University of California.\n\ + All rights reserved.\n"; +#endif not lint -static char sccsid[] = "@(#)makedefs.c 1.4 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)makedefs.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: makedefs.c,v 1.4 84/12/26 10:40:22 linton Exp $"; diff --git a/usr/src/old/dbx/mappings.c b/usr/src/old/dbx/mappings.c index c6adc09eaa..9e055703a7 100644 --- a/usr/src/old/dbx/mappings.c +++ b/usr/src/old/dbx/mappings.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)mappings.c 1.6 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)mappings.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: mappings.c,v 1.4 84/12/26 10:40:25 linton Exp $"; diff --git a/usr/src/old/dbx/mkdate.c b/usr/src/old/dbx/mkdate.c index 5f2b58f8a8..ea0e3d867c 100644 --- a/usr/src/old/dbx/mkdate.c +++ b/usr/src/old/dbx/mkdate.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)mkdate.c 1.4 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)mkdate.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: mkdate.c,v 1.5 84/12/26 10:40:30 linton Exp $"; diff --git a/usr/src/old/dbx/modula-2.c b/usr/src/old/dbx/modula-2.c index 1e49d05ba8..a82bb5370c 100644 --- a/usr/src/old/dbx/modula-2.c +++ b/usr/src/old/dbx/modula-2.c @@ -1,8 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 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[] = "@(#)modula-2.c 1.2 (Berkeley) %G%"; /* from 1.4 84/03/27 10:22:04 linton Exp */ -#endif +static char sccsid[] = "@(#)modula-2.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Modula-2 specific symbol routines. diff --git a/usr/src/old/dbx/names.c b/usr/src/old/dbx/names.c index 1e95b71ab7..d3ef46cc84 100644 --- a/usr/src/old/dbx/names.c +++ b/usr/src/old/dbx/names.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)names.c 1.5 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)names.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: names.c,v 1.4 84/12/26 10:40:47 linton Exp $"; diff --git a/usr/src/old/dbx/object.c b/usr/src/old/dbx/object.c index c26613b81b..dc2479dc25 100644 --- a/usr/src/old/dbx/object.c +++ b/usr/src/old/dbx/object.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)object.c 1.16 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)object.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: object.c,v 1.6 84/12/26 10:40:51 linton Exp $"; diff --git a/usr/src/old/dbx/operators.c b/usr/src/old/dbx/operators.c index 5baa04f589..5af5166ebc 100644 --- a/usr/src/old/dbx/operators.c +++ b/usr/src/old/dbx/operators.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)operators.c 1.9 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)operators.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: operators.c,v 1.5 84/12/26 10:41:01 linton Exp $"; diff --git a/usr/src/old/dbx/ops.c b/usr/src/old/dbx/ops.c index 1034c3cd33..2faa3803a6 100644 --- a/usr/src/old/dbx/ops.c +++ b/usr/src/old/dbx/ops.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)ops.c 1.5 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)ops.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: ops.c,v 1.5 84/12/26 10:41:07 linton Exp $"; diff --git a/usr/src/old/dbx/ops.vax.c b/usr/src/old/dbx/ops.vax.c index ce6b7df02a..d5ed5b251f 100644 --- a/usr/src/old/dbx/ops.vax.c +++ b/usr/src/old/dbx/ops.vax.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)ops.vax.c 1.5 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)ops.vax.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: ops.c,v 1.5 84/12/26 10:41:07 linton Exp $"; diff --git a/usr/src/old/dbx/pascal.c b/usr/src/old/dbx/pascal.c index 6a1a633f9e..0d50cc09d6 100644 --- a/usr/src/old/dbx/pascal.c +++ b/usr/src/old/dbx/pascal.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)pascal.c 1.4 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)pascal.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: pascal.c,v 1.5 84/12/26 10:41:18 linton Exp $"; diff --git a/usr/src/old/dbx/printsym.c b/usr/src/old/dbx/printsym.c index 8220860053..a262b8df2a 100644 --- a/usr/src/old/dbx/printsym.c +++ b/usr/src/old/dbx/printsym.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)printsym.c 1.14 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)printsym.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: printsym.c,v 1.5 84/12/26 10:41:28 linton Exp $"; diff --git a/usr/src/old/dbx/process.c b/usr/src/old/dbx/process.c index f6dd774826..9f3b1b46e3 100644 --- a/usr/src/old/dbx/process.c +++ b/usr/src/old/dbx/process.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)process.c 1.17 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)process.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: process.c,v 1.5 84/12/26 10:41:37 linton Exp $"; diff --git a/usr/src/old/dbx/runtime.c b/usr/src/old/dbx/runtime.c index 5fb37932a3..f8631c0eaa 100644 --- a/usr/src/old/dbx/runtime.c +++ b/usr/src/old/dbx/runtime.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)runtime.c 1.13 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)runtime.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: runtime.c,v 1.5 84/12/26 10:41:52 linton Exp $"; diff --git a/usr/src/old/dbx/runtime.vax.c b/usr/src/old/dbx/runtime.vax.c index 889a67e7a2..5e881cbe6c 100644 --- a/usr/src/old/dbx/runtime.vax.c +++ b/usr/src/old/dbx/runtime.vax.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)runtime.vax.c 1.13 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)runtime.vax.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: runtime.c,v 1.5 84/12/26 10:41:52 linton Exp $"; diff --git a/usr/src/old/dbx/scanner.c b/usr/src/old/dbx/scanner.c index 06f9d041f4..2658001e4f 100644 --- a/usr/src/old/dbx/scanner.c +++ b/usr/src/old/dbx/scanner.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)scanner.c 1.12 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)scanner.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: scanner.c,v 1.5 84/12/26 10:42:05 linton Exp $"; diff --git a/usr/src/old/dbx/source.c b/usr/src/old/dbx/source.c index 0386a929c8..7cc0c62ba6 100644 --- a/usr/src/old/dbx/source.c +++ b/usr/src/old/dbx/source.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)source.c 1.12 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)source.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: source.c,v 1.4 84/06/07 16:29:38 linton Exp $"; diff --git a/usr/src/old/dbx/stabstring.c b/usr/src/old/dbx/stabstring.c index ec194c6c7b..7fb2cf1e80 100644 --- a/usr/src/old/dbx/stabstring.c +++ b/usr/src/old/dbx/stabstring.c @@ -1,8 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 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[] = "@(#)stabstring.c 1.2 (Berkeley) %G%"; /* from 1.4 84/03/27 10:24:04 linton Exp */ -#endif +static char sccsid[] = "@(#)stabstring.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: stabstring.c,v 1.6 84/12/26 10:42:17 linton Exp $"; diff --git a/usr/src/old/dbx/symbols.c b/usr/src/old/dbx/symbols.c index a2e6f7b246..05aca9217d 100644 --- a/usr/src/old/dbx/symbols.c +++ b/usr/src/old/dbx/symbols.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)symbols.c 1.17 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)symbols.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: symbols.c,v 1.6 84/12/26 10:42:31 linton Exp $"; diff --git a/usr/src/old/dbx/tree.c b/usr/src/old/dbx/tree.c index 6db7e8569b..eda1231314 100644 --- a/usr/src/old/dbx/tree.c +++ b/usr/src/old/dbx/tree.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)tree.c 1.8 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)tree.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: tree.c,v 1.5 84/12/26 10:42:55 linton Exp $"; diff --git a/usr/src/old/dbx/vax.c b/usr/src/old/dbx/vax.c index f98ad0574b..f5a273b29b 100644 --- a/usr/src/old/dbx/vax.c +++ b/usr/src/old/dbx/vax.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)vax.c 1.13 (Berkeley) %G%"; +#ifndef lint +static char sccsid[] = "@(#)vax.c 5.1 (Berkeley) %G%"; +#endif not lint static char rcsid[] = "$Header: machine.c,v 1.5 84/12/26 10:40:05 linton Exp $"; -- 2.20.1