summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-01 18:31:29 +0000
committerderaadt <deraadt@openbsd.org>1996-09-01 18:31:29 +0000
commit8ffd66b8faef2fcf5165a0e6f333b5a05a15599c (patch)
treef5a3f39544e411b53d0b76c280ef43fe4d286c86
parentzap emalloc mem (diff)
downloadwireguard-openbsd-8ffd66b8faef2fcf5165a0e6f333b5a05a15599c.tar.xz
wireguard-openbsd-8ffd66b8faef2fcf5165a0e6f333b5a05a15599c.zip
i have changed this enough to put copyright on it
-rw-r--r--lib/libc/net/rcmd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c
index 62dde645890..df555a51d68 100644
--- a/lib/libc/net/rcmd.c
+++ b/lib/libc/net/rcmd.c
@@ -1,4 +1,5 @@
/*
+ * Copyright (c) 1995, 1996 Theo de Raadt. All rights reserved.
* Copyright (c) 1983, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
@@ -14,6 +15,7 @@
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
+ * This product includes software developed by Theo de Raadt.
* 4. 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.
@@ -32,7 +34,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: rcmd.c,v 1.14 1996/08/31 17:56:52 deraadt Exp $";
+static char *rcsid = "$OpenBSD: rcmd.c,v 1.15 1996/09/01 18:31:29 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>