From ddb85eed66f923affd4177ce42d26d60cc47800a Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 6 May 1988 00:50:34 -0800 Subject: [PATCH] add Berkeley specific header; written by K. McKusick and P. Kessler SCCS-vsn: usr.bin/gprof/arcs.c 5.4 SCCS-vsn: usr.bin/gprof/dfn.c 5.2 SCCS-vsn: usr.bin/gprof/gprof.c 5.4 SCCS-vsn: usr.bin/gprof/gprof.h 5.5 SCCS-vsn: usr.bin/gprof/hertz.c 5.2 SCCS-vsn: usr.bin/gprof/lookup.c 5.2 SCCS-vsn: usr.bin/gprof/printgprof.c 5.4 SCCS-vsn: usr.bin/gprof/printlist.c 5.3 SCCS-vsn: usr.bin/gprof/tahoe.c 1.3 SCCS-vsn: usr.bin/gprof/tahoe.h 1.2 SCCS-vsn: usr.bin/gprof/vax.c 5.4 SCCS-vsn: usr.bin/gprof/vax.h 5.2 --- usr/src/usr.bin/gprof/arcs.c | 14 ++++++++++---- usr/src/usr.bin/gprof/dfn.c | 14 ++++++++++---- usr/src/usr.bin/gprof/gprof.c | 16 +++++++++++----- usr/src/usr.bin/gprof/gprof.h | 12 +++++++++--- usr/src/usr.bin/gprof/hertz.c | 14 ++++++++++---- usr/src/usr.bin/gprof/lookup.c | 14 ++++++++++---- usr/src/usr.bin/gprof/printgprof.c | 14 ++++++++++---- usr/src/usr.bin/gprof/printlist.c | 14 ++++++++++---- usr/src/usr.bin/gprof/tahoe.c | 16 ++++++++++++++-- usr/src/usr.bin/gprof/tahoe.h | 14 +++++++++++++- usr/src/usr.bin/gprof/vax.c | 14 ++++++++++---- usr/src/usr.bin/gprof/vax.h | 12 +++++++++--- 12 files changed, 126 insertions(+), 42 deletions(-) diff --git a/usr/src/usr.bin/gprof/arcs.c b/usr/src/usr.bin/gprof/arcs.c index 321ce28647..9bd871ce00 100644 --- a/usr/src/usr.bin/gprof/arcs.c +++ b/usr/src/usr.bin/gprof/arcs.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)arcs.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)arcs.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/dfn.c b/usr/src/usr.bin/gprof/dfn.c index 254c07571f..88043c794c 100644 --- a/usr/src/usr.bin/gprof/dfn.c +++ b/usr/src/usr.bin/gprof/dfn.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dfn.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dfn.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/gprof.c b/usr/src/usr.bin/gprof/gprof.c index 154291824d..dd6b9a7389 100644 --- a/usr/src/usr.bin/gprof/gprof.c +++ b/usr/src/usr.bin/gprof/gprof.c @@ -1,18 +1,24 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint char copyright[] = "@(#) Copyright (c) 1983 Regents of the University of California.\n\ All rights reserved.\n"; -#endif not lint +#endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)gprof.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)gprof.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/gprof.h b/usr/src/usr.bin/gprof/gprof.h index 11d4623e35..ca3ed41300 100644 --- a/usr/src/usr.bin/gprof/gprof.h +++ b/usr/src/usr.bin/gprof/gprof.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)gprof.h 5.4 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. + * + * @(#)gprof.h 5.5 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/gprof/hertz.c b/usr/src/usr.bin/gprof/hertz.c index 7588c28773..695c031563 100644 --- a/usr/src/usr.bin/gprof/hertz.c +++ b/usr/src/usr.bin/gprof/hertz.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)hertz.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)hertz.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include diff --git a/usr/src/usr.bin/gprof/lookup.c b/usr/src/usr.bin/gprof/lookup.c index fc22d285bd..6b38322689 100644 --- a/usr/src/usr.bin/gprof/lookup.c +++ b/usr/src/usr.bin/gprof/lookup.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)lookup.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)lookup.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/printgprof.c b/usr/src/usr.bin/gprof/printgprof.c index 70c7e25974..ad450bfe05 100644 --- a/usr/src/usr.bin/gprof/printgprof.c +++ b/usr/src/usr.bin/gprof/printgprof.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)printgprof.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)printgprof.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/printlist.c b/usr/src/usr.bin/gprof/printlist.c index b7ed2f17c6..95b920946c 100644 --- a/usr/src/usr.bin/gprof/printlist.c +++ b/usr/src/usr.bin/gprof/printlist.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)printlist.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)printlist.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/tahoe.c b/usr/src/usr.bin/gprof/tahoe.c index 34382bfdef..b2c4393cc4 100644 --- a/usr/src/usr.bin/gprof/tahoe.c +++ b/usr/src/usr.bin/gprof/tahoe.c @@ -1,6 +1,18 @@ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. + */ + #ifndef lint -static char *sccsid = "@(#)tahoe.c 1.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)tahoe.c 1.3 (Berkeley) %G%"; +#endif /* not lint */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/tahoe.h b/usr/src/usr.bin/gprof/tahoe.h index 1f85de6f78..0dec077c85 100644 --- a/usr/src/usr.bin/gprof/tahoe.h +++ b/usr/src/usr.bin/gprof/tahoe.h @@ -1,4 +1,16 @@ -/* tahoe.h 1.1 86/01/07 */ +/* + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. + * + * @(#)tahoe.h 1.2 (Berkeley) %G% + */ /* * opcode of the `callf' instruction diff --git a/usr/src/usr.bin/gprof/vax.c b/usr/src/usr.bin/gprof/vax.c index 5fbf0b35ce..7580472581 100644 --- a/usr/src/usr.bin/gprof/vax.c +++ b/usr/src/usr.bin/gprof/vax.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #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 */ #include "gprof.h" diff --git a/usr/src/usr.bin/gprof/vax.h b/usr/src/usr.bin/gprof/vax.h index 5aa58a5a90..1abd7dad1d 100644 --- a/usr/src/usr.bin/gprof/vax.h +++ b/usr/src/usr.bin/gprof/vax.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)vax.h 5.1 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. + * + * @(#)vax.h 5.2 (Berkeley) %G% */ /* -- 2.20.1