diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-04-08 01:22:00 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-04-08 01:22:00 +0000 |
| commit | 39f70d4545bddb270fb0af32f8e016b737882acf (patch) | |
| tree | 4c892e28b7fa6423247f30c33106c5e722ed1489 /sys/kern/kern_exec.c | |
| parent | 8c10c7dd2ef8b155ed8a4a934bd291c7173ccd31 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 954cce18d21b..5929e24ab61e 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -10,11 +10,6 @@ * 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 David Greenman - * 4. The name of the developer 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 AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -28,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.36 1996/03/02 19:38:08 peter Exp $ + * $Id: kern_exec.c,v 1.37 1996/03/10 08:42:54 sos Exp $ */ #include <sys/param.h> |
