summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/clretwrc/clretwrc.rc9
-rw-r--r--src/dlls/dbgshim/dbgshim.cpp7
-rw-r--r--src/dlls/dbgshim/dbgshim.h7
-rw-r--r--src/dlls/dbgshim/dbgshim.ntdef9
-rw-r--r--src/dlls/dbgshim/dbgshim.rc7
-rw-r--r--src/dlls/dbgshim/resource.h7
-rw-r--r--src/dlls/mscordac/Native.rc7
-rw-r--r--src/dlls/mscordac/mscordac.cpp7
-rw-r--r--src/dlls/mscordac/mscordac.src8
-rw-r--r--src/dlls/mscordbi/Native.rc7
-rw-r--r--src/dlls/mscordbi/mscordbi.cpp7
-rw-r--r--src/dlls/mscordbi/mscordbi.src8
-rw-r--r--src/dlls/mscordbi/stdafx.cpp7
-rw-r--r--src/dlls/mscordbi/stdafx.h7
-rw-r--r--src/dlls/mscoree/Native.rc7
-rw-r--r--src/dlls/mscoree/comcallunmarshal.cpp7
-rw-r--r--src/dlls/mscoree/comcallunmarshal.h7
-rw-r--r--src/dlls/mscoree/delayload.cpp7
-rw-r--r--src/dlls/mscoree/mscoree.cpp7
-rw-r--r--src/dlls/mscoree/mscoreeBBT.bat9
-rw-r--r--src/dlls/mscoree/mscorwks_ntdef.src9
-rw-r--r--src/dlls/mscoree/stdafx.cpp7
-rw-r--r--src/dlls/mscoree/stdafx.h7
-rw-r--r--src/dlls/mscoree/unixinterface.cpp7
-rw-r--r--src/dlls/mscorpe/Native.rc7
-rw-r--r--src/dlls/mscorpe/ceefilegenwriter.cpp7
-rw-r--r--src/dlls/mscorpe/ceefilegenwritertokens.cpp7
-rw-r--r--src/dlls/mscorpe/iceefilegen.cpp7
-rw-r--r--src/dlls/mscorpe/mscorpe/mscorpe.def6
-rw-r--r--src/dlls/mscorpe/mscorpe/wrapper.cpp7
-rw-r--r--src/dlls/mscorpe/mscorpehost/mscorpehost.def6
-rw-r--r--src/dlls/mscorpe/pewriter.cpp7
-rw-r--r--src/dlls/mscorpe/pewriter.h7
-rw-r--r--src/dlls/mscorpe/stdafx.cpp7
-rw-r--r--src/dlls/mscorpe/stdafx.h7
-rw-r--r--src/dlls/mscorpe/stubs.h7
-rw-r--r--src/dlls/mscorpe/utilcodeinit.cpp7
-rw-r--r--src/dlls/mscorrc/fuslog.rc7
-rw-r--r--src/dlls/mscorrc/fusres.h7
-rw-r--r--src/dlls/mscorrc/include.rc7
-rw-r--r--src/dlls/mscorrc/mscorrc.common.rc9
-rw-r--r--src/dlls/mscorrc/mscorrc.rc7
-rw-r--r--src/dlls/mscorrc/mscorrc.rc29
-rw-r--r--src/dlls/mscorrc/mscorrc.small.rc7
-rw-r--r--src/dlls/mscorrc/nativelog.rc7
-rw-r--r--src/dlls/mscorrc/nativeres.h7
-rw-r--r--src/dlls/mscorrc/resource.h7
47 files changed, 147 insertions, 194 deletions
diff --git a/src/dlls/clretwrc/clretwrc.rc b/src/dlls/clretwrc/clretwrc.rc
index c6eb0068c9..3c6f69b9d0 100644
--- a/src/dlls/clretwrc/clretwrc.rc
+++ b/src/dlls/clretwrc/clretwrc.rc
@@ -1,10 +1,9 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime resources\0"
#include <fxver.h>
#include <fxver.rc>
-#include "ClrEtwAll.rc" \ No newline at end of file
+#include "ClrEtwAll.rc"
diff --git a/src/dlls/dbgshim/dbgshim.cpp b/src/dlls/dbgshim/dbgshim.cpp
index eeccfe8f2b..e6934cf722 100644
--- a/src/dlls/dbgshim/dbgshim.cpp
+++ b/src/dlls/dbgshim/dbgshim.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// DbgShim.cpp
//
diff --git a/src/dlls/dbgshim/dbgshim.h b/src/dlls/dbgshim/dbgshim.h
index f706b89c9b..979a7ee6da 100644
--- a/src/dlls/dbgshim/dbgshim.h
+++ b/src/dlls/dbgshim/dbgshim.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// DbgShim.h
//
diff --git a/src/dlls/dbgshim/dbgshim.ntdef b/src/dlls/dbgshim/dbgshim.ntdef
index cc62a40304..4b726a9da5 100644
--- a/src/dlls/dbgshim/dbgshim.ntdef
+++ b/src/dlls/dbgshim/dbgshim.ntdef
@@ -1,8 +1,7 @@
-; ==++==
-;
-; Copyright (c) Microsoft Corporation. All rights reserved.
-;
-; ==--==
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
+
EXPORTS
RegisterForRuntimeStartup
UnregisterForRuntimeStartup
diff --git a/src/dlls/dbgshim/dbgshim.rc b/src/dlls/dbgshim/dbgshim.rc
index 277c831aac..c1d53acc7d 100644
--- a/src/dlls/dbgshim/dbgshim.rc
+++ b/src/dlls/dbgshim/dbgshim.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "resource.h"
diff --git a/src/dlls/dbgshim/resource.h b/src/dlls/dbgshim/resource.h
index 877f3cd43b..45274bad55 100644
--- a/src/dlls/dbgshim/resource.h
+++ b/src/dlls/dbgshim/resource.h
@@ -1,4 +1,3 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
diff --git a/src/dlls/mscordac/Native.rc b/src/dlls/mscordac/Native.rc
index 57108f08ce..b98bc187e6 100644
--- a/src/dlls/mscordac/Native.rc
+++ b/src/dlls/mscordac/Native.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET External Data Access Support\0"
diff --git a/src/dlls/mscordac/mscordac.cpp b/src/dlls/mscordac/mscordac.cpp
index 3d5c527ac2..94fdac5809 100644
--- a/src/dlls/mscordac/mscordac.cpp
+++ b/src/dlls/mscordac/mscordac.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifdef FEATURE_PAL
diff --git a/src/dlls/mscordac/mscordac.src b/src/dlls/mscordac/mscordac.src
index e26c2ba4c7..a107d4b504 100644
--- a/src/dlls/mscordac/mscordac.src
+++ b/src/dlls/mscordac/mscordac.src
@@ -1,8 +1,6 @@
-; ==++==
-;
-; Copyright (c) Microsoft Corporation. All rights reserved.
-;
-; ==--==
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
EXPORTS
OutOfProcessFunctionTableCallback
diff --git a/src/dlls/mscordbi/Native.rc b/src/dlls/mscordbi/Native.rc
index d839d459a7..529ae06f6b 100644
--- a/src/dlls/mscordbi/Native.rc
+++ b/src/dlls/mscordbi/Native.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Debugging Services\0"
diff --git a/src/dlls/mscordbi/mscordbi.cpp b/src/dlls/mscordbi/mscordbi.cpp
index 5252a1b9b8..4ef92c7ee8 100644
--- a/src/dlls/mscordbi/mscordbi.cpp
+++ b/src/dlls/mscordbi/mscordbi.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// MSCorDBI.cpp
//
diff --git a/src/dlls/mscordbi/mscordbi.src b/src/dlls/mscordbi/mscordbi.src
index fb8d8b0ef0..0baa49537e 100644
--- a/src/dlls/mscordbi/mscordbi.src
+++ b/src/dlls/mscordbi/mscordbi.src
@@ -1,8 +1,6 @@
-; ==++==
-;
-; Copyright (c) Microsoft Corporation. All rights reserved.
-;
-; ==--==
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
LIBRARY mscordbi
diff --git a/src/dlls/mscordbi/stdafx.cpp b/src/dlls/mscordbi/stdafx.cpp
index c15f894df4..a23e304c22 100644
--- a/src/dlls/mscordbi/stdafx.cpp
+++ b/src/dlls/mscordbi/stdafx.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.cpp
//
diff --git a/src/dlls/mscordbi/stdafx.h b/src/dlls/mscordbi/stdafx.h
index ea1544cf58..feb0145d55 100644
--- a/src/dlls/mscordbi/stdafx.h
+++ b/src/dlls/mscordbi/stdafx.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.h
//
diff --git a/src/dlls/mscoree/Native.rc b/src/dlls/mscoree/Native.rc
index ea9ff4c382..bac0c7e90b 100644
--- a/src/dlls/mscoree/Native.rc
+++ b/src/dlls/mscoree/Native.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Common Language Runtime - WorkStation\0"
diff --git a/src/dlls/mscoree/comcallunmarshal.cpp b/src/dlls/mscoree/comcallunmarshal.cpp
index d12b5c1645..d0f9b7ca75 100644
--- a/src/dlls/mscoree/comcallunmarshal.cpp
+++ b/src/dlls/mscoree/comcallunmarshal.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: ComCallUnmarshal.cpp
//
diff --git a/src/dlls/mscoree/comcallunmarshal.h b/src/dlls/mscoree/comcallunmarshal.h
index 4efc3dffd2..2e8af4511a 100644
--- a/src/dlls/mscoree/comcallunmarshal.h
+++ b/src/dlls/mscoree/comcallunmarshal.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: ComCallUnmarshal.h
//
diff --git a/src/dlls/mscoree/delayload.cpp b/src/dlls/mscoree/delayload.cpp
index 8ea2311314..40fb24707b 100644
--- a/src/dlls/mscoree/delayload.cpp
+++ b/src/dlls/mscoree/delayload.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// DelayLoad.cpp
//
diff --git a/src/dlls/mscoree/mscoree.cpp b/src/dlls/mscoree/mscoree.cpp
index 4a581ad6f7..11863e936e 100644
--- a/src/dlls/mscoree/mscoree.cpp
+++ b/src/dlls/mscoree/mscoree.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// MSCoree.cpp
//*****************************************************************************
diff --git a/src/dlls/mscoree/mscoreeBBT.bat b/src/dlls/mscoree/mscoreeBBT.bat
index dd698881d7..e8a3bb3eae 100644
--- a/src/dlls/mscoree/mscoreeBBT.bat
+++ b/src/dlls/mscoree/mscoreeBBT.bat
@@ -1,8 +1,7 @@
-@rem ==++==
-@rem
-@rem Copyright (c) Microsoft Corporation. All rights reserved.
-@rem
-@rem ==--==
+@rem Licensed to the .NET Foundation under one or more agreements.
+@rem The .NET Foundation licenses this file to you under the MIT license.
+@rem See the LICENSE file in the project root for more information.
+
setlocal
rem @echo off
REM Args are 1) full path to here 2) compile output dir 3) target platform 4) resulting binary
diff --git a/src/dlls/mscoree/mscorwks_ntdef.src b/src/dlls/mscoree/mscorwks_ntdef.src
index 090e5b6e36..13656d7aca 100644
--- a/src/dlls/mscoree/mscorwks_ntdef.src
+++ b/src/dlls/mscoree/mscorwks_ntdef.src
@@ -1,8 +1,7 @@
-; ==++==
-;
-; Copyright (c) Microsoft Corporation. All rights reserved.
-;
-; ==--==
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
+
EXPORTS
;
; Common exports
diff --git a/src/dlls/mscoree/stdafx.cpp b/src/dlls/mscoree/stdafx.cpp
index c15f894df4..a23e304c22 100644
--- a/src/dlls/mscoree/stdafx.cpp
+++ b/src/dlls/mscoree/stdafx.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.cpp
//
diff --git a/src/dlls/mscoree/stdafx.h b/src/dlls/mscoree/stdafx.h
index 5ab424b95e..4df1417ebf 100644
--- a/src/dlls/mscoree/stdafx.h
+++ b/src/dlls/mscoree/stdafx.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.h
//
diff --git a/src/dlls/mscoree/unixinterface.cpp b/src/dlls/mscoree/unixinterface.cpp
index 9259590d0c..c3156c3a0f 100644
--- a/src/dlls/mscoree/unixinterface.cpp
+++ b/src/dlls/mscoree/unixinterface.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
diff --git a/src/dlls/mscorpe/Native.rc b/src/dlls/mscorpe/Native.rc
index 1711906807..e652bf3f1d 100644
--- a/src/dlls/mscorpe/Native.rc
+++ b/src/dlls/mscorpe/Native.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime PE File Generator\0"
diff --git a/src/dlls/mscorpe/ceefilegenwriter.cpp b/src/dlls/mscorpe/ceefilegenwriter.cpp
index e40e8ac710..67031484ed 100644
--- a/src/dlls/mscorpe/ceefilegenwriter.cpp
+++ b/src/dlls/mscorpe/ceefilegenwriter.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
// Derived class from CCeeGen which handles writing out
// the exe. All references to PEWriter pulled out of CCeeGen,
// and moved here
diff --git a/src/dlls/mscorpe/ceefilegenwritertokens.cpp b/src/dlls/mscorpe/ceefilegenwritertokens.cpp
index 65d83afbe8..e2d448552d 100644
--- a/src/dlls/mscorpe/ceefilegenwritertokens.cpp
+++ b/src/dlls/mscorpe/ceefilegenwritertokens.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// CeeFileGenWriterTokens.cpp
//
diff --git a/src/dlls/mscorpe/iceefilegen.cpp b/src/dlls/mscorpe/iceefilegen.cpp
index d41dcfd779..f4323b9e8c 100644
--- a/src/dlls/mscorpe/iceefilegen.cpp
+++ b/src/dlls/mscorpe/iceefilegen.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
// ===========================================================================
// File: CEEGEN.CPP
// ===========================================================================
diff --git a/src/dlls/mscorpe/mscorpe/mscorpe.def b/src/dlls/mscorpe/mscorpe/mscorpe.def
index 61cb90375f..875abc42a7 100644
--- a/src/dlls/mscorpe/mscorpe/mscorpe.def
+++ b/src/dlls/mscorpe/mscorpe/mscorpe.def
@@ -1,6 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
;
; mscorpe.def for mscorpe.dll (a simple wrapper around real implementation mscorpehost.dll - see
; file:wrapper.cpp for more details)
diff --git a/src/dlls/mscorpe/mscorpe/wrapper.cpp b/src/dlls/mscorpe/mscorpe/wrapper.cpp
index c5822cd127..d2f1701ec4 100644
--- a/src/dlls/mscorpe/mscorpe/wrapper.cpp
+++ b/src/dlls/mscorpe/mscorpe/wrapper.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// File: wrapper.cpp
//
diff --git a/src/dlls/mscorpe/mscorpehost/mscorpehost.def b/src/dlls/mscorpe/mscorpehost/mscorpehost.def
index e10fc1b682..0cf870b17b 100644
--- a/src/dlls/mscorpe/mscorpehost/mscorpehost.def
+++ b/src/dlls/mscorpe/mscorpehost/mscorpehost.def
@@ -1,6 +1,6 @@
-;
-; Copyright (c) Microsoft. All rights reserved.
-; Licensed under the MIT license. See LICENSE file in the project root for full license information.
+; Licensed to the .NET Foundation under one or more agreements.
+; The .NET Foundation licenses this file to you under the MIT license.
+; See the LICENSE file in the project root for more information.
;
; PeWriter.def for PeWriter.dll
; PE file generator in EE
diff --git a/src/dlls/mscorpe/pewriter.cpp b/src/dlls/mscorpe/pewriter.cpp
index 450b26cc53..72684a6085 100644
--- a/src/dlls/mscorpe/pewriter.cpp
+++ b/src/dlls/mscorpe/pewriter.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "stdafx.h"
#include "blobfetcher.h"
diff --git a/src/dlls/mscorpe/pewriter.h b/src/dlls/mscorpe/pewriter.h
index 8ef9e5666a..3a4a4fd647 100644
--- a/src/dlls/mscorpe/pewriter.h
+++ b/src/dlls/mscorpe/pewriter.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef PEWriter_H
#define PEWriter_H
diff --git a/src/dlls/mscorpe/stdafx.cpp b/src/dlls/mscorpe/stdafx.cpp
index 9d644a32b1..6321e11d12 100644
--- a/src/dlls/mscorpe/stdafx.cpp
+++ b/src/dlls/mscorpe/stdafx.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.cpp
//
diff --git a/src/dlls/mscorpe/stdafx.h b/src/dlls/mscorpe/stdafx.h
index 2d34ce2ba6..c97b552cdd 100644
--- a/src/dlls/mscorpe/stdafx.h
+++ b/src/dlls/mscorpe/stdafx.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.h
//
diff --git a/src/dlls/mscorpe/stubs.h b/src/dlls/mscorpe/stubs.h
index e232591518..70ebed4d14 100644
--- a/src/dlls/mscorpe/stubs.h
+++ b/src/dlls/mscorpe/stubs.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// Stubs.h
//
diff --git a/src/dlls/mscorpe/utilcodeinit.cpp b/src/dlls/mscorpe/utilcodeinit.cpp
index 3c50bb340e..0e9fab9860 100644
--- a/src/dlls/mscorpe/utilcodeinit.cpp
+++ b/src/dlls/mscorpe/utilcodeinit.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "stdafx.h"
#include <utilcode.h>
diff --git a/src/dlls/mscorrc/fuslog.rc b/src/dlls/mscorrc/fuslog.rc
index 5934122773..8a106fa084 100644
--- a/src/dlls/mscorrc/fuslog.rc
+++ b/src/dlls/mscorrc/fuslog.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "fusres.h"
#ifdef FEATURE_FUSION
diff --git a/src/dlls/mscorrc/fusres.h b/src/dlls/mscorrc/fusres.h
index 4b8b234363..6d3e1b2216 100644
--- a/src/dlls/mscorrc/fusres.h
+++ b/src/dlls/mscorrc/fusres.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef __FUSION_RESOURCE_H_
#define __FUSION_RESOURCE_H_
diff --git a/src/dlls/mscorrc/include.rc b/src/dlls/mscorrc/include.rc
index dc36074e86..ee46940871 100644
--- a/src/dlls/mscorrc/include.rc
+++ b/src/dlls/mscorrc/include.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "mscorrc.rc"
#include "fuslog.rc"
diff --git a/src/dlls/mscorrc/mscorrc.common.rc b/src/dlls/mscorrc/mscorrc.common.rc
index 47443a6b8a..602e8c84ee 100644
--- a/src/dlls/mscorrc/mscorrc.common.rc
+++ b/src/dlls/mscorrc/mscorrc.common.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
STRINGTABLE DISCARDABLE
BEGIN
@@ -10,4 +9,4 @@ BEGIN
IDS_EE_NAME_INMEMORYMODULE "<In Memory Module>"
IDS_DEBUG_UNHANDLEDEXCEPTION "Application has generated an exception that could not be handled.\n\nProcess ID=0x%x (%d), Thread ID=0x%x (%d).\n\nClick OK to terminate the application.\nClick CANCEL to debug the application."
IDS_DEBUG_SERVICE_CAPTION "Application Error"
-END \ No newline at end of file
+END
diff --git a/src/dlls/mscorrc/mscorrc.rc b/src/dlls/mscorrc/mscorrc.rc
index 05780c3c39..610fb76ba9 100644
--- a/src/dlls/mscorrc/mscorrc.rc
+++ b/src/dlls/mscorrc/mscorrc.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//Microsoft Developer Studio generated resource script.
//
diff --git a/src/dlls/mscorrc/mscorrc.rc2 b/src/dlls/mscorrc/mscorrc.rc2
index 1b7c5b2722..3e08368699 100644
--- a/src/dlls/mscorrc/mscorrc.rc2
+++ b/src/dlls/mscorrc/mscorrc.rc2
@@ -1,8 +1,7 @@
-// ==++==
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-//
-// ==--==
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
//*****************************************************************************
// CompRC.rc2
//
diff --git a/src/dlls/mscorrc/mscorrc.small.rc b/src/dlls/mscorrc/mscorrc.small.rc
index e6f5709189..75fbb1a86f 100644
--- a/src/dlls/mscorrc/mscorrc.small.rc
+++ b/src/dlls/mscorrc/mscorrc.small.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//Microsoft Developer Studio generated resource script.
//
diff --git a/src/dlls/mscorrc/nativelog.rc b/src/dlls/mscorrc/nativelog.rc
index a99a08eb8b..33e94dc129 100644
--- a/src/dlls/mscorrc/nativelog.rc
+++ b/src/dlls/mscorrc/nativelog.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "nativeres.h"
#ifdef FEATURE_FUSION
diff --git a/src/dlls/mscorrc/nativeres.h b/src/dlls/mscorrc/nativeres.h
index a964db8725..d1315176f8 100644
--- a/src/dlls/mscorrc/nativeres.h
+++ b/src/dlls/mscorrc/nativeres.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef __NATIVE_BINDER_RESOURCE_H_
#define __NATIVE_BINDER_RESOURCE_H_
diff --git a/src/dlls/mscorrc/resource.h b/src/dlls/mscorrc/resource.h
index 1aa47882e3..759cb54b30 100644
--- a/src/dlls/mscorrc/resource.h
+++ b/src/dlls/mscorrc/resource.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//{{NO_DEPENDENCIES}}
// Used by mscorrc.rc
//