Skip to content

Commit 59eae94

Browse files
sandakersmannfjl
authored and
Roberto Bayardo
committed
internal/flags: update copyright year to 2024 (ethereum#28760)
Co-authored-by: Felix Lange <[email protected]>
1 parent 25d34e6 commit 59eae94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/geth/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ var app = flags.NewApp("the go-ethereum command line interface")
215215
func init() {
216216
// Initialize the CLI app and start Geth
217217
app.Action = geth
218-
app.Copyright = "Copyright 2013-2023 The go-ethereum Authors"
219218
app.Commands = []*cli.Command{
220219
// See chaincmd.go:
221220
initCommand,

internal/flags/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewApp(usage string) *cli.App {
4141
app.EnableBashCompletion = true
4242
app.Version = params.VersionWithCommit(git.Commit, git.Date)
4343
app.Usage = usage
44-
app.Copyright = "Copyright 2013-2023 The go-ethereum Authors"
44+
app.Copyright = "Copyright 2013-2024 The go-ethereum Authors"
4545
app.Before = func(ctx *cli.Context) error {
4646
MigrateGlobalFlags(ctx)
4747
return nil

0 commit comments

Comments
 (0)