File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ var app = flags.NewApp("the go-ethereum command line interface")
203
203
func init () {
204
204
// Initialize the CLI app and start Geth
205
205
app .Action = geth
206
- app .Copyright = "Copyright 2013-2023 The go-ethereum Authors"
207
206
app .Commands = []* cli.Command {
208
207
// See chaincmd.go:
209
208
initCommand ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ func NewApp(usage string) *cli.App {
41
41
app .EnableBashCompletion = true
42
42
app .Version = params .VersionWithCommit (git .Commit , git .Date )
43
43
app .Usage = usage
44
- app .Copyright = "Copyright 2013-2023 The go-ethereum Authors"
44
+ app .Copyright = "Copyright 2013-2024 The go-ethereum Authors"
45
45
app .Before = func (ctx * cli.Context ) error {
46
46
MigrateGlobalFlags (ctx )
47
47
return nil
You can’t perform that action at this time.
0 commit comments