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.rocm | |
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.rocm')
-rw-r--r-- | gdb/testsuite/gdb.rocm/simple.cpp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.rocm/simple.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.rocm/simple.cpp b/gdb/testsuite/gdb.rocm/simple.cpp index 31dc56a..b0bd2b0 100644 --- a/gdb/testsuite/gdb.rocm/simple.cpp +++ b/gdb/testsuite/gdb.rocm/simple.cpp @@ -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 diff --git a/gdb/testsuite/gdb.rocm/simple.exp b/gdb/testsuite/gdb.rocm/simple.exp index befcc7a..4d8ba66 100644 --- a/gdb/testsuite/gdb.rocm/simple.exp +++ b/gdb/testsuite/gdb.rocm/simple.exp @@ -1,4 +1,4 @@ -# 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 |