=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gencat/gencat.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/gencat/gencat.c 2005/10/17 19:04:20 1.10 +++ src/usr.bin/gencat/gencat.c 2008/06/26 05:42:21 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: gencat.c,v 1.10 2005/10/17 19:04:20 otto Exp $ */ +/* $OpenBSD: gencat.c,v 1.11 2008/06/26 05:42:21 ray Exp $ */ /* $NetBSD: gencat.c,v 1.9 1998/10/09 17:00:56 itohy Exp $ */ /*- @@ -16,13 +16,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 acknowledgment: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -40,7 +33,7 @@ #include #ifndef lint static const char rcsid[] = - "$OpenBSD: gencat.c,v 1.10 2005/10/17 19:04:20 otto Exp $"; + "$OpenBSD: gencat.c,v 1.11 2008/06/26 05:42:21 ray Exp $"; #endif /* not lint */ /***********************************************************