This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Update copyright year range in gdb.ada/mi_ref_changeable testcase


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e0e7d3bd218e50275b4c9c9fbf2d3123c73372a9

commit e0e7d3bd218e50275b4c9c9fbf2d3123c73372a9
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sat Feb 23 16:23:22 2019 +0400

    Update copyright year range in gdb.ada/mi_ref_changeable testcase
    
    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.

Diff:
---
 gdb/testsuite/ChangeLog                                     | 8 ++++++++
 gdb/testsuite/gdb.ada/mi_ref_changeable.exp                 | 2 +-
 gdb/testsuite/gdb.ada/mi_ref_changeable/foo_rb20_056.adb    | 2 +-
 gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb             | 2 +-
 gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads             | 2 +-
 gdb/testsuite/gdb.dwarf2/inlined_subroutine-inheritance.exp | 2 +-
 6 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2751cbe..eacb315 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2019-02-23  Joel Brobecker  <brobecker@adacore.com>
+
+	* 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  <keiths@redhat.com>
 
 	PR symtab/23853
diff --git a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp b/gdb/testsuite/gdb.ada/mi_ref_changeable.exp
index 933ad3e..091328b 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 52975be..d603981 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 120052e..58f0314 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 0a96dfb..65b6661 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 4250e39..19b8594 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]