From d8be300ab46d47019835ad691e1f0e636d125b6b Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Thu, 6 Jun 1985 00:00:12 -0800 Subject: [PATCH] Add copyright SCCS-vsn: usr.bin/pascal/pdx/breakpoint/bp.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/bpact.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/fixbps.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/printnews.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/setbps.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/status.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/trcond.c 5.1 SCCS-vsn: usr.bin/pascal/pdx/breakpoint/trinfo.c 5.1 --- usr/src/usr.bin/pascal/pdx/breakpoint/bp.c | 10 ++++++++-- usr/src/usr.bin/pascal/pdx/breakpoint/bpact.c | 11 ++++++++--- usr/src/usr.bin/pascal/pdx/breakpoint/fixbps.c | 11 ++++++++--- usr/src/usr.bin/pascal/pdx/breakpoint/printnews.c | 10 ++++++++-- usr/src/usr.bin/pascal/pdx/breakpoint/setbps.c | 11 ++++++++--- usr/src/usr.bin/pascal/pdx/breakpoint/status.c | 11 ++++++++--- usr/src/usr.bin/pascal/pdx/breakpoint/trcond.c | 10 ++++++++-- usr/src/usr.bin/pascal/pdx/breakpoint/trinfo.c | 10 ++++++++-- 8 files changed, 64 insertions(+), 20 deletions(-) diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/bp.c b/usr/src/usr.bin/pascal/pdx/breakpoint/bp.c index ac193f5b25..c592789831 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/bp.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/bp.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)bp.c 1.1 %G%"; +#ifndef lint +static char sccsid[] = "@(#)bp.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Direct management of bpinfo structures. diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/bpact.c b/usr/src/usr.bin/pascal/pdx/breakpoint/bpact.c index f1893bd4b6..b128fe291a 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/bpact.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/bpact.c @@ -1,7 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ - -static char sccsid[] = "@(#)bpact.c 1.1 %G%"; +/* + * 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[] = "@(#)bpact.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Routines for doing the right thing when a breakpoint is reached. */ diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/fixbps.c b/usr/src/usr.bin/pascal/pdx/breakpoint/fixbps.c index 2489a16b47..6143773f4b 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/fixbps.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/fixbps.c @@ -1,7 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ - -static char sccsid[] = "@(#)fixbps.c 1.1 %G%"; +/* + * 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[] = "@(#)fixbps.c 5.1 (Berkeley) %G%"; +#endif not lint /* * fix up breakpoint information before continuing execution * diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/printnews.c b/usr/src/usr.bin/pascal/pdx/breakpoint/printnews.c index 0f8228c29c..d62a40a5f0 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/printnews.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/printnews.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)printnews.c 1.2 %G%"; +#ifndef lint +static char sccsid[] = "@(#)printnews.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Print out news during single step tracing. diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/setbps.c b/usr/src/usr.bin/pascal/pdx/breakpoint/setbps.c index 8f4f8c076e..a8b82826bd 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/setbps.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/setbps.c @@ -1,7 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ - -static char sccsid[] = "@(#)setbps.c 1.1 %G%"; +/* + * 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[] = "@(#)setbps.c 5.1 (Berkeley) %G%"; +#endif not lint /* * set all breakpoints in object code */ diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/status.c b/usr/src/usr.bin/pascal/pdx/breakpoint/status.c index 4ddad16e31..c96059e880 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/status.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/status.c @@ -1,7 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ - -static char sccsid[] = "@(#)status.c 1.1 %G%"; +/* + * 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[] = "@(#)status.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Print out what's currently being traced by looking at * the currently active breakpoints. diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/trcond.c b/usr/src/usr.bin/pascal/pdx/breakpoint/trcond.c index 221214f4b8..3850a77d9a 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/trcond.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/trcond.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)trcond.c 1.1 %G%"; +#ifndef lint +static char sccsid[] = "@(#)trcond.c 5.1 (Berkeley) %G%"; +#endif not lint /* * trace condition list -- a list of conditions that are to be diff --git a/usr/src/usr.bin/pascal/pdx/breakpoint/trinfo.c b/usr/src/usr.bin/pascal/pdx/breakpoint/trinfo.c index 0fc07d89fb..b7b7461fea 100644 --- a/usr/src/usr.bin/pascal/pdx/breakpoint/trinfo.c +++ b/usr/src/usr.bin/pascal/pdx/breakpoint/trinfo.c @@ -1,6 +1,12 @@ -/* Copyright (c) 1982 Regents of the University of California */ +/* + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ -static char sccsid[] = "@(#)trinfo.c 1.2 %G%"; +#ifndef lint +static char sccsid[] = "@(#)trinfo.c 5.1 (Berkeley) %G%"; +#endif not lint /* * Trace information management. -- 2.20.1