commit | a8ab094a329bd2d212f17485b24ad84fa409b546 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Feb 14 08:26:32 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Wed Mar 02 09:11:30 2022 -0700 |
tree | f7f19c91cb4cbb0a8c46bf403b86850bd489cbe9 | |
parent | aca6e93ecf8d628bcdc52130d8d5417954b0f1cb [diff] |
Move copyright code from gdbarch.py to new file This moves the copyright code from gdbarch.py to a new Python source file, gdbcopyright.py. The function in this file will find the copyright dates by scanning the calling script. This will be reused in a future patch. This involved minor changes to the output of gdbarch.py. Also, I've updated copyright.py to remove the reference to gdbarch.sh. We don't need to mention gdbarch.py there, either.