summaryrefslogtreecommitdiff
path: root/src/dlls/mscorpe
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-01-27 11:41:24 -0800
committerstephentoub <stoub@microsoft.com>2016-01-27 13:22:16 -0800
commit21f8416ad4204afc18ce315d99baa5f4ada28d9a (patch)
tree6767624f3ab0c185ad7ceec5d6e07c2784058ecf /src/dlls/mscorpe
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/dlls/mscorpe')
-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
13 files changed, 39 insertions, 50 deletions
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>