diff options
Diffstat (limited to 'gdb/testsuite/gdb.dap/ada-arrays')
-rw-r--r-- | gdb/testsuite/gdb.dap/ada-arrays/cstuff.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dap/ada-arrays/main.adb | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dap/ada-arrays/pck.adb | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dap/ada-arrays/pck.ads | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.dap/ada-arrays/cstuff.c b/gdb/testsuite/gdb.dap/ada-arrays/cstuff.c index a3de217..3a7c8a0 100644 --- a/gdb/testsuite/gdb.dap/ada-arrays/cstuff.c +++ b/gdb/testsuite/gdb.dap/ada-arrays/cstuff.c @@ -1,4 +1,4 @@ -/* Copyright 2023-2024 Free Software Foundation, Inc. +/* Copyright 2023-2025 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.dap/ada-arrays/main.adb b/gdb/testsuite/gdb.dap/ada-arrays/main.adb index 6ffff4f..6b5e896 100644 --- a/gdb/testsuite/gdb.dap/ada-arrays/main.adb +++ b/gdb/testsuite/gdb.dap/ada-arrays/main.adb @@ -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.dap/ada-arrays/pck.adb b/gdb/testsuite/gdb.dap/ada-arrays/pck.adb index db15657..c370c51 100644 --- a/gdb/testsuite/gdb.dap/ada-arrays/pck.adb +++ b/gdb/testsuite/gdb.dap/ada-arrays/pck.adb @@ -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.dap/ada-arrays/pck.ads b/gdb/testsuite/gdb.dap/ada-arrays/pck.ads index 1043836..d6a2117 100644 --- a/gdb/testsuite/gdb.dap/ada-arrays/pck.ads +++ b/gdb/testsuite/gdb.dap/ada-arrays/pck.ads @@ -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 |