diff options
| author | agc <agc@NetBSD.org> | 2003-08-07 09:46:37 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2003-08-07 09:46:37 +0000 |
| commit | 8e6ab8837d8d6b9198e67c1c445300b483e2f304 (patch) | |
| tree | a2b3ebb25f9f30d1dc180898685b7eddca4e5db4 /libexec/rexecd | |
| parent | 7539e8444502966531cd4420909ec7aa01516b8b (diff) | |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22284, verified by myself.
Diffstat (limited to 'libexec/rexecd')
| -rw-r--r-- | libexec/rexecd/rexecd.8 | 8 | ||||
| -rw-r--r-- | libexec/rexecd/rexecd.c | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 19679a34d8c..b9d1e8e686a 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rexecd.8,v 1.10 2003/02/25 10:34:49 wiz Exp $ +.\" $NetBSD: rexecd.8,v 1.11 2003/08/07 09:46:46 agc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -11,11 +11,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/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index 6637d7470fc..d63f6ec5d1b 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -1,4 +1,4 @@ -/* $NetBSD: rexecd.c,v 1.16 2003/05/17 22:56:31 itojun Exp $ */ +/* $NetBSD: rexecd.c,v 1.17 2003/08/07 09:46:46 agc Exp $ */ /* * Copyright (c) 1983, 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. * @@ -40,7 +36,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ #if 0 static char sccsid[] = "from: @(#)rexecd.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: rexecd.c,v 1.16 2003/05/17 22:56:31 itojun Exp $"); +__RCSID("$NetBSD: rexecd.c,v 1.17 2003/08/07 09:46:46 agc Exp $"); #endif #endif /* not lint */ |
