Skip to content

Commit

Permalink
update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Mar 31, 2023
1 parent 7c6a3c0 commit e785fcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/gubiq/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func init() {
// Initialize the CLI app and start Gubiq
app.Action = gubiq
app.HideVersion = true // we have a command to print the version
app.Copyright = "Copyright 2013-2021 The go-ubiq Authors"
app.Copyright = "Copyright 2013-2023 The go-ubiq Authors"
app.Commands = []cli.Command{
// See chaincmd.go:
initCommand,
Expand Down
4 changes: 2 additions & 2 deletions internal/flags/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OPTIONS:
AppHelpTemplate = `NAME:
{{.App.Name}} - {{.App.Usage}}
Copyright 2013-2021 The go-ethereum Authors
Copyright 2013-2023 The go-ethereum Authors
USAGE:
{{.App.HelpName}} [options]{{if .App.Commands}} [command] [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
Expand All @@ -77,7 +77,7 @@ COPYRIGHT:
ClefAppHelpTemplate = `NAME:
{{.App.Name}} - {{.App.Usage}}
Copyright 2013-2021 The go-ethereum Authors
Copyright 2013-2023 The go-ethereum Authors
USAGE:
{{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
Expand Down

0 comments on commit e785fcd

Please sign in to comment.