diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-04-09 10:37:07 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-04-09 10:37:07 -0400 |
commit | 2bbe439e72916c7d61bf0b7a8c898426bfabc0ba (patch) | |
tree | daf00747bfde02c4dfa4d0d16799c55616fd2741 | |
parent | 0ab7a3242d3b9bcf9b750b16addcd89192337ad8 (diff) | |
download | binutils-2bbe439e72916c7d61bf0b7a8c898426bfabc0ba.zip binutils-2bbe439e72916c7d61bf0b7a8c898426bfabc0ba.tar.gz binutils-2bbe439e72916c7d61bf0b7a8c898426bfabc0ba.tar.bz2 |
gdb/testsuite: fix copyright years in gdb.dwarf2/fission-with-type-unit.{c,exp}
When writing the test, I copied these copyright entries from another
file but forgot to adjust the dates, do that now.
Change-Id: Ie458ad4ec81062b5ef24f78334f3d0920c99b318
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/fission-with-type-unit.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c b/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c index a0f1b76..42009be 100644 --- a/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c +++ b/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2021-2024 Free Software Foundation, Inc. + Copyright 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 diff --git a/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.exp b/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.exp index 2d58260..a1b3bb7 100644 --- a/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.exp +++ b/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Free Software Foundation, Inc. +# Copyright 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 |