Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:6bac6fef21abf0853308f57d8958bd9ec2057a46
Author...:Jim Meyering
Committer:Sami Kerola
Date.....:Thu Mar 13 10:31:25 2014 -0700
Parents..:bb6cd30c16dc4b37107cc1685a4dab979da96f51

Message
maint: add gnulib's update-copyright module

* bootstrap.conf (gnulib_modules): Add update-copyright, so
that each year we can run "make update-copyright".
Otherwise, that rule fails due to the absence of the file
in build-aux.

Changes
diff --git a/bootstrap.conf b/bootstrap.conf
line changes: +1/-0
index 9d9c5e4..6d33b1e
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -37,6 +37,7 @@ gnulib_modules="
     non-recursive-gnulib-prefix-hack
     progname
     readme-release
+    update-copyright
     wchar
 "
 

This website is licensed under AGPL-3.0. Feel free to copy!