diff options
Diffstat (limited to 'sys/dev/adb/adb_subr.c')
-rw-r--r-- | sys/dev/adb/adb_subr.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/adb/adb_subr.c b/sys/dev/adb/adb_subr.c index d558f9e3593..c9d89b5e6bb 100644 --- a/sys/dev/adb/adb_subr.c +++ b/sys/dev/adb/adb_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adb_subr.c,v 1.3 2011/06/15 21:32:05 miod Exp $ */ +/* $OpenBSD: adb_subr.c,v 1.4 2013/03/09 11:33:24 mpi Exp $ */ /* $NetBSD: adb.c,v 1.6 1999/08/16 06:28:09 tsubai Exp $ */ /*- @@ -13,11 +13,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 Bradley A. Grantham. - * 4. 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 |