summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-27 11:33:11 +0100
committerJim Meyering <meyering@redhat.com>2012-01-27 11:33:19 +0100
commit3068c84765ca8bb0a5ba425664fb2e7454a8bbc5 (patch)
tree483c10b676221b9257820e601271ecb633ce043e
parent2a90c5a125ac654def9c1f7d3c52fd1dd1bab6a8 (diff)
downloadcoreutils-3068c84765ca8bb0a5ba425664fb2e7454a8bbc5.tar.xz
maint: make copyright statements more consistent; update gnulib
* cfg.mk (update-copyright-env): Add UPDATE_COPYRIGHT_FORCE=1 to rejoin some split lines, and UPDATE_COPYRIGHT_USE_INTERVALS=2 to make update-copyright use only one year range. * gnulib: Update to latest, for newer update-copyright script.
-rw-r--r--cfg.mk3
m---------gnulib0
2 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index d4654eb00..b4bd22281 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -388,7 +388,8 @@ announcement_Cc_ = $(translation_project_), \
-include $(srcdir)/dist-check.mk
update-copyright-env = \
- UPDATE_COPYRIGHT_USE_INTERVALS=1 \
+ UPDATE_COPYRIGHT_FORCE=1 \
+ UPDATE_COPYRIGHT_USE_INTERVALS=2 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
# List syntax-check exemptions.
diff --git a/gnulib b/gnulib
-Subproject 3888ec889ae709349cc7d9f7c1707dedbff2e13
+Subproject 4994b1aab88924f5db960472c2189fa1b46c677