summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2017-01-02 07:30:42 -0600
committerEric Blake <eblake@redhat.com>2017-01-03 16:54:29 -0600
commitb29e28672d50a42f24801e4c742300012474fe07 (patch)
treeb2509fb128dba8b441eb9fc868dd660330dd7598 /bootstrap
parentd33357e20db8e95e75042ecd02afca8ec5cc3fd7 (diff)
downloadm4-b29e28672d50a42f24801e4c742300012474fe07.tar.gz
maint: bump copyright year
Needed to reduce number of 'make syntax-check' failures. * gnulib: Update to latest. * bootstrap.conf (src_modules): Add 'assure', to match gnulib module changes in the meantime. * .gitignore: Ignore results of assure module. * cfg.mk (gnulib_dir): Declare our alternate location. * bootstrap: Regenerate. * all files: Use 'make update-copyright' to bump year. Signed-off-by: Eric Blake <eblake@redhat.com> (cherry picked from commit 102376916e49b6aae85dc6ff0b59699205a74bdf) [Ultimately, this short-circuits all other commits from other branches that touched gnulib to any intermediate version]
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index f81f3ff1..8984cfd9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
# Bootstrap an Autotooled package from checked-out sources.
# Written by Gary V. Vaughan, 2010
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014, 2017 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -235,7 +235,7 @@ scriptversion=2014-01-03.01; # UTC
# General shell script boiler plate, and helper functions.
# Written by Gary V. Vaughan, 2004
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2014, 2017 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -1541,7 +1541,7 @@ scriptversion=2014-01-07.03; # UTC
# A portable, pluggable option parser for Bourne shell.
# Written by Gary V. Vaughan, 2010
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014, 2017 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -2146,7 +2146,7 @@ func_version ()
# Extract macro arguments from autotools input with GNU M4.
# Written by Gary V. Vaughan, 2010
#
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014, 2017 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.