mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
78f83752f5
* configure.ac (copyright): New output variable. (COPYRIGHT): New AC_DEFINE. * admin/admin.el (set-copyright): No more need to set copyrights for nextstep, or .c files. Add configure.ac and config.nt. * lib-src/ebrowse.c (version): * lib-src/etags.c (print_version): Use COPYRIGHT. * nextstep/templates/Info-gnustep.plist.in: * nextstep/templates/InfoPlist.strings.in: * nextstep/templates/Info.plist.in: Let configure set copyright. * nt/config.nt (COPYRIGHT): New. * src/emacs.c: Use COPYRIGHT.
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
/* Localized versions of Info.plist keys */
|
|
|
|
CFBundleName = "Emacs";
|
|
CFBundleShortVersionString = "Version @version@";
|
|
CFBundleGetInfoString = "Emacs version @version@, NS Windowing";
|
|
NSHumanReadableCopyright = "@copyright@";
|