Skip to content

Commit 99eb49e

Browse files
sandakersmannfjl
andauthored
internal/flags: update copyright year to 2024 (#28760)
Co-authored-by: Felix Lange <[email protected]>
1 parent 0b471c3 commit 99eb49e

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
@@ -203,7 +203,6 @@ var app = flags.NewApp("the go-ethereum command line interface")
203203
func init() {
204204
// Initialize the CLI app and start Geth
205205
app.Action = geth
206-
app.Copyright = "Copyright 2013-2023 The go-ethereum Authors"
207206
app.Commands = []*cli.Command{
208207
// See chaincmd.go:
209208
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)