summaryrefslogtreecommitdiffstats
path: root/client/go/cmd
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/go/cmd
parent7e9e07995ce83e148cd62d0eb7dbecdad8bcac77 (diff)
Fix copyright headers
Diffstat (limited to 'client/go/cmd')
-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
20 files changed, 20 insertions, 11 deletions
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