This should close Issue #3107. Searched through the repo, and found all except one had been committed to in the past year, which should probably warrant a year bump.
Bump Year Number to 2013 #3119
pull super3 wants to merge 1 commits into bitcoin:master from super3:master changing 52 files +52 −52-
super3 commented at 7:29 PM on October 20, 2013: contributor
-
Bump Year Number to 2013 db0e8ccd90
-
BitcoinPullTester commented at 7:52 PM on October 20, 2013: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/db0e8ccd90c741ee52726db90845aaaebe370f24 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
-
sipa commented at 8:10 PM on October 20, 2013: member
ACK
-
jgarzik commented at 8:11 PM on October 20, 2013: contributor
To be legally correct, I think we want to only update copyright for files modified in year 2013...
ACK general concept
- sipa referenced this in commit 9b1200c23b on Oct 20, 2013
- sipa merged this on Oct 20, 2013
- sipa closed this on Oct 20, 2013
-
sipa commented at 8:47 PM on October 20, 2013: member
I verified it before merging:
$ for A in *.cpp *.h; do if [[ "$(git log --no-merges --since='1 jan 2013' -n 4 --pretty='format:%ad' "$A")" == "" ]]; then echo "$A"; fi; done bitcoin-config.h mruset.h threadsafety.hNeither of which is touched by this pullreq.
- Bushstar referenced this in commit 2e7ec23693 on Apr 8, 2020
- DrahtBot locked this on Sep 8, 2021