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.Http.Test/ModelBinding/Binders/DictionaryModelBinderProviderTest.cs')
-rw-r--r--test/System.Web.Http.Test/ModelBinding/Binders/DictionaryModelBinderProviderTest.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/System.Web.Http.Test/ModelBinding/Binders/DictionaryModelBinderProviderTest.cs b/test/System.Web.Http.Test/ModelBinding/Binders/DictionaryModelBinderProviderTest.cs
index d9c73bc0..0a42b79f 100644
--- a/test/System.Web.Http.Test/ModelBinding/Binders/DictionaryModelBinderProviderTest.cs
+++ b/test/System.Web.Http.Test/ModelBinding/Binders/DictionaryModelBinderProviderTest.cs
@@ -1,4 +1,6 @@
-using System.Collections.Generic;
+// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
+
+using System.Collections.Generic;
using System.Web.Http.Metadata.Providers;
using System.Web.Http.Util;
using Xunit;