From cb1c44c29438e9c3944ef47cd5f90c91d6ac5e1b Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Sat, 8 Jun 1985 19:28:30 -0800 Subject: [PATCH] Add copyright 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 --- usr/src/sys/net/if.c | 8 +++++++- usr/src/sys/net/if.h | 8 +++++++- usr/src/sys/net/netisr.h | 8 +++++++- usr/src/sys/net/raw_cb.c | 8 +++++++- usr/src/sys/net/raw_cb.h | 8 +++++++- usr/src/sys/net/raw_usrreq.c | 8 +++++++- usr/src/sys/net/route.c | 8 +++++++- usr/src/sys/net/route.h | 8 +++++++- usr/src/sys/vax/mdec/rlboot.c | 10 +++++++++- usr/src/sys/vax/mdec/tmboot.c | 10 +++++++++- usr/src/sys/vax/mdec/tmtoggle.s | 10 +++++++++- usr/src/sys/vax/mdec/tsboot.c | 10 +++++++++- usr/src/sys/vax/mdec/tstoggle.s | 10 +++++++++- usr/src/sys/vax/mdec/tuboot.c | 10 +++++++++- usr/src/sys/vax/mdec/upboot.c | 10 +++++++++- usr/src/sys/vax/mdec/utboot.c | 10 +++++++++- usr/src/sys/vax/mdec/uttoggle.s | 10 +++++++++- 17 files changed, 137 insertions(+), 17 deletions(-) diff --git a/usr/src/sys/net/if.c b/usr/src/sys/net/if.c index 1899dbb558..0b8a21307a 100644 --- a/usr/src/sys/net/if.c +++ b/usr/src/sys/net/if.c @@ -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" diff --git a/usr/src/sys/net/if.h b/usr/src/sys/net/if.h index f2e0d03741..833c2e3193 100644 --- a/usr/src/sys/net/if.h +++ b/usr/src/sys/net/if.h @@ -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 diff --git a/usr/src/sys/net/netisr.h b/usr/src/sys/net/netisr.h index e653e2edda..c63a24aeb4 100644 --- a/usr/src/sys/net/netisr.h +++ b/usr/src/sys/net/netisr.h @@ -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. diff --git a/usr/src/sys/net/raw_cb.c b/usr/src/sys/net/raw_cb.c index 56976733a3..c6d850e537 100644 --- a/usr/src/sys/net/raw_cb.c +++ b/usr/src/sys/net/raw_cb.c @@ -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" diff --git a/usr/src/sys/net/raw_cb.h b/usr/src/sys/net/raw_cb.h index 9e481ea7b6..15256e86d8 100644 --- a/usr/src/sys/net/raw_cb.h +++ b/usr/src/sys/net/raw_cb.h @@ -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 diff --git a/usr/src/sys/net/raw_usrreq.c b/usr/src/sys/net/raw_usrreq.c index 7b61d30c8a..b8f8c1d89b 100644 --- a/usr/src/sys/net/raw_usrreq.c +++ b/usr/src/sys/net/raw_usrreq.c @@ -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" diff --git a/usr/src/sys/net/route.c b/usr/src/sys/net/route.c index d57635dcb1..54fb21a1f2 100644 --- a/usr/src/sys/net/route.c +++ b/usr/src/sys/net/route.c @@ -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" diff --git a/usr/src/sys/net/route.h b/usr/src/sys/net/route.h index e1b1677fdc..8cf0ec1283 100644 --- a/usr/src/sys/net/route.h +++ b/usr/src/sys/net/route.h @@ -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. diff --git a/usr/src/sys/vax/mdec/rlboot.c b/usr/src/sys/vax/mdec/rlboot.c index 22ba49f260..b512038a59 100644 --- a/usr/src/sys/vax/mdec/rlboot.c +++ b/usr/src/sys/vax/mdec/rlboot.c @@ -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 diff --git a/usr/src/sys/vax/mdec/tmboot.c b/usr/src/sys/vax/mdec/tmboot.c index 4b2ce16725..d4a1e4a460 100644 --- a/usr/src/sys/vax/mdec/tmboot.c +++ b/usr/src/sys/vax/mdec/tmboot.c @@ -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 diff --git a/usr/src/sys/vax/mdec/tmtoggle.s b/usr/src/sys/vax/mdec/tmtoggle.s index 8ecb2ded11..65e127d5d6 100644 --- a/usr/src/sys/vax/mdec/tmtoggle.s +++ b/usr/src/sys/vax/mdec/tmtoggle.s @@ -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. diff --git a/usr/src/sys/vax/mdec/tsboot.c b/usr/src/sys/vax/mdec/tsboot.c index 2a61a55621..7c312ec6f1 100644 --- a/usr/src/sys/vax/mdec/tsboot.c +++ b/usr/src/sys/vax/mdec/tsboot.c @@ -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 diff --git a/usr/src/sys/vax/mdec/tstoggle.s b/usr/src/sys/vax/mdec/tstoggle.s index 1091e7d8f6..c528b14223 100644 --- a/usr/src/sys/vax/mdec/tstoggle.s +++ b/usr/src/sys/vax/mdec/tstoggle.s @@ -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. diff --git a/usr/src/sys/vax/mdec/tuboot.c b/usr/src/sys/vax/mdec/tuboot.c index 6838bf83c7..f064dffe72 100644 --- a/usr/src/sys/vax/mdec/tuboot.c +++ b/usr/src/sys/vax/mdec/tuboot.c @@ -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 diff --git a/usr/src/sys/vax/mdec/upboot.c b/usr/src/sys/vax/mdec/upboot.c index cf654d2055..859d3fba42 100644 --- a/usr/src/sys/vax/mdec/upboot.c +++ b/usr/src/sys/vax/mdec/upboot.c @@ -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 diff --git a/usr/src/sys/vax/mdec/utboot.c b/usr/src/sys/vax/mdec/utboot.c index 23d3abdde9..a64b4e29d1 100644 --- a/usr/src/sys/vax/mdec/utboot.c +++ b/usr/src/sys/vax/mdec/utboot.c @@ -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 diff --git a/usr/src/sys/vax/mdec/uttoggle.s b/usr/src/sys/vax/mdec/uttoggle.s index bfa48c6e8a..8b0530f818 100644 --- a/usr/src/sys/vax/mdec/uttoggle.s +++ b/usr/src/sys/vax/mdec/uttoggle.s @@ -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. -- 2.20.1