diff options
author | Gary V. Vaughan <gary@gnu.org> | 2012-09-16 13:04:23 +0700 |
---|---|---|
committer | Gary V. Vaughan <gary@gnu.org> | 2012-10-02 21:05:47 +0700 |
commit | 3cbc0e26f0a7f0bbea559912c3da920b4ead8e5e (patch) | |
tree | 88b03aaaf2334a9be1013d5f99586e6912078d8d | |
parent | 83d52fd6d2039c048f731133bec0ae8a1bf9382d (diff) | |
download | libtool-3cbc0e26f0a7f0bbea559912c3da920b4ead8e5e.tar.gz |
bootstrap: use gnulib update-copyright script.
See maintain.texi (Copyright Notices) for rules for maintaining
the years in copyright notices.
* bootstrap.conf (gnulib_modules): Add update-copyright.
* cfg.mk (update-copyright-env): Set environment variables for
update-copyright script.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r-- | bootstrap.conf | 1 | ||||
-rw-r--r-- | build-aux/.gitignore | 1 | ||||
-rw-r--r-- | cfg.mk | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 178cc747..337ef627 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -73,6 +73,7 @@ gnulib_modules=' gnupload maintainer-makefile readme-release + update-copyright ' # Extra gnulib files that are not in modules, which override files of diff --git a/build-aux/.gitignore b/build-aux/.gitignore index b1a6b9f5..cd69b8c2 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -17,3 +17,4 @@ /useless-if-before-free /vc-list-files /gitlog-to-changelog +/update-copyright @@ -1,6 +1,6 @@ # cfg.mk -- Configuration for maintainer-makefile # -# Copyright (c) 2011 Free Software Foundation, Inc. +# Copyright (c) 2011-2012 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2011 # # This file is part of GNU Libtool. @@ -21,6 +21,8 @@ # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Boston, # MA 02111-1301, USA. +update-copyright-env := UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1 + # Set format of NEWS old_NEWS_hash := d41d8cd98f00b204e9800998ecf8427e |