diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index 27014f9a62..8262faf216 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -14,12 +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 abstracts part of a user's interaction with an account she controls.
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go
index 6619a4a760..b2acd84c71 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 .
-/**
- * @authors:
- * Jeffrey Wilcke
- * Taylor Gerring
- */
-
package main
import (
diff --git a/cmd/evm/main.go b/cmd/evm/main.go
index 27a130805b..9c1bd4b72d 100644
--- a/cmd/evm/main.go
+++ b/cmd/evm/main.go
@@ -14,11 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see .
-/**
- * @authors
- * Jeffrey Wilcke
- */
-
package main
import (
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index b266f6774d..2511210303 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -14,10 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see .
-/**
- * @authors
- * Jeffrey Wilcke
- */
package main
import (
diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go
index 1e844bc592..2f74c073dc 100644
--- a/cmd/rlpdump/main.go
+++ b/cmd/rlpdump/main.go
@@ -14,11 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see .
-/**
- * @authors
- * Felix Lange
- */
-
// rlpdump is a pretty-printer for RLP data.
package main
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go
index f60630c375..9d95732c00 100644
--- a/cmd/utils/cmd.go
+++ b/cmd/utils/cmd.go
@@ -14,11 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see .
-/**
- * @authors
- * Jeffrey Wilcke
- * Viktor Tron
- */
package utils
import (
diff --git a/crypto/key.go b/crypto/key.go
index d9e0334ae2..bf09bf232e 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 d5955e3370..86b0b33c29 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 db521ba95b..428d01e259 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 (