summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-09-29 09:06:30 +0200
committerMartin Polden <mpolden@mpolden.no>2021-09-29 09:06:30 +0200
commit728dfbe2c8dc0b387b5e6671ff0fe4e4cfbed2f8 (patch)
tree36d43416f4eba388acec84e906ac06d64ed0f117 /client
parent7e9e07995ce83e148cd62d0eb7dbecdad8bcac77 (diff)
Fix copyright headers
Diffstat (limited to 'client')
-rw-r--r--client/go/build/build.go1
-rw-r--r--client/go/cmd/api_key.go2
-rw-r--r--client/go/cmd/cert.go2
-rw-r--r--client/go/cmd/clone.go2
-rw-r--r--client/go/cmd/clone_list.go1
-rw-r--r--client/go/cmd/clone_list_test.go1
-rw-r--r--client/go/cmd/clone_test.go2
-rw-r--r--client/go/cmd/config.go2
-rw-r--r--client/go/cmd/config_test.go1
-rw-r--r--client/go/cmd/deploy.go2
-rw-r--r--client/go/cmd/log.go1
-rw-r--r--client/go/cmd/log_test.go1
-rw-r--r--client/go/cmd/man.go1
-rw-r--r--client/go/cmd/man_test.go1
-rw-r--r--client/go/cmd/query.go2
-rw-r--r--client/go/cmd/query_test.go2
-rw-r--r--client/go/cmd/status.go2
-rw-r--r--client/go/cmd/status_test.go2
-rw-r--r--client/go/cmd/version.go1
-rw-r--r--client/go/cmd/version_test.go1
-rw-r--r--client/go/cmd/vespa/main.go2
-rw-r--r--client/go/util/http.go2
-rw-r--r--client/go/util/http_test.go2
-rw-r--r--client/go/util/io.go2
-rw-r--r--client/go/util/operation_result.go2
-rw-r--r--client/go/version/version.go1
-rw-r--r--client/go/version/version_test.go1
-rw-r--r--client/go/vespa/crypto.go1
-rw-r--r--client/go/vespa/crypto_test.go1
-rw-r--r--client/go/vespa/deploy.go2
-rw-r--r--client/go/vespa/deploy_test.go1
-rw-r--r--client/go/vespa/id.go2
-rw-r--r--client/go/vespa/id_test.go1
-rw-r--r--client/go/vespa/log.go1
-rw-r--r--client/go/vespa/log_test.go1
-rw-r--r--client/go/vespa/target.go1
-rw-r--r--client/go/vespa/target_test.go1
-rw-r--r--client/go/vespa/version.go1
38 files changed, 38 insertions, 17 deletions
diff --git a/client/go/build/build.go b/client/go/build/build.go
index a51518dbb8f..a8342a9fb1e 100644
--- a/client/go/build/build.go
+++ b/client/go/build/build.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package build
var Version string = "0.0.0-devel" // Overriden by linker flag as part of build
diff --git a/client/go/cmd/api_key.go b/client/go/cmd/api_key.go
index b3284daa993..ba2df8c40dc 100644
--- a/client/go/cmd/api_key.go
+++ b/client/go/cmd/api_key.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa api-key command
// Author: mpolden
package cmd
diff --git a/client/go/cmd/cert.go b/client/go/cmd/cert.go
index 54a2c09256f..eaf3fc564dd 100644
--- a/client/go/cmd/cert.go
+++ b/client/go/cmd/cert.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa cert command
// Author: mpolden
package cmd
diff --git a/client/go/cmd/clone.go b/client/go/cmd/clone.go
index 508ad49438f..9bae300c399 100644
--- a/client/go/cmd/clone.go
+++ b/client/go/cmd/clone.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa clone command
// author: bratseth
diff --git a/client/go/cmd/clone_list.go b/client/go/cmd/clone_list.go
index f0ded5385cb..cb8e1acf4e9 100644
--- a/client/go/cmd/clone_list.go
+++ b/client/go/cmd/clone_list.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/clone_list_test.go b/client/go/cmd/clone_list_test.go
index 9ef4be47c9c..1138e5de064 100644
--- a/client/go/cmd/clone_list_test.go
+++ b/client/go/cmd/clone_list_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/clone_test.go b/client/go/cmd/clone_test.go
index 6cf11dd4d40..054dc7b21fb 100644
--- a/client/go/cmd/clone_test.go
+++ b/client/go/cmd/clone_test.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// init command tests
// Author: bratseth
diff --git a/client/go/cmd/config.go b/client/go/cmd/config.go
index 863f247bd7c..a5d6a05a048 100644
--- a/client/go/cmd/config.go
+++ b/client/go/cmd/config.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa config command
// author: bratseth
diff --git a/client/go/cmd/config_test.go b/client/go/cmd/config_test.go
index 25ba7cc0655..223c8a396c3 100644
--- a/client/go/cmd/config_test.go
+++ b/client/go/cmd/config_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/deploy.go b/client/go/cmd/deploy.go
index b3171d184e0..1380eca5bbb 100644
--- a/client/go/cmd/deploy.go
+++ b/client/go/cmd/deploy.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa deploy command
// Author: bratseth
diff --git a/client/go/cmd/log.go b/client/go/cmd/log.go
index acfeef0e71f..4577e890959 100644
--- a/client/go/cmd/log.go
+++ b/client/go/cmd/log.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/log_test.go b/client/go/cmd/log_test.go
index a4660001ec4..7808d429e4f 100644
--- a/client/go/cmd/log_test.go
+++ b/client/go/cmd/log_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/man.go b/client/go/cmd/man.go
index ff7f6fb1b6a..d90898117de 100644
--- a/client/go/cmd/man.go
+++ b/client/go/cmd/man.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/man_test.go b/client/go/cmd/man_test.go
index f7c33c8b3a1..dfbe04f4c8e 100644
--- a/client/go/cmd/man_test.go
+++ b/client/go/cmd/man_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/query.go b/client/go/cmd/query.go
index f05914eb9a7..7de0addb9b8 100644
--- a/client/go/cmd/query.go
+++ b/client/go/cmd/query.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa query command
// author: bratseth
diff --git a/client/go/cmd/query_test.go b/client/go/cmd/query_test.go
index 137ffa01cd5..b4ae63d777f 100644
--- a/client/go/cmd/query_test.go
+++ b/client/go/cmd/query_test.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// query command tests
// Author: bratseth
diff --git a/client/go/cmd/status.go b/client/go/cmd/status.go
index 5fdcaa07d8a..c72df481547 100644
--- a/client/go/cmd/status.go
+++ b/client/go/cmd/status.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa status command
// author: bratseth
diff --git a/client/go/cmd/status_test.go b/client/go/cmd/status_test.go
index 0c1c8e4e3a7..fc2ba3d4586 100644
--- a/client/go/cmd/status_test.go
+++ b/client/go/cmd/status_test.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// status command tests
// Author: bratseth
diff --git a/client/go/cmd/version.go b/client/go/cmd/version.go
index 749d17a41d9..d2760402851 100644
--- a/client/go/cmd/version.go
+++ b/client/go/cmd/version.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/version_test.go b/client/go/cmd/version_test.go
index 9eeaaaa4692..039f75a6ecd 100644
--- a/client/go/cmd/version_test.go
+++ b/client/go/cmd/version_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package cmd
import (
diff --git a/client/go/cmd/vespa/main.go b/client/go/cmd/vespa/main.go
index 73183da2a16..5fdf64f5ab4 100644
--- a/client/go/cmd/vespa/main.go
+++ b/client/go/cmd/vespa/main.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Cobra commands main file
// Author: bratseth
diff --git a/client/go/util/http.go b/client/go/util/http.go
index a8e2dbc2195..acd9bb4f7ec 100644
--- a/client/go/util/http.go
+++ b/client/go/util/http.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// A HTTP wrapper which handles some errors and provides a way to replace the HTTP client by a mock.
// Author: bratseth
diff --git a/client/go/util/http_test.go b/client/go/util/http_test.go
index 47c710bb068..0a0de1fdd4c 100644
--- a/client/go/util/http_test.go
+++ b/client/go/util/http_test.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Basic testing of our HTTP client wrapper
// Author: bratseth
diff --git a/client/go/util/io.go b/client/go/util/io.go
index 51361e344f0..f51c6060cb7 100644
--- a/client/go/util/io.go
+++ b/client/go/util/io.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// File utilities.
// Author: bratseth
diff --git a/client/go/util/operation_result.go b/client/go/util/operation_result.go
index fba73a68dc9..5e79f727d4e 100644
--- a/client/go/util/operation_result.go
+++ b/client/go/util/operation_result.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// A struct containing the result of an operation
// Author: bratseth
diff --git a/client/go/version/version.go b/client/go/version/version.go
index 27b7da1d0f5..00e26d25135 100644
--- a/client/go/version/version.go
+++ b/client/go/version/version.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package version
import (
diff --git a/client/go/version/version_test.go b/client/go/version/version_test.go
index 3602715cca8..759b1c1d0c1 100644
--- a/client/go/version/version_test.go
+++ b/client/go/version/version_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package version
import (
diff --git a/client/go/vespa/crypto.go b/client/go/vespa/crypto.go
index fb336b88210..b4a5a5b7da8 100644
--- a/client/go/vespa/crypto.go
+++ b/client/go/vespa/crypto.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/crypto_test.go b/client/go/vespa/crypto_test.go
index 87d6587c850..89d50d15d70 100644
--- a/client/go/vespa/crypto_test.go
+++ b/client/go/vespa/crypto_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/deploy.go b/client/go/vespa/deploy.go
index 19319724d18..eec0182b0ce 100644
--- a/client/go/vespa/deploy.go
+++ b/client/go/vespa/deploy.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa deploy API
// Author: bratseth
diff --git a/client/go/vespa/deploy_test.go b/client/go/vespa/deploy_test.go
index 32b31eebf7c..d353dafca19 100644
--- a/client/go/vespa/deploy_test.go
+++ b/client/go/vespa/deploy_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/id.go b/client/go/vespa/id.go
index ad6e289586e..b0dc770ad52 100644
--- a/client/go/vespa/id.go
+++ b/client/go/vespa/id.go
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// vespa document ids
// Author: bratseth
diff --git a/client/go/vespa/id_test.go b/client/go/vespa/id_test.go
index 61183465186..343affc1602 100644
--- a/client/go/vespa/id_test.go
+++ b/client/go/vespa/id_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/log.go b/client/go/vespa/log.go
index 94505004b9c..0e2cb5d0bfd 100644
--- a/client/go/vespa/log.go
+++ b/client/go/vespa/log.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/log_test.go b/client/go/vespa/log_test.go
index f8e66db0474..2d0c75d0a0a 100644
--- a/client/go/vespa/log_test.go
+++ b/client/go/vespa/log_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/target.go b/client/go/vespa/target.go
index f05d109aeaa..8a09440f5cc 100644
--- a/client/go/vespa/target.go
+++ b/client/go/vespa/target.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/target_test.go b/client/go/vespa/target_test.go
index b5f967b935a..ed924059297 100644
--- a/client/go/vespa/target_test.go
+++ b/client/go/vespa/target_test.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
import (
diff --git a/client/go/vespa/version.go b/client/go/vespa/version.go
index e5a89f4cb58..b20c6d360d7 100644
--- a/client/go/vespa/version.go
+++ b/client/go/vespa/version.go
@@ -1,3 +1,4 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package vespa
// Version is the Vespa CLI version number