aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-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);