diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-04-08 14:23:28 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-04-09 10:03:27 -0400 |
commit | 0ab7a3242d3b9bcf9b750b16addcd89192337ad8 (patch) | |
tree | 78a77c6ee11bea54bad9882b7271caa6d4fa0d3b | |
parent | 432c53e7d8e871eda322068234d9b3683daf0592 (diff) | |
download | binutils-0ab7a3242d3b9bcf9b750b16addcd89192337ad8.zip binutils-0ab7a3242d3b9bcf9b750b16addcd89192337ad8.tar.gz binutils-0ab7a3242d3b9bcf9b750b16addcd89192337ad8.tar.bz2 |
gdbsupport: fix Makefile.in copyright dates
Commit d01e823438 ("Update copyright dates to include 2025") incorrectly
changed the dates in Makefile.in. Re-run `autoreconf` in the gdbsupport
directory to fix that up.
Change-Id: Ifcdb6f2257e7a456439dfc3e7848db934a4b16b4
-rw-r--r-- | gdbsupport/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in index db3d6f6..c2feacc 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |