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/funcreturn.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/multi.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ctf/whatis.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp b/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp index ca11b73..1fc0e71 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-2022 Free Software Foundation, Inc. +# Copyright 2021-2023 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 dcea0f1..1a6e583 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-2022 Free Software Foundation, Inc. + Copyright 2021-2023 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 155595f..446a66b 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-2022 Free Software Foundation, Inc. + Copyright 2021-2023 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 f8b71a5..3ebed67 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-2022 Free Software Foundation, Inc. + Copyright 2021-2023 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 83a0646..c06537a 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-2022 Free Software Foundation, Inc. + Copyright 2021-2023 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 0029ee6..e9f4d46 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-2022 Free Software Foundation, Inc. + Copyright 2021-2023 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 c35a7f5..6df38e5 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-2022 Free Software Foundation, Inc. + Copyright 2021-2023 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 ab4aa21..4cde8dc 100644 --- a/gdb/testsuite/gdb.ctf/funcreturn.exp +++ b/gdb/testsuite/gdb.ctf/funcreturn.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Free Software Foundation, Inc. +# Copyright 2021-2023 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 93fcbb6..ea317d1 100644 --- a/gdb/testsuite/gdb.ctf/multi.exp +++ b/gdb/testsuite/gdb.ctf/multi.exp @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Free Software Foundation, Inc. +# Copyright 2021-2023 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 4689f61..a0011d5 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-2022 Free Software Foundation, Inc. + Copyright 1992-2023 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 |