From patchwork Sat Feb 23 12:31:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 31570 Received: (qmail 102771 invoked by alias); 23 Feb 2019 12:31:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 102660 invoked by uid 89); 23 Feb 2019 12:31:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 23 Feb 2019 12:31:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 784EC116EA4 for ; Sat, 23 Feb 2019 07:31:42 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Oj3IQRjrh7i3 for ; Sat, 23 Feb 2019 07:31:42 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0BAF6116A08 for ; Sat, 23 Feb 2019 07:31:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id AEB2A838C7; Sat, 23 Feb 2019 16:31:37 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [pushed] Update copyright year range in gdb.ada/mi_ref_changeable testcase Date: Sat, 23 Feb 2019 16:31:35 +0400 Message-Id: <20190223123135.5069-2-brobecker@adacore.com> In-Reply-To: <20190223123135.5069-1-brobecker@adacore.com> References: <20190223123135.5069-1-brobecker@adacore.com> Hello, This patch fixes the copyright year range which escaped the 2019 update, because the patch was submitted in 2018, but only really pushed in 2019. Pushed: https://www.sourceware.org/ml/gdb-patches/2019-02/msg00109.html Submitted: https://www.sourceware.org/ml/gdb-patches/2018-12/msg00444.html We normally are pretty good at remembering those little things, but this one fell through the cracks. This commit fixes this, by re-running the copyright.py script and checking in the changes made by that script. gdb/testsuite/ChangeLog: * gdb.ada/mi_ref_changeable.exp: Update copyright year range. * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise. * gdb.ada/mi_ref_changeable/pck.adb: Likewise. * gdb.ada/mi_ref_changeable/pck.ads: Likewise. * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise. Pushed to master as obvious. Thanks, diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2751cbe8afb..eacb315017c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2019-02-23 Joel Brobecker + + * gdb.ada/mi_ref_changeable.exp: Update copyright year range. + * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise. + * gdb.ada/mi_ref_changeable/pck.adb: Likewise. + * gdb.ada/mi_ref_changeable/pck.ads: Likewise. + * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise. + 2019-02-22 Keith Seitz PR symtab/23853 diff --git a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp b/gdb/testsuite/gdb.ada/mi_ref_changeable.exp index 933ad3ebdbd..091328bf347 100644 --- a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp +++ b/gdb/testsuite/gdb.ada/mi_ref_changeable.exp @@ -1,4 +1,4 @@ -# Copyright 2018 Free Software Foundation, Inc. +# Copyright 2018-2019 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.ada/mi_ref_changeable/foo_rb20_056.adb b/gdb/testsuite/gdb.ada/mi_ref_changeable/foo_rb20_056.adb index 52975befdca..d6039813b7b 100644 --- a/gdb/testsuite/gdb.ada/mi_ref_changeable/foo_rb20_056.adb +++ b/gdb/testsuite/gdb.ada/mi_ref_changeable/foo_rb20_056.adb @@ -1,4 +1,4 @@ --- Copyright 2018 Free Software Foundation, Inc. +-- Copyright 2018-2019 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.ada/mi_ref_changeable/pck.adb b/gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb index 120052e0749..58f03140253 100644 --- a/gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb +++ b/gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb @@ -1,4 +1,4 @@ --- Copyright 2018 Free Software Foundation, Inc. +-- Copyright 2018-2019 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.ada/mi_ref_changeable/pck.ads b/gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads index 0a96dfbe83d..65b6661e466 100644 --- a/gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads +++ b/gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads @@ -1,4 +1,4 @@ --- Copyright 2018 Free Software Foundation, Inc. +-- Copyright 2018-2019 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.dwarf2/inlined_subroutine-inheritance.exp b/gdb/testsuite/gdb.dwarf2/inlined_subroutine-inheritance.exp index 4250e397d8d..19b859492a1 100644 --- a/gdb/testsuite/gdb.dwarf2/inlined_subroutine-inheritance.exp +++ b/gdb/testsuite/gdb.dwarf2/inlined_subroutine-inheritance.exp @@ -1,4 +1,4 @@ -# Copyright 2018 Free Software Foundation, Inc. +# Copyright 2018-2019 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