diff options
| author | Glenn Morris | 2010-01-10 23:51:51 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-01-10 23:51:51 -0800 |
| commit | 6589a2f98dae1301980e85e01844b75079f48364 (patch) | |
| tree | 91b75fb7a1c53f996004cc8c5f53efddb5b013b5 /nextstep | |
| parent | 1df47e3844f79ba5f490096dd6206d50367363ba (diff) | |
| download | emacs-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')
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com> | 8 | 2009-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 @@ | |||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "Version 23.1.91"; | 4 | CFBundleShortVersionString = "Version 23.1.91"; |
| 5 | CFBundleGetInfoString = "Emacs version 23.1.91, NS Windowing"; | 5 | CFBundleGetInfoString = "Emacs version 23.1.91, NS Windowing"; |
| 6 | NSHumanReadableCopyright = "Copyright (C) 2009 Free Software Foundation, Inc."; | 6 | NSHumanReadableCopyright = "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; |