put the Regents copyright last so 44yank works
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 10:02:20 +0000 (02:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 10:02:20 +0000 (02:02 -0800)
SCCS-vsn: libexec/rbootd/bpf.c 5.3
SCCS-vsn: libexec/rbootd/conf.c 5.3
SCCS-vsn: libexec/rbootd/defs.h 5.3
SCCS-vsn: libexec/rbootd/parseconf.c 5.3
SCCS-vsn: libexec/rbootd/pathnames.h 5.3
SCCS-vsn: libexec/rbootd/rbootd.8 5.4
SCCS-vsn: libexec/rbootd/rbootd.c 5.3
SCCS-vsn: libexec/rbootd/rmp.h 5.2
SCCS-vsn: libexec/rbootd/rmp_var.h 5.2
SCCS-vsn: libexec/rbootd/rmpproto.c 5.3
SCCS-vsn: libexec/rbootd/utils.c 5.3

usr/src/libexec/rbootd/bpf.c
usr/src/libexec/rbootd/conf.c
usr/src/libexec/rbootd/defs.h
usr/src/libexec/rbootd/parseconf.c
usr/src/libexec/rbootd/pathnames.h
usr/src/libexec/rbootd/rbootd.8
usr/src/libexec/rbootd/rbootd.c
usr/src/libexec/rbootd/rmp.h
usr/src/libexec/rbootd/rmp_var.h
usr/src/libexec/rbootd/rmpproto.c
usr/src/libexec/rbootd/utils.c

index 501bb84..e77d0af 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)bpf.c       8.1 (Berkeley) %G%
+ *     @(#)bpf.c       5.3 (Berkeley) %G%
  *
  * Utah $Hdr: bpf.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
  *
  * Utah $Hdr: bpf.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)bpf.c      8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)bpf.c      5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index d325c7b..9a298df 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.c      8.1 (Berkeley) %G%
+ *     @(#)conf.c      5.3 (Berkeley) %G%
  *
  * Utah $Hdr: conf.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
  *
  * Utah $Hdr: conf.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index f233a9e..7463258 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
@@ -12,7 +12,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)defs.h      8.1 (Berkeley) %G%
+ *     @(#)defs.h      5.3 (Berkeley) %G%
  *
  * Utah $Hdr: defs.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  *
  * Utah $Hdr: defs.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
index d7e68d9..0b49e94 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)parseconf.c 8.1 (Berkeley) %G%
+ *     @(#)parseconf.c 5.3 (Berkeley) %G%
  *
  * Utah $Hdr: parseconf.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
  *
  * Utah $Hdr: parseconf.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parseconf.c        8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)parseconf.c        5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index bcbcc00..64c13cd 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
@@ -12,7 +12,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 8.1 (Berkeley) %G%
+ *     @(#)pathnames.h 5.3 (Berkeley) %G%
  *
  * Utah $Hdr: pathnames.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  *
  * Utah $Hdr: pathnames.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
index 0538425..9ff1397 100644 (file)
@@ -1,6 +1,6 @@
-.\" Copyright (c) 1992 The Regents of the University of California.
 .\" Copyright (c) 1988, 1992 The University of Utah and the Center
 .\"    for Software Science (CSS).
 .\" Copyright (c) 1988, 1992 The University of Utah and the Center
 .\"    for Software Science (CSS).
+.\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
@@ -11,7 +11,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)rbootd.8    8.1 (Berkeley) %G%
+.\"    @(#)rbootd.8    5.4 (Berkeley) %G%
 .\"
 .\" Utah $Hdr: rbootd.man 3.1 92/07/06$
 .\" Author: Jeff Forys, University of Utah CSS
 .\"
 .\" Utah $Hdr: rbootd.man 3.1 92/07/06$
 .\" Author: Jeff Forys, University of Utah CSS
index 441964f..525775a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)rbootd.c    8.1 (Berkeley) %G%
+ *     @(#)rbootd.c    5.3 (Berkeley) %G%
  *
  * Utah $Hdr: rbootd.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
  *
  * Utah $Hdr: rbootd.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rbootd.c   8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)rbootd.c   5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index bce9b82..e10acb5 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
@@ -12,7 +12,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)rmp.h       8.1 (Berkeley) %G%
+ *     @(#)rmp.h       5.2 (Berkeley) %G%
  *
  * Utah $Hdr: rmp.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  *
  * Utah $Hdr: rmp.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
index d763e16..2fa23a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
@@ -12,7 +12,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)rmp_var.h   8.1 (Berkeley) %G%
+ *     @(#)rmp_var.h   5.2 (Berkeley) %G%
  *
  * Utah $Hdr: rmp_var.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  *
  * Utah $Hdr: rmp_var.h 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
index e1b731c..8c81c20 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)rmpproto.c  8.1 (Berkeley) %G%
+ *     @(#)rmpproto.c  5.3 (Berkeley) %G%
  *
  * Utah $Hdr: rmpproto.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
  *
  * Utah $Hdr: rmpproto.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)rmpproto.c 5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index b7b4f40..c7fbd9c 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * Copyright (c) 1992 Regents of the University of California.
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
  * Copyright (c) 1988, 1992 The University of Utah and the Center
  *     for Software Science (CSS).
+ * Copyright (c) 1992 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)utils.c     8.1 (Berkeley) %G%
+ *     @(#)utils.c     5.3 (Berkeley) %G%
  *
  * Utah $Hdr: utils.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
  *
  * Utah $Hdr: utils.c 3.1 92/07/06$
  * Author: Jeff Forys, University of Utah CSS
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utils.c    8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)utils.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>