aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-04-14 17:33:10 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-04-14 17:33:10 +0800
commit6876e92f8d467dbefd88bbd91df700883ab9c2af (patch)
tree1bf152b98887bd251ff124f09238dcab7bdddb62 /eth
parent15f32a8d5758544b7993e46a7addf082994a5a3e (diff)
parent0cc492f81595c28caa24964a105446e362164539 (diff)
downloadgo-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.gz
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.bz2
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.lz
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.xz
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.zst
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.zip
Merge remote-tracking branch 'fjl/license-update-1.6'
Diffstat (limited to 'eth')
-rw-r--r--eth/config.go2
-rw-r--r--eth/gasprice/gasprice.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/eth/config.go b/eth/config.go
index 248ade647..7049940d3 100644
--- a/eth/config.go
+++ b/eth/config.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go
index 05c25e644..c662348e1 100644
--- a/eth/gasprice/gasprice.go
+++ b/eth/gasprice/gasprice.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The go-ethereum Authors
+// Copyright 2015 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify