# HG changeset patch # User Glenn Morris # Date 1294116163 28800 # Node ID 5284aa9ea62d95b8b89766cf2a7dc9cce392d6e0 # Parent c24551a0cd95f14238f38604b60848168a623958 * src/emacs.c (emacs_copyright): Update short copyright year to 2011. diff -r c24551a0cd95 -r 5284aa9ea62d src/ChangeLog --- 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 + + * emacs.c (emacs_copyright): Update short copyright year to 2011. + 2011-01-03 Eli Zaretskii * image.c (png_jmpbuf): Remove definition. diff -r c24551a0cd95 -r 5284aa9ea62d src/emacs.c --- 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. */