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/Async/AsyncVoid.cs')
-rw-r--r--src/System.Web.Mvc/Async/AsyncVoid.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.Web.Mvc/Async/AsyncVoid.cs b/src/System.Web.Mvc/Async/AsyncVoid.cs
index 697438cc..147e8e59 100644
--- a/src/System.Web.Mvc/Async/AsyncVoid.cs
+++ b/src/System.Web.Mvc/Async/AsyncVoid.cs
@@ -1,4 +1,6 @@
-namespace System.Web.Mvc.Async
+// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
+
+namespace System.Web.Mvc.Async
{
// Dummy type used for passing something resembling 'void' to the async delegate functions
internal struct AsyncVoid