Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitek Karas <vitek.karas@microsoft.com>2019-03-14 02:37:29 +0300
committerGitHub <noreply@github.com>2019-03-14 02:37:29 +0300
commit885ed27fee392ce2618f98e3ef6287b22100fe7f (patch)
tree7f1ec72d2f62a91fcda156058b5414ab013c014d /src/installer/test/TestUtils/TestApp.cs
parent2aa7a4d8ac651c22a76713ce19b1ef8f3d2aa727 (diff)
Backfill license headers (dotnet/core-setup#5469)
Commit migrated from https://github.com/dotnet/core-setup/commit/b944f5ba22e7b4733e6437cb57d65e425cedac3d
Diffstat (limited to 'src/installer/test/TestUtils/TestApp.cs')
-rw-r--r--src/installer/test/TestUtils/TestApp.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/installer/test/TestUtils/TestApp.cs b/src/installer/test/TestUtils/TestApp.cs
index 064c74e11e0..f743b47508e 100644
--- a/src/installer/test/TestUtils/TestApp.cs
+++ b/src/installer/test/TestUtils/TestApp.cs
@@ -1,4 +1,7 @@
-using System.IO;
+// Copyright (c) .NET Foundation and contributors. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+using System.IO;
namespace Microsoft.DotNet.CoreSetup.Test
{