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/solib-rocm.c | |
parent | cb8d98ec9251bb67f9b394c63f8c350a5be1a272 (diff) | |
download | gdb-14ade916606152d67689842eef8b4b4f2a5eadf7.zip gdb-14ade916606152d67689842eef8b4b4f2a5eadf7.tar.gz gdb-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/solib-rocm.c')
-rw-r--r-- | gdb/solib-rocm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 00a1eb6..0ea3702 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -1,6 +1,6 @@ /* Handle ROCm Code Objects for GDB, the GNU Debugger. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GDB. |