(print_version): Update copyright to 2008.

This commit is contained in:
Glenn Morris 2008-01-04 02:59:42 +00:00
parent ec0be72e31
commit 9a96cf4ae3

View file

@ -891,7 +891,7 @@ static void
print_version ()
{
printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
puts ("Copyright (C) 2007 Free Software Foundation, Inc.");
puts ("Copyright (C) 2008 Free Software Foundation, Inc.");
puts ("This program is distributed under the terms in ETAGS.README");
exit (EXIT_SUCCESS);