From fb460766968b7122a5e86c30318179a35f423e4a Mon Sep 17 00:00:00 2001 From: Dan Kinsley Date: Tue, 19 Feb 2019 11:50:18 -0500 Subject: [PATCH] change copyright year --- accounts/abi/bind/backends/simulated_test.go | 2 +- accounts/abi/bind/base_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/abi/bind/backends/simulated_test.go b/accounts/abi/bind/backends/simulated_test.go index 095372680d..bd75807d75 100644 --- a/accounts/abi/bind/backends/simulated_test.go +++ b/accounts/abi/bind/backends/simulated_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2019 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/accounts/abi/bind/base_test.go b/accounts/abi/bind/base_test.go index 020c38f997..02caf457a4 100644 --- a/accounts/abi/bind/base_test.go +++ b/accounts/abi/bind/base_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2019 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