From 9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Jan 2008 02:59:42 +0000 Subject: [PATCH] (print_version): Update copyright to 2008. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5