This can be merged into 0.12 and master without conflicts or rebase.
The first commit will fix the python helper script introduced in #3646 to no longer remove previous copyright years.
This can be merged into 0.12 and master without conflicts or rebase.
The first commit will fix the python helper script introduced in #3646 to no longer remove previous copyright years.
0 | @@ -1,4 +1,4 @@ 1 | -// Copyright (c) 2013 The Bitcoin Core developers 2 | +// Copyright (c) 2015 The Bitcoin Core developers
This should update to 2013-2015. (A copyright year should never be removed)
Updated OP
Does it only change files that where changed during that year? Or does the script just changes every copyright information?
It should only change files that have been modified.
Right, it only updates files where GitAuthorDate of the last commit to this file contains 2015.
Concept ACK.