aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2025-02-12 08:31:28 -0700
committerTom Tromey <tromey@adacore.com>2025-02-12 08:32:26 -0700
commit5cd3922ae0de5aa3212827559ba586bb08f3fddd (patch)
treeef101e8618906cb1ec6c5d2614dd47b7d7c583de
parent378cefb4268fea3f658d92907c138fd4cb22c871 (diff)
downloadbinutils-5cd3922ae0de5aa3212827559ba586bb08f3fddd.zip
binutils-5cd3922ae0de5aa3212827559ba586bb08f3fddd.tar.gz
binutils-5cd3922ae0de5aa3212827559ba586bb08f3fddd.tar.bz2
Add copyright header to gnat_debug_info_test.adb
I noticed that gdb/testsuite/lib/gnat_debug_info_test.adb is missing a copyright header. This adds one, using the date range from the original commit.
-rw-r--r--gdb/testsuite/lib/gnat_debug_info_test.adb15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gnat_debug_info_test.adb b/gdb/testsuite/lib/gnat_debug_info_test.adb
index b8f0b03..b195cb8 100644
--- a/gdb/testsuite/lib/gnat_debug_info_test.adb
+++ b/gdb/testsuite/lib/gnat_debug_info_test.adb
@@ -1,3 +1,18 @@
+-- Copyright 2019-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
+-- the Free Software Foundation; either version 3 of the License, or
+-- (at your option) any later version.
+--
+-- This program is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with this program. If not, see <http://www.gnu.org/licenses/>.
+
with Ada.Text_IO;
procedure GNAT_Debug_Info_Test is