diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-04-08 14:23:27 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-04-09 10:03:27 -0400 |
commit | 432c53e7d8e871eda322068234d9b3683daf0592 (patch) | |
tree | 306eac677e04eecf8136e767f5cbc47bfcf891b9 | |
parent | 1a024626f8e614a19d40894b27bd0b146a8d5f6b (diff) | |
download | binutils-432c53e7d8e871eda322068234d9b3683daf0592.zip binutils-432c53e7d8e871eda322068234d9b3683daf0592.tar.gz binutils-432c53e7d8e871eda322068234d9b3683daf0592.tar.bz2 |
sim: 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 sim
directory to fix that up.
Change-Id: Ia02a54e5330d77b490cc7745eee3d281c7888eec
-rw-r--r-- | sim/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index 5bc0cc7..f99f155 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1,7 +1,7 @@ # Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,7 @@ @SET_MAKE@ -# Copyright (C) 1993-2024 Free Software Foundation, Inc. +# Copyright (C) 1993-2025 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |