Reduce the number of versioned files storing the short copyright string
authorGlenn Morris <rgm@gnu.org>
Mon, 17 Sep 2012 00:56:08 +0000 (17:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 Sep 2012 00:56:08 +0000 (17:56 -0700)
commit78f83752f50a2aa9944e60a5aceac4015eb3ca58
tree48c1ff5a6e08a5d69ef36593de966018f229b01e
parent48093eb9bca47488b6867e53a12e7cac37d6f5a6
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.
15 files changed:
ChangeLog
admin/ChangeLog
admin/admin.el
configure.ac
lib-src/ChangeLog
lib-src/ebrowse.c
lib-src/etags.c
nextstep/ChangeLog
nextstep/templates/Info-gnustep.plist.in
nextstep/templates/Info.plist.in
nextstep/templates/InfoPlist.strings.in
nt/ChangeLog
nt/config.nt
src/ChangeLog
src/emacs.c