summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-01-04 16:04:12 -0700
committerEric Blake <eblake@redhat.com>2011-01-04 16:32:25 -0700
commit8743e70d2fc6d49b9c535f6c4c598b2d88772dd3 (patch)
tree0e6ccb4e29dac24ac99c1277564db011685baa05 /cfg.mk
parented8d454684c0dc090b396b5a9f65d6b8fb22e7a8 (diff)
downloadautoconf-8743e70d2fc6d49b9c535f6c4c598b2d88772dd3.tar.gz
maint: document use of copyright ranges
* README: Copy coreutils wording for allowing copyright year ranges. * cfg.mk (UPDATE_COPYRIGHT_USE_INTERVALS): Now that GNU Coding Standards permit it, prefer shorthand copyright. * .x-update-copyright: Exempt an imported file. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index c519cd0a..750ca2c1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
# Customize maint.mk for Autoconf. -*- Makefile -*-
-# Copyright (C) 2003, 2004, 2006, 2008, 2009, 2010 Free Software
+# Copyright (C) 2003, 2004, 2006, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
@@ -105,9 +105,9 @@ autom4te-update:
local-checks-to-skip ?= \
changelog-check sc_unmarked_diagnostics
-# Always use longhand copyrights.
+# Always use shorthand copyrights.
update-copyright-env = \
- UPDATE_COPYRIGHT_USE_INTERVALS=0 \
+ UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72
# Prevent incorrect NEWS edits.