summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_exec.c
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>1995-06-11 15:15:09 +0000
committerfvdl <fvdl@NetBSD.org>1995-06-11 15:15:09 +0000
commitfb777788b133feb677822242773b5cc6aea5ee75 (patch)
tree617883eaf9fd4629594ddc093ed10d52ac032bd9 /sys/compat/linux/linux_exec.c
parent8bf395c808ad21dd6d38188c7a7176a7e835737f (diff)
Don't forget to acknowledge that all the ELF stuff was taken from
Christos' svr4 code.
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
-rw-r--r--sys/compat/linux/linux_exec.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c
index 64c6b6963a9..df9e5d0c34b 100644
--- a/sys/compat/linux/linux_exec.c
+++ b/sys/compat/linux/linux_exec.c
@@ -1,7 +1,8 @@
-/* $NetBSD: linux_exec.c,v 1.6 1995/06/11 14:56:47 fvdl Exp $ */
+/* $NetBSD: linux_exec.c,v 1.7 1995/06/11 15:15:09 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
+ * Copyright (c) 1994 Christos Zoulas
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -12,11 +13,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 for the NetBSD Project
- * by Frank van der Linden
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
@@ -30,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * based on kern/exec_aout.c and compat/sunos/sunos_exec.c
+ * based on exec_aout.c, sunos_exec.c and svr4_exec.c
*/
#include <sys/param.h>