aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ebrowse.c
diff options
context:
space:
mode:
authorGlenn Morris2008-01-04 03:00:11 +0000
committerGlenn Morris2008-01-04 03:00:11 +0000
commit905545ccfee56321de6ca25a851663d40f922e39 (patch)
treee89320d462ea8e1978156237dab2be79d853bed1 /lib-src/ebrowse.c
parent9a96cf4ae3a2e5044ff55bba9e4bbaed3d9d2dca (diff)
downloademacs-905545ccfee56321de6ca25a851663d40f922e39.tar.gz
emacs-905545ccfee56321de6ca25a851663d40f922e39.zip
(version): Just use current year for short copyright; update to 2008.
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r--lib-src/ebrowse.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index ea230a9c3cd..14a0aa9473d 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -1,7 +1,8 @@
1/* ebrowse.c --- parsing files for the ebrowse C++ browser 1/* ebrowse.c --- parsing files for the ebrowse C++ browser
2 2
3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
4 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 Free Software Foundation, Inc.
5 6
6 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
7 8
@@ -3691,7 +3692,7 @@ void
3691version () 3692version ()
3692{ 3693{
3693 printf ("ebrowse %s\n", VERSION); 3694 printf ("ebrowse %s\n", VERSION);
3694 puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); 3695 puts ("Copyright (C) 2008 Free Software Foundation, Inc.");
3695 puts ("This program is distributed under the same terms as Emacs."); 3696 puts ("This program is distributed under the same terms as Emacs.");
3696 exit (EXIT_SUCCESS); 3697 exit (EXIT_SUCCESS);
3697} 3698}