diff options
author | Lancelot SIX <lancelot.six@amd.com> | 2022-01-06 06:53:29 -0500 |
---|---|---|
committer | Lancelot SIX <lancelot.six@amd.com> | 2022-01-06 06:59:25 -0500 |
commit | 1f927a4a28e1cda3ada934ea118f81e3707e3911 (patch) | |
tree | 638cda7aa01f7ae411e19e4d9b5a335662ecea72 | |
parent | 95e40d770e95c0d5317c2566a7976bd3421f380a (diff) | |
download | gdb-1f927a4a28e1cda3ada934ea118f81e3707e3911.zip gdb-1f927a4a28e1cda3ada934ea118f81e3707e3911.tar.gz gdb-1f927a4a28e1cda3ada934ea118f81e3707e3911.tar.bz2 |
gdb: Fix copyright year in gdb/testsuite/gdb.base/inferior-clone.exp
I just realized that I forgot to update the year before pushing the
patch that created this file. Since it landed after the global
copyright year update have been done, this file’s copyright year is
updated.
This patch fixes that.
Change-Id: I280f7d86e02d38425f7afdcf19a1c3500d51c23f
-rw-r--r-- | gdb/testsuite/gdb.base/inferior-clone.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/inferior-clone.exp b/gdb/testsuite/gdb.base/inferior-clone.exp index eb27594..8dc45a0 100644 --- a/gdb/testsuite/gdb.base/inferior-clone.exp +++ b/gdb/testsuite/gdb.base/inferior-clone.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Free Software Foundation, Inc. +# Copyright (C) 2021-2022 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 |