Copyright maintenance.

This commit is contained in:
mycroft 2005-03-02 10:20:18 +00:00
parent 111117ce57
commit c9f058f65e
5 changed files with 24 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_input.c,v 1.222 2005/02/28 16:20:59 jonathan Exp $ */
/* $NetBSD: tcp_input.c,v 1.223 2005/03/02 10:20:18 mycroft Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -70,12 +70,14 @@
*/
/*-
* Copyright (c) 1997, 1998, 1999, 2001 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1998, 1999, 2001, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe and Kevin M. Lahey of the Numerical Aerospace Simulation
* Facility, NASA Ames Research Center.
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -148,7 +150,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.222 2005/02/28 16:20:59 jonathan Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.223 2005/03/02 10:20:18 mycroft Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_output.c,v 1.118 2005/02/28 16:20:59 jonathan Exp $ */
/* $NetBSD: tcp_output.c,v 1.119 2005/03/02 10:20:18 mycroft Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -70,12 +70,14 @@
*/
/*-
* Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1998, 2001, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe and Kevin M. Lahey of the Numerical Aerospace Simulation
* Facility, NASA Ames Research Center.
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -138,7 +140,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tcp_output.c,v 1.118 2005/02/28 16:20:59 jonathan Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcp_output.c,v 1.119 2005/03/02 10:20:18 mycroft Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_timer.c,v 1.70 2005/02/28 16:20:59 jonathan Exp $ */
/* $NetBSD: tcp_timer.c,v 1.71 2005/03/02 10:20:18 mycroft Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -30,12 +30,14 @@
*/
/*-
* Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1998, 2001, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe and Kevin M. Lahey of the Numerical Aerospace Simulation
* Facility, NASA Ames Research Center.
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -98,7 +100,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tcp_timer.c,v 1.70 2005/02/28 16:20:59 jonathan Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcp_timer.c,v 1.71 2005/03/02 10:20:18 mycroft Exp $");
#include "opt_inet.h"
#include "opt_tcp_debug.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_usrreq.c,v 1.94 2005/02/03 23:54:17 perry Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.95 2005/03/02 10:20:18 mycroft Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -30,12 +30,14 @@
*/
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1998, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe and Kevin M. Lahey of the Numerical Aerospace Simulation
* Facility, NASA Ames Research Center.
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -98,7 +100,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tcp_usrreq.c,v 1.94 2005/02/03 23:54:17 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcp_usrreq.c,v 1.95 2005/03/02 10:20:18 mycroft Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_var.h,v 1.119 2005/02/28 16:20:59 jonathan Exp $ */
/* $NetBSD: tcp_var.h,v 1.120 2005/03/02 10:20:19 mycroft Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -70,12 +70,14 @@
*/
/*-
* Copyright (c) 1997, 1998, 1999, 2001 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1998, 1999, 2001, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research Center.
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions