=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/calendar.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/calendar/calendar.c 2005/11/16 16:45:11 1.25 --- src/usr.bin/calendar/calendar.c 2009/10/27 23:59:36 1.26 *************** *** 1,4 **** ! /* $OpenBSD: calendar.c,v 1.25 2005/11/16 16:45:11 deraadt Exp $ */ /* * Copyright (c) 1989, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: calendar.c,v 1.26 2009/10/27 23:59:36 deraadt Exp $ */ /* * Copyright (c) 1989, 1993, 1994 *************** *** 28,47 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static const char copyright[] = - "@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - #if 0 - static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; - #else - static const char rcsid[] = "$OpenBSD: calendar.c,v 1.25 2005/11/16 16:45:11 deraadt Exp $"; - #endif - #endif /* not lint */ #include #include --- 28,33 ----