Skip to content

Commit 083479b

Browse files
vieyangmariameda
authored andcommitted
cmd/geth: update the copyright year in the geth command usage (ethereum#16537)
1 parent 866328a commit 083479b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gilu/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func init() {
146146
// Initialize the CLI app and start Geth
147147
app.Action = geth
148148
app.HideVersion = true // we have a command to print the version
149-
app.Copyright = "Copyright 2013-2017 The go-ethereum Authors"
149+
app.Copyright = "Copyright 2013-2018 The go-ethereum Authors"
150150
app.Commands = []cli.Command{
151151
// See chaincmd.go:
152152
initCommand,

cmd/gilu/usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
var AppHelpTemplate = `NAME:
3434
{{.App.Name}} - {{.App.Usage}}
3535
36-
Copyright 2013-2017 The go-ethereum Authors
36+
Copyright 2013-2018 The go-ethereum Authors
3737
3838
USAGE:
3939
{{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}

0 commit comments

Comments
 (0)