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