-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Make copyright header lines uniform #8675
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
Please squash these into a single commit. |
trivial ACK |
d0cd131
to
0d411d3
Compare
I have squashed the three into one commit. |
@@ -1,4 +1,4 @@ | |||
// Copyright 2014 BitPay Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.py
script that was introduced in the previous PR