From: Tom Tromey Date: Wed, 12 Feb 2025 15:31:28 +0000 (-0700) Subject: Add copyright header to gnat_debug_info_test.adb X-Git-Tag: binutils-2_45~1608 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cd3922ae0de5aa3212827559ba586bb08f3fddd;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/gdb/testsuite/lib/gnat_debug_info_test.adb b/gdb/testsuite/lib/gnat_debug_info_test.adb index b8f0b034358..b195cb8eed0 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 . + with Ada.Text_IO; procedure GNAT_Debug_Info_Test is