diff options
Diffstat (limited to 'usr.sbin/pkg_install/sign/main.c')
-rw-r--r-- | usr.sbin/pkg_install/sign/main.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/sign/main.c b/usr.sbin/pkg_install/sign/main.c index bb444a9919c..1deb09d2124 100644 --- a/usr.sbin/pkg_install/sign/main.c +++ b/usr.sbin/pkg_install/sign/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.2 1999/10/04 21:46:28 espie Exp $ */ +/* $OpenBSD: main.c,v 1.3 2003/06/04 04:29:03 deraadt Exp $ */ /*- * Copyright (c) 1999 Marc Espie. * @@ -10,10 +10,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 Marc Espie for the OpenBSD - * Project. * * THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |