From 2b6b6284230f0f0018ecaae24c3df21a061beafd Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 8 Dec 1987 01:47:18 -0800 Subject: [PATCH] use Berkeley specific header SCCS-vsn: sys/netinet/icmp_var.h 7.3 SCCS-vsn: sys/netinet/if_ether.c 7.6 SCCS-vsn: sys/netinet/if_ether.h 7.2 SCCS-vsn: sys/netinet/in.c 7.6 SCCS-vsn: sys/netinet/in.h 7.4 SCCS-vsn: sys/netinet/in_pcb.c 7.6 SCCS-vsn: sys/netinet/in_pcb.h 7.2 SCCS-vsn: sys/netinet/in_proto.c 7.2 SCCS-vsn: sys/netinet/in_systm.h 7.2 SCCS-vsn: sys/netinet/in_var.h 7.2 SCCS-vsn: sys/netinet/ip.h 7.4 SCCS-vsn: sys/netinet/ip_icmp.c 7.7 SCCS-vsn: sys/netinet/ip_icmp.h 7.3 SCCS-vsn: sys/netinet/ip_input.c 7.8 SCCS-vsn: sys/netinet/ip_output.c 7.7 SCCS-vsn: sys/netinet/ip_var.h 7.3 SCCS-vsn: sys/netinet/raw_ip.c 7.3 SCCS-vsn: sys/netinet/tcp.h 7.3 SCCS-vsn: sys/netinet/tcp_debug.c 7.2 SCCS-vsn: sys/netinet/tcp_debug.h 7.2 SCCS-vsn: sys/netinet/tcp_fsm.h 7.2 SCCS-vsn: sys/netinet/tcp_input.c 7.14 SCCS-vsn: sys/netinet/tcp_output.c 7.12 SCCS-vsn: sys/netinet/tcp_seq.h 7.2 SCCS-vsn: sys/netinet/tcp_subr.c 7.13 SCCS-vsn: sys/netinet/tcp_timer.c 7.11 SCCS-vsn: sys/netinet/tcp_timer.h 7.4 SCCS-vsn: sys/netinet/tcp_usrreq.c 7.6 SCCS-vsn: sys/netinet/tcp_var.h 7.6 SCCS-vsn: sys/netinet/tcpip.h 7.2 SCCS-vsn: sys/netinet/udp.h 7.2 SCCS-vsn: sys/netinet/udp_usrreq.c 7.4 SCCS-vsn: sys/netinet/udp_var.h 7.3 --- usr/src/sys/netinet/icmp_var.h | 12 +++++++++--- usr/src/sys/netinet/if_ether.c | 12 +++++++++--- usr/src/sys/netinet/if_ether.h | 12 +++++++++--- usr/src/sys/netinet/in.c | 12 +++++++++--- usr/src/sys/netinet/in.h | 12 +++++++++--- usr/src/sys/netinet/in_pcb.c | 12 +++++++++--- usr/src/sys/netinet/in_pcb.h | 12 +++++++++--- usr/src/sys/netinet/in_proto.c | 12 +++++++++--- usr/src/sys/netinet/in_systm.h | 12 +++++++++--- usr/src/sys/netinet/in_var.h | 12 +++++++++--- usr/src/sys/netinet/ip.h | 12 +++++++++--- usr/src/sys/netinet/ip_icmp.c | 12 +++++++++--- usr/src/sys/netinet/ip_icmp.h | 12 +++++++++--- usr/src/sys/netinet/ip_input.c | 12 +++++++++--- usr/src/sys/netinet/ip_output.c | 12 +++++++++--- usr/src/sys/netinet/ip_var.h | 12 +++++++++--- usr/src/sys/netinet/raw_ip.c | 12 +++++++++--- usr/src/sys/netinet/tcp.h | 12 +++++++++--- usr/src/sys/netinet/tcp_debug.c | 12 +++++++++--- usr/src/sys/netinet/tcp_debug.h | 12 +++++++++--- usr/src/sys/netinet/tcp_fsm.h | 12 +++++++++--- usr/src/sys/netinet/tcp_input.c | 12 +++++++++--- usr/src/sys/netinet/tcp_output.c | 12 +++++++++--- usr/src/sys/netinet/tcp_seq.h | 12 +++++++++--- usr/src/sys/netinet/tcp_subr.c | 12 +++++++++--- usr/src/sys/netinet/tcp_timer.c | 12 +++++++++--- usr/src/sys/netinet/tcp_timer.h | 12 +++++++++--- usr/src/sys/netinet/tcp_usrreq.c | 12 +++++++++--- usr/src/sys/netinet/tcp_var.h | 12 +++++++++--- usr/src/sys/netinet/tcpip.h | 12 +++++++++--- usr/src/sys/netinet/udp.h | 12 +++++++++--- usr/src/sys/netinet/udp_usrreq.c | 12 +++++++++--- usr/src/sys/netinet/udp_var.h | 12 +++++++++--- 33 files changed, 297 insertions(+), 99 deletions(-) diff --git a/usr/src/sys/netinet/icmp_var.h b/usr/src/sys/netinet/icmp_var.h index a4287a4169..ea6ae09b1b 100644 --- a/usr/src/sys/netinet/icmp_var.h +++ b/usr/src/sys/netinet/icmp_var.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)icmp_var.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. + * + * @(#)icmp_var.h 7.3 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/if_ether.c b/usr/src/sys/netinet/if_ether.c index 9f1fdb790c..81494693a3 100644 --- a/usr/src/sys/netinet/if_ether.c +++ b/usr/src/sys/netinet/if_ether.c @@ -1,9 +1,15 @@ /* * 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_ether.c 7.5 (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_ether.c 7.6 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/if_ether.h b/usr/src/sys/netinet/if_ether.h index 0d6e4c6ee0..85407704b6 100644 --- a/usr/src/sys/netinet/if_ether.h +++ b/usr/src/sys/netinet/if_ether.h @@ -1,9 +1,15 @@ /* * 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_ether.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_ether.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/in.c b/usr/src/sys/netinet/in.c index cdacec3424..b3a99bc1fe 100644 --- a/usr/src/sys/netinet/in.c +++ b/usr/src/sys/netinet/in.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)in.c 7.5 (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. + * + * @(#)in.c 7.6 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/in.h b/usr/src/sys/netinet/in.h index bd273b8d82..5b69c5d640 100644 --- a/usr/src/sys/netinet/in.h +++ b/usr/src/sys/netinet/in.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)in.h 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. + * + * @(#)in.h 7.4 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/in_pcb.c b/usr/src/sys/netinet/in_pcb.c index c3b5a53f61..746a0a6fb5 100644 --- a/usr/src/sys/netinet/in_pcb.c +++ b/usr/src/sys/netinet/in_pcb.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)in_pcb.c 7.5 (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. + * + * @(#)in_pcb.c 7.6 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/in_pcb.h b/usr/src/sys/netinet/in_pcb.h index d839945fc2..fdb4c38b29 100644 --- a/usr/src/sys/netinet/in_pcb.h +++ b/usr/src/sys/netinet/in_pcb.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)in_pcb.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. + * + * @(#)in_pcb.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/in_proto.c b/usr/src/sys/netinet/in_proto.c index 400ac4a06d..f185305976 100644 --- a/usr/src/sys/netinet/in_proto.c +++ b/usr/src/sys/netinet/in_proto.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)in_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. + * + * @(#)in_proto.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/in_systm.h b/usr/src/sys/netinet/in_systm.h index 2e1b884612..10df1f5ca7 100644 --- a/usr/src/sys/netinet/in_systm.h +++ b/usr/src/sys/netinet/in_systm.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)in_systm.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. + * + * @(#)in_systm.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/in_var.h b/usr/src/sys/netinet/in_var.h index e5c50b9bb9..765a479aff 100644 --- a/usr/src/sys/netinet/in_var.h +++ b/usr/src/sys/netinet/in_var.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1985, 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. * - * @(#)in_var.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. + * + * @(#)in_var.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/ip.h b/usr/src/sys/netinet/ip.h index 1f9b70e656..dfde18e7dd 100644 --- a/usr/src/sys/netinet/ip.h +++ b/usr/src/sys/netinet/ip.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)ip.h 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. + * + * @(#)ip.h 7.4 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/ip_icmp.c b/usr/src/sys/netinet/ip_icmp.c index 4fa7aed55b..8c832aa588 100644 --- a/usr/src/sys/netinet/ip_icmp.c +++ b/usr/src/sys/netinet/ip_icmp.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)ip_icmp.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. + * + * @(#)ip_icmp.c 7.7 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/ip_icmp.h b/usr/src/sys/netinet/ip_icmp.h index 5405ff39fb..986fad61df 100644 --- a/usr/src/sys/netinet/ip_icmp.h +++ b/usr/src/sys/netinet/ip_icmp.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)ip_icmp.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. + * + * @(#)ip_icmp.h 7.3 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/ip_input.c b/usr/src/sys/netinet/ip_input.c index 30a607b9ec..312d9f2bbe 100644 --- a/usr/src/sys/netinet/ip_input.c +++ b/usr/src/sys/netinet/ip_input.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)ip_input.c 7.7 (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. + * + * @(#)ip_input.c 7.8 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/ip_output.c b/usr/src/sys/netinet/ip_output.c index 0e18353eac..567b519884 100644 --- a/usr/src/sys/netinet/ip_output.c +++ b/usr/src/sys/netinet/ip_output.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)ip_output.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. + * + * @(#)ip_output.c 7.7 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/ip_var.h b/usr/src/sys/netinet/ip_var.h index 82bfe85b48..81c8e3e6e8 100644 --- a/usr/src/sys/netinet/ip_var.h +++ b/usr/src/sys/netinet/ip_var.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)ip_var.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. + * + * @(#)ip_var.h 7.3 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/raw_ip.c b/usr/src/sys/netinet/raw_ip.c index cdf00d3426..5229f85e41 100644 --- a/usr/src/sys/netinet/raw_ip.c +++ b/usr/src/sys/netinet/raw_ip.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)raw_ip.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_ip.c 7.3 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp.h b/usr/src/sys/netinet/tcp.h index 03bbc4f57c..a9fe5aa9cf 100644 --- a/usr/src/sys/netinet/tcp.h +++ b/usr/src/sys/netinet/tcp.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp.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. + * + * @(#)tcp.h 7.3 (Berkeley) %G% */ typedef u_long tcp_seq; diff --git a/usr/src/sys/netinet/tcp_debug.c b/usr/src/sys/netinet/tcp_debug.c index 52d3ed826e..fb310c17d5 100644 --- a/usr/src/sys/netinet/tcp_debug.c +++ b/usr/src/sys/netinet/tcp_debug.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_debug.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. + * + * @(#)tcp_debug.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp_debug.h b/usr/src/sys/netinet/tcp_debug.h index fa41fe3717..de8dcacf01 100644 --- a/usr/src/sys/netinet/tcp_debug.h +++ b/usr/src/sys/netinet/tcp_debug.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_debug.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. + * + * @(#)tcp_debug.h 7.2 (Berkeley) %G% */ struct tcp_debug { diff --git a/usr/src/sys/netinet/tcp_fsm.h b/usr/src/sys/netinet/tcp_fsm.h index bc318b8c4a..b372cc6cba 100644 --- a/usr/src/sys/netinet/tcp_fsm.h +++ b/usr/src/sys/netinet/tcp_fsm.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_fsm.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. + * + * @(#)tcp_fsm.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/tcp_input.c b/usr/src/sys/netinet/tcp_input.c index e5ec4c8b2d..3e7ab371e1 100644 --- a/usr/src/sys/netinet/tcp_input.c +++ b/usr/src/sys/netinet/tcp_input.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_input.c 7.13 (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. + * + * @(#)tcp_input.c 7.14 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp_output.c b/usr/src/sys/netinet/tcp_output.c index 7ce322de32..203d1d8251 100644 --- a/usr/src/sys/netinet/tcp_output.c +++ b/usr/src/sys/netinet/tcp_output.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_output.c 7.11 (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. + * + * @(#)tcp_output.c 7.12 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp_seq.h b/usr/src/sys/netinet/tcp_seq.h index 448fedd767..8e5669a249 100644 --- a/usr/src/sys/netinet/tcp_seq.h +++ b/usr/src/sys/netinet/tcp_seq.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_seq.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. + * + * @(#)tcp_seq.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/tcp_subr.c b/usr/src/sys/netinet/tcp_subr.c index 3713c92cfd..7a19e9be4d 100644 --- a/usr/src/sys/netinet/tcp_subr.c +++ b/usr/src/sys/netinet/tcp_subr.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_subr.c 7.12 (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. + * + * @(#)tcp_subr.c 7.13 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp_timer.c b/usr/src/sys/netinet/tcp_timer.c index 7723bab865..9133efb618 100644 --- a/usr/src/sys/netinet/tcp_timer.c +++ b/usr/src/sys/netinet/tcp_timer.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_timer.c 7.10 (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. + * + * @(#)tcp_timer.c 7.11 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp_timer.h b/usr/src/sys/netinet/tcp_timer.h index d6d49741fc..a122a07d87 100644 --- a/usr/src/sys/netinet/tcp_timer.h +++ b/usr/src/sys/netinet/tcp_timer.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_timer.h 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. + * + * @(#)tcp_timer.h 7.4 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/tcp_usrreq.c b/usr/src/sys/netinet/tcp_usrreq.c index e43f35b457..5bb0d3fa2f 100644 --- a/usr/src/sys/netinet/tcp_usrreq.c +++ b/usr/src/sys/netinet/tcp_usrreq.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_usrreq.c 7.5 (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. + * + * @(#)tcp_usrreq.c 7.6 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/tcp_var.h b/usr/src/sys/netinet/tcp_var.h index 221bbfc855..6738c1b338 100644 --- a/usr/src/sys/netinet/tcp_var.h +++ b/usr/src/sys/netinet/tcp_var.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcp_var.h 7.5 (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. + * + * @(#)tcp_var.h 7.6 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/tcpip.h b/usr/src/sys/netinet/tcpip.h index d26e8d5d0e..eac2d11cce 100644 --- a/usr/src/sys/netinet/tcpip.h +++ b/usr/src/sys/netinet/tcpip.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)tcpip.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. + * + * @(#)tcpip.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/udp.h b/usr/src/sys/netinet/udp.h index 65436c8113..b08c571316 100644 --- a/usr/src/sys/netinet/udp.h +++ b/usr/src/sys/netinet/udp.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)udp.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. + * + * @(#)udp.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netinet/udp_usrreq.c b/usr/src/sys/netinet/udp_usrreq.c index 4420532394..bb86ee3378 100644 --- a/usr/src/sys/netinet/udp_usrreq.c +++ b/usr/src/sys/netinet/udp_usrreq.c @@ -1,9 +1,15 @@ /* * 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. * - * @(#)udp_usrreq.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. + * + * @(#)udp_usrreq.c 7.4 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netinet/udp_var.h b/usr/src/sys/netinet/udp_var.h index 3168d0930b..cab1d7a698 100644 --- a/usr/src/sys/netinet/udp_var.h +++ b/usr/src/sys/netinet/udp_var.h @@ -1,9 +1,15 @@ /* * 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. * - * @(#)udp_var.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. + * + * @(#)udp_var.h 7.3 (Berkeley) %G% */ /* -- 2.20.1