-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Scripts: Fix detection of copyright holders #14785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
utACK 89104ef98f882c24695043b74feec2b9d0d8496f very nice change, the |
|
The failing test doesn't seem to be related to the code changes. It also does work locally. |
|
utACK 89104ef98f882c24695043b74feec2b9d0d8496f |
|
utACK 89104ef |
1 similar comment
|
utACK 89104ef |
|
utACK, but yes makes sense to address @practicalswift 's comment wrt overwriting internal functions. |
|
utACK da9c379c4fafd5e39566a2014777513e87f5fb39 |
|
utACK after squashing commits |
* There is a copyright notice in `src/crypto/sha256_sse4.cpp` in the middle of the file which contains a comma before the copyright holder name. Correctly detect this so it's added to the report. * Add missing copyright holders so that `copyright_header.py report` doesn't show any unexpected copyright holder names anymore. * Exclude files from git subtrees because they are maintained at the original source.
da9c379 to
af9a991
Compare
|
Squashed commits |
|
Someone could probably bump the headers at this time of the year... |
af9a991 Fix detection of copyright holders (Cornelius Schumacher) Pull request description: Fix copyright holder detection so that `copyright_header.py report` creates a clean and accurate report: * Fix list of copyright holders in the code * Also detect copyrights which have a comma after the date * Exclude directories which are git subtrees Tree-SHA512: 7ab78618aa62c7d40b6688ddcde4a85c6fc5df8275271fa85518e146c1db90760bfafaa6036b9f6afbe887fd7e9274c913786101668573a3e289b3411aa6842f
Forward port of changes done in response to feedback on upstream pull request bitcoin/bitcoin#14785 Signed-off-by: Cornelius Schumacher <cornelius@thirdhash.com>
Summary: af9a9918b2 Fix detection of copyright holders (Cornelius Schumacher) Pull request description: Fix copyright holder detection so that `copyright_header.py report` creates a clean and accurate report: * Fix list of copyright holders in the code * Also detect copyrights which have a comma after the date * Exclude directories which are git subtrees --- Backport of Core [[bitcoin/bitcoin#14785 | PR14785]] Test Plan: run it, check results Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9114
merge bitcoin#14785, bitcoin#16314, bitcoin#17052: minor backports
Fix copyright holder detection so that
copyright_header.py reportcreates a clean and accurate report: