[binutils-gdb] Regenerate two Makefile.in files to update Copyright headers
Mark Wielaard
mark@sourceware.org
Mon Jan 15 14:44:42 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9fbb73edb12cc6bc7234c3ce070091012b37eb49
commit 9fbb73edb12cc6bc7234c3ce070091012b37eb49
Author: Mark Wielaard <mark@klomp.org>
Date: Mon Jan 15 15:33:10 2024 +0100
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.
Diff:
---
gnulib/Makefile.in | 2 +-
sim/Makefile.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in
index 02886fe877a..2559d8022d9 100644
--- a/gnulib/Makefile.in
+++ b/gnulib/Makefile.in
@@ -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.
diff --git a/sim/Makefile.in b/sim/Makefile.in
index b8f211aeaa6..e655ae395e3 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
More information about the Binutils-cvs
mailing list