aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 26b8a05fd76..0fbade822d5 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 29
30 30
31Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, 31Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
33 Free Software Foundation, Inc. 33 Free Software Foundation, Inc.
34 34
35This file is not considered part of GNU Emacs. 35This file is not considered part of GNU Emacs.
@@ -898,7 +898,7 @@ static void
898print_version () 898print_version ()
899{ 899{
900 /* Makes it easier to update automatically. */ 900 /* Makes it easier to update automatically. */
901 char emacs_copyright[] = "Copyright (C) 2008 Free Software Foundation, Inc."; 901 char emacs_copyright[] = "Copyright (C) 2009 Free Software Foundation, Inc.";
902 902
903 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); 903 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
904 puts (emacs_copyright); 904 puts (emacs_copyright);