internal/flags: update copyright year to 2025 (#30976)

pull/30980/head
かげ 4 weeks ago committed by GitHub
parent 341647f186
commit f4e8e877f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      internal/flags/helpers.go

@ -40,7 +40,7 @@ func NewApp(usage string) *cli.App {
app.EnableBashCompletion = true
app.Version = version.WithCommit(git.Commit, git.Date)
app.Usage = usage
app.Copyright = "Copyright 2013-2024 The go-ethereum Authors"
app.Copyright = "Copyright 2013-2025 The go-ethereum Authors"
app.Before = func(ctx *cli.Context) error {
MigrateGlobalFlags(ctx)
return nil

Loading…
Cancel
Save