Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 02:43:50 +0000 (18:43 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 1 Jun 1985 02:43:50 +0000 (18:43 -0800)
SCCS-vsn: old/dbx/coredump.c 5.1
SCCS-vsn: old/dbx/debug.c 5.1
SCCS-vsn: old/dbx/defs.h 5.1
SCCS-vsn: old/dbx/cerror.vax.s 5.1
SCCS-vsn: old/dbx/commands.y 5.1
SCCS-vsn: old/dbx/commands.y 5.2
SCCS-vsn: old/dbx/commands.y 5.3
SCCS-vsn: usr.bin/error/filter.c 5.1
SCCS-vsn: usr.bin/error/input.c 5.1
SCCS-vsn: usr.bin/error/main.c 5.1
SCCS-vsn: usr.bin/error/pi.c 5.1
SCCS-vsn: usr.bin/error/subr.c 5.1
SCCS-vsn: usr.bin/error/touch.c 5.1
SCCS-vsn: usr.bin/error/error.h 5.1
SCCS-vsn: usr.bin/error/Makefile 5.1

13 files changed:
usr/src/old/dbx/cerror.vax.s
usr/src/old/dbx/commands.y
usr/src/old/dbx/coredump.c
usr/src/old/dbx/debug.c
usr/src/old/dbx/defs.h
usr/src/usr.bin/error/Makefile
usr/src/usr.bin/error/error.h
usr/src/usr.bin/error/filter.c
usr/src/usr.bin/error/input.c
usr/src/usr.bin/error/main.c
usr/src/usr.bin/error/pi.c
usr/src/usr.bin/error/subr.c
usr/src/usr.bin/error/touch.c

index dd4f706..4e04ffd 100644 (file)
@@ -1,6 +1,10 @@
-# Copyright (c) 1982 Regents of the University of California
+#!/bin/csh -f
 #
 #
-# static char sccsid[] = "@(#)cerror.vax.s     1.3 (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.
+#
+#      @(#)cerror.vax.s        5.1 (Berkeley) %G%
 #
 # static char rcsid[] = "$Header: cerror.s,v 1.5 84/12/26 10:38:33 linton Exp $";
 #
 #
 # static char rcsid[] = "$Header: cerror.s,v 1.5 84/12/26 10:38:33 linton Exp $";
 #
index 9b6285e..b739a78 100644 (file)
@@ -1,8 +1,12 @@
 %{
 
 %{
 
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)commands.y 1.14 (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.
+ *
+ *     @(#)commands.y  5.3 (Berkeley) %G%
+ */
 
 static char rcsid[] = "$Header: commands.y,v 1.5 84/12/26 10:38:41 linton Exp $";
 
 
 static char rcsid[] = "$Header: commands.y,v 1.5 84/12/26 10:38:41 linton Exp $";
 
index 1b75fdd..951fa7f 100644 (file)
@@ -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[] = "@(#)coredump.c 1.7 (Berkeley) %G%";
+#ifndef lint
+static char sccsid[] = "@(#)coredump.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 static char rcsid[] = "$Header: coredump.c,v 1.5 84/12/26 10:38:56 linton Exp $";
 
 
 static char rcsid[] = "$Header: coredump.c,v 1.5 84/12/26 10:38:56 linton Exp $";
 
index af580af..8610163 100644 (file)
@@ -1,6 +1,10 @@
-/* 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[] = "@(#)debug.c    1.5\t%G%";
+static char sccsid[] = "@(#)debug.c    5.1\t%G%";
 
 static char rcsid[] = "$Header: debug.c,v 1.5 84/12/26 10:39:01 linton Exp $";
 
 
 static char rcsid[] = "$Header: debug.c,v 1.5 84/12/26 10:39:01 linton Exp $";
 
index e7b06e3..8801c48 100644 (file)
@@ -1,4 +1,10 @@
-/*     defs.h  1.4     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.
+ *
+ *     @(#)defs.h      5.1 (Berkeley) %G%
+ */
 
 /*
  * Public definitions, common to all.
 
 /*
  * Public definitions, common to all.
index e640de4..c00413e 100644 (file)
@@ -1,5 +1,10 @@
 #
 #
-#      @(#)Makefile    1.4 (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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 #
 #      error.h                 error header file
 #      errorinput.c            does all of the input, and canonicalizes errors
 #
 #      error.h                 error header file
 #      errorinput.c            does all of the input, and canonicalizes errors
index 8d34292..342b6cf 100644 (file)
@@ -1,4 +1,10 @@
-/*     error.h 1.5     84/12/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.
+ *
+ *     @(#)error.h     5.1 (Berkeley) %G%
+ */
 
 typedef        int     boolean;
 #define        reg     register
 
 typedef        int     boolean;
 #define        reg     register
index 07eaa0a..eab9d09 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)filter.c    1.2 (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[] = "@(#)filter.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include <pwd.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <pwd.h>
index f9d679b..6a50b86 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)input.c     1.12 (Berkeley) 84/12/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.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)input.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
index fd3ef65..e567cb9 100644 (file)
@@ -1,4 +1,16 @@
-static char *sccsid = "@(#)main.c      1.5 (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
+
+static char *sccsid = "@(#)main.c      5.1 (Berkeley) %G%";
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
index ec89da1..1dd6eb0 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)pi.c        1.3 (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[] = "@(#)pi.c       5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
index 864bd34..c345663 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)subr.c      1.6 (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[] = "@(#)subr.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
 #include <stdio.h>
 #include <ctype.h>
 #include "error.h"
index 099563f..2d816ef 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)touch.c     1.7 (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[] = "@(#)touch.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/types.h>