Add missing MIT license headers
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 16 Apr 2015 22:00:58 +0000 (00:00 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 16 Apr 2015 22:00:58 +0000 (00:00 +0200)
.rc and .def files were missing the MIT license headers, so this
change adds them.

27 files changed:
src/ToolBox/SOS/Strike/ApolloNative.rc
src/ToolBox/SOS/Strike/Native.rc
src/ToolBox/SOS/Strike/sos.def
src/coreclr/hosts/coreconsole/native.rc
src/coreclr/hosts/corerun/native.rc
src/dlls/clretwrc/clretwrc.rc
src/dlls/dbgshim/dbgshim.rc
src/dlls/mscordac/Native.rc
src/dlls/mscordbi/Native.rc
src/dlls/mscoree/Native.rc
src/dlls/mscorrc/fuslog.rc
src/dlls/mscorrc/include.rc
src/dlls/mscorrc/mscorrc.common.rc
src/dlls/mscorrc/mscorrc.rc
src/dlls/mscorrc/mscorrc.small.rc
src/dlls/mscorrc/nativelog.rc
src/inc/CrstTypes.def
src/inc/cordebug_mktlb.rc
src/inc/metahost_mktlb.rc
src/inc/mscoree_mktlb.rc
src/inc/opcode.def
src/jit/Native.rc
src/jit/smopcode.def
src/jit/smopcodemap.def
src/mscorlib/Tools/Versioning/NativeVersion.rc
src/pal/prebuilt/corerror/mscorurt.rc
src/tools/crossgen/Native.rc

index 3c8817f..b950a3b 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft NTSD extension for .NET Runtime\0"
 
index a949313..53eda42 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft NTSD extension for .NET Runtime\0"
 
index dee2f63..e7a7ff9 100644 (file)
@@ -1,8 +1,7 @@
-; ==++==
-; 
-;   Copyright (c) Microsoft Corporation.  All rights reserved.
-; 
-; ==--==
+;
+; Copyright (c) Microsoft. All rights reserved.
+; Licensed under the MIT license. See LICENSE file in the project root for full license information.
+;
 LIBRARY STRIKE
 EXPORTS
     AnalyzeOOM
index dff3be6..b5188b2 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft CoreCLR Program launcher\0"
 
 #include <fxver.h>
index 540c000..fab623a 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft CoreCLR EXE launcher\0"
 
 #include <fxver.h>
index 13eb369..c6eb006 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime resources\0"
 
 #include <fxver.h>
index e37f67e..277c831 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #include "resource.h"
 
index d06d367..57108f0 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET External Data Access Support\0"
 
index 4199024..d839d45 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Debugging Services\0"
 
index 431f7c2..ea9ff4c 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Common Language Runtime - WorkStation\0"
 
index bf68d58..5934122 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 #include "fusres.h"
 
 #ifdef FEATURE_FUSION
index c7e35bb..dc36074 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #include "mscorrc.rc"
 #include "fuslog.rc"
index e8659c5..47443a6 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 STRINGTABLE DISCARDABLE 
 BEGIN
     IDS_EE_NAME_UNKNOWN_UNQ                 "<Unknown %1>"
index 4650b5f..3bd4a7d 100644 (file)
@@ -1,8 +1,8 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 //Microsoft Developer Studio generated resource script.
 //
 #include "resource.h"
index 21140c4..e6f5709 100644 (file)
@@ -1,8 +1,8 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 //Microsoft Developer Studio generated resource script.
 //
 #include "resource.h"
index 31606ef..a99a08e 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 #include "nativeres.h"
 
 #ifdef FEATURE_FUSION
index 277095b..fe1da3e 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
 //
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
 //
-// ==--==
 
 //
 // This file is used to describe the different types of Crst and their dependencies on other Crst types (in
index a06877c..adf90ff 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Debugging Interfaces\0"
 #define FX_VER_INTERNALNAME_STR CORDEBUG.IDL
index 2b20a1c..ae868f1 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Metahosting Interfaces\0"
 #define FX_VER_INTERNALNAME_STR METAHOST.IDL
index 00404dd..555dd5b 100644 (file)
@@ -1,8 +1,7 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
 
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime CLR Loading and Configuration Interfaces\0"
 #define FX_VER_INTERNALNAME_STR MSCOREE.DLL
index da51689..151f633 100644 (file)
@@ -1,8 +1,8 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 /*****************************************************************************
  **                                                                         **
  ** Opcode.def - COM+ Intrinsic Opcodes and Macros.                         **
index 23e532a..d6fb539 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Just-In-Time Compiler\0"
 
 #include <fxver.h>
index fcd945f..db9a6d7 100644 (file)
@@ -1,8 +1,8 @@
-// ==++==
 //
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
 //
-// ==--==
+
 /*******************************************************************************************
  **                                                                                       **
  ** Auto-generated file. Do NOT modify!                                                   **
index 5321d7a..e3133f6 100644 (file)
@@ -1,8 +1,8 @@
-// ==++==
-// 
-//   Copyright (c) Microsoft Corporation.  All rights reserved.
-// 
-// ==--==
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 /*******************************************************************************************
  **                                                                                       **
  ** OpcodeMap.def - Mapping between opcodes in EE to opcodes in the state machine in JIT. **
index 35ae204..98943f8 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 #include "GeneratedVersion.h"
 
 #include <windows.h>
index f7a5e06..24e52f2 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 STRINGTABLE DISCARDABLE
 BEGIN
        MSG_FOR_URT_HR(CORDBG_S_AT_END_OF_STACK) "The stack walk has reached the end of the stack.  There are no more frames to walk."
index c2eb725..c1d6b93 100644 (file)
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
 #define FX_VER_FILEDESCRIPTION_STR "Microsoft Common Language Runtime native cross compiler\0"
 
 #include "..\..\dlls\mscorrc\mscorrc.rc"