From e813626ee1d5d7397c2a8e670ab8c372df921bbb Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 7 Jul 2015 04:29:50 +0200 Subject: all: remove @author comments --- crypto/key.go | 7 ------- crypto/key_store_passphrase.go | 7 ------- crypto/key_store_plain.go | 7 ------- 3 files changed, 21 deletions(-) (limited to 'crypto') diff --git a/crypto/key.go b/crypto/key.go index d9e0334ae..bf09bf232 100644 --- a/crypto/key.go +++ b/crypto/key.go @@ -14,13 +14,6 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see . -/** - * @authors - * Gustav Simonsson - * @date 2015 - * - */ - package crypto import ( diff --git a/crypto/key_store_passphrase.go b/crypto/key_store_passphrase.go index d5955e337..86b0b33c2 100644 --- a/crypto/key_store_passphrase.go +++ b/crypto/key_store_passphrase.go @@ -14,13 +14,6 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see . -/** - * @authors - * Gustav Simonsson - * @date 2015 - * - */ - /* This key store behaves as KeyStorePlain with the difference that diff --git a/crypto/key_store_plain.go b/crypto/key_store_plain.go index db521ba95..428d01e25 100644 --- a/crypto/key_store_plain.go +++ b/crypto/key_store_plain.go @@ -14,13 +14,6 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see . -/** - * @authors - * Gustav Simonsson - * @date 2015 - * - */ - package crypto import ( -- cgit v1.2.3