Fix copyright strings.

This commit is contained in:
Glenn Morris 2008-10-23 02:36:11 +00:00
parent fcda64545d
commit 16eb9642ff
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2008-10-23 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
Fix copyright strings.
2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.base/Contents/Info.plist

View file

@ -540,7 +540,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.0.60 (C) Free Software Foundation</string>
<string>Emacs 23.0.60 Copyright (C) Free Software Foundation, Inc.</string>
<key>CFBundleIconFile</key>
<string>Emacs.icns</string>
<key>CFBundleIdentifier</key>

View file

@ -3,4 +3,4 @@
CFBundleName = "Emacs";
CFBundleShortVersionString = "Version 23.0.60";
CFBundleGetInfoString = "Emacs version 23.0.60, NS Windowing";
NSHumanReadableCopyright = "Copyright 2008 Free Software Foundation.";
NSHumanReadableCopyright = "Copyright (C) 2008 Free Software Foundation, Inc.";