update-license.go: add blank line after build tag

This silences "go install ./...". For some reason it started
complaining with go 1.4.2.
This commit is contained in:
Felix Lange 2015-02-20 11:35:40 +01:00
parent 639ac5c3da
commit 81dea2d8e7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// +build none // +build none
/* /*
This command generates GPL license headers on top of all source files. This command generates GPL license headers on top of all source files.
You can run it once per month, before cutting a release or just You can run it once per month, before cutting a release or just