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

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Microsoft.TestCommon/ReflectionAssert.cs')
-rw-r--r--test/Microsoft.TestCommon/ReflectionAssert.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Microsoft.TestCommon/ReflectionAssert.cs b/test/Microsoft.TestCommon/ReflectionAssert.cs
index 0f92d99e..3cf5cece 100644
--- a/test/Microsoft.TestCommon/ReflectionAssert.cs
+++ b/test/Microsoft.TestCommon/ReflectionAssert.cs
@@ -1,4 +1,6 @@
-using System;
+// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
+
+using System;
using System.Linq.Expressions;
using System.Reflection;
using Assert = Microsoft.TestCommon.AssertEx;