From e8e591011c14f2ea4aa6d37eee186eebfffa4d58 Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 2 Jan 2019 13:28:58 +0900 Subject: [PATCH 1/2] add LGPL licence at update-licence.go --- build/update-license.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build/update-license.go b/build/update-license.go index 22e403342808..8b67e67452d3 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -1,3 +1,18 @@ +// Copyright 2018 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 +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// The go-ethereum library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with the go-ethereum library. If not, see . // +build none /* From e309bf59631a05800418527595509f74587f917e Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 2 Jan 2019 13:30:12 +0900 Subject: [PATCH 2/2] add empty line --- build/update-license.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build/update-license.go b/build/update-license.go index 8b67e67452d3..e3e00d4cc0cf 100644 --- a/build/update-license.go +++ b/build/update-license.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 . + // +build none /*