summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-07-16 18:36:39 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-07-16 18:36:39 +0200
commit3feccbc941d5dfee93b9114304b2542797616262 (patch)
treeee794a4a7e604c8dfa3f4d143c490b42f13574ae /vespaclient
parentc083bf967b0697a0357035762b76956ebe5f0e59 (diff)
Add copyright header
Diffstat (limited to 'vespaclient')
-rwxr-xr-xvespaclient/src/sh/vespa-get-cluster-state1
-rwxr-xr-xvespaclient/src/sh/vespa-get-node-state1
-rwxr-xr-xvespaclient/src/sh/vespa-set-node-state1
3 files changed, 3 insertions, 0 deletions
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)