cmd/XDC, internal/flags: update copyright year to 2026 (#1943)

This commit is contained in:
Daniel Liu 2026-01-27 11:15:46 +08:00 committed by GitHub
parent acec2ccc5b
commit 5811eb69ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@ var (
func init() {
// Initialize the CLI app and start XDC
app.Action = XDC
app.Copyright = "Copyright (c) 2025 XDPoSChain"
app.Copyright = "Copyright 2019-2026 XDC Network"
app.Commands = []*cli.Command{
// See chaincmd.go:
initCommand,

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 2025 XDPoSChain"
app.Copyright = "Copyright 2019-2026 XDC Network"
app.Before = func(ctx *cli.Context) error {
MigrateGlobalFlags(ctx)
return nil