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