summaryrefslogtreecommitdiff
path: root/src/utilcode
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/utilcode
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/utilcode')
-rw-r--r--src/utilcode/apithreadstress.cpp9
-rw-r--r--src/utilcode/appxutil.cpp7
-rw-r--r--src/utilcode/arraylist.cpp7
-rw-r--r--src/utilcode/assemblyfilehash.cpp7
-rw-r--r--src/utilcode/bitvector.cpp7
-rw-r--r--src/utilcode/ccomprc.cpp7
-rw-r--r--src/utilcode/check.cpp7
-rw-r--r--src/utilcode/circularlog.cpp7
-rw-r--r--src/utilcode/clrconfig.cpp7
-rw-r--r--src/utilcode/clrhelpers.cpp7
-rw-r--r--src/utilcode/clrhost.cpp7
-rw-r--r--src/utilcode/clrhost_nodependencies.cpp7
-rw-r--r--src/utilcode/collections.cpp7
-rw-r--r--src/utilcode/comex.cpp7
-rw-r--r--src/utilcode/corimage.cpp7
-rw-r--r--src/utilcode/cycletimer.cpp7
-rw-r--r--src/utilcode/dacutil.cpp7
-rw-r--r--src/utilcode/debug.cpp7
-rw-r--r--src/utilcode/delayloadhelpers.cpp7
-rw-r--r--src/utilcode/dlwrap.cpp7
-rw-r--r--src/utilcode/downlevel.cpp7
-rw-r--r--src/utilcode/ex.cpp7
-rw-r--r--src/utilcode/format1.cpp7
-rw-r--r--src/utilcode/fstream.cpp7
-rw-r--r--src/utilcode/fstring.cpp7
-rw-r--r--src/utilcode/genericstackprobe.cpp7
-rw-r--r--src/utilcode/guidfromname.cpp7
-rw-r--r--src/utilcode/hostimpl.cpp7
-rw-r--r--src/utilcode/hostimpl.h7
-rw-r--r--src/utilcode/iallocator.cpp7
-rw-r--r--src/utilcode/ilformatter.cpp7
-rw-r--r--src/utilcode/jitperf.cpp7
-rw-r--r--src/utilcode/lazycow.cpp7
-rw-r--r--src/utilcode/loaderheap.cpp7
-rw-r--r--src/utilcode/loadrc-impl.cpp7
-rw-r--r--src/utilcode/loadrc.cpp7
-rw-r--r--src/utilcode/log.cpp7
-rw-r--r--src/utilcode/makepath.cpp7
-rw-r--r--src/utilcode/md5.cpp9
-rw-r--r--src/utilcode/memorypool.cpp7
-rw-r--r--src/utilcode/namespaceutil.cpp7
-rw-r--r--src/utilcode/newapis.cpp7
-rw-r--r--src/utilcode/opinfo.cpp7
-rw-r--r--src/utilcode/outstring.cpp7
-rw-r--r--src/utilcode/pedecoder.cpp7
-rw-r--r--src/utilcode/peinformation.cpp7
-rw-r--r--src/utilcode/perflog.cpp7
-rw-r--r--src/utilcode/posterror.cpp7
-rw-r--r--src/utilcode/prettyprintsig.cpp7
-rw-r--r--src/utilcode/rangetree.cpp7
-rw-r--r--src/utilcode/registrywrapper.cpp7
-rw-r--r--src/utilcode/regutil.cpp7
-rw-r--r--src/utilcode/regutilformac.cpp7
-rw-r--r--src/utilcode/safewrap.cpp7
-rw-r--r--src/utilcode/sbuffer.cpp7
-rw-r--r--src/utilcode/securityutil.cpp7
-rw-r--r--src/utilcode/securitywrapper.cpp7
-rw-r--r--src/utilcode/sigbuilder.cpp7
-rw-r--r--src/utilcode/sigparser.cpp7
-rw-r--r--src/utilcode/sortversioning.cpp7
-rw-r--r--src/utilcode/splitpath.cpp7
-rw-r--r--src/utilcode/sstring.cpp7
-rw-r--r--src/utilcode/sstring_com.cpp7
-rw-r--r--src/utilcode/stacktrace.cpp7
-rw-r--r--src/utilcode/stdafx.cpp7
-rw-r--r--src/utilcode/stdafx.h7
-rw-r--r--src/utilcode/stgpool.cpp7
-rw-r--r--src/utilcode/stgpooli.cpp7
-rw-r--r--src/utilcode/stgpoolreadonly.cpp7
-rw-r--r--src/utilcode/stresslog.cpp7
-rw-r--r--src/utilcode/sxshelpers.cpp7
-rw-r--r--src/utilcode/tlbutils.cpp7
-rw-r--r--src/utilcode/tls.cpp7
-rw-r--r--src/utilcode/util.cpp7
-rw-r--r--src/utilcode/util_nodependencies.cpp7
-rw-r--r--src/utilcode/utilmessagebox.cpp7
-rw-r--r--src/utilcode/utsem.cpp7
-rw-r--r--src/utilcode/winfix.cpp9
78 files changed, 237 insertions, 315 deletions
diff --git a/src/utilcode/apithreadstress.cpp b/src/utilcode/apithreadstress.cpp
index c893de7bc1..88b09fe006 100644
--- a/src/utilcode/apithreadstress.cpp
+++ b/src/utilcode/apithreadstress.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.
// ---------------------------------------------------------------------------
// APIThreadStress.cpp (API thread stresser)
@@ -181,4 +180,4 @@ void APIThreadStress::SyncThreadStress()
}
}
-#endif // STRESS_THREAD \ No newline at end of file
+#endif // STRESS_THREAD
diff --git a/src/utilcode/appxutil.cpp b/src/utilcode/appxutil.cpp
index 538fa38637..78a7c273cc 100644
--- a/src/utilcode/appxutil.cpp
+++ b/src/utilcode/appxutil.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/utilcode/arraylist.cpp b/src/utilcode/arraylist.cpp
index 801ab98f54..1b962c06ae 100644
--- a/src/utilcode/arraylist.cpp
+++ b/src/utilcode/arraylist.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"
diff --git a/src/utilcode/assemblyfilehash.cpp b/src/utilcode/assemblyfilehash.cpp
index be6d985e8f..c19b715322 100644
--- a/src/utilcode/assemblyfilehash.cpp
+++ b/src/utilcode/assemblyfilehash.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"
diff --git a/src/utilcode/bitvector.cpp b/src/utilcode/bitvector.cpp
index 0840eb775e..a6d0d1de27 100644
--- a/src/utilcode/bitvector.cpp
+++ b/src/utilcode/bitvector.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.
/***************************************************************************/
/* BitVector.cpp */
diff --git a/src/utilcode/ccomprc.cpp b/src/utilcode/ccomprc.cpp
index 81d30417c8..eccf42d98c 100644
--- a/src/utilcode/ccomprc.cpp
+++ b/src/utilcode/ccomprc.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" // Standard header.
#include <utilcode.h> // Utility helpers.
diff --git a/src/utilcode/check.cpp b/src/utilcode/check.cpp
index f4f3f93344..1ee4d4204c 100644
--- a/src/utilcode/check.cpp
+++ b/src/utilcode/check.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.
//================================================================================
// Assertion checking infrastructure
diff --git a/src/utilcode/circularlog.cpp b/src/utilcode/circularlog.cpp
index 49fd4fde28..0063c0ce1f 100644
--- a/src/utilcode/circularlog.cpp
+++ b/src/utilcode/circularlog.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.
//
// Circular file log
diff --git a/src/utilcode/clrconfig.cpp b/src/utilcode/clrconfig.cpp
index 0b164694d4..ba0a9715d4 100644
--- a/src/utilcode/clrconfig.cpp
+++ b/src/utilcode/clrconfig.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.
//*****************************************************************************
// CLRConfig.cpp
//
diff --git a/src/utilcode/clrhelpers.cpp b/src/utilcode/clrhelpers.cpp
index 498d3ad128..479c369489 100644
--- a/src/utilcode/clrhelpers.cpp
+++ b/src/utilcode/clrhelpers.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.
//
// This is file to compile 2 public "headers" from ..\inc directory (we have to include stdafx.h first).
diff --git a/src/utilcode/clrhost.cpp b/src/utilcode/clrhost.cpp
index 6419989a75..8a61eee966 100644
--- a/src/utilcode/clrhost.cpp
+++ b/src/utilcode/clrhost.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/utilcode/clrhost_nodependencies.cpp b/src/utilcode/clrhost_nodependencies.cpp
index b9bb344300..d4729c40d6 100644
--- a/src/utilcode/clrhost_nodependencies.cpp
+++ b/src/utilcode/clrhost_nodependencies.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/utilcode/collections.cpp b/src/utilcode/collections.cpp
index 10b4aeebfa..c10f8c49ad 100644
--- a/src/utilcode/collections.cpp
+++ b/src/utilcode/collections.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.
//*****************************************************************************
// Collections.cpp
//
diff --git a/src/utilcode/comex.cpp b/src/utilcode/comex.cpp
index 4c9d861795..8e3b785354 100644
--- a/src/utilcode/comex.cpp
+++ b/src/utilcode/comex.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.
// ---------------------------------------------------------------------------
// COMEx.cpp
//
diff --git a/src/utilcode/corimage.cpp b/src/utilcode/corimage.cpp
index 3763e541e4..3aab23cc41 100644
--- a/src/utilcode/corimage.cpp
+++ b/src/utilcode/corimage.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/utilcode/cycletimer.cpp b/src/utilcode/cycletimer.cpp
index 18b400d82c..8a5b473219 100644
--- a/src/utilcode/cycletimer.cpp
+++ b/src/utilcode/cycletimer.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"
diff --git a/src/utilcode/dacutil.cpp b/src/utilcode/dacutil.cpp
index d21b003efb..1f56141c8f 100644
--- a/src/utilcode/dacutil.cpp
+++ b/src/utilcode/dacutil.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.
//*****************************************************************************
//
// Internal data access functionality.
diff --git a/src/utilcode/debug.cpp b/src/utilcode/debug.cpp
index 43de454d70..01963dea7d 100644
--- a/src/utilcode/debug.cpp
+++ b/src/utilcode/debug.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.
//*****************************************************************************
// Debug.cpp
//
diff --git a/src/utilcode/delayloadhelpers.cpp b/src/utilcode/delayloadhelpers.cpp
index 15dddaf75e..2509cfd3f8 100644
--- a/src/utilcode/delayloadhelpers.cpp
+++ b/src/utilcode/delayloadhelpers.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/utilcode/dlwrap.cpp b/src/utilcode/dlwrap.cpp
index 10acc61b76..0c9026a421 100644
--- a/src/utilcode/dlwrap.cpp
+++ b/src/utilcode/dlwrap.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" // Precompiled header key.
diff --git a/src/utilcode/downlevel.cpp b/src/utilcode/downlevel.cpp
index 54d09553be..ec8d3f5a15 100644
--- a/src/utilcode/downlevel.cpp
+++ b/src/utilcode/downlevel.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: downlevel.cpp
diff --git a/src/utilcode/ex.cpp b/src/utilcode/ex.cpp
index e692e130be..bb164571ad 100644
--- a/src/utilcode/ex.cpp
+++ b/src/utilcode/ex.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/utilcode/format1.cpp b/src/utilcode/format1.cpp
index 83946a7761..97cb95598b 100644
--- a/src/utilcode/format1.cpp
+++ b/src/utilcode/format1.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.
/***************************************************************************/
/* routines for parsing file format stuff ... */
diff --git a/src/utilcode/fstream.cpp b/src/utilcode/fstream.cpp
index c0c76c3ae7..0b08d3cb98 100644
--- a/src/utilcode/fstream.cpp
+++ b/src/utilcode/fstream.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" // Precompiled header key.
diff --git a/src/utilcode/fstring.cpp b/src/utilcode/fstring.cpp
index c26be635f4..33aa346a9c 100644
--- a/src/utilcode/fstring.cpp
+++ b/src/utilcode/fstring.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.
// ---------------------------------------------------------------------------
// FString.cpp
//
diff --git a/src/utilcode/genericstackprobe.cpp b/src/utilcode/genericstackprobe.cpp
index 383453751e..35bcf1dcb1 100644
--- a/src/utilcode/genericstackprobe.cpp
+++ b/src/utilcode/genericstackprobe.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/utilcode/guidfromname.cpp b/src/utilcode/guidfromname.cpp
index d789b2b39a..3a6878305e 100644
--- a/src/utilcode/guidfromname.cpp
+++ b/src/utilcode/guidfromname.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.
// GuidFromName
diff --git a/src/utilcode/hostimpl.cpp b/src/utilcode/hostimpl.cpp
index c1aa6f0350..3a90ab7450 100644
--- a/src/utilcode/hostimpl.cpp
+++ b/src/utilcode/hostimpl.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/utilcode/hostimpl.h b/src/utilcode/hostimpl.h
index f82ffda2a6..0dbbde1d94 100644
--- a/src/utilcode/hostimpl.h
+++ b/src/utilcode/hostimpl.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.
// ==++==
//
diff --git a/src/utilcode/iallocator.cpp b/src/utilcode/iallocator.cpp
index 85966dcc7f..d6dabc7f2e 100644
--- a/src/utilcode/iallocator.cpp
+++ b/src/utilcode/iallocator.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" // Precompiled header key.
#include "iallocator.h"
diff --git a/src/utilcode/ilformatter.cpp b/src/utilcode/ilformatter.cpp
index 41842c6e4d..089315b139 100644
--- a/src/utilcode/ilformatter.cpp
+++ b/src/utilcode/ilformatter.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.
/***************************************************************************/
/* ILFormatter.h */
diff --git a/src/utilcode/jitperf.cpp b/src/utilcode/jitperf.cpp
index 7e3fad413a..a1b29d5e17 100644
--- a/src/utilcode/jitperf.cpp
+++ b/src/utilcode/jitperf.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 "jitperf.h"
diff --git a/src/utilcode/lazycow.cpp b/src/utilcode/lazycow.cpp
index 6411ac4132..d76577aff0 100644
--- a/src/utilcode/lazycow.cpp
+++ b/src/utilcode/lazycow.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.
// --------------------------------------------------------------------------------
// LazyCOW.cpp
//
diff --git a/src/utilcode/loaderheap.cpp b/src/utilcode/loaderheap.cpp
index 1f432a9179..a005ac8af8 100644
--- a/src/utilcode/loaderheap.cpp
+++ b/src/utilcode/loaderheap.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" // Precompiled header key.
#include "loaderheap.h"
diff --git a/src/utilcode/loadrc-impl.cpp b/src/utilcode/loadrc-impl.cpp
index 4c8ee32ee4..bbd8f5b2df 100644
--- a/src/utilcode/loadrc-impl.cpp
+++ b/src/utilcode/loadrc-impl.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.
//
// LoadRC-impl.cpp : Utility to load a localized file (primarily a DLL)
diff --git a/src/utilcode/loadrc.cpp b/src/utilcode/loadrc.cpp
index 6bc8d656d3..200a03db8e 100644
--- a/src/utilcode/loadrc.cpp
+++ b/src/utilcode/loadrc.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.
//
// Loads an localized string resource file
// this is used by sn.exe, ildasm.exe, peverify.exe, gacutil.exe, and fuslogvw.exe
diff --git a/src/utilcode/log.cpp b/src/utilcode/log.cpp
index df290c4d71..03593a86fe 100644
--- a/src/utilcode/log.cpp
+++ b/src/utilcode/log.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.
//
// Simple Logging Facility
diff --git a/src/utilcode/makepath.cpp b/src/utilcode/makepath.cpp
index f58efdc246..ab078a9d12 100644
--- a/src/utilcode/makepath.cpp
+++ b/src/utilcode/makepath.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.
/***
*makepath.c - create path name from components
*
diff --git a/src/utilcode/md5.cpp b/src/utilcode/md5.cpp
index 039b00198f..1c7b31f97a 100644
--- a/src/utilcode/md5.cpp
+++ b/src/utilcode/md5.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.
//
// md5.cpp
//
@@ -295,4 +294,4 @@ void MD5::GetHashValue(MD5HASHDATA* phash)
state[1] += b;
state[2] += c;
state[3] += d;
- } \ No newline at end of file
+ }
diff --git a/src/utilcode/memorypool.cpp b/src/utilcode/memorypool.cpp
index 5330c4b3dc..1db8291e6a 100644
--- a/src/utilcode/memorypool.cpp
+++ b/src/utilcode/memorypool.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"
diff --git a/src/utilcode/namespaceutil.cpp b/src/utilcode/namespaceutil.cpp
index ac09443760..c70062df77 100644
--- a/src/utilcode/namespaceutil.cpp
+++ b/src/utilcode/namespaceutil.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.
//*****************************************************************************
// NamespaceUtil.cpp
//
diff --git a/src/utilcode/newapis.cpp b/src/utilcode/newapis.cpp
index 8d2af7bbc5..fbf2023ab8 100644
--- a/src/utilcode/newapis.cpp
+++ b/src/utilcode/newapis.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: newapis.cpp
diff --git a/src/utilcode/opinfo.cpp b/src/utilcode/opinfo.cpp
index a7d71dbfc2..9d5ff202ff 100644
--- a/src/utilcode/opinfo.cpp
+++ b/src/utilcode/opinfo.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.
/***************************************************************************/
/* OpInfo.cpp */
diff --git a/src/utilcode/outstring.cpp b/src/utilcode/outstring.cpp
index e79d70775e..150ef8ab53 100644
--- a/src/utilcode/outstring.cpp
+++ b/src/utilcode/outstring.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.
/*****************************************************************/
/* OutString.cpp */
diff --git a/src/utilcode/pedecoder.cpp b/src/utilcode/pedecoder.cpp
index 2e1a143534..c437c21c35 100644
--- a/src/utilcode/pedecoder.cpp
+++ b/src/utilcode/pedecoder.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.
// --------------------------------------------------------------------------------
// PEDecoder.cpp
//
diff --git a/src/utilcode/peinformation.cpp b/src/utilcode/peinformation.cpp
index e2261dd70a..948948a4da 100644
--- a/src/utilcode/peinformation.cpp
+++ b/src/utilcode/peinformation.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.
// --------------------------------------------------------------------------------
// PEInformation.cpp
//
diff --git a/src/utilcode/perflog.cpp b/src/utilcode/perflog.cpp
index 1ee98d460e..c84c1df2d4 100644
--- a/src/utilcode/perflog.cpp
+++ b/src/utilcode/perflog.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 "perflog.h"
diff --git a/src/utilcode/posterror.cpp b/src/utilcode/posterror.cpp
index e409695a4b..63ce100fd2 100644
--- a/src/utilcode/posterror.cpp
+++ b/src/utilcode/posterror.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.
//*****************************************************************************
// PostErrors.cpp
//
diff --git a/src/utilcode/prettyprintsig.cpp b/src/utilcode/prettyprintsig.cpp
index 928cfbb88c..7e9028ddab 100644
--- a/src/utilcode/prettyprintsig.cpp
+++ b/src/utilcode/prettyprintsig.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.
//*****************************************************************************
// This code supports formatting a method and it's signature in a friendly
diff --git a/src/utilcode/rangetree.cpp b/src/utilcode/rangetree.cpp
index 6d3f644471..95b969aae8 100644
--- a/src/utilcode/rangetree.cpp
+++ b/src/utilcode/rangetree.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"
diff --git a/src/utilcode/registrywrapper.cpp b/src/utilcode/registrywrapper.cpp
index 96a1d6c886..f6b88db977 100644
--- a/src/utilcode/registrywrapper.cpp
+++ b/src/utilcode/registrywrapper.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: registrywrapper.cpp
//
diff --git a/src/utilcode/regutil.cpp b/src/utilcode/regutil.cpp
index 9fa98b0b71..0536cfa828 100644
--- a/src/utilcode/regutil.cpp
+++ b/src/utilcode/regutil.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.
//*****************************************************************************
// regutil.cpp
//
diff --git a/src/utilcode/regutilformac.cpp b/src/utilcode/regutilformac.cpp
index d04b1076a6..b61397e97e 100644
--- a/src/utilcode/regutilformac.cpp
+++ b/src/utilcode/regutilformac.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/utilcode/safewrap.cpp b/src/utilcode/safewrap.cpp
index 041ed5632c..0ea7b90e3a 100644
--- a/src/utilcode/safewrap.cpp
+++ b/src/utilcode/safewrap.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.
//*****************************************************************************
// SafeWrap.cpp
//
diff --git a/src/utilcode/sbuffer.cpp b/src/utilcode/sbuffer.cpp
index 7d2e719135..b97e12614f 100644
--- a/src/utilcode/sbuffer.cpp
+++ b/src/utilcode/sbuffer.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/utilcode/securityutil.cpp b/src/utilcode/securityutil.cpp
index 22b99735ba..fe15bbddd4 100644
--- a/src/utilcode/securityutil.cpp
+++ b/src/utilcode/securityutil.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"
diff --git a/src/utilcode/securitywrapper.cpp b/src/utilcode/securitywrapper.cpp
index f9d709c1e2..f949b26df1 100644
--- a/src/utilcode/securitywrapper.cpp
+++ b/src/utilcode/securitywrapper.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: SecurityWrapper.cpp
//
diff --git a/src/utilcode/sigbuilder.cpp b/src/utilcode/sigbuilder.cpp
index 0fb837d934..a2988ca3e6 100644
--- a/src/utilcode/sigbuilder.cpp
+++ b/src/utilcode/sigbuilder.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"
diff --git a/src/utilcode/sigparser.cpp b/src/utilcode/sigparser.cpp
index 00cce7fb24..52610640af 100644
--- a/src/utilcode/sigparser.cpp
+++ b/src/utilcode/sigparser.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.
//
// sigparser.cpp
//
diff --git a/src/utilcode/sortversioning.cpp b/src/utilcode/sortversioning.cpp
index 5f0d75b58e..c401086faf 100644
--- a/src/utilcode/sortversioning.cpp
+++ b/src/utilcode/sortversioning.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: SortVersioning.cpp
diff --git a/src/utilcode/splitpath.cpp b/src/utilcode/splitpath.cpp
index ee7d394c46..927e8828e1 100644
--- a/src/utilcode/splitpath.cpp
+++ b/src/utilcode/splitpath.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.
/***
*splitpath.c - break down path name into components
*
diff --git a/src/utilcode/sstring.cpp b/src/utilcode/sstring.cpp
index 697a2afe67..154e9ded7a 100644
--- a/src/utilcode/sstring.cpp
+++ b/src/utilcode/sstring.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.
// ---------------------------------------------------------------------------
// SString.cpp
//
diff --git a/src/utilcode/sstring_com.cpp b/src/utilcode/sstring_com.cpp
index 94cdd45c3b..61cf4dd29b 100644
--- a/src/utilcode/sstring_com.cpp
+++ b/src/utilcode/sstring_com.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.
// ---------------------------------------------------------------------------
// SString_COM.cpp
diff --git a/src/utilcode/stacktrace.cpp b/src/utilcode/stacktrace.cpp
index f2086182f3..0b6f3ea293 100644
--- a/src/utilcode/stacktrace.cpp
+++ b/src/utilcode/stacktrace.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/utilcode/stdafx.cpp b/src/utilcode/stdafx.cpp
index d82c602102..f31fef92f9 100644
--- a/src/utilcode/stdafx.cpp
+++ b/src/utilcode/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/utilcode/stdafx.h b/src/utilcode/stdafx.h
index c572c3b302..de0b51d51c 100644
--- a/src/utilcode/stdafx.h
+++ b/src/utilcode/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/utilcode/stgpool.cpp b/src/utilcode/stgpool.cpp
index e9a3a76133..e62aab7698 100644
--- a/src/utilcode/stgpool.cpp
+++ b/src/utilcode/stgpool.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.
//*****************************************************************************
// StgPool.cpp
//
diff --git a/src/utilcode/stgpooli.cpp b/src/utilcode/stgpooli.cpp
index 653289b1a1..7cf4f66c87 100644
--- a/src/utilcode/stgpooli.cpp
+++ b/src/utilcode/stgpooli.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.
//*****************************************************************************
// StgPool.cpp
//
diff --git a/src/utilcode/stgpoolreadonly.cpp b/src/utilcode/stgpoolreadonly.cpp
index abd27b884d..ebdcc4fb92 100644
--- a/src/utilcode/stgpoolreadonly.cpp
+++ b/src/utilcode/stgpoolreadonly.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.
//*****************************************************************************
// StgPoolReadOnly.cpp
//
diff --git a/src/utilcode/stresslog.cpp b/src/utilcode/stresslog.cpp
index 24e810fb80..f4b8961fcb 100644
--- a/src/utilcode/stresslog.cpp
+++ b/src/utilcode/stresslog.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.
/*************************************************************************************/
/* StressLog.cpp */
diff --git a/src/utilcode/sxshelpers.cpp b/src/utilcode/sxshelpers.cpp
index 4d2734d7e9..214c5c7066 100644
--- a/src/utilcode/sxshelpers.cpp
+++ b/src/utilcode/sxshelpers.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.
//*****************************************************************************
//
// sxshelpers.cpp
diff --git a/src/utilcode/tlbutils.cpp b/src/utilcode/tlbutils.cpp
index 88906bac64..ed42c28fc8 100644
--- a/src/utilcode/tlbutils.cpp
+++ b/src/utilcode/tlbutils.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.
//
// Utilities used to help manipulating typelibs.
diff --git a/src/utilcode/tls.cpp b/src/utilcode/tls.cpp
index c80d8c3d03..cb6934fd0b 100644
--- a/src/utilcode/tls.cpp
+++ b/src/utilcode/tls.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.
/* TLS.CPP:
*
diff --git a/src/utilcode/util.cpp b/src/utilcode/util.cpp
index 4642a4ce6a..6c5378e5d9 100644
--- a/src/utilcode/util.cpp
+++ b/src/utilcode/util.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.
//*****************************************************************************
// util.cpp
//
diff --git a/src/utilcode/util_nodependencies.cpp b/src/utilcode/util_nodependencies.cpp
index 9f4bc9423d..0628637d33 100644
--- a/src/utilcode/util_nodependencies.cpp
+++ b/src/utilcode/util_nodependencies.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.
//*****************************************************************************
// Util_NoDependencies.cpp
//
diff --git a/src/utilcode/utilmessagebox.cpp b/src/utilcode/utilmessagebox.cpp
index 8b936daea8..e84ff8b2c6 100644
--- a/src/utilcode/utilmessagebox.cpp
+++ b/src/utilcode/utilmessagebox.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.
//*****************************************************************************
// UtilMessageBox.cpp
//
diff --git a/src/utilcode/utsem.cpp b/src/utilcode/utsem.cpp
index a84a2d4c28..087a3aefac 100644
--- a/src/utilcode/utsem.cpp
+++ b/src/utilcode/utsem.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 : UTSEM.CPP
diff --git a/src/utilcode/winfix.cpp b/src/utilcode/winfix.cpp
index 801cb5093c..3a044865ec 100644
--- a/src/utilcode/winfix.cpp
+++ b/src/utilcode/winfix.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.
//*****************************************************************************
// WinWrap.cpp
//
@@ -520,4 +519,4 @@ WszGetProcessHandleCount()
return dwHandleCount;
}
-#endif //!FEATURE_PAL \ No newline at end of file
+#endif //!FEATURE_PAL