diff options
author | Eric Blake <eblake@redhat.com> | 2017-01-02 07:30:42 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2017-01-03 16:54:29 -0600 |
commit | b29e28672d50a42f24801e4c742300012474fe07 (patch) | |
tree | b2509fb128dba8b441eb9fc868dd660330dd7598 /m4/m4private.h | |
parent | d33357e20db8e95e75042ecd02afca8ec5cc3fd7 (diff) | |
download | m4-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 'm4/m4private.h')
-rw-r--r-- | m4/m4private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/m4private.h b/m4/m4private.h index 32129062..a09ca9f8 100644 --- a/m4/m4private.h +++ b/m4/m4private.h @@ -1,5 +1,5 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 1998-1999, 2004-2010, 2013-2014 Free + Copyright (C) 1989-1994, 1998-1999, 2004-2010, 2013-2014, 2017 Free Software Foundation, Inc. This file is part of GNU M4. |