diff options
author | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 17:07:37 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 17:07:37 +0400 |
commit | a493ca9ec0e38d839f6a89e55390187bfdbdbdec (patch) | |
tree | 4174770ad542d3c98b6af9288160cbb7fbf2425c /gdb/arm-linux-tdep.c | |
parent | 1806fe04b0baa57539ee756842b6069b109d4487 (diff) | |
download | gdb-a493ca9ec0e38d839f6a89e55390187bfdbdbdec.zip gdb-a493ca9ec0e38d839f6a89e55390187bfdbdbdec.tar.gz gdb-a493ca9ec0e38d839f6a89e55390187bfdbdbdec.tar.bz2 |
Update copyright year range in header of all files managed by GDB
This commit is the result of running the gdb/copyright.py script,
which automated the update of the copyright year range for all
source files managed by the GDB project to be updated to include
year 2023.
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r-- | gdb/arm-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index 27aca0c..5151fa1 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -1,6 +1,6 @@ /* GNU/Linux on ARM target support. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GDB. |