diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-01 15:09:40 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-01 20:54:56 -0500 |
commit | 14ade916606152d67689842eef8b4b4f2a5eadf7 (patch) | |
tree | 2cf0e8d17af2049e51cd10b1a505ba7c3d8ec1f0 /gdb/testsuite/gdb.base/frame-view.c | |
parent | cb8d98ec9251bb67f9b394c63f8c350a5be1a272 (diff) | |
download | binutils-14ade916606152d67689842eef8b4b4f2a5eadf7.zip binutils-14ade916606152d67689842eef8b4b4f2a5eadf7.tar.gz binutils-14ade916606152d67689842eef8b4b4f2a5eadf7.tar.bz2 |
gdb: update some copyright years (2022 -> 2023)
The copyright years in the ROCm files (e.g. solib-rocm.c) are wrong,
they end in 2022 instead of 2023. I suppose because I posted (or at
least prepared) the patches in 2022 but merged them in 2023, and forgot
to update the year. I found a bunch of other files that are in the same
situation. Fix them all up.
Change-Id: Ia55f5b563606c2ba6a89046f22bc0bf1c0ff2e10
Reviewed-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/testsuite/gdb.base/frame-view.c')
-rw-r--r-- | gdb/testsuite/gdb.base/frame-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/frame-view.c b/gdb/testsuite/gdb.base/frame-view.c index e330da0..00fb9c9 100644 --- a/gdb/testsuite/gdb.base/frame-view.c +++ b/gdb/testsuite/gdb.base/frame-view.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2022 Free Software Foundation, Inc. + Copyright 2022-2023 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 |