=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/Attic/termcap.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/tset/Attic/termcap.c 2003/04/04 22:03:55 1.4 --- src/usr.bin/tset/Attic/termcap.c 2003/06/03 02:56:20 1.5 *************** *** 1,4 **** ! /* $OpenBSD: termcap.c,v 1.4 2003/04/04 22:03:55 deraadt Exp $ */ /* $NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: termcap.c,v 1.5 2003/06/03 02:56:20 millert Exp $ */ /* $NetBSD: termcap.c,v 1.7 1995/06/05 19:45:52 pk Exp $ */ /* *************** *** 13,23 **** * 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 the University of ! * California, Berkeley and its contributors. ! * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * --- 13,19 ---- * 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. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * *************** *** 35,41 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: termcap.c,v 1.4 2003/04/04 22:03:55 deraadt Exp $"; #endif /* not lint */ #define PVECSIZ 32 /* max number of names in path */ --- 31,37 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: termcap.c,v 1.5 2003/06/03 02:56:20 millert Exp $"; #endif /* not lint */ #define PVECSIZ 32 /* max number of names in path */