aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris2009-01-05 00:55:40 +0000
committerGlenn Morris2009-01-05 00:55:40 +0000
commitc73a056258f29e30654da741bbaaadf13a2d62fc (patch)
tree2ed3a95eb914302bbcebef15a9033ed0425dc48f /nextstep
parentb433a991042518aca7f9a10a76dcb416e0104681 (diff)
downloademacs-c73a056258f29e30654da741bbaaadf13a2d62fc.tar.gz
emacs-c73a056258f29e30654da741bbaaadf13a2d62fc.zip
Update copyright for 2009.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/ChangeLog7
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist4
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist2
4 files changed, 11 insertions, 4 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 84f6c9d115e..29f8c8a1871 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,10 @@
12009-01-05 Glenn Morris <rgm@gnu.org>
2
3 * Cocoa/Emacs.base/Contents/Info.plist:
4 * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
5 * GNUstep/Emacs.base/Resources/Info-gnustep.plist:
6 Update copyright for 2009.
7
12008-10-23 Glenn Morris <rgm@gnu.org> 82008-10-23 Glenn Morris <rgm@gnu.org>
2 9
3 * Cocoa/Emacs.base/Contents/Info.plist: 10 * 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 d1b7de55410..6b8d14be93b 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -1,5 +1,5 @@
1<!-- 1<!--
2Copyright (C) 2008 Free Software Foundation, Inc. 2Copyright (C) 2008, 2009 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -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 Copyright (C) Free Software Foundation, Inc.</string> 543 <string>Emacs 23.0.60 Copyright (C) 2009 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 2020d89fb10..8f821294486 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 (C) 2008 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
index 4155bb091b4..5a712020d65 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
+++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
@@ -11,7 +11,7 @@
11 "Carl Edman (NeXTStep)", 11 "Carl Edman (NeXTStep)",
12 "..see http://emacs-app.sf.net/authorship.html" 12 "..see http://emacs-app.sf.net/authorship.html"
13 ); 13 );
14 Copyright = "Copyright (C) 2008 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; 15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
16 FullVersionID = "Emacs 23.0.60, NS Windowing"; 16 FullVersionID = "Emacs 23.0.60, NS Windowing";
17 NSExecutable = Emacs; 17 NSExecutable = Emacs;