File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ func init() {
146146 // Initialize the CLI app and start Gesn
147147 app .Action = gesn
148148 app .HideVersion = true // we have a command to print the version
149- app .Copyright = "Copyright 2018 The go-esn Authors, Copyright 2013-2017 The go-ethereum Authors"
149+ app .Copyright = "Copyright 2018 The go-esn Authors, Copyright 2013-2018 The go-ethereum Authors"
150150 app .Commands = []cli.Command {
151151 // See chaincmd.go:
152152 initCommand ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333var AppHelpTemplate = `NAME:
3434 {{.App.Name}} - {{.App.Usage}}
3535
36- Copyright 2013-2017 The go-ethereum Authors
36+ Copyright 2018 The go-esn Authors, Copyright 2013-2018 The go-ethereum Authors
3737
3838USAGE:
3939 {{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
You can’t perform that action at this time.
0 commit comments