[threadpool] Add licensing header
authorLudovic Henry <ludovic.henry@xamarin.com>
Tue, 17 Mar 2015 19:16:44 +0000 (19:16 +0000)
committerLudovic Henry <ludovic.henry@xamarin.com>
Tue, 17 Mar 2015 19:27:06 +0000 (19:27 +0000)
mono/metadata/threadpool-microsoft.c

index c2a8600ee9f074e1a3f4e7c0d14a539767f5e1bf..8042462b694e34d38a77906b0ad97edead9c0fac 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * threadpool-microsoft.c: Microsoft threadpool runtime support
+ *
+ * Author:
+ *     Ludovic Henry (ludovic.henry@xamarin.com)
+ *
+ * Copyright 2015 Xamarin, Inc (http://www.xamarin.com)
+ */
+
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+// Files:
+//  - src/vm/comthreadpool.cpp
+//  - src/vm/win32threadpoolcpp
+//  - src/vm/threadpoolrequest.cpp
+//  - src/vm/hillclimbing.cpp
+//
+// Ported from C++ to C and adjusted to Mono runtime
 
 #include <stdlib.h>
 #include <complex.h>