diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-02-20 20:00:10 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-02-20 20:00:10 +0800 |
commit | 63031f571a3ad4bfd7ef60577a588d63ec18b0b4 (patch) | |
tree | d78aea141c4a67198e075ab40a30278d2ec30913 /update-license.go | |
parent | 982f73fa6d6f12874729faacd0db14fc78d518dd (diff) | |
parent | 3b12a9293c35fd336122d9387ab6bc9b67d2803a (diff) | |
download | go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.tar go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.tar.gz go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.tar.bz2 go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.tar.lz go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.tar.xz go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.tar.zst go-tangerine-63031f571a3ad4bfd7ef60577a588d63ec18b0b4.zip |
Merge pull request #355 from fjl/test-fixes
Fix failing tests and speed up Travis builds
Diffstat (limited to 'update-license.go')
-rw-r--r-- | update-license.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-license.go b/update-license.go index d5e21fdd3..832a94712 100644 --- a/update-license.go +++ b/update-license.go @@ -1,4 +1,5 @@ // +build none + /* 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 |