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/System.Web.WebPages.Test/Validation/ValidatorTest.cs')
-rw-r--r--test/System.Web.WebPages.Test/Validation/ValidatorTest.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/System.Web.WebPages.Test/Validation/ValidatorTest.cs b/test/System.Web.WebPages.Test/Validation/ValidatorTest.cs
index b934a110..3c701898 100644
--- a/test/System.Web.WebPages.Test/Validation/ValidatorTest.cs
+++ b/test/System.Web.WebPages.Test/Validation/ValidatorTest.cs
@@ -1,4 +1,6 @@
-using System.Collections.Specialized;
+// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
+
+using System.Collections.Specialized;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using Moq;