mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
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>
|
||
|---|---|---|
| .. | ||
| case-insensitive-symbols.exp | ||
| case-insensitive-symbols.pas | ||
| floats.exp | ||
| floats.pas | ||
| gdb11492.exp | ||
| gdb11492.pas | ||
| hello.exp | ||
| hello.pas | ||
| integers.exp | ||
| integers.pas | ||
| print.exp | ||
| str-chars.exp | ||
| str-chars.pas | ||
| stub-method.exp | ||
| stub-method.pas | ||
| types.exp | ||