summaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-11 22:39:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-11 22:39:22 +0000
commit3140e2b58bbcf0fa1a6380a6f65483d46a898717 (patch)
tree0a88be13d03981a27ac7c3b177eabbd37bd54953 /lib/libc/net
parentcf4451de51504e0bdef3a80cd2954fdd70db55d2 (diff)
license oops; from tedu
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/rcmd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c
index c3acb46cd27..f37cb785be6 100644
--- a/lib/libc/net/rcmd.c
+++ b/lib/libc/net/rcmd.c
@@ -11,6 +11,9 @@
* 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. 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.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -26,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: rcmd.c,v 1.46 2003/06/03 20:49:27 deraadt Exp $";
+static char *rcsid = "$OpenBSD: rcmd.c,v 1.47 2003/07/11 22:39:21 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>