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 @@ -215,7 +215,6 @@ var app = flags.NewApp("the go-ethereum command line interface")
215
215
func init () {
216
216
// Initialize the CLI app and start Geth
217
217
app .Action = geth
218
- app .Copyright = "Copyright 2013-2023 The go-ethereum Authors"
219
218
app .Commands = []* cli.Command {
220
219
// See chaincmd.go:
221
220
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