From 2321aa8739006b1708192008d49c7dd098f55dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Thu, 15 Nov 2018 15:40:32 +0100 Subject: [PATCH] add license header --- tests/gossip/run_gossip.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/gossip/run_gossip.sh b/tests/gossip/run_gossip.sh index e9d320f86..2174090a7 100644 --- a/tests/gossip/run_gossip.sh +++ b/tests/gossip/run_gossip.sh @@ -1,5 +1,16 @@ #!/bin/bash +# Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + master="127.0.0.1:9000" go run $GOPATH/src/github.com/bbva/qed/main.go agent -k key -l silent --bind $master --node 0 --role server & pids[0]=$!