# HG changeset patch # User Glenn Morris # Date 1293936390 28800 # Node ID 794f724ca655036a60929d3a9adde188ef81100e # Parent f8b430cb91a7ef9aa7e72564771b306d197437f6 Set short copyright year to 2011. * lib-src/ebrowse.c (version) : * lib-src/etags.c (print_version) : * lib-src/rcs2log (Copyright): * lisp/version.el (emacs-copyright): * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set short copyright year to 2011. diff -r f8b430cb91a7 -r 794f724ca655 lib-src/ChangeLog --- a/lib-src/ChangeLog Sat Jan 01 18:43:26 2011 -0800 +++ b/lib-src/ChangeLog Sat Jan 01 18:46:30 2011 -0800 @@ -1,3 +1,9 @@ +2011-01-02 Glenn Morris + + * ebrowse.c (version) : + * etags.c (print_version) : + * rcs2log (Copyright): Set short copyright year to 2011. + 2010-11-27 Joe Matarazzo (tiny change) * ebrowse.c (yylex): If end of input buffer encountered while diff -r f8b430cb91a7 -r 794f724ca655 lib-src/ebrowse.c --- a/lib-src/ebrowse.c Sat Jan 01 18:43:26 2011 -0800 +++ b/lib-src/ebrowse.c Sat Jan 01 18:46:30 2011 -0800 @@ -1,8 +1,8 @@ /* 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, 2010 - Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3685,7 +3685,7 @@ version () { /* Makes it easier to update automatically. */ - char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; + char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; printf ("ebrowse %s\n", VERSION); puts (emacs_copyright); @@ -3989,7 +3989,4 @@ return EXIT_SUCCESS; } -/* arch-tag: fc03b4bc-91a9-4c3d-b3b9-12a77fa86dd8 - (do not change this comment) */ - /* ebrowse.c ends here */ diff -r f8b430cb91a7 -r 794f724ca655 lib-src/etags.c --- a/lib-src/etags.c Sat Jan 01 18:43:26 2011 -0800 +++ b/lib-src/etags.c Sat Jan 01 18:46:30 2011 -0800 @@ -29,8 +29,8 @@ Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, + 2011 Free Software Foundation, Inc. This file is not considered part of GNU Emacs. @@ -898,7 +898,7 @@ print_version () { /* Makes it easier to update automatically. */ - char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; + char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); puts (emacs_copyright); @@ -6854,7 +6854,4 @@ * End: */ -/* arch-tag: 8a9b748d-390c-4922-99db-2eeefa921051 - (do not change this comment) */ - /* etags.c ends here */ diff -r f8b430cb91a7 -r 794f724ca655 lib-src/rcs2log --- a/lib-src/rcs2log Sat Jan 01 18:43:26 2011 -0800 +++ b/lib-src/rcs2log Sat Jan 01 18:46:30 2011 -0800 @@ -3,8 +3,8 @@ # RCS to ChangeLog generator # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +# Free Software Foundation, Inc. # Author: Paul Eggert @@ -22,7 +22,7 @@ # along with this program. If not, see . -Copyright='Copyright (C) 2010 Free Software Foundation, Inc. +Copyright='Copyright (C) 2011 Free Software Foundation, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of the GNU General Public License. @@ -777,4 +777,3 @@ # tab-width:4 # End: -# arch-tag: cea067bd-a552-4254-ba17-078208933073 diff -r f8b430cb91a7 -r 794f724ca655 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 01 18:43:26 2011 -0800 +++ b/lisp/ChangeLog Sat Jan 01 18:46:30 2011 -0800 @@ -1,3 +1,7 @@ +2011-01-02 Glenn Morris + + * version.el (emacs-copyright): Set short copyright year to 2011. + 2011-01-02 Mark Lillibridge (tiny change) * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering diff -r f8b430cb91a7 -r 794f724ca655 lisp/version.el --- a/lisp/version.el Sat Jan 01 18:43:26 2011 -0800 +++ b/lisp/version.el Sat Jan 01 18:46:30 2011 -0800 @@ -1,7 +1,7 @@ ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 +;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Free Software Foundation, Inc. ;; Maintainer: FSF @@ -29,7 +29,7 @@ ;;; Code: -(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ +(defconst emacs-copyright "Copyright (C) 2011 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") (defconst emacs-version "23.2.91" "\ @@ -93,5 +93,4 @@ ;;version-control: never ;;End: -;; arch-tag: e60dc445-6218-4a4c-a7df-f15a818642a0 ;;; version.el ends here diff -r f8b430cb91a7 -r 794f724ca655 nextstep/ChangeLog --- a/nextstep/ChangeLog Sat Jan 01 18:43:26 2011 -0800 +++ b/nextstep/ChangeLog Sat Jan 01 18:46:30 2011 -0800 @@ -1,3 +1,9 @@ +2011-01-02 Glenn Morris + + * Cocoa/Emacs.base/Contents/Info.plist: + * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: + * GNUstep/Emacs.base/Resources/Info-gnustep.plist: + 2010-05-07 Chong Yidong * Version 23.2 released. diff -r f8b430cb91a7 -r 794f724ca655 nextstep/Cocoa/Emacs.base/Contents/Info.plist --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist Sat Jan 01 18:43:26 2011 -0800 +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist Sat Jan 01 18:46:30 2011 -0800 @@ -1,5 +1,5 @@