internal/flags: update copyright year to 2026 (#33550)

This commit is contained in:
LittleBingoo 2026-01-08 11:49:13 +08:00 committed by GitHub
parent 9623dcbca2
commit 64d22fd7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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-2025 The go-ethereum Authors"
app.Copyright = "Copyright 2013-2026 The go-ethereum Authors"
app.Before = func(ctx *cli.Context) error {
MigrateGlobalFlags(ctx)
return nil