diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-05 00:55:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-05 00:55:40 +0000 |
commit | c73a056258f29e30654da741bbaaadf13a2d62fc (patch) | |
tree | 2ed3a95eb914302bbcebef15a9033ed0425dc48f /nextstep | |
parent | b433a991042518aca7f9a10a76dcb416e0104681 (diff) | |
download | emacs-c73a056258f29e30654da741bbaaadf13a2d62fc.tar.gz |
Update copyright for 2009.
Diffstat (limited to 'nextstep')
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 @@ +2009-01-05 Glenn Morris <rgm@gnu.org> + + * Cocoa/Emacs.base/Contents/Info.plist: + * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: + * GNUstep/Emacs.base/Resources/Info-gnustep.plist: + Update copyright for 2009. + 2008-10-23 Glenn Morris <rgm@gnu.org> * 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 @@ <!-- -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -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 Copyright (C) Free Software Foundation, Inc.</string> + <string>Emacs 23.0.60 Copyright (C) 2009 Free Software Foundation, Inc.</string> <key>CFBundleIconFile</key> <string>Emacs.icns</string> <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 @@ CFBundleName = "Emacs"; CFBundleShortVersionString = "Version 23.0.60"; CFBundleGetInfoString = "Emacs version 23.0.60, NS Windowing"; -NSHumanReadableCopyright = "Copyright (C) 2008 Free Software Foundation, Inc."; +NSHumanReadableCopyright = "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 @@ "Carl Edman (NeXTStep)", "..see http://emacs-app.sf.net/authorship.html" ); - Copyright = "Copyright (C) 2008 Free Software Foundation, Inc."; + Copyright = "Copyright (C) 2009 Free Software Foundation, Inc."; CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; FullVersionID = "Emacs 23.0.60, NS Windowing"; NSExecutable = Emacs; |