=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/failedlogin.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/login/failedlogin.c 1998/03/26 20:28:08 1.3 --- src/usr.bin/login/failedlogin.c 1998/06/21 22:13:59 1.4 *************** *** 1,4 **** ! /* $OpenBSD: failedlogin.c,v 1.3 1998/03/26 20:28:08 art Exp $ */ /* * Copyright (c) 1996 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: failedlogin.c,v 1.4 1998/06/21 22:13:59 millert Exp $ */ /* * Copyright (c) 1996 Todd C. Miller *************** *** 12,21 **** * 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 * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, --- 12,18 ---- * 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. 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,37 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.3 1998/03/26 20:28:08 art Exp $"; #endif /* not lint */ /* --- 28,34 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.4 1998/06/21 22:13:59 millert Exp $"; #endif /* not lint */ /*