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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Reflection/tests/ExceptionTests.cs')
-rw-r--r--src/System.Reflection/tests/ExceptionTests.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/System.Reflection/tests/ExceptionTests.cs b/src/System.Reflection/tests/ExceptionTests.cs
index 67b056eedd..adcd9c516f 100644
--- a/src/System.Reflection/tests/ExceptionTests.cs
+++ b/src/System.Reflection/tests/ExceptionTests.cs
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
using Xunit;
using System;
using System.Reflection;