gdbsupport: regenerate Makefile.in
authorAndrew Burgess <aburgess@redhat.com>
Mon, 10 Jan 2022 17:42:06 +0000 (17:42 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 11 Jan 2022 10:10:51 +0000 (10:10 +0000)
commit9ed5be5650ba7c315cd7cfacccc9208de2f555df
treef5ef6df7482dcfa0196cef78520c3489d3aed820
parent892c10d3d14abab5022c65c46669bb056b420feb
gdbsupport: regenerate Makefile.in

I had cause to regenerate gdbsupport/Makefile.in, and noticed some
unexpected changes in the copyright header dates.

I suspect that this was caused by the end of year date range update
process.

The Makefile.in contains two date ranges.  The first range appears to
be the date range for the version of automake being used, that is the
range runs up to 2017 only, when automake 1.15.1 was released.

The second date range in Makefile.in represents the date range for the
generated file, and so, now runs up to 2022.

Anyway, this is the result of running autoreconf (using automake
1.15.1) in the gdbsupport directory.
gdbsupport/Makefile.in