aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-10-23 02:36:11 +0000
committerGlenn Morris2008-10-23 02:36:11 +0000
commit16eb9642fff90282e30a57f1366558cfc23f5fe4 (patch)
tree49c1c5f939a460fba08d4317849d42075309fcc1
parentfcda64545d0429388ca1928ca52b3635a4d82c89 (diff)
downloademacs-16eb9642fff90282e30a57f1366558cfc23f5fe4.tar.gz
emacs-16eb9642fff90282e30a57f1366558cfc23f5fe4.zip
Fix copyright strings.
-rw-r--r--nextstep/ChangeLog6
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist2
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings2
3 files changed, 8 insertions, 2 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 56efde08373..ea8dc27d5dd 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,9 @@
12008-10-23 Glenn Morris <rgm@gnu.org>
2
3 * Cocoa/Emacs.base/Contents/Info.plist:
4 * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
5 Fix copyright strings.
6
12008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com> 72008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2 8
3 * Cocoa/Emacs.base/Contents/Info.plist 9 * Cocoa/Emacs.base/Contents/Info.plist
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 054ebf8fc72..d1b7de55410 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -540,7 +540,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
540 <key>CFBundleExecutable</key> 540 <key>CFBundleExecutable</key>
541 <string>Emacs</string> 541 <string>Emacs</string>
542 <key>CFBundleGetInfoString</key> 542 <key>CFBundleGetInfoString</key>
543 <string>Emacs 23.0.60 (C) Free Software Foundation</string> 543 <string>Emacs 23.0.60 Copyright (C) Free Software Foundation, Inc.</string>
544 <key>CFBundleIconFile</key> 544 <key>CFBundleIconFile</key>
545 <string>Emacs.icns</string> 545 <string>Emacs.icns</string>
546 <key>CFBundleIdentifier</key> 546 <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 d3bcdfaf66e..2020d89fb10 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 @@
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "Version 23.0.60"; 4CFBundleShortVersionString = "Version 23.0.60";
5CFBundleGetInfoString = "Emacs version 23.0.60, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 23.0.60, NS Windowing";
6NSHumanReadableCopyright = "Copyright 2008 Free Software Foundation."; 6NSHumanReadableCopyright = "Copyright (C) 2008 Free Software Foundation, Inc.";