From b51d9d7623737030fdb073b1e32935526ec3a280 Mon Sep 17 00:00:00 2001 From: Kenji Siu Date: Fri, 11 Nov 2016 18:32:19 +0800 Subject: [PATCH] cmd/geth: tidied up the source --- cmd/geth/chaincmd.go | 2 +- cmd/geth/main.go | 2 +- cmd/geth/misccmd.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 01d4299926..a116b5a6d0 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -1,4 +1,4 @@ -// Copyright 2013-2016 The go-ethereum Authors +// Copyright 2015 The go-ethereum Authors // This file is part of go-ethereum. // // go-ethereum is free software: you can redistribute it and/or modify diff --git a/cmd/geth/main.go b/cmd/geth/main.go index ca41a3410b..b2a176a2b1 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -1,4 +1,4 @@ -// Copyright 2013-2016 The go-ethereum Authors +// Copyright 2014 The go-ethereum Authors // This file is part of go-ethereum. // // go-ethereum is free software: you can redistribute it and/or modify diff --git a/cmd/geth/misccmd.go b/cmd/geth/misccmd.go index 72e64a8b1b..e0539bd1c8 100644 --- a/cmd/geth/misccmd.go +++ b/cmd/geth/misccmd.go @@ -1,4 +1,4 @@ -// Copyright 2013-2016 The go-ethereum Authors +// Copyright 2016 The go-ethereum Authors // This file is part of go-ethereum. // // go-ethereum is free software: you can redistribute it and/or modify