diff options
| author | agc <agc@NetBSD.org> | 2003-08-07 16:26:28 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2003-08-07 16:26:28 +0000 |
| commit | aad01611e7d49352752bfcd4a3f76ed8d8b2123e (patch) | |
| tree | 809b4b9fa82fe4345cd0a3e4eb748c0f86478195 /sys/compat/linux/common/linux_sysctl.c | |
| parent | 208a93d254dd5434264363dbee9ad4b99ca25424 (diff) | |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
Diffstat (limited to 'sys/compat/linux/common/linux_sysctl.c')
| -rw-r--r-- | sys/compat/linux/common/linux_sysctl.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/compat/linux/common/linux_sysctl.c b/sys/compat/linux/common/linux_sysctl.c index 6ee8236e4b0..c82262c7deb 100644 --- a/sys/compat/linux/common/linux_sysctl.c +++ b/sys/compat/linux/common/linux_sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysctl.c,v 1.9 2003/06/29 22:29:32 fvdl Exp $ */ +/* $NetBSD: linux_sysctl.c,v 1.10 2003/08/07 16:30:45 agc Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -15,11 +15,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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -43,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.9 2003/06/29 22:29:32 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.10 2003/08/07 16:30:45 agc Exp $"); #include <sys/param.h> #include <sys/systm.h> |
