mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
cmd/XDC, internal/flags: update copyright year to 2026 (#1943)
This commit is contained in:
parent
acec2ccc5b
commit
5811eb69ce
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue