diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-07 10:29:50 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-07 20:12:44 +0800 |
commit | e813626ee1d5d7397c2a8e670ab8c372df921bbb (patch) | |
tree | 0d14bbed423c840b35a65df3c394881f771bc079 /cmd/ethtest | |
parent | 7bb77c02da1cc9cc02caf5733aac1eef6c9d5eca (diff) | |
download | go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.tar go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.tar.gz go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.tar.bz2 go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.tar.lz go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.tar.xz go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.tar.zst go-tangerine-e813626ee1d5d7397c2a8e670ab8c372df921bbb.zip |
all: remove @author comments
Diffstat (limited to 'cmd/ethtest')
-rw-r--r-- | cmd/ethtest/main.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go index 6619a4a76..b2acd84c7 100644 --- a/cmd/ethtest/main.go +++ b/cmd/ethtest/main.go @@ -14,12 +14,6 @@ // 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> - * Taylor Gerring <taylor.gerring@gmail.com> - */ - package main import ( |