comparison lib-src/etags.c @ 79672:4cdad67efc2d

(print_version): Update copyright to 2008.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jan 2008 02:59:42 +0000
parents a41c68c29da3
children 5714ff101fd9
comparison
equal deleted inserted replaced
79671:0cfe79ebd673 79672:4cdad67efc2d
889 #endif 889 #endif
890 static void 890 static void
891 print_version () 891 print_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);
898 } 898 }
899 899