aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/auth/zts
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/cli/auth/zts')
-rw-r--r--client/go/internal/cli/auth/zts/zts.go1
-rw-r--r--client/go/internal/cli/auth/zts/zts_test.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/client/go/internal/cli/auth/zts/zts.go b/client/go/internal/cli/auth/zts/zts.go
index 19ea6e48b0c..b60aa363e70 100644
--- a/client/go/internal/cli/auth/zts/zts.go
+++ b/client/go/internal/cli/auth/zts/zts.go
@@ -1,3 +1,4 @@
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package zts
import (
diff --git a/client/go/internal/cli/auth/zts/zts_test.go b/client/go/internal/cli/auth/zts/zts_test.go
index ad1ed66f460..5f41aae9403 100644
--- a/client/go/internal/cli/auth/zts/zts_test.go
+++ b/client/go/internal/cli/auth/zts/zts_test.go
@@ -1,3 +1,4 @@
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package zts
import (