summaryrefslogtreecommitdiff
path: root/sys/dev/verified_exec.c
diff options
context:
space:
mode:
authorelad <elad@NetBSD.org>2007-01-09 12:49:36 +0000
committerelad <elad@NetBSD.org>2007-01-09 12:49:36 +0000
commitd2e4f7167b99702058dff67dcb7b98720f6f327c (patch)
treea1bf09ff038b0c7f577936bc37b9b9aabb1b9bfa /sys/dev/verified_exec.c
parentc4087de4cbc4c3e8f7a4d56de06b07f9cdd8ad41 (diff)
Remove advertising clause from all of my stuff.
Diffstat (limited to 'sys/dev/verified_exec.c')
-rw-r--r--sys/dev/verified_exec.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/dev/verified_exec.c b/sys/dev/verified_exec.c
index d68178d3ad9..db24361f4d3 100644
--- a/sys/dev/verified_exec.c
+++ b/sys/dev/verified_exec.c
@@ -1,4 +1,4 @@
-/* $NetBSD: verified_exec.c,v 1.54 2007/01/07 13:55:17 elad Exp $ */
+/* $NetBSD: verified_exec.c,v 1.55 2007/01/09 12:49:36 elad Exp $ */
/*-
* Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
@@ -13,10 +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 by Brett Lymn and Elad Efrat.
- * 4. The name of the authors may not be used to endorse or promote products
+ * 3. The name of the authors may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
@@ -33,9 +30,9 @@
#include <sys/cdefs.h>
#if defined(__NetBSD__)
-__KERNEL_RCSID(0, "$NetBSD: verified_exec.c,v 1.54 2007/01/07 13:55:17 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: verified_exec.c,v 1.55 2007/01/09 12:49:36 elad Exp $");
#else
-__RCSID("$Id: verified_exec.c,v 1.54 2007/01/07 13:55:17 elad Exp $\n$NetBSD: verified_exec.c,v 1.54 2007/01/07 13:55:17 elad Exp $");
+__RCSID("$Id: verified_exec.c,v 1.55 2007/01/09 12:49:36 elad Exp $\n$NetBSD: verified_exec.c,v 1.55 2007/01/09 12:49:36 elad Exp $");
#endif
#include <sys/param.h>