aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep/templates/Info-gnustep.plist.in
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-09-16 17:56:08 -0700
committerGlenn Morris <[email protected]>2012-09-16 17:56:08 -0700
commit78f83752f50a2aa9944e60a5aceac4015eb3ca58 (patch)
tree48c1ff5a6e08a5d69ef36593de966018f229b01e /nextstep/templates/Info-gnustep.plist.in
parent48093eb9bca47488b6867e53a12e7cac37d6f5a6 (diff)
Reduce the number of versioned files storing the short copyright string
* 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.
Diffstat (limited to 'nextstep/templates/Info-gnustep.plist.in')
-rw-r--r--nextstep/templates/Info-gnustep.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextstep/templates/Info-gnustep.plist.in b/nextstep/templates/Info-gnustep.plist.in
index 6da5af489f..4ac97e5cde 100644
--- a/nextstep/templates/Info-gnustep.plist.in
+++ b/nextstep/templates/Info-gnustep.plist.in
@@ -11,7 +11,7 @@
"Carl Edman (NeXTstep)",
"..see etc/NEXTSTEP"
);
- Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
+ Copyright = "@copyright@";
CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
FullVersionID = "Emacs @version@, NS Windowing";
NSExecutable = Emacs;