mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix copyright strings.
This commit is contained in:
parent
fcda64545d
commit
16eb9642ff
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
|
|
|||
Loading…
Reference in a new issue