From de56e14ea7b62cdecece2a7f4cc0417ad2502b1d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 16 Sep 2012 13:04:23 +0700 Subject: [PATCH] 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 --- bootstrap.conf | 1 + build-aux/.gitignore | 1 + cfg.mk | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 178cc7472..337ef6270 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 b1a6b9f59..cd69b8c2d 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 diff --git a/cfg.mk b/cfg.mk index ef1637ad0..ef05440fc 100644 --- a/cfg.mk +++ b/cfg.mk @@ -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 -- 2.47.2