Assign my copyright to TNF.

This commit is contained in:
pk 1998-09-05 13:40:35 +00:00
parent e8b5010119
commit 8adc8da66b
2 changed files with 8 additions and 12 deletions

View File

@ -1,12 +1,12 @@
/* $NetBSD: installboot.c,v 1.4 1998/02/01 06:59:31 thorpej Exp $ */
/* $NetBSD: installboot.c,v 1.5 1998/09/05 13:40:35 pk Exp $ */
/*-
* Copyright (c) 1998 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.
* by Paul Kranenburg and Jason R. Thorpe of the Numerical Aerospace
* Simulation Facility, NASA Ames Research Center.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -39,7 +39,6 @@
/*
* Copyright (c) 1997 Christopher G. Demetriou. All rights reserved.
* Copyright (c) 1994 Paul Kranenburg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -50,9 +49,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by Paul Kranenburg.
* 3. <not applicable>
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission
*

View File

@ -1,12 +1,12 @@
/* $NetBSD: asc.c,v 1.12 1998/08/15 05:16:41 mycroft Exp $ */
/* $NetBSD: asc.c,v 1.13 1998/09/05 13:42:07 pk Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum and by Jason R. Thorpe of the Numerical Aerospace
* Simulation Facility, NASA Ames Research Center.
* by Charles M. Hannum; Jason R. Thorpe of the Numerical Aerospace
* Simulation Facility, NASA Ames Research Center; Paul Kranenburg.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -39,7 +39,6 @@
/*
* Copyright (c) 1994 Peter Galbavy
* Copyright (c) 1995 Paul Kranenburg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -79,7 +78,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.12 1998/08/15 05:16:41 mycroft Exp $");
__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.13 1998/09/05 13:42:07 pk Exp $");
#include <sys/types.h>
#include <sys/param.h>