Skip to content

Commit 9a107ff

Browse files
sandakersmannshekhirin
authored andcommitted
cmd, internal: update copyright year to 2023 (ethereum#26382)
* internal/flags: update copyright year to 2023 * cmd/geth: update copyright year to 2023
1 parent cdae1ed commit 9a107ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/geth/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func init() {
206206
// Initialize the CLI app and start Geth
207207
app.Action = geth
208208
app.HideVersion = true // we have a command to print the version
209-
app.Copyright = "Copyright 2013-2022 The go-ethereum Authors"
209+
app.Copyright = "Copyright 2013-2023 The go-ethereum Authors"
210210
app.Commands = []*cli.Command{
211211
// See chaincmd.go:
212212
initCommand,

internal/flags/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func NewApp(usage string) *cli.App {
3232
app.EnableBashCompletion = true
3333
app.Version = params.VersionWithCommit(git.Commit, git.Date)
3434
app.Usage = usage
35-
app.Copyright = "Copyright 2013-2022 The go-ethereum Authors"
35+
app.Copyright = "Copyright 2013-2023 The go-ethereum Authors"
3636
app.Before = func(ctx *cli.Context) error {
3737
MigrateGlobalFlags(ctx)
3838
return nil

0 commit comments

Comments
 (0)