From cda4a82d8d4e906881df5ade5961c089e353b962 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Tue, 15 Jan 2019 11:18:20 +0100 Subject: [PATCH] fix year in license --- accounts/abi/reflect_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/reflect_test.go b/accounts/abi/reflect_test.go index e749e231f0..c425e6e54b 100644 --- a/accounts/abi/reflect_test.go +++ b/accounts/abi/reflect_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 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