[binutils-gdb] [gdb/testsuite] Fix copyright years in two files
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=83d316c3bb92e8103fd4f24119dbd8da9f064e00 commit 83d316c3bb92e8103fd4f24119dbd8da9f064e00 Author: Tom de Vries <[email protected]> Date: Tue Apr 28 16:31:00 2026 +0200 [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 <[email protected]> Diff: --- gdb/testsuite/gdb.base/save-history.exp | 2 +- gdb/testsuite/gdb.server/require-running.exp | 2 +- 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