Make copyright header lines uniform#8675
Conversation
|
Please squash these into a single commit. |
|
trivial ACK |
d0cd131 to
0d411d3
Compare
|
I have squashed the three into one commit. |
src/univalue/test/unitester.cpp
Outdated
There was a problem hiding this comment.
univalue is a subtree. You'd need to change it upstream.
0d411d3 to
b0cc47d
Compare
|
Thanks @MarcoFalke. I have dropped the changes from src/univalue/* here and I have submitted them as a PR to @jgarzik's main univalue repo. |
|
ACK b0cc47d |
1 similar comment
|
ACK b0cc47d |
|
Needs rebase |
|
@isle2983 Can you rebase this so it can be merged? |
Three categories of modifications: 1) 1 instance of 'The Bitcoin Core developers \n', 1 instance of 'the Bitcoin Core developers\n', 3 instances of 'Bitcoin Core Developers\n', and 12 instances of 'The Bitcoin developers\n' are made uniform with the 443 instances of 'The Bitcoin Core developers\n' 2) 3 instances of 'BitPay, Inc\.\n' are made uniform with the other 6 instances of 'BitPay Inc\.\n' 3) 4 instances where there was no '(c)' between the 'Copyright' and the year where it deviates from the style of the local directory.
b0cc47d to
4b04e32
Compare
|
rebased and conflicts resolved in four files src/policy/policy.cpp - The conflict was with date being bumped to '2016' by a prior commit on the same line as this pull's edit. src/policy/policy.h - same as with policy.cpp src/test/bctest.py - The conflict was with a new 'The Bitcoin Core developers' copyright holder was added in the adjacent line to my edit where the comma was removed after 'BitPay'. src/test/bitcoin-util-test.py - same as with bctest.py |
4b04e32 [copyright] copyright header style uniform (isle2983)
4b04e32 [copyright] copyright header style uniform (isle2983)
4b04e32 [copyright] copyright header style uniform (isle2983)
4b04e32 [copyright] copyright header style uniform (isle2983)
Fixes a few instances of copyright headers deviating from the norm as
discovered using the
copyright_header_report.pyscript that was introduced in the previous PR