From 109f2942075bba4454bd92141b1803cf1b79684c Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Thu, 6 Aug 2009 10:22:32 -0400 Subject: [PATCH] update-copyright: update documentation to point to maint.mk * build-aux/update-copyright: Here. --- ChangeLog | 5 +++++ build-aux/update-copyright | 17 +++-------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index de582cf06..0c2e8f9f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-06 Joel E. Denny + + update-copyright: update documentation to point to maint.mk + * build-aux/update-copyright: Here. + 2009-08-06 Jim Meyering maint.mk: support update-copyright-local diff --git a/build-aux/update-copyright b/build-aux/update-copyright index bbd2a04ad..68440f86c 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright @@ -21,20 +21,9 @@ my $VERSION = '2009-08-06.01:08'; # UTC # Written by Jim Meyering and Joel E. Denny # The arguments to this script should be names of files that contain FSF -# copyright statements to be updated. For example, you may wish to -# place a target like the following in the top-level makefile in your -# project: -# -# .PHONY: update-copyright -# update-copyright: -# if test -d .git; then \ -# git grep -l -w Copyright \ -# | grep -v -E '(^|/)(COPYING|ChangeLog)' \ -# | xargs $(srcdir)/build-aux/$@; \ -# fi -# -# In the second grep, you can build a list of files to skip within your -# project. +# copyright statements to be updated. For example, you might wish to +# use the update-copyright target rule in maint.mk from gnulib's +# maintainer-makefile module. # # Iff an FSF copyright statement is discovered in a file and the final # year is not the current year, the statement is updated for the new -- 2.11.0