mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 18:00:46 +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() {
|
func init() {
|
||||||
// Initialize the CLI app and start XDC
|
// Initialize the CLI app and start XDC
|
||||||
app.Action = XDC
|
app.Action = XDC
|
||||||
app.Copyright = "Copyright (c) 2025 XDPoSChain"
|
app.Copyright = "Copyright 2019-2026 XDC Network"
|
||||||
app.Commands = []*cli.Command{
|
app.Commands = []*cli.Command{
|
||||||
// See chaincmd.go:
|
// See chaincmd.go:
|
||||||
initCommand,
|
initCommand,
|
||||||
|
|
|
||||||
|
|
@ -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 2025 XDPoSChain"
|
app.Copyright = "Copyright 2019-2026 XDC Network"
|
||||||
app.Before = func(ctx *cli.Context) error {
|
app.Before = func(ctx *cli.Context) error {
|
||||||
MigrateGlobalFlags(ctx)
|
MigrateGlobalFlags(ctx)
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue