diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-01-12 15:30:44 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-01-12 15:49:57 +0000 |
commit | 1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61 (patch) | |
tree | d9322ba2fd1836c6f2aee47cef5e761902ea2bf4 /gdb/target | |
parent | c3a1c2763df691459c605a6fa90d592bd42fa08d (diff) | |
download | binutils-1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61.zip binutils-1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61.tar.gz binutils-1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61.tar.bz2 |
Update copyright year range in header of all files managed by GDB
This commit is the result of the following actions:
- Running gdb/copyright.py to update all of the copyright headers to
include 2024,
- Manually updating a few files the copyright.py script told me to
update, these files had copyright headers embedded within the
file,
- Regenerating gdbsupport/Makefile.in to refresh it's copyright
date,
- Using grep to find other files that still mentioned 2023. If
these files were updated last year from 2022 to 2023 then I've
updated them this year to 2024.
I'm sure I've probably missed some dates. Feel free to fix them up as
you spot them.
Diffstat (limited to 'gdb/target')
-rw-r--r-- | gdb/target/resume.h | 2 | ||||
-rw-r--r-- | gdb/target/target.c | 2 | ||||
-rw-r--r-- | gdb/target/target.h | 2 | ||||
-rw-r--r-- | gdb/target/wait.h | 2 | ||||
-rw-r--r-- | gdb/target/waitstatus.c | 2 | ||||
-rw-r--r-- | gdb/target/waitstatus.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gdb/target/resume.h b/gdb/target/resume.h index 94ef6d3..2f13aa9 100644 --- a/gdb/target/resume.h +++ b/gdb/target/resume.h @@ -1,6 +1,6 @@ /* Target resumption definitions and prototypes. - Copyright (C) 1990-2023 Free Software Foundation, Inc. + Copyright (C) 1990-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target/target.c b/gdb/target/target.c index 58d0f63..f00506a 100644 --- a/gdb/target/target.c +++ b/gdb/target/target.c @@ -1,6 +1,6 @@ /* String reading - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target/target.h b/gdb/target/target.h index bad4daa..408db35 100644 --- a/gdb/target/target.h +++ b/gdb/target/target.h @@ -1,6 +1,6 @@ /* Declarations for common target functions. - Copyright (C) 1986-2023 Free Software Foundation, Inc. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target/wait.h b/gdb/target/wait.h index ce3d3a7..304f614 100644 --- a/gdb/target/wait.h +++ b/gdb/target/wait.h @@ -1,6 +1,6 @@ /* Target wait definitions and prototypes. - Copyright (C) 1990-2023 Free Software Foundation, Inc. + Copyright (C) 1990-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target/waitstatus.c b/gdb/target/waitstatus.c index a8edbb1..411a2ec 100644 --- a/gdb/target/waitstatus.c +++ b/gdb/target/waitstatus.c @@ -1,6 +1,6 @@ /* Target waitstatus implementations. - Copyright (C) 1990-2023 Free Software Foundation, Inc. + Copyright (C) 1990-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target/waitstatus.h b/gdb/target/waitstatus.h index 3d3a0cf..dce1a7f 100644 --- a/gdb/target/waitstatus.h +++ b/gdb/target/waitstatus.h @@ -1,6 +1,6 @@ /* Target waitstatus definitions and prototypes. - Copyright (C) 1990-2023 Free Software Foundation, Inc. + Copyright (C) 1990-2024 Free Software Foundation, Inc. This file is part of GDB. |