diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:34 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:34 +0800 |
commit | 5c975dd4ed7adb29453fa28e64c0193d323cae99 (patch) | |
tree | 2e35677007d26663200c27831301e265a6f07b36 /update-license.go | |
parent | d8ac267f4128117c3fb9736a40f3dbc327582e32 (diff) | |
parent | 63031f571a3ad4bfd7ef60577a588d63ec18b0b4 (diff) | |
download | go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.gz go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.bz2 go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.lz go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.xz go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.zst go-tangerine-5c975dd4ed7adb29453fa28e64c0193d323cae99.zip |
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
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 |