aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2004-04-09 19:58:40 +0000
committerMark Murray <markm@FreeBSD.org>2004-04-09 19:58:40 +0000
commit4c723140a407d2ba326c134a26cec9569dc52d46 (patch)
treee60556ce3f06f8dad720f6e0d5767d9588b3204a /sbin/dump
parent64278df5e02bfd3061b58440a695339ec48c2785 (diff)
Notes
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.84
-rw-r--r--sbin/dump/dump.h4
-rw-r--r--sbin/dump/dumprmt.c6
-rw-r--r--sbin/dump/itime.c4
-rw-r--r--sbin/dump/main.c4
-rw-r--r--sbin/dump/optr.c4
-rw-r--r--sbin/dump/pathnames.h4
-rw-r--r--sbin/dump/tape.c4
-rw-r--r--sbin/dump/traverse.c4
-rw-r--r--sbin/dump/unctime.c4
10 files changed, 1 insertions, 41 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index e40ead814bd23..2abb594938925 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -10,10 +10,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 acknowledgment:
-.\" 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
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 2d4038c6000b8..08acb9e5ee50f 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c
index 4b01beba9f987..4477660c69001 100644
--- a/sbin/dump/dumprmt.c
+++ b/sbin/dump/dumprmt.c
@@ -10,11 +10,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
+* 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.
*
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c
index 55af65cbb96cf..99d43ad772cc0 100644
--- a/sbin/dump/itime.c
+++ b/sbin/dump/itime.c
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index 94d4d032895c3..c6beb2a2d3b58 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c
index d039a95078ce9..4261050d74c4c 100644
--- a/sbin/dump/optr.c
+++ b/sbin/dump/optr.c
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h
index 10defb2a213c9..eb3ce3977af23 100644
--- a/sbin/dump/pathnames.h
+++ b/sbin/dump/pathnames.h
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c
index 00bb5c39d174a..5437e051b84e6 100644
--- a/sbin/dump/tape.c
+++ b/sbin/dump/tape.c
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c
index d05319a18f45c..332bc273e52ca 100644
--- a/sbin/dump/traverse.c
+++ b/sbin/dump/traverse.c
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.
diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c
index f61f2f3014be1..3720ebf550fd2 100644
--- a/sbin/dump/unctime.c
+++ b/sbin/dump/unctime.c
@@ -10,10 +10,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 the University of
- * California, Berkeley and its contributors.
* 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.