From: Tom de Vries Date: Tue, 28 Apr 2026 14:31:00 +0000 (+0200) Subject: [gdb/testsuite] Fix copyright years in two files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d316c3bb92e8103fd4f24119dbd8da9f064e00;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Fix copyright years in two files I ran gdb/copyright.py, and encountered two files that were added in 2026 but listed an older copyright year. Fix this. Approved-By: Tom Tromey --- diff --git a/gdb/testsuite/gdb.base/save-history.exp b/gdb/testsuite/gdb.base/save-history.exp index bb7a56b2a72..a24b0b9454c 100644 --- a/gdb/testsuite/gdb.base/save-history.exp +++ b/gdb/testsuite/gdb.base/save-history.exp @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2026 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.server/require-running.exp b/gdb/testsuite/gdb.server/require-running.exp index 179c7ccc1ca..137c404697c 100644 --- a/gdb/testsuite/gdb.server/require-running.exp +++ b/gdb/testsuite/gdb.server/require-running.exp @@ -1,4 +1,4 @@ -# Copyright 2025 Free Software Foundation, Inc. +# Copyright 2026 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