From 58eac0d5d468f5b5db07526b2f9369eaa88d9c08 Mon Sep 17 00:00:00 2001 From: Varshitha Bachu Date: Thu, 14 Nov 2024 15:07:03 -0800 Subject: [PATCH] added file header to new tests file --- test/FunctionsV2/AzureStorageOptionsTests.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/FunctionsV2/AzureStorageOptionsTests.cs b/test/FunctionsV2/AzureStorageOptionsTests.cs index 300ab3b7e..a54845c1b 100644 --- a/test/FunctionsV2/AzureStorageOptionsTests.cs +++ b/test/FunctionsV2/AzureStorageOptionsTests.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) .NET Foundation. All rights reserved. +// Licensed under the MIT License. See LICENSE in the project root for license information. + +using System; using System.Collections.Generic; using System.Linq; using System.Text;