diff options
Diffstat (limited to 'contrib/texinfo/info/info.c')
-rw-r--r-- | contrib/texinfo/info/info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/texinfo/info/info.c b/contrib/texinfo/info/info.c index 4533507571b9..5d1be7ffd72f 100644 --- a/contrib/texinfo/info/info.c +++ b/contrib/texinfo/info/info.c @@ -1,7 +1,7 @@ /* info.c -- Display nodes of Info files in multiple windows. - $Id: info.c,v 1.60 2002/03/11 19:54:29 karl Exp $ + $Id: info.c,v 1.2 2003/01/19 18:45:59 karl Exp $ - Copyright (C) 1993, 96, 97, 98, 99, 2000, 01, 02 + Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -280,7 +280,7 @@ main (argc, argv) There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License.\n\ For more information about these matters, see the files named COPYING.\n"), - "2002"); + "2003"); xexit (0); } |