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/dwarf2 | |
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/dwarf2')
-rw-r--r-- | gdb/dwarf2/call-site.h | 2 | ||||
-rw-r--r-- | gdb/dwarf2/types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2/call-site.h b/gdb/dwarf2/call-site.h index c8a1e8b..a397b8b 100644 --- a/gdb/dwarf2/call-site.h +++ b/gdb/dwarf2/call-site.h @@ -1,6 +1,6 @@ /* Call site information. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. diff --git a/gdb/dwarf2/types.h b/gdb/dwarf2/types.h index db026d3b..2378de3 100644 --- a/gdb/dwarf2/types.h +++ b/gdb/dwarf2/types.h @@ -1,6 +1,6 @@ /* Common internal types for the DWARF reader - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GDB. |