From: Glenn Morris Date: Fri, 4 Jan 2008 02:59:42 +0000 (+0000) Subject: (print_version): Update copyright to 2008. X-Git-Tag: emacs-pretest-22.1.90~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca;p=emacs.git (print_version): Update copyright to 2008. --- 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 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);