diff options
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 7c6cb0d..922729f 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-2024 Free Software Foundation, Inc. +# Copyright 2021-2025 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 1b7ff49..ef52397 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-2024 Free Software Foundation, Inc. + Copyright 2021-2025 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 e8616e6..9bb6556 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-2024 Free Software Foundation, Inc. + Copyright 2021-2025 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 61ae0e4..ae60e39 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-2024 Free Software Foundation, Inc. + Copyright 2021-2025 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 76a5827..59f7315 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-2024 Free Software Foundation, Inc. + Copyright 2021-2025 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 e646dfa..f5f3233 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-2024 Free Software Foundation, Inc. + Copyright 2021-2025 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 87e3e7f..cdf83ee 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-2024 Free Software Foundation, Inc. + Copyright 2021-2025 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 2f00f88..2a07bfd 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-2024 Free Software Foundation, Inc. + Copyright 2023-2025 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 eacdf8d..b786fd7 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-2024 Free Software Foundation, Inc. + Copyright 2023-2025 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 64350b4..68630ec 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-2024 Free Software Foundation, Inc. +# Copyright 2023-2025 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 4b5298e..4d13531 100644 --- a/gdb/testsuite/gdb.ctf/funcreturn.exp +++ b/gdb/testsuite/gdb.ctf/funcreturn.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Free Software Foundation, Inc. +# Copyright 2021-2025 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 5215ff2..73b1b1e 100644 --- a/gdb/testsuite/gdb.ctf/multi.exp +++ b/gdb/testsuite/gdb.ctf/multi.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Free Software Foundation, Inc. +# Copyright 2021-2025 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 ec722fb..c722cf2 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-2024 Free Software Foundation, Inc. + Copyright 1992-2025 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 |