Skip to content

Commit 8bb995f

Browse files
vieyangjagdeep sidhu
authored andcommitted
cmd/geth: update copyright year (ethereum#24224)
* cmd/geth: update copyright year * cmd/geth: update copyright year
1 parent a79b67f commit 8bb995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func init() {
212212
// Initialize the CLI app and start Geth
213213
app.Action = geth
214214
app.HideVersion = true // we have a command to print the version
215-
app.Copyright = "Copyright 2013-2021 The go-ethereum Authors"
215+
app.Copyright = "Copyright 2013-2022 The go-ethereum Authors"
216216
app.Commands = []cli.Command{
217217
// See chaincmd.go:
218218
initCommand,

0 commit comments

Comments
 (0)