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 'src/System.Web.Mvc/RouteDataValueProvider.cs')
-rw-r--r--src/System.Web.Mvc/RouteDataValueProvider.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.Web.Mvc/RouteDataValueProvider.cs b/src/System.Web.Mvc/RouteDataValueProvider.cs
index f31ec75a..e0704fad 100644
--- a/src/System.Web.Mvc/RouteDataValueProvider.cs
+++ b/src/System.Web.Mvc/RouteDataValueProvider.cs
@@ -1,4 +1,6 @@
-using System.Globalization;
+// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
+
+using System.Globalization;
namespace System.Web.Mvc
{