4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 01:48:20 +0000 (17:48 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 01:48:20 +0000 (17:48 -0800)
SCCS-vsn: sbin/XNSrouted/tools/query.c 8.1
SCCS-vsn: sbin/XNSrouted/XNSrouted.8 8.1
SCCS-vsn: sbin/XNSrouted/af.c 8.1
SCCS-vsn: sbin/XNSrouted/af.h 8.1
SCCS-vsn: sbin/XNSrouted/defs.h 8.1
SCCS-vsn: sbin/XNSrouted/if.c 8.1
SCCS-vsn: sbin/XNSrouted/input.c 8.1
SCCS-vsn: sbin/XNSrouted/interface.h 8.1
SCCS-vsn: sbin/XNSrouted/main.c 8.1
SCCS-vsn: sbin/XNSrouted/output.c 8.1
SCCS-vsn: sbin/XNSrouted/protocol.h 8.1
SCCS-vsn: sbin/XNSrouted/startup.c 8.1
SCCS-vsn: sbin/XNSrouted/table.h 8.1
SCCS-vsn: sbin/XNSrouted/tables.c 8.1
SCCS-vsn: sbin/XNSrouted/timer.c 8.1
SCCS-vsn: sbin/XNSrouted/trace.c 8.1
SCCS-vsn: sbin/XNSrouted/trace.h 8.1

17 files changed:
usr/src/sbin/XNSrouted/XNSrouted.8
usr/src/sbin/XNSrouted/af.c
usr/src/sbin/XNSrouted/af.h
usr/src/sbin/XNSrouted/defs.h
usr/src/sbin/XNSrouted/if.c
usr/src/sbin/XNSrouted/input.c
usr/src/sbin/XNSrouted/interface.h
usr/src/sbin/XNSrouted/main.c
usr/src/sbin/XNSrouted/output.c
usr/src/sbin/XNSrouted/protocol.h
usr/src/sbin/XNSrouted/startup.c
usr/src/sbin/XNSrouted/table.h
usr/src/sbin/XNSrouted/tables.c
usr/src/sbin/XNSrouted/timer.c
usr/src/sbin/XNSrouted/tools/query.c
usr/src/sbin/XNSrouted/trace.c
usr/src/sbin/XNSrouted/trace.h

index 9eca8b6..cd2420d 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1986, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)XNSrouted.8        6.4 (Berkeley) %G%
+.\"     @(#)XNSrouted.8        8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt XNSROUTED 8
 .\"
 .Dd 
 .Dt XNSROUTED 8
index 3d39bed..76ee4a1 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)af.c       5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)af.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
index 53002ba..955daf9 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *     @(#)af.h        5.1 (Berkeley) 6/4/85 (routed/af.h)
  *
  *
  * %sccs.include.redist.c%
  *
  *     @(#)af.h        5.1 (Berkeley) 6/4/85 (routed/af.h)
  *
- *     @(#)af.h        5.2 (Berkeley) %G%
+ *     @(#)af.h        8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index c76732d..99cfd26 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)defs.h      5.10 (Berkeley) %G%
+ *     @(#)defs.h      8.1 (Berkeley) %G%
  */
 
 #include <sys/types.h>
  */
 
 #include <sys/types.h>
index 3abdcdb..bc332eb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
@@ -8,7 +8,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)if.c       5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)if.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 058cea7..636ad76 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)input.c    5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)input.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index b69d034..9629f45 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)interface.h 5.5 (Berkeley) %G%
+ *     @(#)interface.h 8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index af89713..310f68e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1985 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1985, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 043bef9..88c35a8 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)output.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)output.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 0b3b3b5..2efcd2a 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * %sccs.include.redist.c%
  *
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)protocol.h  5.6 (Berkeley) %G%
+ *     @(#)protocol.h  8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 14fdfad..ef7bc11 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)startup.c  5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)startup.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 07a1faf..a19258f 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *     @(#)table.h     5.1 (Berkeley) 6/4/85 (routed/table.h)
  *
  *
  * %sccs.include.redist.c%
  *
  *     @(#)table.h     5.1 (Berkeley) 6/4/85 (routed/table.h)
  *
- *     @(#)table.h     5.3 (Berkeley) %G%
+ *     @(#)table.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 2311ee9..791d025 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tables.c   5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)tables.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index bc422b4..64f46fb 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)timer.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)timer.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 7773e41..b7a412f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1983, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code includes software contributed to Berkeley by
  * Bill Nesheim at Cornell University.
  *
  * This code includes software contributed to Berkeley by
  * Bill Nesheim at Cornell University.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983, 1986 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1983, 1986, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)query.c    5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)query.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index ef7f6f9..cf3de03 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)trace.c    5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)trace.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index f3855c5..a98c987 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * %sccs.include.redist.c%
  *
  *
  * This file includes significant work done at Cornell University by
  * Bill Nesheim.  That work included by permission.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)trace.h     5.6 (Berkeley) %G%
+ *     @(#)trace.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*