changeset 112109:5284aa9ea62d

* src/emacs.c (emacs_copyright): Update short copyright year to 2011.
author Glenn Morris <rgm@gnu.org>
date Mon, 03 Jan 2011 20:42:43 -0800
parents c24551a0cd95
children 5f273d1516d7
files src/ChangeLog src/emacs.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jan 04 02:24:15 2011 +0000
+++ b/src/ChangeLog	Mon Jan 03 20:42:43 2011 -0800
@@ -1,3 +1,7 @@
+2011-01-04  Glenn Morris  <rgm@gnu.org>
+
+	* emacs.c (emacs_copyright): Update short copyright year to 2011.
+
 2011-01-03  Eli Zaretskii  <eliz@gnu.org>
 
 	* image.c (png_jmpbuf): Remove definition.
--- a/src/emacs.c	Tue Jan 04 02:24:15 2011 +0000
+++ b/src/emacs.c	Mon Jan 03 20:42:43 2011 -0800
@@ -1,7 +1,7 @@
 /* Fully extensible Emacs, running on Unix, intended for GNU.
 
 Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
-  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
   Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -94,8 +94,8 @@
 
 /* If you change the following line, remember to update
    msdos/mainmake.v2 which gleans the Emacs version from it!  */
-static const char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
 static const char emacs_version[] = "24.0.50";
+static const char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc.";
 
 /* Make these values available in GDB, which doesn't see macros.  */