diff options
| author | Glenn Morris | 2008-01-04 02:59:42 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-04 02:59:42 +0000 |
| commit | 9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca (patch) | |
| tree | 761d17a44bf1c69153ca1968df54bc57752876dc /lib-src | |
| parent | ec0be72e31e259228927449aa0b15308c06edc67 (diff) | |
| download | emacs-9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca.tar.gz emacs-9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca.zip | |
(print_version): Update copyright to 2008.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
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 | |||
| 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); |