From 3feccbc941d5dfee93b9114304b2542797616262 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 16 Jul 2019 18:36:39 +0200 Subject: Add copyright header --- vespaclient/src/sh/vespa-get-cluster-state | 1 + vespaclient/src/sh/vespa-get-node-state | 1 + vespaclient/src/sh/vespa-set-node-state | 1 + 3 files changed, 3 insertions(+) (limited to 'vespaclient') diff --git a/vespaclient/src/sh/vespa-get-cluster-state b/vespaclient/src/sh/vespa-get-cluster-state index a71a8a73abf..828f9af2231 100755 --- a/vespaclient/src/sh/vespa-get-cluster-state +++ b/vespaclient/src/sh/vespa-get-cluster-state @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. eval $(vespa-security-env) diff --git a/vespaclient/src/sh/vespa-get-node-state b/vespaclient/src/sh/vespa-get-node-state index 57709f3923a..ca8cc2e09b3 100755 --- a/vespaclient/src/sh/vespa-get-node-state +++ b/vespaclient/src/sh/vespa-get-node-state @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. eval $(vespa-security-env) diff --git a/vespaclient/src/sh/vespa-set-node-state b/vespaclient/src/sh/vespa-set-node-state index 25c8fff513b..574368d6b09 100755 --- a/vespaclient/src/sh/vespa-set-node-state +++ b/vespaclient/src/sh/vespa-set-node-state @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. eval $(vespa-security-env) -- cgit v1.2.3