From: Tom de Vries Date: Tue, 28 Apr 2026 14:31:01 +0000 (+0200) Subject: [gdb/testsuite] Fix duplicate copyright notices X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d2aec7e1298098422d35bf0a0706a402c7f006;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Fix duplicate copyright notices I found two files in which there were two copyright notices, in both cases with overlapping year ranges. Fix this by merging the copyright notices, using a simple startyear-endyear range, as per this text in gdb/copyright.py: ... # We want to use year intervals in the copyright notices, and # all years should be collapsed to one single year interval, # even if there are "holes" in the list of years found in the # original copyright notice (OK'ed by the FSF, case [gnu.org #719834]). ... Approved-By: Tom Tromey --- diff --git a/gdb/testsuite/gdb.base/watch_thread_num.c b/gdb/testsuite/gdb.base/watch_thread_num.c index 05a5757f45f..ce151509c11 100644 --- a/gdb/testsuite/gdb.base/watch_thread_num.c +++ b/gdb/testsuite/gdb.base/watch_thread_num.c @@ -1,9 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2002-2026 Free Software Foundation, Inc. - - Copyright 1992, 1993, 1994, 1995, 1999, 2002, 2003, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright 1992-2026 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.pascal/types.exp b/gdb/testsuite/gdb.pascal/types.exp index 37097b59a31..83e8ff345f8 100644 --- a/gdb/testsuite/gdb.pascal/types.exp +++ b/gdb/testsuite/gdb.pascal/types.exp @@ -1,5 +1,4 @@ # Copyright 1994-2026 Free Software Foundation, Inc. -# Copyright 2007 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