diff options
| author | fvdl <fvdl@NetBSD.org> | 1998-10-04 00:02:23 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 1998-10-04 00:02:23 +0000 |
| commit | 8096c25afc0ab3dd574176d9a4ce5efdd40f511b (patch) | |
| tree | 46df959916b84a24165638a89ace026dc786bee8 /sys/compat/linux/common/linux_exec.c | |
| parent | e6145e36a20373e5d287b42037ccb789ff81d9a1 (diff) | |
Assign my copyright to TNF. Merge with others were appropriate.
Regen syscall files after script change.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 39 |
1 files changed, 4 insertions, 35 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 869dcb40a78..884016b77a3 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,14 +1,12 @@ -/* $NetBSD: linux_exec.c,v 1.32 1998/10/03 20:17:40 christos Exp $ */ +/* $NetBSD: linux_exec.c,v 1.33 1998/10/04 00:02:31 fvdl Exp $ */ /*- - * Copyright (c) 1994 The NetBSD Foundation, Inc. + * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Eric Haszlakiewicz and Thor Lancelot Simon. - * - * This code is derived from software contributed to The NetBSD Foundation - * by Christos Zoulas. + * by Christos Zoulas, Frank van der Linden, Eric Haszlakiewicz and + * Thor Lancelot Simon. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -39,35 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* - * Copyright (c) 1995 Frank van der Linden - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 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. 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 - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (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 exec_aout.c, sunos_exec.c and svr4_exec.c - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |
