diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-12 06:14:22 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-12 06:14:22 +0800 |
commit | 9bb1ac7564ff0588f33a1eb43e76f40664d9e527 (patch) | |
tree | e2c251aa945124b9a91e1f9bf157a669973d4880 /cmd/ethtest/main.go | |
parent | 6c9e503eb8d41d331d6a74e69539a06590072190 (diff) | |
download | dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.tar dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.tar.gz dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.tar.bz2 dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.tar.lz dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.tar.xz dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.tar.zst dexon-9bb1ac7564ff0588f33a1eb43e76f40664d9e527.zip |
Fixes for the log method
Diffstat (limited to 'cmd/ethtest/main.go')
-rw-r--r-- | cmd/ethtest/main.go | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go index 82fad9caf..224924498 100644 --- a/cmd/ethtest/main.go +++ b/cmd/ethtest/main.go @@ -1,3 +1,26 @@ +/* + This file is part of go-ethereum + + go-ethereum is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + go-ethereum is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +*/ +/** + * @authors + * Jeffrey Wilcke <i@jev.io> + * @date 2014 + * + */ + package main import ( |