From e3270cf0183ac4ba84ee0f52637e5e17469aff0c 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index c503316a1b..c77bd554cd 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 e625c32ce5..332e1ae8d5 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