Explorar el Código

all: remove @author comments

Felix Lange hace 10 años
padre
commit
e813626ee1

+ 0 - 6
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 <http://www.gnu.org/licenses/>.
 
-/**
- * @authors
- * 	Gustav Simonsson <gustav.simonsson@gmail.com>
- * @date 2015
- *
- */
 /*
 
 This abstracts part of a user's interaction with an account she controls.

+ 0 - 6
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 (

+ 0 - 5
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 <http://www.gnu.org/licenses/>.
 
-/**
- * @authors
- * 	Jeffrey Wilcke <i@jev.io>
- */
-
 package main
 
 import (

+ 0 - 4
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 <http://www.gnu.org/licenses/>.
 
-/**
- * @authors
- * 	Jeffrey Wilcke <i@jev.io>
- */
 package main
 
 import (

+ 0 - 5
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 <http://www.gnu.org/licenses/>.
 
-/**
- * @authors
- * 	Felix Lange <felix@ethdev.com>
- */
-
 // rlpdump is a pretty-printer for RLP data.
 package main
 

+ 0 - 5
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 <http://www.gnu.org/licenses/>.
 
-/**
- * @authors
- * 	Jeffrey Wilcke <i@jev.io>
- * 	Viktor Tron <viktor@ethdev.com>
- */
 package utils
 
 import (

+ 0 - 7
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 (

+ 0 - 7
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

+ 0 - 7
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 (