aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-04-14 16:29:00 +0800
committerFelix Lange <fjl@twurst.com>2017-04-14 16:29:00 +0800
commit0cc492f81595c28caa24964a105446e362164539 (patch)
tree438835ab21a0eba74aef9c43fe4d5f35cd2f5d85 /eth
parentb35aa21f9f8561c09cfe4d3b0548eda6cff8604e (diff)
downloadgo-tangerine-0cc492f81595c28caa24964a105446e362164539.tar
go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.gz
go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.bz2
go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.lz
go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.xz
go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.zst
go-tangerine-0cc492f81595c28caa24964a105446e362164539.zip
all: update license information
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 daa402ca5..90300bc05 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