aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-01-04 02:59:42 +0000
committerGlenn Morris2008-01-04 02:59:42 +0000
commit9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca (patch)
tree761d17a44bf1c69153ca1968df54bc57752876dc
parentec0be72e31e259228927449aa0b15308c06edc67 (diff)
downloademacs-9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca.tar.gz
emacs-9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca.zip
(print_version): Update copyright to 2008.
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index a922d5672c5..8cf603d10b6 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -891,7 +891,7 @@ static void
891print_version () 891print_version ()
892{ 892{
893 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); 893 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
894 puts ("Copyright (C) 2007 Free Software Foundation, Inc."); 894 puts ("Copyright (C) 2008 Free Software Foundation, Inc.");
895 puts ("This program is distributed under the terms in ETAGS.README"); 895 puts ("This program is distributed under the terms in ETAGS.README");
896 896
897 exit (EXIT_SUCCESS); 897 exit (EXIT_SUCCESS);