aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils/utils.go
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-04 18:54:56 +0800
committerGitHub <noreply@github.com>2019-01-04 18:54:56 +0800
commitc7fdbd64be6228aa87b14f8953311c88cc14b4ff (patch)
tree92ea7f247184f57dc86ba355f97f1301af24fc7f /core/utils/utils.go
parent8bbf4bc3face4e040e52afd392b70def7b3aaf58 (diff)
downloadtangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.tar
tangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.tar.gz
tangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.tar.bz2
tangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.tar.lz
tangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.tar.xz
tangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.tar.zst
tangerine-consensus-c7fdbd64be6228aa87b14f8953311c88cc14b4ff.zip
test: allow empty change request (#398)
* allow empty reqs * Fix license
Diffstat (limited to 'core/utils/utils.go')
-rw-r--r--core/utils/utils.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/utils/utils.go b/core/utils/utils.go
index 687d0ea..8c9f77a 100644
--- a/core/utils/utils.go
+++ b/core/utils/utils.go
@@ -15,22 +15,6 @@
// along with the dexon-consensus library. If not, see
// <http://www.gnu.org/licenses/>.
-// 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 utils
import (