aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris2010-01-10 23:51:51 -0800
committerGlenn Morris2010-01-10 23:51:51 -0800
commit6589a2f98dae1301980e85e01844b75079f48364 (patch)
tree91b75fb7a1c53f996004cc8c5f53efddb5b013b5 /nextstep
parent1df47e3844f79ba5f490096dd6206d50367363ba (diff)
downloademacs-6589a2f98dae1301980e85e01844b75079f48364.tar.gz
emacs-6589a2f98dae1301980e85e01844b75079f48364.zip
Set copyright year to 2010.
* Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/ChangeLog7
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist2
-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, 10 insertions, 3 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 86f36eb14a7..d4fae2fd58f 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,10 @@
12010-01-11 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 Set copyright year to 2010.
7
12009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com> 82009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2 9
3 * README: Note GNUstep support is now Startup 0.23 or later. 10 * README: Note GNUstep support is now Startup 0.23 or later.
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index be1ec763dfc..35dc00e190d 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
553 <key>CFBundleExecutable</key> 553 <key>CFBundleExecutable</key>
554 <string>Emacs</string> 554 <string>Emacs</string>
555 <key>CFBundleGetInfoString</key> 555 <key>CFBundleGetInfoString</key>
556 <string>Emacs 23.1.91 Copyright (C) 2009 Free Software Foundation, Inc.</string> 556 <string>Emacs 23.1.91 Copyright (C) 2010 Free Software Foundation, Inc.</string>
557 <key>CFBundleIconFile</key> 557 <key>CFBundleIconFile</key>
558 <string>Emacs.icns</string> 558 <string>Emacs.icns</string>
559 <key>CFBundleIdentifier</key> 559 <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 582d142d0bc..7e8a96ce47c 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.1.91"; 4CFBundleShortVersionString = "Version 23.1.91";
5CFBundleGetInfoString = "Emacs version 23.1.91, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 23.1.91, NS Windowing";
6NSHumanReadableCopyright = "Copyright (C) 2009 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "Copyright (C) 2010 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 be9b4a5af5a..22b71d443e6 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) 2009 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2010 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.1.91, NS Windowing"; 16 FullVersionID = "Emacs 23.1.91, NS Windowing";
17 NSExecutable = Emacs; 17 NSExecutable = Emacs;