From 0cb3641e6f9de97136260e28e2b1386cc5707f79 Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 21 Jan 2025 14:55:56 +0100 Subject: [PATCH] add license header to ssh_test.go --- cli/internal/cmd/ssh_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cli/internal/cmd/ssh_test.go b/cli/internal/cmd/ssh_test.go index a66e91eb2..d665ffd4a 100644 --- a/cli/internal/cmd/ssh_test.go +++ b/cli/internal/cmd/ssh_test.go @@ -1,3 +1,9 @@ +/* +Copyright (c) Edgeless Systems GmbH + +SPDX-License-Identifier: AGPL-3.0-only +*/ + package cmd import (