From: Simon Marchi Date: Wed, 9 Apr 2025 14:37:07 +0000 (-0400) Subject: gdb/testsuite: fix copyright years in gdb.dwarf2/fission-with-type-unit.{c,exp} X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bbe439e72916c7d61bf0b7a8c898426bfabc0ba;p=thirdparty%2Fbinutils-gdb.git 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 --- diff --git a/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c b/gdb/testsuite/gdb.dwarf2/fission-with-type-unit.c index a0f1b76175f..42009be10cc 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 2d582602523..a1b3bb75e74 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