diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:38:41 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:38:41 +0000 |
commit | 64daae7c8219ee508b077d3af0dc529a32e5643a (patch) | |
tree | c021fce214f7d2ddfe0c277ba579ad7bfe93d71a /usr.sbin/mopd/moptrace | |
parent | 01eabc1aa8aa1af73b60f001ec7693f92e155e4f (diff) |
remove clause 3 and 4. -moj
Diffstat (limited to 'usr.sbin/mopd/moptrace')
-rw-r--r-- | usr.sbin/mopd/moptrace/moptrace.1 | 9 | ||||
-rw-r--r-- | usr.sbin/mopd/moptrace/moptrace.c | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/usr.sbin/mopd/moptrace/moptrace.1 b/usr.sbin/mopd/moptrace/moptrace.1 index 97365c4ef7e..46cde7fbb13 100644 --- a/usr.sbin/mopd/moptrace/moptrace.1 +++ b/usr.sbin/mopd/moptrace/moptrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: moptrace.1,v 1.7 2000/11/09 17:53:18 aaron Exp $ +.\" $OpenBSD: moptrace.1,v 1.8 2003/06/02 21:38:40 maja Exp $ .\" .\" Copyright (c) 1993-95 Mats O Jansson. All rights reserved. .\" @@ -10,11 +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 Mats O Jansson. -.\" 4. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#) $OpenBSD: moptrace.1,v 1.7 2000/11/09 17:53:18 aaron Exp $ +.\" @(#) $OpenBSD: moptrace.1,v 1.8 2003/06/02 21:38:40 maja Exp $ .\" .Dd October 2, 1995 .Dt MOPTRACE 1 diff --git a/usr.sbin/mopd/moptrace/moptrace.c b/usr.sbin/mopd/moptrace/moptrace.c index 73c1b345154..7ba388ae4a1 100644 --- a/usr.sbin/mopd/moptrace/moptrace.c +++ b/usr.sbin/mopd/moptrace/moptrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: moptrace.c,v 1.6 2002/06/10 21:05:25 maja Exp $ */ +/* $OpenBSD: moptrace.c,v 1.7 2003/06/02 21:38:40 maja Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -11,11 +11,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 Mats O Jansson. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +25,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: moptrace.c,v 1.6 2002/06/10 21:05:25 maja Exp $"; +static char rcsid[] = "$OpenBSD: moptrace.c,v 1.7 2003/06/02 21:38:40 maja Exp $"; #endif /* |