Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
e813626e
Commit
e813626e
authored
Jul 07, 2015
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: remove @author comments
parent
7bb77c02
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
52 deletions
+0
-52
account_manager.go
accounts/account_manager.go
+0
-6
main.go
cmd/ethtest/main.go
+0
-6
main.go
cmd/evm/main.go
+0
-5
main.go
cmd/geth/main.go
+0
-4
main.go
cmd/rlpdump/main.go
+0
-5
cmd.go
cmd/utils/cmd.go
+0
-5
key.go
crypto/key.go
+0
-7
key_store_passphrase.go
crypto/key_store_passphrase.go
+0
-7
key_store_plain.go
crypto/key_store_plain.go
+0
-7
No files found.
accounts/account_manager.go
View file @
e813626e
...
...
@@ -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.
...
...
cmd/ethtest/main.go
View file @
e813626e
...
...
@@ -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
(
...
...
cmd/evm/main.go
View file @
e813626e
...
...
@@ -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
(
...
...
cmd/geth/main.go
View file @
e813626e
...
...
@@ -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
(
...
...
cmd/rlpdump/main.go
View file @
e813626e
...
...
@@ -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
...
...
cmd/utils/cmd.go
View file @
e813626e
...
...
@@ -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
(
...
...
crypto/key.go
View file @
e813626e
...
...
@@ -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
(
...
...
crypto/key_store_passphrase.go
View file @
e813626e
...
...
@@ -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
...
...
crypto/key_store_plain.go
View file @
e813626e
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment