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.
This commit is contained in:
Mark Wielaard 2024-01-15 15:33:10 +01:00
parent 299b91cd85
commit 9fbb73edb1
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
@SET_MAKE@
# Copyright (C) 2019-2023 Free Software Foundation, Inc.
# Copyright (C) 2019-2024 Free Software Foundation, Inc.
# This file is part of GDB.

View File

@ -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