Fix my license notice. Back when hpux_exec.c was cloned from
sys/kern/exec_aout.c back in *1995*, apparently the line from my license notice: * must display the following acknowledgement: was accidentally dropped. This mistake was propagated into hpux_exec_aout.c when it was split out of hpux_exec.c. (Thanks to hubertf for noticing!)
This commit is contained in:
parent
383b485d9a
commit
61d7e536bd
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hpux_exec.c,v 1.42 2003/12/20 19:01:30 fvdl Exp $ */
|
||||
/* $NetBSD: hpux_exec.c,v 1.43 2004/08/21 22:27:04 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -48,6 +48,7 @@
|
|||
* 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 Christopher G. Demetriou.
|
||||
* 4. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission
|
||||
|
@ -70,7 +71,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: hpux_exec.c,v 1.42 2003/12/20 19:01:30 fvdl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: hpux_exec.c,v 1.43 2004/08/21 22:27:04 cgd Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hpux_exec_aout.c,v 1.10 2003/08/18 20:34:18 he Exp $ */
|
||||
/* $NetBSD: hpux_exec_aout.c,v 1.11 2004/08/21 22:27:04 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -48,6 +48,7 @@
|
|||
* 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 Christopher G. Demetriou.
|
||||
* 4. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission
|
||||
|
@ -70,7 +71,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: hpux_exec_aout.c,v 1.10 2003/08/18 20:34:18 he Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: hpux_exec_aout.c,v 1.11 2004/08/21 22:27:04 cgd Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
Loading…
Reference in New Issue