Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 23:59:40 +0000 (15:59 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 23:59:40 +0000 (15:59 -0800)
SCCS-vsn: usr.bin/rdist/docmd.c 5.1
SCCS-vsn: usr.bin/rdist/expand.c 5.1
SCCS-vsn: usr.bin/rdist/lookup.c 5.1
SCCS-vsn: usr.bin/rdist/main.c 5.1
SCCS-vsn: usr.bin/rdist/server.c 5.1
SCCS-vsn: usr.bin/rdist/Makefile 5.1
SCCS-vsn: usr.bin/rdist/defs.h 5.1
SCCS-vsn: usr.bin/rdist/gram.y 5.1
SCCS-vsn: libexec/bugfiler/Makefile 5.1
SCCS-vsn: libexec/bugfiler/bugfiler.c 5.1
SCCS-vsn: libexec/bugfiler/sendbug.sh 5.1

usr/src/libexec/bugfiler/Makefile
usr/src/libexec/bugfiler/bugfiler.c
usr/src/libexec/bugfiler/sendbug.sh
usr/src/usr.bin/rdist/Makefile
usr/src/usr.bin/rdist/defs.h
usr/src/usr.bin/rdist/docmd.c
usr/src/usr.bin/rdist/expand.c
usr/src/usr.bin/rdist/gram.y
usr/src/usr.bin/rdist/lookup.c
usr/src/usr.bin/rdist/main.c
usr/src/usr.bin/rdist/server.c

index 4f999be..0a58791 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        4.3     83/11/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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 # Bug report processor and associated programs
 #
 #
 # Bug report processor and associated programs
 #
index e2426d0..d597213 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
 #ifndef lint
-static char sccsid[] = "@(#)bugfiler.c 4.15 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)bugfiler.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Bug report processing program.
 
 /*
  * Bug report processing program.
index e14c030..2c58047 100644 (file)
@@ -1,8 +1,12 @@
-#! /bin/csh -f
+#!/bin/sh -
 #
 #
-#      sendbug.sh      4.3     84/03/26
-# Create a bug report and mail to '4bsd-bugs'.
+# Copyright (c) 1983 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)sendbug.sh  5.1 (Berkeley) %G%
 #
 #
+# Create a bug report and mail to '4bsd-bugs'.
 
 onintr clean
 /bin/cp /usr/ucb/bugformat /tmp/bug$$
 
 onintr clean
 /bin/cp /usr/ucb/bugformat /tmp/bug$$
index 95f1374..d47782d 100644 (file)
@@ -1,5 +1,10 @@
-#      Makefile        4.9     85/06/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%
+#
 RDIST = /usr/ucb/rdist
 DESTDIR=
 SRCS = docmd.c expand.c gram.y lookup.c main.c server.c
 RDIST = /usr/ucb/rdist
 DESTDIR=
 SRCS = docmd.c expand.c gram.y lookup.c main.c server.c
index f485c10..9bb75ea 100644 (file)
@@ -1,4 +1,10 @@
-/*     defs.h  4.15    85/02/04        */
+/*
+ * 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%
+ */
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 22a7938..478d07c 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 = "@(#)docmd.c     4.26 (Berkeley) 85/03/05";
-#endif
+static char sccsid[] = "@(#)docmd.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "defs.h"
 #include <setjmp.h>
 
 #include "defs.h"
 #include <setjmp.h>
index 225d1f5..b3beb17 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 = "@(#)expand.c    4.13 (Berkeley) 85/04/03";
-#endif
+static char sccsid[] = "@(#)expand.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "defs.h"
 
 
 #include "defs.h"
 
index a6e4914..5f40223 100644 (file)
@@ -1,6 +1,12 @@
 %{
 %{
+#
+# 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
 #ifndef lint
-static char *sccsid = "@(#)gram.y      4.13 (Berkeley) 85/04/03";
+static char *sccsid = "@(#)gram.y      5.1 (Berkeley) 85/06/06";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index ae42767..908cdaf 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    4.6 (Berkeley) 85/02/04";
-#endif
+static char sccsid[] = "@(#)lookup.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "defs.h"
 
 
 #include "defs.h"
 
index 78520e4..261f5d8 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 = "@(#)main.c      4.15 (Berkeley) 85/05/16";
-#endif
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "defs.h"
 
 
 #include "defs.h"
 
index f35ca2b..608bbc7 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 = "@(#)server.c    4.23 (Berkeley) 85/02/14";
-#endif
+static char sccsid[] = "@(#)server.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "defs.h"
 
 
 #include "defs.h"