internal/flags: update copyright year to 2025

This commit is contained in:
ronething-bot 2025-01-01 11:12:59 +08:00
parent 341647f186
commit fd2e6693f0
No known key found for this signature in database

View file

@ -40,7 +40,7 @@ func NewApp(usage string) *cli.App {
app.EnableBashCompletion = true app.EnableBashCompletion = true
app.Version = version.WithCommit(git.Commit, git.Date) app.Version = version.WithCommit(git.Commit, git.Date)
app.Usage = usage 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 { app.Before = func(ctx *cli.Context) error {
MigrateGlobalFlags(ctx) MigrateGlobalFlags(ctx)
return nil return nil