diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:09:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:09:41 +0000 |
commit | 75a899f908dc8bd7a33f3db18083412e784fa386 (patch) | |
tree | 297a2f545dfe467e695818b9ab96d839bd04a828 | |
parent | 38e0625330b89005c91c2a54a07e6c017e2e95a9 (diff) |
nuke clause 3 & 4
-rw-r--r-- | distrib/sparc64/mksuncd/mksuncd.1 | 7 | ||||
-rw-r--r-- | distrib/sparc64/mksuncd/mksuncd.c | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/distrib/sparc64/mksuncd/mksuncd.1 b/distrib/sparc64/mksuncd/mksuncd.1 index e892e998122..5dfbb18ed54 100644 --- a/distrib/sparc64/mksuncd/mksuncd.1 +++ b/distrib/sparc64/mksuncd/mksuncd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mksuncd.1,v 1.1 2001/10/12 21:10:36 jason Exp $ +.\" $OpenBSD: mksuncd.1,v 1.2 2003/06/02 20:09:40 jason Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" 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 Jason L. Wright -.\" 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 diff --git a/distrib/sparc64/mksuncd/mksuncd.c b/distrib/sparc64/mksuncd/mksuncd.c index 834b9536135..a9520c45698 100644 --- a/distrib/sparc64/mksuncd/mksuncd.c +++ b/distrib/sparc64/mksuncd/mksuncd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mksuncd.c,v 1.2 2003/06/02 19:32:31 millert Exp $ */ +/* $OpenBSD: mksuncd.c,v 1.3 2003/06/02 20:09:40 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -12,11 +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 Jason L. Wright - * 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 |