=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mktemp/mktemp.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/mktemp/mktemp.c 1997/06/20 04:17:42 1.4 +++ src/usr.bin/mktemp/mktemp.c 1998/06/21 22:14:00 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: mktemp.c,v 1.4 1997/06/20 04:17:42 millert Exp $ */ +/* $OpenBSD: mktemp.c,v 1.5 1998/06/21 22:14:00 millert Exp $ */ /* * Copyright (c) 1996 Todd C. Miller @@ -12,10 +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 Todd C. Miller. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, @@ -31,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: mktemp.c,v 1.4 1997/06/20 04:17:42 millert Exp $"; +static char rcsid[] = "$OpenBSD: mktemp.c,v 1.5 1998/06/21 22:14:00 millert Exp $"; #endif /* not lint */ #include