diff lib-src/ebrowse.c @ 106790:f039ef236594

Set copyright year to 2010. * Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Jan 2010 23:51:51 -0800
parents e3098e61557d
children 2bc9a0c04c87 921c7579cd1a
line wrap: on
line diff
--- a/lib-src/ebrowse.c	Mon Jan 11 14:19:47 2010 +0900
+++ b/lib-src/ebrowse.c	Sun Jan 10 23:51:51 2010 -0800
@@ -1,7 +1,7 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-              2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+              2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
               Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -3680,7 +3680,7 @@
 version ()
 {
   /* Makes it easier to update automatically. */
-  char emacs_copyright[] = "Copyright (C) 2009 Free Software Foundation, Inc.";
+  char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
 
   printf ("ebrowse %s\n", VERSION);
   puts (emacs_copyright);