From 6201a1a70f94db1ec174b9eb72e16a2316dfb801 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jan 2005 09:27:38 +0000 Subject: [PATCH] (version): Happy new year; update overall program copyright date from 2004 to 2005. --- src/getargs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/getargs.c b/src/getargs.c index 75968c0d..969c6611 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -1,6 +1,6 @@ /* Parse command line arguments for Bison. - Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -269,7 +269,7 @@ version (void) putc ('\n', stdout); fprintf (stdout, - _("Copyright (C) %d Free Software Foundation, Inc.\n"), 2004); + _("Copyright (C) %d Free Software Foundation, Inc.\n"), 2005); fputs (_("\ This is free software; see the source for copying conditions. There is NO\n\ -- 2.50.0