add Berkeley header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 31 Dec 1987 04:06:42 +0000 (20:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 31 Dec 1987 04:06:42 +0000 (20:06 -0800)
SCCS-vsn: sys/net/if.c 7.2
SCCS-vsn: sys/net/if.h 7.2
SCCS-vsn: sys/net/if_arp.h 7.2
SCCS-vsn: sys/net/if_loop.c 7.3
SCCS-vsn: sys/net/if_sl.c 7.5
SCCS-vsn: sys/net/netisr.h 7.3
SCCS-vsn: sys/net/raw_cb.c 7.4
SCCS-vsn: sys/net/raw_cb.h 7.2
SCCS-vsn: sys/net/raw_usrreq.c 7.3
SCCS-vsn: sys/net/route.c 7.3
SCCS-vsn: sys/net/route.h 7.3
SCCS-vsn: sys/sys/mbuf.h 7.9
SCCS-vsn: sys/sys/socketvar.h 7.3
SCCS-vsn: sys/kern/uipc_socket.c 7.7
SCCS-vsn: sys/kern/uipc_mbuf.c 7.5
SCCS-vsn: sys/sys/domain.h 7.2
SCCS-vsn: sys/sys/protosw.h 7.2
SCCS-vsn: sys/sys/socket.h 7.2
SCCS-vsn: sys/sys/un.h 7.2
SCCS-vsn: sys/kern/uipc_domain.c 7.2
SCCS-vsn: sys/kern/uipc_proto.c 7.2
SCCS-vsn: sys/kern/uipc_socket2.c 7.2

22 files changed:
usr/src/sys/kern/uipc_domain.c
usr/src/sys/kern/uipc_mbuf.c
usr/src/sys/kern/uipc_proto.c
usr/src/sys/kern/uipc_socket.c
usr/src/sys/kern/uipc_socket2.c
usr/src/sys/net/if.c
usr/src/sys/net/if.h
usr/src/sys/net/if_arp.h
usr/src/sys/net/if_loop.c
usr/src/sys/net/if_sl.c
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/sys/domain.h
usr/src/sys/sys/mbuf.h
usr/src/sys/sys/protosw.h
usr/src/sys/sys/socket.h
usr/src/sys/sys/socketvar.h
usr/src/sys/sys/un.h

index dc80dfc..e388ad5 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)uipc_domain.c       7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)uipc_domain.c       7.2 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index b3e849f..ca71a0a 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)uipc_mbuf.c 7.4.1.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)uipc_mbuf.c 7.5 (Berkeley) %G%
  */
 
 #include "../machine/pte.h"
  */
 
 #include "../machine/pte.h"
index bce99f7..843d3e1 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)uipc_proto.c        7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)uipc_proto.c        7.2 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 8c0e7cc..33b6274 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)uipc_socket.c       7.6 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)uipc_socket.c       7.7 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 5cffe30..e4b215a 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)uipc_socket2.c      7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)uipc_socket2.c      7.2 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index b889647..c04bff6 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)if.c        7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)if.c        7.2 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 014784f..30798dc 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)if.h        7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)if.h        7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index dce84af..4135afd 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1986 Regents of the University of California.
 /*
  * Copyright (c) 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)if_arp.h    7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)if_arp.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 08c489e..8ed8ed4 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)if_loop.c   7.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)if_loop.c   7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 6e27d9e..39a2fb8 100644 (file)
@@ -1,4 +1,16 @@
-/*     @(#)if_sl.c     7.4 (Berkeley) %G% */
+/*
+ * Copyright (c) 1987 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)if_sl.c     7.5 (Berkeley) %G%
+ */
 
 /*
  * Serial Line interface
 
 /*
  * Serial Line interface
index dafd006..bc5a97f 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)netisr.h    7.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)netisr.h    7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 45c269d..5437183 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)raw_cb.c    7.3 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)raw_cb.c    7.4 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 866659f..9118c18 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)raw_cb.h    7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)raw_cb.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 54a915e..7f5aad0 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)raw_usrreq.c        7.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)raw_usrreq.c        7.3 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 14e211c..7198fa9 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)route.c     7.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)route.c     7.3 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 9963889..7d1e083 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)route.h     7.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)route.h     7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 5670741..d8c5300 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)domain.h    7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)domain.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 9b687f0..139fc53 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)mbuf.h      7.8.1.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)mbuf.h      7.9 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 2b44aac..c7bb73d 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)protosw.h   7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)protosw.h   7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 65192c2..16fc647 100644 (file)
@@ -1,9 +1,15 @@
 /*
 /*
- * Copyright (c) 1982,1985, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1982, 1985, 1986 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)socket.h    7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)socket.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 15d0920..3fc86ed 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)socketvar.h 7.2 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)socketvar.h 7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 2b57ef1..6b6c509 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)un.h        7.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)un.h        7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*