summaryrefslogtreecommitdiff
path: root/sbin/dumpfs
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 20:06:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 20:06:18 +0000
commit38e0625330b89005c91c2a54a07e6c017e2e95a9 (patch)
tree1e01beed6f7cfda9d9f59a5b36931be296cc0bee /sbin/dumpfs
parent3718f103a2f90b47b044fba54ebdbe1d7d983afb (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/dumpfs.88
-rw-r--r--sbin/dumpfs/dumpfs.c10
2 files changed, 5 insertions, 13 deletions
diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8
index d13fac28b52..c862953b682 100644
--- a/sbin/dumpfs/dumpfs.8
+++ b/sbin/dumpfs/dumpfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dumpfs.8,v 1.6 1999/06/04 02:45:15 aaron Exp $
+.\" $OpenBSD: dumpfs.8,v 1.7 2003/06/02 20:06:14 millert Exp $
.\" $NetBSD: dumpfs.8,v 1.8 1997/05/07 23:19:03 lukem Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -12,11 +12,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 the University of
-.\" California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. 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.
.\"
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 2d6adb871c4..b9c73f7f192 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dumpfs.c,v 1.16 2002/09/06 21:09:53 deraadt Exp $ */
+/* $OpenBSD: dumpfs.c,v 1.17 2003/06/02 20:06:14 millert Exp $ */
/* $NetBSD: dumpfs.c,v 1.12 1997/04/26 05:41:33 lukem Exp $ */
/*
@@ -13,11 +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 the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. 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.
*
@@ -44,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)dumpfs.c 8.2 (Berkeley) 2/2/94";
#else
-static char rcsid[] = "$OpenBSD: dumpfs.c,v 1.16 2002/09/06 21:09:53 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: dumpfs.c,v 1.17 2003/06/02 20:06:14 millert Exp $";
#endif
#endif /* not lint */