summaryrefslogtreecommitdiff
path: root/scripts/check-copyright-year
Commit message (Collapse)AuthorAgeFilesLines
* Morph build c3874f415dc6448ca28d9a01edab0948baserock/6453f312359f4317803ef7f14b58d21f/d675b946df4f456693ed211dcd2ec95eAdam Coldrick2015-04-151-0/+4
| | | | System branch: master
* Morph build c2397bf4873742a3ba9202cbdcfffea8Adam Coldrick2015-03-301-3/+0
| | | | System branch: master
* Morph build 271da1e1d62c40748b586dc0345d0f7dAdam Coldrick2015-03-241-0/+3
| | | | System branch: master
* Morph build 2ee8190abe87461992f5b7ed85fe2ee9Adam Coldrick2015-03-191-3/+2
| | | | System branch: master
* Improve check-copyright-year error reportingRichard Ipsum2014-04-251-9/+9
| | | | Be more verbose and exit with an error not an exception.
* check-copyright-year: Use current date for uncommitted changesRichard Maw2014-03-191-3/+20
|
* python scripts: pep8ize codebaseRichard Maw2012-08-011-7/+6
| | | | | | | | | This was done with the aid of the pep8 script, available by running `easy_install pep8`. It may be worth making this part of ./check, but that will require putting pep8 into the development tools stratum. This should be easy, given pep8 has no external dependencies.
* Fix copyright year checking in ./check to not fail with uncommitted filesLars Wirzenius2012-03-221-0/+8
|
* formatting: fix overly wide codeRichard Maw2012-03-191-1/+2
|
* check: fix copyright script for merge commitsRichard Maw2012-03-191-5/+3
| | | | | | | | | | The last commit of a file can be a merge Merge commits have their date on a different line because it displays information about which branches merged Instead of relying on this fragile 'porcelain' format, specify that we only want the last commit's committer date and split the year from that output
* Add script to check years in copyright statements against git commit datesLars Wirzenius2012-02-271-0/+86