Add copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 9 Jun 1985 03:28:30 +0000 (19:28 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 9 Jun 1985 03:28:30 +0000 (19:28 -0800)
SCCS-vsn: sys/vax/mdec/rlboot.c 6.2
SCCS-vsn: sys/vax/mdec/tmboot.c 6.2
SCCS-vsn: sys/vax/mdec/tmtoggle.s 6.2
SCCS-vsn: sys/vax/mdec/tsboot.c 6.2
SCCS-vsn: sys/vax/mdec/tstoggle.s 6.2
SCCS-vsn: sys/vax/mdec/tuboot.c 6.2
SCCS-vsn: sys/vax/mdec/upboot.c 6.2
SCCS-vsn: sys/vax/mdec/utboot.c 6.3
SCCS-vsn: sys/vax/mdec/uttoggle.s 6.2
SCCS-vsn: sys/net/if.c 6.7
SCCS-vsn: sys/net/if.h 6.7
SCCS-vsn: sys/net/netisr.h 6.2
SCCS-vsn: sys/net/raw_cb.c 6.6
SCCS-vsn: sys/net/raw_cb.h 6.3
SCCS-vsn: sys/net/raw_usrreq.c 6.8
SCCS-vsn: sys/net/route.c 6.10
SCCS-vsn: sys/net/route.h 6.4

17 files changed:
usr/src/sys/net/if.c
usr/src/sys/net/if.h
usr/src/sys/net/netisr.h
usr/src/sys/net/raw_cb.c
usr/src/sys/net/raw_cb.h
usr/src/sys/net/raw_usrreq.c
usr/src/sys/net/route.c
usr/src/sys/net/route.h
usr/src/sys/vax/mdec/rlboot.c
usr/src/sys/vax/mdec/tmboot.c
usr/src/sys/vax/mdec/tmtoggle.s
usr/src/sys/vax/mdec/tsboot.c
usr/src/sys/vax/mdec/tstoggle.s
usr/src/sys/vax/mdec/tuboot.c
usr/src/sys/vax/mdec/upboot.c
usr/src/sys/vax/mdec/utboot.c
usr/src/sys/vax/mdec/uttoggle.s

index 1899dbb..0b8a213 100644 (file)
@@ -1,4 +1,10 @@
-/*     if.c    6.6     85/04/01        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)if.c        6.7 (Berkeley) %G%
+ */
 
 #include "param.h"
 #include "systm.h"
 
 #include "param.h"
 #include "systm.h"
index f2e0d03..833c2e3 100644 (file)
@@ -1,4 +1,10 @@
-/*     if.h    6.6     85/03/19        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)if.h        6.7 (Berkeley) %G%
+ */
 
 /*
  * Structures defining a network interface, providing a packet
 
 /*
  * Structures defining a network interface, providing a packet
index e653e2e..c63a24a 100644 (file)
@@ -1,4 +1,10 @@
-/*     netisr.h        6.1     83/07/29        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)netisr.h    6.2 (Berkeley) %G%
+ */
 
 /*
  * The networking code runs off software interrupts.
 
 /*
  * The networking code runs off software interrupts.
index 5697673..c6d850e 100644 (file)
@@ -1,4 +1,10 @@
-/*     raw_cb.c        6.5     85/06/02        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)raw_cb.c    6.6 (Berkeley) %G%
+ */
 
 #include "param.h"
 #include "systm.h"
 
 #include "param.h"
 #include "systm.h"
index 9e481ea..15256e8 100644 (file)
@@ -1,4 +1,10 @@
-/*     raw_cb.h        6.2     85/06/02        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)raw_cb.h    6.3 (Berkeley) %G%
+ */
 
 /*
  * Raw protocol interface control block.  Used
 
 /*
  * Raw protocol interface control block.  Used
index 7b61d30..b8f8c1d 100644 (file)
@@ -1,4 +1,10 @@
-/*     raw_usrreq.c    6.7     85/06/02        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)raw_usrreq.c        6.8 (Berkeley) %G%
+ */
 
 #include "param.h"
 #include "mbuf.h"
 
 #include "param.h"
 #include "mbuf.h"
index d57635d..54fb21a 100644 (file)
@@ -1,4 +1,10 @@
-/*     route.c 6.9     85/05/27        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)route.c     6.10 (Berkeley) %G%
+ */
 
 #include "param.h"
 #include "systm.h"
 
 #include "param.h"
 #include "systm.h"
index e1b1677..8cf0ec1 100644 (file)
@@ -1,4 +1,10 @@
-/*     route.h 6.3     84/08/29        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)route.h     6.4 (Berkeley) %G%
+ */
 
 /*
  * Kernel resident routing tables.
 
 /*
  * Kernel resident routing tables.
index 22ba49f..b512038 100644 (file)
@@ -1,4 +1,12 @@
-/*     rlboot.c        6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)rlboot.c   6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * RL02 1st level boot program: loads next 7.5Kbytes from
 
 /*
  * RL02 1st level boot program: loads next 7.5Kbytes from
index 4b2ce16..d4a1e4a 100644 (file)
@@ -1,4 +1,12 @@
-/*     tmboot.c        6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)tmboot.c   6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes
index 8ecb2de..65e127d 100644 (file)
@@ -1,4 +1,12 @@
-/*     tmtoggle.s      6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)tmtoggle.s 6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * Prototype toggle in bootstrap code for tm type tapes.
 
 /*
  * Prototype toggle in bootstrap code for tm type tapes.
index 2a61a55..7c312ec 100644 (file)
@@ -1,4 +1,12 @@
-/*     tsboot.c        6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)tsboot.c   6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes
index 1091e7d..c528b14 100644 (file)
@@ -1,4 +1,12 @@
-/*     tstoggle.s      6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)tstoggle.s 6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * Prototype toggle in bootstrap code for ts type tapes.
 
 /*
  * Prototype toggle in bootstrap code for ts type tapes.
index 6838bf8..f064dff 100644 (file)
@@ -1,4 +1,12 @@
-/*     tuboot.c        6.1     83/08/01        */
+/*
+ * 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
+_sccsid:.asciz "@(#)tuboot.c   6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * VAX tu58 console cassette boot block
 
 /*
  * VAX tu58 console cassette boot block
index cf654d2..859d3fb 100644 (file)
@@ -1,4 +1,12 @@
-/*     upboot.c        6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)upboot.c   6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * UP 1st level boot program: loads next 7.5Kbytes from
 
 /*
  * UP 1st level boot program: loads next 7.5Kbytes from
index 23d3abd..a64b4e2 100644 (file)
@@ -1,4 +1,12 @@
-/*     utboot.c        6.2     83/09/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)utboot.c   6.3 (Berkeley) %G%"
+#endif not lint
 
 /*
  * VAX tape boot block for distribution tapes
 
 /*
  * VAX tape boot block for distribution tapes
index bfa48c6..8b0530f 100644 (file)
@@ -1,4 +1,12 @@
-/*     uttoggle.s      6.1     83/07/29        */
+/*
+ * 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
+_sccsid:.asciz "@(#)uttoggle.s 6.2 (Berkeley) %G%"
+#endif not lint
 
 /*
  * Prototype toggle in bootstrap code for ut type tapes.
 
 /*
  * Prototype toggle in bootstrap code for ut type tapes.