diff options
author | Mark Wielaard <mark@klomp.org> | 2024-01-15 15:33:10 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2024-01-15 15:44:25 +0100 |
commit | 9fbb73edb12cc6bc7234c3ce070091012b37eb49 (patch) | |
tree | 3a52dd5c2ee5547c1a1b89a6408eddfa4b9ffbb3 /sim/Makefile.in | |
parent | 299b91cd85540b4bfa94124364572f6a51b816fe (diff) | |
download | gdb-9fbb73edb12cc6bc7234c3ce070091012b37eb49.zip gdb-9fbb73edb12cc6bc7234c3ce070091012b37eb49.tar.gz gdb-9fbb73edb12cc6bc7234c3ce070091012b37eb49.tar.bz2 |
Regenerate two Makefile.in files to update Copyright headers
commit 1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61
Update copyright year range in header of all files managed by GDB
updated gnulib/Makefile.am but didn't regenerate gnulib/Makefile.in
also sim/Makefile.in was updated, but the Copyright hunks/years
were off. The first hunk comes from automake 1.15.1 header-vars.am
and so should have 2017 as last year, the second hunk does come from
sim/Makefile.am and so should have 2024 as last year.
* gnulib/Makefile.in: Regenerate.
* sim/Makefile.in: Likewise.
Diffstat (limited to 'sim/Makefile.in')
-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 b8f211a..e655ae3 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-2024 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-2023 Free Software Foundation, Inc. +# Copyright (C) 1993-2024 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 |