internal/flags: update copyright year to 2026

This commit is contained in:
LittleBingoo 2026-01-08 11:40:34 +08:00 committed by GitHub
parent 01b39c96bf
commit c50454d87c
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