From d04a2e7557596258faa896fea57dc793651af2e8 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 14 Apr 2016 18:18:24 +0200 Subject: all: update license information --- core/headerchain.go | 1 + 1 file changed, 1 insertion(+) (limited to 'core/headerchain.go') diff --git a/core/headerchain.go b/core/headerchain.go index 21fc6e80a..5e0fbfb08 100644 --- a/core/headerchain.go +++ b/core/headerchain.go @@ -13,6 +13,7 @@ // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . + package core import ( -- cgit