From 240edf1f10dee9567c25e490628f7ac5dc1543c5 Mon Sep 17 00:00:00 2001 From: Keith Sklower Date: Wed, 20 Jan 1988 23:15:41 -0800 Subject: [PATCH] Change licensing/use notice. SCCS-vsn: sys/netns/idp.h 7.2 SCCS-vsn: sys/netns/idp_usrreq.c 7.2 SCCS-vsn: sys/netns/idp_var.h 7.2 SCCS-vsn: sys/netns/ns.c 7.2 SCCS-vsn: sys/netns/ns.h 7.3 SCCS-vsn: sys/netns/ns_error.c 7.3 SCCS-vsn: sys/netns/ns_error.h 7.2 SCCS-vsn: sys/netns/ns_if.h 7.2 SCCS-vsn: sys/netns/ns_input.c 7.2 SCCS-vsn: sys/netns/ns_ip.c 7.2 SCCS-vsn: sys/netns/ns_output.c 7.2 SCCS-vsn: sys/netns/ns_pcb.c 7.3 SCCS-vsn: sys/netns/ns_pcb.h 7.2 SCCS-vsn: sys/netns/ns_proto.c 7.2 SCCS-vsn: sys/netns/sp.h 7.2 SCCS-vsn: sys/netns/spidp.h 7.2 SCCS-vsn: sys/netns/spp_debug.c 7.3 SCCS-vsn: sys/netns/spp_debug.h 7.2 SCCS-vsn: sys/netns/spp_usrreq.c 7.4 SCCS-vsn: sys/netns/spp_var.h 7.3 --- usr/src/sys/netns/idp.h | 14 ++++++++++---- usr/src/sys/netns/idp_usrreq.c | 14 ++++++++++---- usr/src/sys/netns/idp_var.h | 14 ++++++++++---- usr/src/sys/netns/ns.c | 14 ++++++++++---- usr/src/sys/netns/ns.h | 14 ++++++++++---- usr/src/sys/netns/ns_error.c | 14 ++++++++++---- usr/src/sys/netns/ns_error.h | 14 ++++++++++---- usr/src/sys/netns/ns_if.h | 14 ++++++++++---- usr/src/sys/netns/ns_input.c | 14 ++++++++++---- usr/src/sys/netns/ns_ip.c | 14 ++++++++++---- usr/src/sys/netns/ns_output.c | 14 ++++++++++---- usr/src/sys/netns/ns_pcb.c | 14 ++++++++++---- usr/src/sys/netns/ns_pcb.h | 14 ++++++++++---- usr/src/sys/netns/ns_proto.c | 14 ++++++++++---- usr/src/sys/netns/sp.h | 14 ++++++++++---- usr/src/sys/netns/spidp.h | 14 ++++++++++---- usr/src/sys/netns/spp_debug.c | 12 +++++++++--- usr/src/sys/netns/spp_debug.h | 14 ++++++++++---- usr/src/sys/netns/spp_usrreq.c | 12 +++++++++--- usr/src/sys/netns/spp_var.h | 12 +++++++++--- 20 files changed, 197 insertions(+), 77 deletions(-) diff --git a/usr/src/sys/netns/idp.h b/usr/src/sys/netns/idp.h index d8afe4fa7b..8f96d0d92d 100644 --- a/usr/src/sys/netns/idp.h +++ b/usr/src/sys/netns/idp.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 1986 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)idp.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. + * + * @(#)idp.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/idp_usrreq.c b/usr/src/sys/netns/idp_usrreq.c index 79792fc526..8cbb8f2f74 100644 --- a/usr/src/sys/netns/idp_usrreq.c +++ b/usr/src/sys/netns/idp_usrreq.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)idp_usrreq.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. + * + * @(#)idp_usrreq.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/idp_var.h b/usr/src/sys/netns/idp_var.h index 2ba6d2e8db..304dc39f6e 100644 --- a/usr/src/sys/netns/idp_var.h +++ b/usr/src/sys/netns/idp_var.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 1986 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)idp_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. + * + * @(#)idp_var.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/ns.c b/usr/src/sys/netns/ns.c index 9b711c12ff..ef50f286df 100644 --- a/usr/src/sys/netns/ns.c +++ b/usr/src/sys/netns/ns.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns.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. + * + * @(#)ns.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/ns.h b/usr/src/sys/netns/ns.h index 895847dac4..610b91270d 100644 --- a/usr/src/sys/netns/ns.h +++ b/usr/src/sys/netns/ns.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns.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. + * + * @(#)ns.h 7.3 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/ns_error.c b/usr/src/sys/netns/ns_error.c index 9c5f356b74..41ad8d65ae 100644 --- a/usr/src/sys/netns/ns_error.c +++ b/usr/src/sys/netns/ns_error.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_error.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. + * + * @(#)ns_error.c 7.3 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/ns_error.h b/usr/src/sys/netns/ns_error.h index 9d33338d64..ba92951020 100644 --- a/usr/src/sys/netns/ns_error.h +++ b/usr/src/sys/netns/ns_error.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_error.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. + * + * @(#)ns_error.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/ns_if.h b/usr/src/sys/netns/ns_if.h index 0719e7fe16..9ed323a041 100644 --- a/usr/src/sys/netns/ns_if.h +++ b/usr/src/sys/netns/ns_if.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. + * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_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. + * + * @(#)ns_if.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/ns_input.c b/usr/src/sys/netns/ns_input.c index e23846ef7b..91e423f189 100644 --- a/usr/src/sys/netns/ns_input.c +++ b/usr/src/sys/netns/ns_input.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_input.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. + * + * @(#)ns_input.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/ns_ip.c b/usr/src/sys/netns/ns_ip.c index d7debbee1a..1fb47e4fdf 100644 --- a/usr/src/sys/netns/ns_ip.c +++ b/usr/src/sys/netns/ns_ip.c @@ -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. + * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_ip.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. + * + * @(#)ns_ip.c 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/ns_output.c b/usr/src/sys/netns/ns_output.c index f89a61b200..309a0b4a03 100644 --- a/usr/src/sys/netns/ns_output.c +++ b/usr/src/sys/netns/ns_output.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_output.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. + * + * @(#)ns_output.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/ns_pcb.c b/usr/src/sys/netns/ns_pcb.c index e2e0312b1a..de6c7c9d81 100644 --- a/usr/src/sys/netns/ns_pcb.c +++ b/usr/src/sys/netns/ns_pcb.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_pcb.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. + * + * @(#)ns_pcb.c 7.3 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/ns_pcb.h b/usr/src/sys/netns/ns_pcb.h index c92d9a2f05..e5fe0941b1 100644 --- a/usr/src/sys/netns/ns_pcb.h +++ b/usr/src/sys/netns/ns_pcb.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_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. + * + * @(#)ns_pcb.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/ns_proto.c b/usr/src/sys/netns/ns_proto.c index ed373fe65a..060d2ed7b2 100644 --- a/usr/src/sys/netns/ns_proto.c +++ b/usr/src/sys/netns/ns_proto.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)ns_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. + * + * @(#)ns_proto.c 7.2 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/sp.h b/usr/src/sys/netns/sp.h index 27777ee061..f134259181 100644 --- a/usr/src/sys/netns/sp.h +++ b/usr/src/sys/netns/sp.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 1986 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)sp.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. + * + * @(#)sp.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/spidp.h b/usr/src/sys/netns/spidp.h index 23b200e909..a3ea86f946 100644 --- a/usr/src/sys/netns/spidp.h +++ b/usr/src/sys/netns/spidp.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 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) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)spidp.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. + * + * @(#)spidp.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/netns/spp_debug.c b/usr/src/sys/netns/spp_debug.c index 210c31e1d7..a01b8c7875 100644 --- a/usr/src/sys/netns/spp_debug.c +++ b/usr/src/sys/netns/spp_debug.c @@ -1,9 +1,15 @@ /* * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)spp_debug.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. + * + * @(#)spp_debug.c 7.3 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/spp_debug.h b/usr/src/sys/netns/spp_debug.h index 3e84160376..90fe46d69e 100644 --- a/usr/src/sys/netns/spp_debug.h +++ b/usr/src/sys/netns/spp_debug.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1984, 1986 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. + * All rights reserved. * - * @(#)spp_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. + * + * @(#)spp_debug.h 7.2 (Berkeley) %G% */ struct spp_debug { diff --git a/usr/src/sys/netns/spp_usrreq.c b/usr/src/sys/netns/spp_usrreq.c index fd86dce072..0d61af1b32 100644 --- a/usr/src/sys/netns/spp_usrreq.c +++ b/usr/src/sys/netns/spp_usrreq.c @@ -1,9 +1,15 @@ /* * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)spp_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. + * + * @(#)spp_usrreq.c 7.4 (Berkeley) %G% */ #include "param.h" diff --git a/usr/src/sys/netns/spp_var.h b/usr/src/sys/netns/spp_var.h index de029e4028..88f4764d04 100644 --- a/usr/src/sys/netns/spp_var.h +++ b/usr/src/sys/netns/spp_var.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1984, 1985, 1986, 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)spp_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. + * + * @(#)spp_var.h 7.3 (Berkeley) %G% */ /* -- 2.20.1