diff options
| author | Mark Murray <markm@FreeBSD.org> | 2004-04-09 19:58:40 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2004-04-09 19:58:40 +0000 |
| commit | 4c723140a407d2ba326c134a26cec9569dc52d46 (patch) | |
| tree | e60556ce3f06f8dad720f6e0d5767d9588b3204a /sbin/init | |
| parent | 64278df5e02bfd3061b58440a695339ec48c2785 (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/init.8 | 4 | ||||
| -rw-r--r-- | sbin/init/init.c | 4 | ||||
| -rw-r--r-- | sbin/init/pathnames.h | 5 |
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> |
