diff options
author | 2022-01-01 18:56:03 +0400 | |
---|---|---|
committer | 2022-01-01 19:13:23 +0400 | |
commit | 4a94e36819485cdbd50438f800d1e478156a4889 (patch) | |
tree | 03138d65b74ebd8d129ed5de07ed54a741dcc4b2 /gdb/inf-loop.c | |
parent | Update Copyright Year in gdb, gdbserver and gdbreplay version output (diff) | |
download | binutils-gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.gz binutils-gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.bz2 binutils-gdb-4a94e36819485cdbd50438f800d1e478156a4889.zip |
Automatic Copyright Year update after running gdb/copyright.py
This commit brings all the changes made by running gdb/copyright.py
as per GDB's Start of New Year Procedure.
For the avoidance of doubt, all changes in this commits were
performed by the script.
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index dc3ffbb27f3..f1298cf3192 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -1,5 +1,5 @@ /* Handling of inferior events for the event loop for GDB, the GNU debugger. - Copyright (C) 1999-2021 Free Software Foundation, Inc. + Copyright (C) 1999-2022 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. |