aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
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/init
parent64278df5e02bfd3061b58440a695339ec48c2785 (diff)
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/init.84
-rw-r--r--sbin/init/init.c4
-rw-r--r--sbin/init/pathnames.h5
3 files changed, 1 insertions, 12 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 09f2cd1f0719..e19d9cdcbf54 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -12,10 +12,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/init/init.c b/sbin/init/init.c
index 0a291273e2b1..ac8f23e028ee 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -13,10 +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 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/init/pathnames.h b/sbin/init/pathnames.h
index 27837f680b03..335445bb0634 100644
--- a/sbin/init/pathnames.h
+++ b/sbin/init/pathnames.h
@@ -13,10 +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 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.
@@ -34,6 +30,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/5/93
+ * $FreeBSD$
*/
#include <paths.h>