Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makefs remove clause 3.



details:   https://anonhg.NetBSD.org/src/rev/0a81a461032c
branches:  trunk
changeset: 341055:0a81a461032c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 16 16:40:02 2015 +0000

description:
remove clause 3.

diffstat:

 usr.sbin/makefs/msdos.c |  7 ++-----
 usr.sbin/makefs/msdos.h |  5 +----
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 336df80d7975 -r 0a81a461032c usr.sbin/makefs/msdos.c
--- a/usr.sbin/makefs/msdos.c   Fri Oct 16 14:22:25 2015 +0000
+++ b/usr.sbin/makefs/msdos.c   Fri Oct 16 16:40:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msdos.c,v 1.14 2013/02/03 03:21:21 christos Exp $      */
+/*     $NetBSD: msdos.c,v 1.15 2015/10/16 16:40:02 christos Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -15,9 +15,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. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -37,7 +34,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: msdos.c,v 1.14 2013/02/03 03:21:21 christos Exp $");
+__RCSID("$NetBSD: msdos.c,v 1.15 2015/10/16 16:40:02 christos Exp $");
 #endif /* !__lint */
 
 #include <sys/param.h>
diff -r 336df80d7975 -r 0a81a461032c usr.sbin/makefs/msdos.h
--- a/usr.sbin/makefs/msdos.h   Fri Oct 16 14:22:25 2015 +0000
+++ b/usr.sbin/makefs/msdos.h   Fri Oct 16 16:40:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msdos.h,v 1.2 2013/01/26 00:31:49 christos Exp $       */
+/*     $NetBSD: msdos.h,v 1.3 2015/10/16 16:40:02 christos Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -15,9 +15,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. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED



Home | Main Index | Thread Index | Old Index