Update Header Licenses#1330
Conversation
|
Can you plase also fix this in the crypter.cpp and use a more detailed commit-message? If you do so I'm fine with this. |
|
Done |
|
Good, now if you merge them into 1 commit everything is perfect :). |
|
I don't want to be a party pooper but uhm... the file is called COPYING: https://github.com/bitcoin/bitcoin/blob/master/COPYING I cannot find a license.txt anywhere in the repos. |
|
My mistake.. |
|
I just noticed that the file is copied as ...confusing... Then again, I suppose the name in git is leading. |
|
Then it's wrong in ALL other headers and cpp files ;). |
|
Will make a new pull for this, updating the license header in all the necessary files. |
"Formatting" a bunch of python test files
bf74c6f [Cleanup] Remove stale UNITTEST network (Fuzzbawls) Pull request description: This network is un-necessary as our unit test suite can simply be run with MainNet's parameters, which is basically what we already do. Minor conflict with bitcoin#1328 due to that PR having already removed one of the unused methods. ACKs for top commit: random-zebra: utACK bf74c6f furszy: utACK bf74c6f and merging.. Tree-SHA512: 1b8c7b4178e2dc8d60fe89b4ce4d4ad476f433ced19d981e1d3e1043fd8468e269600fcbe30ee04f7954250a183f2bc34486ad9b37fd7d78aed828c47d662d77
…hainparams 47f552d [Cleanup] Remove MineBlocksOnDemand function in chainparams (random-zebra) Pull request description: The only network where fMineBlocksOnDemand is true is regtest (unittest network was removed in bitcoin#1330 ) Just use IsRegTestNet function. ACKs for top commit: furszy: utACK 47f552d Tree-SHA512: 95bc644532675a55098e1836286b15c462221879b25018c0f89c3c9bcd626556b928d65641996ff41aad34460c2f1940390479575e4845aa43e742409832c1a0
Update header licenses in crypter.cpp and crypter.h