| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [devtools] script support for managing source file copyright headers | isle2983 | 2016-09-10 | 1 | -67/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three subcommands to this script: 1) ./copyright_header.py report Examines git-tracked files with extensions that match: INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.py'] Helps to: -> Identify source files without copyright -> Identify source files added with something other than "The Bitcoin Core developers" holder so we can be sure it is appropriate -> Identify unintentional typos in the copyright line 2) ./copyright_header.py update Replaces fix-copyright-headers.py. It does file editing in native python rather than subprocessing out to perl as was the case with fix-copyright-headers.py. It also shares code with the 'report' functions. 3) ./copyright_header.py insert Inserts a copyright header into a source file with the proper format and dates. | ||||
| * | contrib: Don't use shell=True | MarcoFalke | 2016-08-28 | 1 | -28/+49 |
| | | |||||
| * | contrib: Make fix-copyright-headers.py more portable | MarcoFalke | 2016-08-22 | 1 | -1/+1 |
| | | |||||
| * | [devtools] Use git pretty-format for year parsing | MarcoFalke | 2015-12-26 | 1 | -2/+2 |
| | | |||||
| * | [devtools] Rewrite fix-copyright-headers.py | MarcoFalke | 2015-12-13 | 1 | -38/+31 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -2/+2 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Copyright header updates s/2013/2014 on files whose last git commit was done ↵ | gubatron | 2014-02-09 | 1 | -0/+53 |
| in 2014. contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does. | |||||