diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-01 18:46:30 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-01 18:46:30 -0800 |
commit | d7bfa7a1d955a19894ebf5c6392721a1b5c85d6f (patch) | |
tree | 11e62fbb8f8b49bdf0545b3095e0612d3b9512e2 /nextstep/Cocoa | |
parent | 9430e9882e6331ea9fa300b44b3c980faa711ac0 (diff) |
Set short copyright year to 2011.
* lib-src/ebrowse.c (version) <emacs_copyright>:
* lib-src/etags.c (print_version) <emacs_copyright>:
* 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.
Diffstat (limited to 'nextstep/Cocoa')
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Info.plist | 4 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist index 9788377c10..64601ba5aa 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist @@ -1,5 +1,5 @@ <!-- -Copyright (C) 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. <key>CFBundleExecutable</key> <string>Emacs</string> <key>CFBundleGetInfoString</key> - <string>Emacs 23.2.91 Copyright (C) 2010 Free Software Foundation, Inc.</string> + <string>Emacs 23.2.91 Copyright (C) 2011 Free Software Foundation, Inc.</string> <key>CFBundleIconFile</key> <string>Emacs.icns</string> <key>CFBundleIdentifier</key> diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings index b20105ee28..20636e0930 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings @@ -3,4 +3,4 @@ CFBundleName = "Emacs"; CFBundleShortVersionString = "Version 23.2.91"; CFBundleGetInfoString = "Emacs version 23.2.91, NS Windowing"; -NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; +NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc."; |