aboutsummaryrefslogtreecommitdiffstats
path: root/update-license.go
Commit message (Collapse)AuthorAgeFilesLines
* build: new update-license.goFelix Lange2015-07-071-248/+0
| | | | | | | This version is less clever. All names are listed in a single file, AUTHORS. All source files have the same header. This is an improvement over the previous version, which attempted to list copyright holders in each source file.
* fixed identingBas van Kervel2015-05-121-1/+1
|
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+2
|
* General repo cleanupTaylor Gerring2015-03-301-2/+2
|
* update-license.go: add blank line after build tagFelix Lange2015-02-201-0/+1
| | | | | This silences "go install ./...". For some reason it started complaining with go 1.4.2.
* a few fixes for the license toolFelix Lange2015-01-071-5/+4
|
* add license tool and initial mailmapFelix Lange2015-01-071-0/+248