aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaoping-ku <haoping.ku@dexon.org>2018-11-28 12:52:54 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-11-28 12:52:54 +0800
commit9ea448b35bfbc12155bf4c286fb5ed657919c1cf (patch)
tree58442409c5ef68046f9f13d0e4f17ed2929cfb00
parent2c2361e62d07a2ae0a7918e906a2bcbc0756320a (diff)
downloaddexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.tar
dexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.tar.gz
dexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.tar.bz2
dexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.tar.lz
dexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.tar.xz
dexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.tar.zst
dexon-consensus-9ea448b35bfbc12155bf4c286fb5ed657919c1cf.zip
core: fix license in common/types.go (#345)
-rw-r--r--common/types.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/types.go b/common/types.go
index a5dfab1..883492b 100644
--- a/common/types.go
+++ b/common/types.go
@@ -15,23 +15,6 @@
// along with the dexon-consensus library. If not, see
// <http://www.gnu.org/licenses/>.
-// Copyright 2018 The dexon-consensus Authors
-// This file is part of the dexon-consensus library.
-//
-// The dexon-consensus 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 dexon-consensus 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 dexon-consensus library. If not, see
-// <http://www.gnu.org/licenses/>.
-
package common
import (