aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-07 10:29:50 +0800
committerFelix Lange <fjl@twurst.com>2015-07-07 20:12:44 +0800
commite813626ee1d5d7397c2a8e670ab8c372df921bbb (patch)
tree0d14bbed423c840b35a65df3c394881f771bc079 /crypto
parent7bb77c02da1cc9cc02caf5733aac1eef6c9d5eca (diff)
downloadgo-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 'crypto')
-rw-r--r--crypto/key.go7
-rw-r--r--crypto/key_store_passphrase.go7
-rw-r--r--crypto/key_store_plain.go7
3 files changed, 0 insertions, 21 deletions
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 <http://www.gnu.org/licenses/>.
-/**
- * @authors
- * Gustav Simonsson <gustav.simonsson@gmail.com>
- * @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 <http://www.gnu.org/licenses/>.
-/**
- * @authors
- * Gustav Simonsson <gustav.simonsson@gmail.com>
- * @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 <http://www.gnu.org/licenses/>.
-/**
- * @authors
- * Gustav Simonsson <gustav.simonsson@gmail.com>
- * @date 2015
- *
- */
-
package crypto
import (