Skip to content

Commit c97d092

Browse files
committed
forgot to add license header for constants file
1 parent 518ba6a commit c97d092

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/Cli/Func.E2ETests/Constants.cs

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
63

74
namespace Func.E2ETests
85
{
96
internal static class Constants
107
{
118
internal const string FuncPath = "FUNC_PATH";
129
}
10+
}

0 commit comments

Comments
 (0)