aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris2012-09-16 17:56:08 -0700
committerGlenn Morris2012-09-16 17:56:08 -0700
commit78f83752f50a2aa9944e60a5aceac4015eb3ca58 (patch)
tree48c1ff5a6e08a5d69ef36593de966018f229b01e /nt
parent48093eb9bca47488b6867e53a12e7cac37d6f5a6 (diff)
downloademacs-78f83752f50a2aa9944e60a5aceac4015eb3ca58.tar.gz
emacs-78f83752f50a2aa9944e60a5aceac4015eb3ca58.zip
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 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt3
2 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 197ce0cf850..f2a5281d1f8 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12012-09-17 Glenn Morris <rgm@gnu.org>
2
3 * config.nt (COPYRIGHT): New.
4
12012-09-15 Paul Eggert <eggert@cs.ucla.edu> 52012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Port _setjmp fix to POSIXish hosts as well as Microsoft. 7 Port _setjmp fix to POSIXish hosts as well as Microsoft.
diff --git a/nt/config.nt b/nt/config.nt
index 82b7da430ab..96217a8c580 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -86,6 +86,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
86 his/her Emacs. */ 86 his/her Emacs. */
87#undef CLASH_DETECTION 87#undef CLASH_DETECTION
88 88
89/* Short copyright string for this version of Emacs. */
90#define COPYRIGHT "Copyright (C) 2012 Free Software Foundation, Inc."
91
89/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP 92/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
90 systems. This function is required for 'alloca.c' support on those systems. 93 systems. This function is required for 'alloca.c' support on those systems.
91 */ 94 */