From e8e591011c14f2ea4aa6d37eee186eebfffa4d58 Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 2 Jan 2019 13:28:58 +0900 Subject: [PATCH] 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 22e4033428..8b67e67452 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 /*