From a54f9fa9595223fcea8bed834d94440676ec25d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 7 Jan 2020 11:30:31 +0200 Subject: [PATCH] trie: fix license year --- trie/node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/node_test.go b/trie/node_test.go index f816ee343c..52720f1c77 100644 --- a/trie/node_test.go +++ b/trie/node_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 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