Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 5 Jun 1985 04:37:21 +0000 (20:37 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 5 Jun 1985 04:37:21 +0000 (20:37 -0800)
SCCS-vsn: usr.bin/gprof/arcs.c 5.1
SCCS-vsn: usr.bin/gprof/vax.c 5.1
SCCS-vsn: usr.bin/gprof/dfn.c 5.1
SCCS-vsn: usr.bin/gprof/gprof.c 5.1
SCCS-vsn: usr.bin/gprof/hertz.c 5.1
SCCS-vsn: usr.bin/gprof/lookup.c 5.1
SCCS-vsn: usr.bin/gprof/printgprof.c 5.1
SCCS-vsn: usr.bin/gprof/printlist.c 5.1
SCCS-vsn: usr.bin/gprof/gprof.h 5.1
SCCS-vsn: usr.bin/gprof/vax.h 5.1
SCCS-vsn: usr.bin/gprof/Makefile 5.1
SCCS-vsn: usr.bin/indent/indent.c 5.1
SCCS-vsn: usr.bin/indent/io.c 5.1
SCCS-vsn: usr.bin/indent/lexi.c 5.1
SCCS-vsn: usr.bin/indent/parse.c 5.1
SCCS-vsn: usr.bin/indent/pr_comment.c 5.1

16 files changed:
usr/src/usr.bin/gprof/Makefile
usr/src/usr.bin/gprof/arcs.c
usr/src/usr.bin/gprof/dfn.c
usr/src/usr.bin/gprof/gprof.c
usr/src/usr.bin/gprof/gprof.h
usr/src/usr.bin/gprof/hertz.c
usr/src/usr.bin/gprof/lookup.c
usr/src/usr.bin/gprof/printgprof.c
usr/src/usr.bin/gprof/printlist.c
usr/src/usr.bin/gprof/vax.c
usr/src/usr.bin/gprof/vax.h
usr/src/usr.bin/indent/indent.c
usr/src/usr.bin/indent/io.c
usr/src/usr.bin/indent/lexi.c
usr/src/usr.bin/indent/parse.c
usr/src/usr.bin/indent/pr_comment.c

index b7ef640..fe358e5 100644 (file)
@@ -1,4 +1,11 @@
-SCCSID = @(#)Makefile  1.22 (Berkeley) %G%
+#
+# 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%
+#
+SCCSID = @(#)Makefile  5.1 (Berkeley) %G%
 
 DFLAGS = 
 CFLAGS = -O ${DFLAGS}
 
 DFLAGS = 
 CFLAGS = -O ${DFLAGS}
index f603334..ba4a065 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)arcs.c      1.15 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)arcs.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gprof.h"
 
 
 #include "gprof.h"
 
index 9ce1d04..254c075 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)dfn.c       1.3 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)dfn.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include "gprof.h"
 
 #include <stdio.h>
 #include "gprof.h"
index a382081..5b6d550 100644 (file)
@@ -1,6 +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.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-    static     char *sccsid = "@(#)gprof.c     1.24 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)gprof.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gprof.h"
 
 
 #include "gprof.h"
 
index fd0239e..e4e8a7b 100644 (file)
@@ -1,4 +1,10 @@
-/*     gprof.h 1.21    84/08/09        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)gprof.h     5.1 (Berkeley) %G%
+ */
 
 #include <stdio.h>
 #include <sys/types.h>
 
 #include <stdio.h>
 #include <sys/types.h>
index dc779b9..7588c28 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)hertz.c     1.4 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)hertz.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/time.h>
 
 
 #include <sys/time.h>
 
index fd7ac44..fc22d28 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)lookup.c    1.3 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)lookup.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gprof.h"
 
 
 #include "gprof.h"
 
index b1445c5..d182c97 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)printgprof.c        1.15 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)printgprof.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gprof.h"
 
 
 #include "gprof.h"
 
index 3b2dac5..a6e42c2 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)printlist.c 1.2 (Berkeley) %G%";
-#endif lint
+static char sccsid[] = "@(#)printlist.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gprof.h"
 
 
 #include "gprof.h"
 
index 5c8788c..3153e34 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * 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
 #ifndef lint
-    static     char *sccsid = "@(#)vax.c       1.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)vax.c      5.1 (Berkeley) %G%";
 #endif not lint
 
 #include       "gprof.h"
 #endif not lint
 
 #include       "gprof.h"
index 7374312..5aa58a5 100644 (file)
@@ -1,4 +1,10 @@
-/*     vax.h   1.3     83/08/11        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)vax.h       5.1 (Berkeley) %G%
+ */
 
     /*
      * opcode of the `calls' instruction
 
     /*
      * opcode of the `calls' instruction
index f90c0e5..e0ce3e7 100644 (file)
@@ -1,4 +1,18 @@
-static char sccsid[] = "@(#)indent.c   4.1     (Berkeley)      %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
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)indent.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
 
 
 /*
 
index 715a836..e86f3cc 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "@(#)io.c       4.1     (Berkeley)      %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[] = "@(#)io.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
 
 
 /*
 
index 22fa4eb..c18a544 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "@(#)lexi.c     4.1     (Berkeley)      %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[] = "@(#)lexi.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
 
 
 /*
 
index 4a31346..89d8de2 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "@(#)parse.c    4.1     (Berkeley)      %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[] = "@(#)parse.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
 
 
 /*
 
index e1abb7e..2032a30 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "@(#)pr_comment.c       4.1     (Berkeley)      %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[] = "@(#)pr_comment.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
 
 
 /*