Skip to content

Commit e813626

Browse files
committed
all: remove @author comments
1 parent 7bb77c0 commit e813626

File tree

9 files changed

+0
-52
lines changed

9 files changed

+0
-52
lines changed

accounts/account_manager.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Gustav Simonsson <[email protected]>
20-
* @date 2015
21-
*
22-
*/
2317
/*
2418
2519
This abstracts part of a user's interaction with an account she controls.

cmd/ethtest/main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors:
19-
* Jeffrey Wilcke <[email protected]>
20-
* Taylor Gerring <[email protected]>
21-
*/
22-
2317
package main
2418

2519
import (

cmd/evm/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Jeffrey Wilcke <[email protected]>
20-
*/
21-
2217
package main
2318

2419
import (

cmd/geth/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Jeffrey Wilcke <[email protected]>
20-
*/
2117
package main
2218

2319
import (

cmd/rlpdump/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Felix Lange <[email protected]>
20-
*/
21-
2217
// rlpdump is a pretty-printer for RLP data.
2318
package main
2419

cmd/utils/cmd.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Jeffrey Wilcke <[email protected]>
20-
* Viktor Tron <[email protected]>
21-
*/
2217
package utils
2318

2419
import (

crypto/key.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Gustav Simonsson <[email protected]>
20-
* @date 2015
21-
*
22-
*/
23-
2417
package crypto
2518

2619
import (

crypto/key_store_passphrase.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Gustav Simonsson <[email protected]>
20-
* @date 2015
21-
*
22-
*/
23-
2417
/*
2518
2619
This key store behaves as KeyStorePlain with the difference that

crypto/key_store_plain.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
1616

17-
/**
18-
* @authors
19-
* Gustav Simonsson <[email protected]>
20-
* @date 2015
21-
*
22-
*/
23-
2417
package crypto
2518

2619
import (

0 commit comments

Comments
 (0)