=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/calendar.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/calendar/calendar.c 2003/09/09 08:39:53 1.22 --- src/usr.bin/calendar/calendar.c 2004/12/10 15:31:01 1.23 *************** *** 1,4 **** ! /* $OpenBSD: calendar.c,v 1.22 2003/09/09 08:39:53 jmc Exp $ */ /* * Copyright (c) 1989, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: calendar.c,v 1.23 2004/12/10 15:31:01 mickey Exp $ */ /* * Copyright (c) 1989, 1993, 1994 *************** *** 39,45 **** #if 0 static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #else ! static char rcsid[] = "$OpenBSD: calendar.c,v 1.22 2003/09/09 08:39:53 jmc Exp $"; #endif #endif /* not lint */ --- 39,45 ---- #if 0 static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #else ! static const char rcsid[] = "$OpenBSD: calendar.c,v 1.23 2004/12/10 15:31:01 mickey Exp $"; #endif #endif /* not lint */