aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2026-04-28 16:31:00 +0200
committerTom de Vries <tdevries@suse.de>2026-04-28 16:31:00 +0200
commit83d316c3bb92e8103fd4f24119dbd8da9f064e00 (patch)
treea756ed369814986d6b211d7afd769486ac2071e5
parentf037ec99fa1e1e3b3dab77ce4ec7b4924e8ed1fc (diff)
downloadbinutils-83d316c3bb92e8103fd4f24119dbd8da9f064e00.tar.gz
binutils-83d316c3bb92e8103fd4f24119dbd8da9f064e00.tar.bz2
binutils-83d316c3bb92e8103fd4f24119dbd8da9f064e00.zip
[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 <tom@tromey.com>
-rw-r--r--gdb/testsuite/gdb.base/save-history.exp2
-rw-r--r--gdb/testsuite/gdb.server/require-running.exp2
2 files changed, 2 insertions, 2 deletions
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