aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ebrowse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r--lib-src/ebrowse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 9af4f4faf41..a1fe10b863a 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -1,6 +1,6 @@
1/* ebrowse.c --- parsing files for the ebrowse C++ browser 1/* ebrowse.c --- parsing files for the ebrowse C++ browser
2 2
3Copyright (C) 1992-2011 Free Software Foundation, Inc. 3Copyright (C) 1992-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -3526,7 +3526,7 @@ static void
3526version (void) 3526version (void)
3527{ 3527{
3528 /* Makes it easier to update automatically. */ 3528 /* Makes it easier to update automatically. */
3529 char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; 3529 char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc.";
3530 3530
3531 printf ("ebrowse %s\n", VERSION); 3531 printf ("ebrowse %s\n", VERSION);
3532 puts (emacs_copyright); 3532 puts (emacs_copyright);