diff options
| author | snj <snj@NetBSD.org> | 2009-10-21 01:07:44 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2009-10-21 01:07:44 +0000 |
| commit | 550147bd6a5bef946e7a7f153e49c0d11314e598 (patch) | |
| tree | 6529b11974890e8bd0b8b261b066051e0c6e1d94 /libexec | |
| parent | 4933e803dc37108ffe55cae52702f1804e401f26 (diff) | |
Remove 3rd and 4th clauses in christos' license. OK christos.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rpc.rusersd/rusers_proc.h | 7 | ||||
| -rw-r--r-- | libexec/rpc.sprayd/rpc.sprayd.8 | 7 | ||||
| -rw-r--r-- | libexec/rpc.sprayd/sprayd.c | 9 | ||||
| -rw-r--r-- | libexec/talkd/extern.h | 7 |
4 files changed, 5 insertions, 25 deletions
diff --git a/libexec/rpc.rusersd/rusers_proc.h b/libexec/rpc.rusersd/rusers_proc.h index 0565822b96e..6aea97104e7 100644 --- a/libexec/rpc.rusersd/rusers_proc.h +++ b/libexec/rpc.rusersd/rusers_proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: rusers_proc.h,v 1.2 2005/08/01 21:08:34 christos Exp $ */ +/* $NetBSD: rusers_proc.h,v 1.3 2009/10/21 01:07:46 snj Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -11,11 +11,6 @@ * 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 Christos Zoulas. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/libexec/rpc.sprayd/rpc.sprayd.8 b/libexec/rpc.sprayd/rpc.sprayd.8 index 3ab41e9e0ac..e3685b12e98 100644 --- a/libexec/rpc.sprayd/rpc.sprayd.8 +++ b/libexec/rpc.sprayd/rpc.sprayd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rpc.sprayd.8,v 1.9 2003/02/25 10:34:50 wiz Exp $ +.\" $NetBSD: rpc.sprayd.8,v 1.10 2009/10/21 01:07:46 snj Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas .\" All rights reserved. @@ -11,11 +11,6 @@ .\" 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 Christos Zoulas. -.\" 4. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/libexec/rpc.sprayd/sprayd.c b/libexec/rpc.sprayd/sprayd.c index 058c3c5863e..e027c19a658 100644 --- a/libexec/rpc.sprayd/sprayd.c +++ b/libexec/rpc.sprayd/sprayd.c @@ -1,4 +1,4 @@ -/* $NetBSD: sprayd.c,v 1.14 2006/05/09 20:18:07 mrg Exp $ */ +/* $NetBSD: sprayd.c,v 1.15 2009/10/21 01:07:46 snj Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -12,11 +12,6 @@ * 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 Christos Zoulas. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -32,7 +27,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: sprayd.c,v 1.14 2006/05/09 20:18:07 mrg Exp $"); +__RCSID("$NetBSD: sprayd.c,v 1.15 2009/10/21 01:07:46 snj Exp $"); #endif /* not lint */ #include <stdio.h> diff --git a/libexec/talkd/extern.h b/libexec/talkd/extern.h index be6277033f6..32deb8c0b39 100644 --- a/libexec/talkd/extern.h +++ b/libexec/talkd/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.6 2009/03/16 01:13:38 lukem Exp $ */ +/* $NetBSD: extern.h,v 1.7 2009/10/21 01:07:46 snj Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -11,11 +11,6 @@ * 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 Christos Zoulas. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
