diff options
Diffstat (limited to 'sbin/fsck_msdos/main.c')
-rw-r--r-- | sbin/fsck_msdos/main.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sbin/fsck_msdos/main.c b/sbin/fsck_msdos/main.c index 99c5fc620f5..9ae7962b744 100644 --- a/sbin/fsck_msdos/main.c +++ b/sbin/fsck_msdos/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.18 2012/03/31 17:53:34 krw Exp $ */ +/* $OpenBSD: main.c,v 1.19 2014/06/16 18:33:33 tobias Exp $ */ /* $NetBSD: main.c,v 1.8 1996/10/17 20:29:53 cgd Exp $ */ /* @@ -13,13 +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 Martin Husemann - * and Wolfgang Solfrank. - * 4. 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. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |