summaryrefslogtreecommitdiff
path: root/libexec/comsat
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 19:38:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 19:38:26 +0000
commita1a0db84c7d8a997b325d86bbf1f7e36eca0dc23 (patch)
tree57828e46383942757ff4b855d36cee49e11a384c /libexec/comsat
parentcf90e013341666c35f57592908848255caa2c6fe (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'libexec/comsat')
-rw-r--r--libexec/comsat/comsat.88
-rw-r--r--libexec/comsat/comsat.c10
2 files changed, 5 insertions, 13 deletions
diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8
index 95de4c549e8..15fd9e62247 100644
--- a/libexec/comsat/comsat.8
+++ b/libexec/comsat/comsat.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: comsat.8,v 1.4 2001/01/28 19:34:27 niklas Exp $
+.\" $OpenBSD: comsat.8,v 1.5 2003/06/02 19:38:24 millert Exp $
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -10,11 +10,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 the University of
-.\" California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. 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/libexec/comsat/comsat.c b/libexec/comsat/comsat.c
index ea000a0d3be..b9c2c121c5d 100644
--- a/libexec/comsat/comsat.c
+++ b/libexec/comsat/comsat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: comsat.c,v 1.26 2002/09/06 19:43:54 deraadt Exp $ */
+/* $OpenBSD: comsat.c,v 1.27 2003/06/02 19:38:24 millert Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -12,11 +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 the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. 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.
*
@@ -41,7 +37,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$OpenBSD: comsat.c,v 1.26 2002/09/06 19:43:54 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: comsat.c,v 1.27 2003/06/02 19:38:24 millert Exp $";
#endif /* not lint */
#include <sys/limits.h>