Skip to content

Commit 9315b50

Browse files
committed
cmd, geth: Set current year to 2021
1 parent 7c4ad93 commit 9315b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/flags/helpers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ OPTIONS:
5151
AppHelpTemplate = `NAME:
5252
{{.App.Name}} - {{.App.Usage}}
5353
54-
Copyright 2013-2019 The go-ethereum Authors
54+
Copyright 2013-2021 The go-ethereum Authors
5555
5656
USAGE:
5757
{{.App.HelpName}} [options]{{if .App.Commands}} [command] [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
@@ -77,7 +77,7 @@ COPYRIGHT:
7777
ClefAppHelpTemplate = `NAME:
7878
{{.App.Name}} - {{.App.Usage}}
7979
80-
Copyright 2013-2019 The go-ethereum Authors
80+
Copyright 2013-2021 The go-ethereum Authors
8181
8282
USAGE:
8383
{{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}

0 commit comments

Comments
 (0)