From 05732cd2c09bd7b9166d66f4fd2db780528be365 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 1 Sep 1996 18:31:29 +0000 Subject: i have changed this enough to put copyright on it --- src/lib/libc/net/rcmd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libc/net/rcmd.c b/src/lib/libc/net/rcmd.c index 62dde64589..df555a51d6 100644 --- a/src/lib/libc/net/rcmd.c +++ b/src/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 -- cgit v1.2.3-55-g6feb