summaryrefslogtreecommitdiffstats
path: root/sbin/fsirand
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-06-21 22:13:35 +0000
committermillert <millert@openbsd.org>1998-06-21 22:13:35 +0000
commit9141dda38a6c10b775e9a86f38d867d96fcc5ccc (patch)
tree1414af663c7d676d936f7602048f586a78bc116c /sbin/fsirand
parentsee also keycap(5) (diff)
downloadwireguard-openbsd-9141dda38a6c10b775e9a86f38d867d96fcc5ccc.tar.xz
wireguard-openbsd-9141dda38a6c10b775e9a86f38d867d96fcc5ccc.zip
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
Diffstat (limited to 'sbin/fsirand')
-rw-r--r--sbin/fsirand/fsirand.87
-rw-r--r--sbin/fsirand/fsirand.c9
2 files changed, 5 insertions, 11 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8
index 6b41fbd2da2..17182210bfb 100644
--- a/sbin/fsirand/fsirand.8
+++ b/sbin/fsirand/fsirand.8
@@ -9,10 +9,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 Todd C. Miller.
-.\" 4. The name of the author may not be used to endorse or promote products
+.\" 3. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
@@ -26,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: fsirand.8,v 1.9 1998/05/16 14:20:39 d Exp $
+.\" $OpenBSD: fsirand.8,v 1.10 1998/06/21 22:13:54 millert Exp $
.\"
.Dd January 25, 1997
.Dt FSIRAND 8
diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c
index b6e249b430b..dbb67b431b6 100644
--- a/sbin/fsirand/fsirand.c
+++ b/sbin/fsirand/fsirand.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fsirand.c,v 1.12 1998/01/22 05:36:10 millert Exp $ */
+/* $OpenBSD: fsirand.c,v 1.13 1998/06/21 22:13:55 millert Exp $ */
/*
* Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -12,10 +12,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 Todd C. Miller.
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
@@ -31,7 +28,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: fsirand.c,v 1.12 1998/01/22 05:36:10 millert Exp $";
+static char rcsid[] = "$OpenBSD: fsirand.c,v 1.13 1998/06/21 22:13:55 millert Exp $";
#endif /* not lint */
#include <sys/types.h>