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/testsuite/gdb.ctf | |
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/testsuite/gdb.ctf')
-rw-r--r-- | gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/ctf-a.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/ctf-a.h | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/ctf-b.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/ctf-b.h | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/ctf-c.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/ctf-c.h | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/dwarf2-and-ctf-2.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/dwarf2-and-ctf.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/dwarf2-and-ctf.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/funcreturn.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/multi.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/whatis.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp b/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp index 68b5bee..7c6cb0d 100644 --- a/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp +++ b/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Free Software Foundation, Inc. +# Copyright 2021-2024 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/ctf-a.c b/gdb/testsuite/gdb.ctf/ctf-a.c index 1a6e583..1b7ff49 100644 --- a/gdb/testsuite/gdb.ctf/ctf-a.c +++ b/gdb/testsuite/gdb.ctf/ctf-a.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 2021-2023 Free Software Foundation, Inc. + Copyright 2021-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/ctf-a.h b/gdb/testsuite/gdb.ctf/ctf-a.h index 446a66b..e8616e6 100644 --- a/gdb/testsuite/gdb.ctf/ctf-a.h +++ b/gdb/testsuite/gdb.ctf/ctf-a.h @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 2021-2023 Free Software Foundation, Inc. + Copyright 2021-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/ctf-b.c b/gdb/testsuite/gdb.ctf/ctf-b.c index 3ebed67..61ae0e4 100644 --- a/gdb/testsuite/gdb.ctf/ctf-b.c +++ b/gdb/testsuite/gdb.ctf/ctf-b.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 2021-2023 Free Software Foundation, Inc. + Copyright 2021-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/ctf-b.h b/gdb/testsuite/gdb.ctf/ctf-b.h index c06537a..76a5827 100644 --- a/gdb/testsuite/gdb.ctf/ctf-b.h +++ b/gdb/testsuite/gdb.ctf/ctf-b.h @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 2021-2023 Free Software Foundation, Inc. + Copyright 2021-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/ctf-c.c b/gdb/testsuite/gdb.ctf/ctf-c.c index e9f4d46..e646dfa 100644 --- a/gdb/testsuite/gdb.ctf/ctf-c.c +++ b/gdb/testsuite/gdb.ctf/ctf-c.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 2021-2023 Free Software Foundation, Inc. + Copyright 2021-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/ctf-c.h b/gdb/testsuite/gdb.ctf/ctf-c.h index 6df38e5..87e3e7f 100644 --- a/gdb/testsuite/gdb.ctf/ctf-c.h +++ b/gdb/testsuite/gdb.ctf/ctf-c.h @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 2021-2023 Free Software Foundation, Inc. + Copyright 2021-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/dwarf2-and-ctf-2.c b/gdb/testsuite/gdb.ctf/dwarf2-and-ctf-2.c index daa45be..2f00f88 100644 --- a/gdb/testsuite/gdb.ctf/dwarf2-and-ctf-2.c +++ b/gdb/testsuite/gdb.ctf/dwarf2-and-ctf-2.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2023 Free Software Foundation, Inc. + Copyright 2023-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.c b/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.c index 436ebcc..eacdf8d 100644 --- a/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.c +++ b/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2023 Free Software Foundation, Inc. + Copyright 2023-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.exp b/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.exp index 22162cf..64350b4 100644 --- a/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.exp +++ b/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.exp @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/funcreturn.exp b/gdb/testsuite/gdb.ctf/funcreturn.exp index ef1fe90..4b5298e 100644 --- a/gdb/testsuite/gdb.ctf/funcreturn.exp +++ b/gdb/testsuite/gdb.ctf/funcreturn.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Free Software Foundation, Inc. +# Copyright 2021-2024 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/multi.exp b/gdb/testsuite/gdb.ctf/multi.exp index 0bb66cd..5215ff2 100644 --- a/gdb/testsuite/gdb.ctf/multi.exp +++ b/gdb/testsuite/gdb.ctf/multi.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Free Software Foundation, Inc. +# Copyright 2021-2024 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.ctf/whatis.c b/gdb/testsuite/gdb.ctf/whatis.c index a0011d5..ec722fb 100644 --- a/gdb/testsuite/gdb.ctf/whatis.c +++ b/gdb/testsuite/gdb.ctf/whatis.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 1992-2023 Free Software Foundation, Inc. + Copyright 1992-2024 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |