From 38baa8f93e6038f3362437dcb8f4cc8a5b8617f0 Mon Sep 17 00:00:00 2001 From: dragonvslinux <35779158+dragononcrypto@users.noreply.github.com> Date: Wed, 16 Jan 2019 00:02:01 +0100 Subject: [PATCH] Update copyright 2018 -> 2019 --- cmd/geth/usage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go index 25a702dd73..fd8ec7cd99 100644 --- a/cmd/geth/usage.go +++ b/cmd/geth/usage.go @@ -33,7 +33,7 @@ import ( var AppHelpTemplate = `NAME: {{.App.Name}} - {{.App.Usage}} - Copyright 2013-2018 The go-ethereum Authors + Copyright 2013-2019 The go-ethereum Authors USAGE: {{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}