From 46e50daf182a1401b47ef6f105f5e71bd37b8508 Mon Sep 17 00:00:00 2001 From: Smriti Dahal Date: Tue, 31 Oct 2023 19:58:09 -0700 Subject: [PATCH] added license header for new files --- pkg/utils/mockClient.go | 3 +++ pkg/utils/testUtils.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pkg/utils/mockClient.go b/pkg/utils/mockClient.go index c2386255f..ab8833266 100644 --- a/pkg/utils/mockClient.go +++ b/pkg/utils/mockClient.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license + package utils import ( diff --git a/pkg/utils/testUtils.go b/pkg/utils/testUtils.go index 72102e123..db3a07d30 100644 --- a/pkg/utils/testUtils.go +++ b/pkg/utils/testUtils.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + package utils import (