]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Fix duplicate copyright notices
authorTom de Vries <tdevries@suse.de>
Tue, 28 Apr 2026 14:31:01 +0000 (16:31 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 28 Apr 2026 14:31:01 +0000 (16:31 +0200)
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 <tom@tromey.com>
gdb/testsuite/gdb.base/watch_thread_num.c
gdb/testsuite/gdb.pascal/types.exp

index 05a5757f45f665fd6cdbff29df3f874a17fac5a9..ce151509c1153e29537c143e204717cd0735c52c 100644 (file)
@@ -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
index 37097b59a31b807d445085b1fa481e556e64e02b..83e8ff345f81b61cab6275f8b2b86638ec42372b 100644 (file)
@@ -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