summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Security
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Security')
-rw-r--r--src/mscorlib/src/System/Security/AccessControl/Enums.cs5
-rw-r--r--src/mscorlib/src/System/Security/Attributes.cs5
-rw-r--r--src/mscorlib/src/System/Security/BuiltInPermissionSets.cs5
-rw-r--r--src/mscorlib/src/System/Security/CodeAccessPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/CodeAccessSecurityEngine.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/Aes.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/AsymmetricAlgorithm.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeDeformatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureDeformatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureFormatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/CapiNative.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/Crypto.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/CryptoConfig.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/CryptoStream.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/DES.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/DSASignatureDeformatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/DSASignatureFormatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/DeriveBytes.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMAC.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMACMD5.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMACRIPEMD160.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMACSHA1.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMACSHA256.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMACSHA384.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HMACSHA512.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/HashAlgorithm.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/ICryptoTransform.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/ICspAsymmetricAlgorithm.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/KeyedHashAlgorithm.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/MD5.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/MD5CryptoServiceProvider.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/MaskGenerationMethod.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/PasswordDeriveBytes.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RIPEMD160.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RIPEMD160Managed.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RNGCryptoServiceProvider.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSACryptoServiceProvider.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeDeformatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeFormatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeDeformatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeFormatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RandomNumberGenerator.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/Rfc2898DeriveBytes.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/Rijndael.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RijndaelManaged.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/RijndaelManagedTransform.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA1.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA1CryptoServiceProvider.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA1Managed.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA256.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA256Managed.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA384.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA384Managed.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA512.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SHA512Managed.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SafeCryptoHandles.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SignatureDescription.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/SymmetricAlgorithm.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/TripleDES.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/Utils.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/X509Certificates/X509Certificate.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/X509Certificates/safex509handles.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/X509Certificates/x509utils.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/base64Transforms.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/cryptoapiTransform.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/dsa.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/mactripleDES.cs5
-rw-r--r--src/mscorlib/src/System/Security/Cryptography/rsa.cs5
-rw-r--r--src/mscorlib/src/System/Security/FrameSecurityDescriptor.cs5
-rw-r--r--src/mscorlib/src/System/Security/HostProtectionException.cs5
-rw-r--r--src/mscorlib/src/System/Security/HostSecurityManager.cs5
-rw-r--r--src/mscorlib/src/System/Security/IEvidenceFactory.cs5
-rw-r--r--src/mscorlib/src/System/Security/IPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/ISecurityEncodable.cs5
-rw-r--r--src/mscorlib/src/System/Security/ISecurityPolicyEncodable.cs5
-rw-r--r--src/mscorlib/src/System/Security/IStackWalk.cs5
-rw-r--r--src/mscorlib/src/System/Security/NamedPermissionSet.cs5
-rw-r--r--src/mscorlib/src/System/Security/PermissionListSet.cs5
-rw-r--r--src/mscorlib/src/System/Security/PermissionSet.cs5
-rw-r--r--src/mscorlib/src/System/Security/PermissionSetEnumerator.cs5
-rw-r--r--src/mscorlib/src/System/Security/PermissionSetTriple.cs5
-rw-r--r--src/mscorlib/src/System/Security/PermissionToken.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/EnvironmentPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/FileDialogPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/FileIOPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/GACIdentityPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/HostProtectionPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/IBuiltInPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/IUnrestrictedPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/IsolatedStorageFilePermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/IsolatedStoragePermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/PermissionAttributes.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/PermissionState.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/ReflectionPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/RegistryPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/SecurityPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/SiteIdentityPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/StrongNameIdentityPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/UIPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/URLIdentityPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/ZoneIdentityPermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Permissions/keycontainerpermission.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/ApplicationTrust.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/Evidence.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/EvidenceBase.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/EvidenceTypeDescriptor.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/IDelayEvaluatedEvidence.cs7
-rw-r--r--src/mscorlib/src/System/Security/Policy/IIdentityPermissionFactory.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/IRuntimeEvidenceFactory.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/PolicyException.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/PolicyStatement.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/Site.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/StrongName.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/URL.cs5
-rw-r--r--src/mscorlib/src/System/Security/Policy/Zone.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/GenericIdentity.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/GenericPrincipal.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/IIdentity.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/IPrincipal.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/PrincipalPolicy.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/TokenAccessLevels.cs5
-rw-r--r--src/mscorlib/src/System/Security/Principal/TokenImpersonationLevel.cs7
-rw-r--r--src/mscorlib/src/System/Security/SafeSecurityHandles.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityContext.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityDocument.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityElement.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityException.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityManager.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityRuntime.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityState.cs5
-rw-r--r--src/mscorlib/src/System/Security/SecurityZone.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/Config.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/Hex.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/Parser.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/StringExpressionSet.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/TokenBasedSet.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/TokenBasedSetEnumerator.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/Tokenizer.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/URLString.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/XMLUtil.cs5
-rw-r--r--src/mscorlib/src/System/Security/Util/sitestring.cs5
-rw-r--r--src/mscorlib/src/System/Security/VerificationException.cs5
-rw-r--r--src/mscorlib/src/System/Security/XMLSyntaxException.cs5
-rw-r--r--src/mscorlib/src/System/Security/securestring.cs5
149 files changed, 449 insertions, 300 deletions
diff --git a/src/mscorlib/src/System/Security/AccessControl/Enums.cs b/src/mscorlib/src/System/Security/AccessControl/Enums.cs
index bc87754df1..c52176a29b 100644
--- a/src/mscorlib/src/System/Security/AccessControl/Enums.cs
+++ b/src/mscorlib/src/System/Security/AccessControl/Enums.cs
@@ -1,5 +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.
using System.Runtime.InteropServices;
diff --git a/src/mscorlib/src/System/Security/Attributes.cs b/src/mscorlib/src/System/Security/Attributes.cs
index 70ee31afe1..d2229227a5 100644
--- a/src/mscorlib/src/System/Security/Attributes.cs
+++ b/src/mscorlib/src/System/Security/Attributes.cs
@@ -1,5 +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.
using System.Runtime.InteropServices;
diff --git a/src/mscorlib/src/System/Security/BuiltInPermissionSets.cs b/src/mscorlib/src/System/Security/BuiltInPermissionSets.cs
index 9dcbcc3970..e29dec3b06 100644
--- a/src/mscorlib/src/System/Security/BuiltInPermissionSets.cs
+++ b/src/mscorlib/src/System/Security/BuiltInPermissionSets.cs
@@ -1,5 +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/mscorlib/src/System/Security/CodeAccessPermission.cs b/src/mscorlib/src/System/Security/CodeAccessPermission.cs
index b29918a2ca..61334c22bd 100644
--- a/src/mscorlib/src/System/Security/CodeAccessPermission.cs
+++ b/src/mscorlib/src/System/Security/CodeAccessPermission.cs
@@ -1,5 +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.
namespace System.Security
{
diff --git a/src/mscorlib/src/System/Security/CodeAccessSecurityEngine.cs b/src/mscorlib/src/System/Security/CodeAccessSecurityEngine.cs
index 629be858a1..2a1cf9a0ea 100644
--- a/src/mscorlib/src/System/Security/CodeAccessSecurityEngine.cs
+++ b/src/mscorlib/src/System/Security/CodeAccessSecurityEngine.cs
@@ -1,5 +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/mscorlib/src/System/Security/Cryptography/Aes.cs b/src/mscorlib/src/System/Security/Cryptography/Aes.cs
index 4572877e7c..f7109ab379 100644
--- a/src/mscorlib/src/System/Security/Cryptography/Aes.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/Aes.cs
@@ -1,5 +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.
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/AsymmetricAlgorithm.cs b/src/mscorlib/src/System/Security/Cryptography/AsymmetricAlgorithm.cs
index f4bb479abc..530d692806 100644
--- a/src/mscorlib/src/System/Security/Cryptography/AsymmetricAlgorithm.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/AsymmetricAlgorithm.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeDeformatter.cs b/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeDeformatter.cs
index e28362b62b..bb7ff47278 100644
--- a/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeDeformatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeDeformatter.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs b/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs
index c67ee8e24d..a6ba82be32 100644
--- a/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureDeformatter.cs b/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureDeformatter.cs
index f78fb2942d..693641fe15 100644
--- a/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureDeformatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureDeformatter.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.Security;
diff --git a/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureFormatter.cs b/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureFormatter.cs
index 3dc0301fed..906cdb3d1b 100644
--- a/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureFormatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/AsymmetricSignatureFormatter.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/CapiNative.cs b/src/mscorlib/src/System/Security/Cryptography/CapiNative.cs
index d346c0ea11..04a849d035 100644
--- a/src/mscorlib/src/System/Security/Cryptography/CapiNative.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/CapiNative.cs
@@ -1,5 +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/mscorlib/src/System/Security/Cryptography/Crypto.cs b/src/mscorlib/src/System/Security/Cryptography/Crypto.cs
index 88234ab495..3d6ae67c4c 100644
--- a/src/mscorlib/src/System/Security/Cryptography/Crypto.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/Crypto.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using Microsoft.Win32;
diff --git a/src/mscorlib/src/System/Security/Cryptography/CryptoConfig.cs b/src/mscorlib/src/System/Security/Cryptography/CryptoConfig.cs
index 22106bf597..13d72f6c2b 100644
--- a/src/mscorlib/src/System/Security/Cryptography/CryptoConfig.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/CryptoConfig.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/CryptoStream.cs b/src/mscorlib/src/System/Security/Cryptography/CryptoStream.cs
index ca42270bdc..d5720666bc 100644
--- a/src/mscorlib/src/System/Security/Cryptography/CryptoStream.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/CryptoStream.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/DES.cs b/src/mscorlib/src/System/Security/Cryptography/DES.cs
index 0f99e0bfb5..c0519573d7 100644
--- a/src/mscorlib/src/System/Security/Cryptography/DES.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/DES.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/DSASignatureDeformatter.cs b/src/mscorlib/src/System/Security/Cryptography/DSASignatureDeformatter.cs
index bf44295521..b2d295d265 100644
--- a/src/mscorlib/src/System/Security/Cryptography/DSASignatureDeformatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/DSASignatureDeformatter.cs
@@ -1,5 +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.
using System;
using System.Diagnostics.Contracts;
diff --git a/src/mscorlib/src/System/Security/Cryptography/DSASignatureFormatter.cs b/src/mscorlib/src/System/Security/Cryptography/DSASignatureFormatter.cs
index 550e9fd2e7..81da014bcb 100644
--- a/src/mscorlib/src/System/Security/Cryptography/DSASignatureFormatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/DSASignatureFormatter.cs
@@ -1,5 +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.
using System;
using System.Diagnostics.Contracts;
diff --git a/src/mscorlib/src/System/Security/Cryptography/DeriveBytes.cs b/src/mscorlib/src/System/Security/Cryptography/DeriveBytes.cs
index db998bc124..ad2d9982f8 100644
--- a/src/mscorlib/src/System/Security/Cryptography/DeriveBytes.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/DeriveBytes.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMAC.cs b/src/mscorlib/src/System/Security/Cryptography/HMAC.cs
index ade807cb89..b83ccf0031 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMAC.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMAC.cs
@@ -1,5 +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.
//
// For test vectors, see RFC2104, e.g. http://www.faqs.org/rfcs/rfc2104.html
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMACMD5.cs b/src/mscorlib/src/System/Security/Cryptography/HMACMD5.cs
index a669c4d359..933442a295 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMACMD5.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMACMD5.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMACRIPEMD160.cs b/src/mscorlib/src/System/Security/Cryptography/HMACRIPEMD160.cs
index bfd2a0e306..f3e9eea302 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMACRIPEMD160.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMACRIPEMD160.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMACSHA1.cs b/src/mscorlib/src/System/Security/Cryptography/HMACSHA1.cs
index 8fe44aa372..50135ca78d 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMACSHA1.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMACSHA1.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMACSHA256.cs b/src/mscorlib/src/System/Security/Cryptography/HMACSHA256.cs
index e3d62df95a..2095e14139 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMACSHA256.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMACSHA256.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMACSHA384.cs b/src/mscorlib/src/System/Security/Cryptography/HMACSHA384.cs
index 027aa9045c..6351466702 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMACSHA384.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMACSHA384.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HMACSHA512.cs b/src/mscorlib/src/System/Security/Cryptography/HMACSHA512.cs
index 02bdc9f421..0797e3b256 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HMACSHA512.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HMACSHA512.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/HashAlgorithm.cs b/src/mscorlib/src/System/Security/Cryptography/HashAlgorithm.cs
index 5abe6e5d89..bcfbc04282 100644
--- a/src/mscorlib/src/System/Security/Cryptography/HashAlgorithm.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/HashAlgorithm.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.IO;
diff --git a/src/mscorlib/src/System/Security/Cryptography/ICryptoTransform.cs b/src/mscorlib/src/System/Security/Cryptography/ICryptoTransform.cs
index 2b2b9a1933..eb22d71314 100644
--- a/src/mscorlib/src/System/Security/Cryptography/ICryptoTransform.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/ICryptoTransform.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/ICspAsymmetricAlgorithm.cs b/src/mscorlib/src/System/Security/Cryptography/ICspAsymmetricAlgorithm.cs
index 3fb5752e3d..5f50375b68 100644
--- a/src/mscorlib/src/System/Security/Cryptography/ICspAsymmetricAlgorithm.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/ICspAsymmetricAlgorithm.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/KeyedHashAlgorithm.cs b/src/mscorlib/src/System/Security/Cryptography/KeyedHashAlgorithm.cs
index 39f21e115e..8c30f37374 100644
--- a/src/mscorlib/src/System/Security/Cryptography/KeyedHashAlgorithm.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/KeyedHashAlgorithm.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/MD5.cs b/src/mscorlib/src/System/Security/Cryptography/MD5.cs
index e041cc3bb6..e6a2321248 100644
--- a/src/mscorlib/src/System/Security/Cryptography/MD5.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/MD5.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/MD5CryptoServiceProvider.cs b/src/mscorlib/src/System/Security/Cryptography/MD5CryptoServiceProvider.cs
index b1aa99b579..5eb32a23c1 100644
--- a/src/mscorlib/src/System/Security/Cryptography/MD5CryptoServiceProvider.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/MD5CryptoServiceProvider.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/MaskGenerationMethod.cs b/src/mscorlib/src/System/Security/Cryptography/MaskGenerationMethod.cs
index c3c98c744a..61b954efd9 100644
--- a/src/mscorlib/src/System/Security/Cryptography/MaskGenerationMethod.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/MaskGenerationMethod.cs
@@ -1,5 +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/mscorlib/src/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs b/src/mscorlib/src/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs
index d9dcabe58b..25e4960fa7 100644
--- a/src/mscorlib/src/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs
@@ -1,5 +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/mscorlib/src/System/Security/Cryptography/PasswordDeriveBytes.cs b/src/mscorlib/src/System/Security/Cryptography/PasswordDeriveBytes.cs
index 4b364fc6e8..1e4c6fd09f 100644
--- a/src/mscorlib/src/System/Security/Cryptography/PasswordDeriveBytes.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/PasswordDeriveBytes.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.IO;
diff --git a/src/mscorlib/src/System/Security/Cryptography/RIPEMD160.cs b/src/mscorlib/src/System/Security/Cryptography/RIPEMD160.cs
index c12174efbe..35ff1e163b 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RIPEMD160.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RIPEMD160.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System;
diff --git a/src/mscorlib/src/System/Security/Cryptography/RIPEMD160Managed.cs b/src/mscorlib/src/System/Security/Cryptography/RIPEMD160Managed.cs
index 1f7320cbd4..b8886d97d6 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RIPEMD160Managed.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RIPEMD160Managed.cs
@@ -1,5 +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/mscorlib/src/System/Security/Cryptography/RNGCryptoServiceProvider.cs b/src/mscorlib/src/System/Security/Cryptography/RNGCryptoServiceProvider.cs
index b7e6ddba58..44f3210bc7 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RNGCryptoServiceProvider.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RNGCryptoServiceProvider.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using Microsoft.Win32;
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSACryptoServiceProvider.cs b/src/mscorlib/src/System/Security/Cryptography/RSACryptoServiceProvider.cs
index 650c6b925f..048ea13706 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSACryptoServiceProvider.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSACryptoServiceProvider.cs
@@ -1,5 +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.
//
// CSP-based implementation of RSA
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeDeformatter.cs b/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeDeformatter.cs
index b04b04b57d..3efff33937 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeDeformatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeDeformatter.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeFormatter.cs b/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeFormatter.cs
index 33f7918564..3a4432b6f2 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeFormatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSAOAEPKeyExchangeFormatter.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeDeformatter.cs b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeDeformatter.cs
index f87ec47772..4662090bf0 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeDeformatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeDeformatter.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeFormatter.cs b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeFormatter.cs
index 622d4e9700..66b3a88bb8 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeFormatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1KeyExchangeFormatter.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.Globalization;
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs
index 1504a0d996..1857dc4128 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs
@@ -1,5 +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.
using System;
using System.Diagnostics.Contracts;
diff --git a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs
index bc1787686d..e9b55a6ae8 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs
@@ -1,5 +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.
using System;
using System.Diagnostics.Contracts;
diff --git a/src/mscorlib/src/System/Security/Cryptography/RandomNumberGenerator.cs b/src/mscorlib/src/System/Security/Cryptography/RandomNumberGenerator.cs
index b21a155e36..dbef4d1fc2 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RandomNumberGenerator.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RandomNumberGenerator.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/Rfc2898DeriveBytes.cs b/src/mscorlib/src/System/Security/Cryptography/Rfc2898DeriveBytes.cs
index 43681bccfc..fe928042d7 100644
--- a/src/mscorlib/src/System/Security/Cryptography/Rfc2898DeriveBytes.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/Rfc2898DeriveBytes.cs
@@ -1,5 +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 implementation follows RFC 2898 recommendations. See http://www.ietf.org/rfc/Rfc2898.txt
diff --git a/src/mscorlib/src/System/Security/Cryptography/Rijndael.cs b/src/mscorlib/src/System/Security/Cryptography/Rijndael.cs
index 3072de9f93..5d04a826dc 100644
--- a/src/mscorlib/src/System/Security/Cryptography/Rijndael.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/Rijndael.cs
@@ -1,5 +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.
namespace System.Security.Cryptography
{
diff --git a/src/mscorlib/src/System/Security/Cryptography/RijndaelManaged.cs b/src/mscorlib/src/System/Security/Cryptography/RijndaelManaged.cs
index f106476210..0ac0be86d0 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RijndaelManaged.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RijndaelManaged.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography
diff --git a/src/mscorlib/src/System/Security/Cryptography/RijndaelManagedTransform.cs b/src/mscorlib/src/System/Security/Cryptography/RijndaelManagedTransform.cs
index a58d5f7da1..04ca4c642e 100644
--- a/src/mscorlib/src/System/Security/Cryptography/RijndaelManagedTransform.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/RijndaelManagedTransform.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA1.cs b/src/mscorlib/src/System/Security/Cryptography/SHA1.cs
index e99fe05d87..082e3bf898 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA1.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA1.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA1CryptoServiceProvider.cs b/src/mscorlib/src/System/Security/Cryptography/SHA1CryptoServiceProvider.cs
index 9ffcfa97d9..4d5fc36ad0 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA1CryptoServiceProvider.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA1CryptoServiceProvider.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
[System.Runtime.InteropServices.ComVisible(true)]
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA1Managed.cs b/src/mscorlib/src/System/Security/Cryptography/SHA1Managed.cs
index cf3663cb85..8538ecd2eb 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA1Managed.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA1Managed.cs
@@ -1,5 +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 file should only be used in coreclr builds, and not on Desktop
#if !FEATURE_CORECLR
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA256.cs b/src/mscorlib/src/System/Security/Cryptography/SHA256.cs
index 720d406c43..3d42a9cda3 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA256.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA256.cs
@@ -1,5 +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 abstract class represents the SHA-256 hash algorithm.
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA256Managed.cs b/src/mscorlib/src/System/Security/Cryptography/SHA256Managed.cs
index 66f332353f..8373d5356b 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA256Managed.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA256Managed.cs
@@ -1,5 +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.
//
// C# implementation of the proposed SHA-256 hash algorithm
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA384.cs b/src/mscorlib/src/System/Security/Cryptography/SHA384.cs
index 3a4121add9..2b832cf05b 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA384.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA384.cs
@@ -1,5 +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 abstract class represents the SHA-384 hash algorithm.
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA384Managed.cs b/src/mscorlib/src/System/Security/Cryptography/SHA384Managed.cs
index 0c4beaa1fa..7b37f72185 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA384Managed.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA384Managed.cs
@@ -1,5 +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.
//
// C# implementation of the proposed SHA-384 hash algorithm
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA512.cs b/src/mscorlib/src/System/Security/Cryptography/SHA512.cs
index ea7ce7b06b..e6f671e2f5 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA512.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA512.cs
@@ -1,5 +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 abstract class represents the SHA-512 hash algorithm.
diff --git a/src/mscorlib/src/System/Security/Cryptography/SHA512Managed.cs b/src/mscorlib/src/System/Security/Cryptography/SHA512Managed.cs
index 4a691cc99c..03b5def4bb 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SHA512Managed.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SHA512Managed.cs
@@ -1,5 +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.
//
// C# implementation of the proposed SHA-512 hash algorithm
diff --git a/src/mscorlib/src/System/Security/Cryptography/SafeCryptoHandles.cs b/src/mscorlib/src/System/Security/Cryptography/SafeCryptoHandles.cs
index 7cf85f683f..10ac3ffc91 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SafeCryptoHandles.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SafeCryptoHandles.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.Runtime.InteropServices;
diff --git a/src/mscorlib/src/System/Security/Cryptography/SignatureDescription.cs b/src/mscorlib/src/System/Security/Cryptography/SignatureDescription.cs
index 75fef89815..98049e5e67 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SignatureDescription.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SignatureDescription.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.Security.Util;
diff --git a/src/mscorlib/src/System/Security/Cryptography/SymmetricAlgorithm.cs b/src/mscorlib/src/System/Security/Cryptography/SymmetricAlgorithm.cs
index b4cd1d9e67..765fa31558 100644
--- a/src/mscorlib/src/System/Security/Cryptography/SymmetricAlgorithm.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/SymmetricAlgorithm.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
diff --git a/src/mscorlib/src/System/Security/Cryptography/TripleDES.cs b/src/mscorlib/src/System/Security/Cryptography/TripleDES.cs
index d8a66973f7..a15aa89558 100644
--- a/src/mscorlib/src/System/Security/Cryptography/TripleDES.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/TripleDES.cs
@@ -1,5 +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.
using System.Diagnostics.Contracts;
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/Utils.cs b/src/mscorlib/src/System/Security/Cryptography/Utils.cs
index 26f7262558..b60b8dba58 100644
--- a/src/mscorlib/src/System/Security/Cryptography/Utils.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/Utils.cs
@@ -1,5 +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.
namespace System.Security.Cryptography
diff --git a/src/mscorlib/src/System/Security/Cryptography/X509Certificates/X509Certificate.cs b/src/mscorlib/src/System/Security/Cryptography/X509Certificates/X509Certificate.cs
index 2a26f2c2a3..c4346ca507 100644
--- a/src/mscorlib/src/System/Security/Cryptography/X509Certificates/X509Certificate.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/X509Certificates/X509Certificate.cs
@@ -1,5 +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.
namespace System.Security.Cryptography.X509Certificates {
using Microsoft.Win32;
diff --git a/src/mscorlib/src/System/Security/Cryptography/X509Certificates/safex509handles.cs b/src/mscorlib/src/System/Security/Cryptography/X509Certificates/safex509handles.cs
index 36235b3ae5..35db9bd63e 100644
--- a/src/mscorlib/src/System/Security/Cryptography/X509Certificates/safex509handles.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/X509Certificates/safex509handles.cs
@@ -1,5 +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.
namespace System.Security.Cryptography.X509Certificates {
using System.Runtime.InteropServices;
diff --git a/src/mscorlib/src/System/Security/Cryptography/X509Certificates/x509utils.cs b/src/mscorlib/src/System/Security/Cryptography/X509Certificates/x509utils.cs
index da97b6accf..4572ed8ec6 100644
--- a/src/mscorlib/src/System/Security/Cryptography/X509Certificates/x509utils.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/X509Certificates/x509utils.cs
@@ -1,5 +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.
namespace System.Security.Cryptography.X509Certificates
{
diff --git a/src/mscorlib/src/System/Security/Cryptography/base64Transforms.cs b/src/mscorlib/src/System/Security/Cryptography/base64Transforms.cs
index 9668d22c3c..bb2cb6d29d 100644
--- a/src/mscorlib/src/System/Security/Cryptography/base64Transforms.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/base64Transforms.cs
@@ -1,5 +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 file contains two ICryptoTransforms: ToBase64Transform and FromBase64Transform
// they may be attached to a CryptoStream in either read or write mode
diff --git a/src/mscorlib/src/System/Security/Cryptography/cryptoapiTransform.cs b/src/mscorlib/src/System/Security/Cryptography/cryptoapiTransform.cs
index 5c68d39b34..5fbf7a0c7f 100644
--- a/src/mscorlib/src/System/Security/Cryptography/cryptoapiTransform.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/cryptoapiTransform.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
diff --git a/src/mscorlib/src/System/Security/Cryptography/dsa.cs b/src/mscorlib/src/System/Security/Cryptography/dsa.cs
index 2e4e42dc97..6370c64606 100644
--- a/src/mscorlib/src/System/Security/Cryptography/dsa.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/dsa.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.Text;
diff --git a/src/mscorlib/src/System/Security/Cryptography/mactripleDES.cs b/src/mscorlib/src/System/Security/Cryptography/mactripleDES.cs
index 5f27fd6bf7..48af2e4f62 100644
--- a/src/mscorlib/src/System/Security/Cryptography/mactripleDES.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/mactripleDES.cs
@@ -1,5 +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.
// See: http://www.itl.nist.gov/fipspubs/fip81.htm for a spec
diff --git a/src/mscorlib/src/System/Security/Cryptography/rsa.cs b/src/mscorlib/src/System/Security/Cryptography/rsa.cs
index c10bad843f..4181d14d3d 100644
--- a/src/mscorlib/src/System/Security/Cryptography/rsa.cs
+++ b/src/mscorlib/src/System/Security/Cryptography/rsa.cs
@@ -1,5 +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.
namespace System.Security.Cryptography {
using System.IO;
diff --git a/src/mscorlib/src/System/Security/FrameSecurityDescriptor.cs b/src/mscorlib/src/System/Security/FrameSecurityDescriptor.cs
index 9a3b060867..a590e78c1a 100644
--- a/src/mscorlib/src/System/Security/FrameSecurityDescriptor.cs
+++ b/src/mscorlib/src/System/Security/FrameSecurityDescriptor.cs
@@ -1,5 +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.
namespace System.Security {
using System.Text;
diff --git a/src/mscorlib/src/System/Security/HostProtectionException.cs b/src/mscorlib/src/System/Security/HostProtectionException.cs
index cefe980c27..c767411d22 100644
--- a/src/mscorlib/src/System/Security/HostProtectionException.cs
+++ b/src/mscorlib/src/System/Security/HostProtectionException.cs
@@ -1,5 +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/mscorlib/src/System/Security/HostSecurityManager.cs b/src/mscorlib/src/System/Security/HostSecurityManager.cs
index 8b66c80fed..46d5552478 100644
--- a/src/mscorlib/src/System/Security/HostSecurityManager.cs
+++ b/src/mscorlib/src/System/Security/HostSecurityManager.cs
@@ -1,5 +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/mscorlib/src/System/Security/IEvidenceFactory.cs b/src/mscorlib/src/System/Security/IEvidenceFactory.cs
index bfdf9e553c..93f82a6420 100644
--- a/src/mscorlib/src/System/Security/IEvidenceFactory.cs
+++ b/src/mscorlib/src/System/Security/IEvidenceFactory.cs
@@ -1,5 +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.
namespace System.Security {
using System.Runtime.Remoting;
diff --git a/src/mscorlib/src/System/Security/IPermission.cs b/src/mscorlib/src/System/Security/IPermission.cs
index 9506783631..5477261fd7 100644
--- a/src/mscorlib/src/System/Security/IPermission.cs
+++ b/src/mscorlib/src/System/Security/IPermission.cs
@@ -1,5 +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/mscorlib/src/System/Security/ISecurityEncodable.cs b/src/mscorlib/src/System/Security/ISecurityEncodable.cs
index 4167102f0a..9915da3696 100644
--- a/src/mscorlib/src/System/Security/ISecurityEncodable.cs
+++ b/src/mscorlib/src/System/Security/ISecurityEncodable.cs
@@ -1,5 +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/mscorlib/src/System/Security/ISecurityPolicyEncodable.cs b/src/mscorlib/src/System/Security/ISecurityPolicyEncodable.cs
index 515e724db5..b1c8d1654f 100644
--- a/src/mscorlib/src/System/Security/ISecurityPolicyEncodable.cs
+++ b/src/mscorlib/src/System/Security/ISecurityPolicyEncodable.cs
@@ -1,5 +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/mscorlib/src/System/Security/IStackWalk.cs b/src/mscorlib/src/System/Security/IStackWalk.cs
index 8f7035f82a..902fc35b61 100644
--- a/src/mscorlib/src/System/Security/IStackWalk.cs
+++ b/src/mscorlib/src/System/Security/IStackWalk.cs
@@ -1,5 +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.
namespace System.Security
{
diff --git a/src/mscorlib/src/System/Security/NamedPermissionSet.cs b/src/mscorlib/src/System/Security/NamedPermissionSet.cs
index 0806a09c7d..fba76749a1 100644
--- a/src/mscorlib/src/System/Security/NamedPermissionSet.cs
+++ b/src/mscorlib/src/System/Security/NamedPermissionSet.cs
@@ -1,5 +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/mscorlib/src/System/Security/PermissionListSet.cs b/src/mscorlib/src/System/Security/PermissionListSet.cs
index 46cef0debc..7eb13a72cf 100644
--- a/src/mscorlib/src/System/Security/PermissionListSet.cs
+++ b/src/mscorlib/src/System/Security/PermissionListSet.cs
@@ -1,5 +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/mscorlib/src/System/Security/PermissionSet.cs b/src/mscorlib/src/System/Security/PermissionSet.cs
index 278a4b1936..dc72cc1f3a 100644
--- a/src/mscorlib/src/System/Security/PermissionSet.cs
+++ b/src/mscorlib/src/System/Security/PermissionSet.cs
@@ -1,5 +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/mscorlib/src/System/Security/PermissionSetEnumerator.cs b/src/mscorlib/src/System/Security/PermissionSetEnumerator.cs
index 62ed688cf5..55b56cb570 100644
--- a/src/mscorlib/src/System/Security/PermissionSetEnumerator.cs
+++ b/src/mscorlib/src/System/Security/PermissionSetEnumerator.cs
@@ -1,5 +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/mscorlib/src/System/Security/PermissionSetTriple.cs b/src/mscorlib/src/System/Security/PermissionSetTriple.cs
index 4a2847b520..f1527ac4b1 100644
--- a/src/mscorlib/src/System/Security/PermissionSetTriple.cs
+++ b/src/mscorlib/src/System/Security/PermissionSetTriple.cs
@@ -1,5 +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/mscorlib/src/System/Security/PermissionToken.cs b/src/mscorlib/src/System/Security/PermissionToken.cs
index 1b57e6ddf6..8a8ec678a1 100644
--- a/src/mscorlib/src/System/Security/PermissionToken.cs
+++ b/src/mscorlib/src/System/Security/PermissionToken.cs
@@ -1,5 +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.
namespace System.Security {
using System;
diff --git a/src/mscorlib/src/System/Security/Permissions/EnvironmentPermission.cs b/src/mscorlib/src/System/Security/Permissions/EnvironmentPermission.cs
index 41fe4dc4cd..8208ed3fb0 100644
--- a/src/mscorlib/src/System/Security/Permissions/EnvironmentPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/EnvironmentPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions {
using System.Security;
diff --git a/src/mscorlib/src/System/Security/Permissions/FileDialogPermission.cs b/src/mscorlib/src/System/Security/Permissions/FileDialogPermission.cs
index a57ec00fb3..6d6c221cc9 100644
--- a/src/mscorlib/src/System/Security/Permissions/FileDialogPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/FileDialogPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions {
using System;
diff --git a/src/mscorlib/src/System/Security/Permissions/FileIOPermission.cs b/src/mscorlib/src/System/Security/Permissions/FileIOPermission.cs
index ac9f4d4f89..e66eb34535 100644
--- a/src/mscorlib/src/System/Security/Permissions/FileIOPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/FileIOPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions {
using System;
diff --git a/src/mscorlib/src/System/Security/Permissions/GACIdentityPermission.cs b/src/mscorlib/src/System/Security/Permissions/GACIdentityPermission.cs
index fcc838fd5d..5c209afb9d 100644
--- a/src/mscorlib/src/System/Security/Permissions/GACIdentityPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/GACIdentityPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/HostProtectionPermission.cs b/src/mscorlib/src/System/Security/Permissions/HostProtectionPermission.cs
index 0b643242dc..85be61a00d 100644
--- a/src/mscorlib/src/System/Security/Permissions/HostProtectionPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/HostProtectionPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/IBuiltInPermission.cs b/src/mscorlib/src/System/Security/Permissions/IBuiltInPermission.cs
index f460b04321..58b26bd9c4 100644
--- a/src/mscorlib/src/System/Security/Permissions/IBuiltInPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/IBuiltInPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/IUnrestrictedPermission.cs b/src/mscorlib/src/System/Security/Permissions/IUnrestrictedPermission.cs
index 8d7df7fd4c..782df8012c 100644
--- a/src/mscorlib/src/System/Security/Permissions/IUnrestrictedPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/IUnrestrictedPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions {
diff --git a/src/mscorlib/src/System/Security/Permissions/IsolatedStorageFilePermission.cs b/src/mscorlib/src/System/Security/Permissions/IsolatedStorageFilePermission.cs
index c2d128637d..1e11b4aa7f 100644
--- a/src/mscorlib/src/System/Security/Permissions/IsolatedStorageFilePermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/IsolatedStorageFilePermission.cs
@@ -1,5 +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/mscorlib/src/System/Security/Permissions/IsolatedStoragePermission.cs b/src/mscorlib/src/System/Security/Permissions/IsolatedStoragePermission.cs
index 4e2d2a84e9..308adbdab3 100644
--- a/src/mscorlib/src/System/Security/Permissions/IsolatedStoragePermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/IsolatedStoragePermission.cs
@@ -1,5 +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/mscorlib/src/System/Security/Permissions/PermissionAttributes.cs b/src/mscorlib/src/System/Security/Permissions/PermissionAttributes.cs
index 45b24d8582..271b74bd13 100644
--- a/src/mscorlib/src/System/Security/Permissions/PermissionAttributes.cs
+++ b/src/mscorlib/src/System/Security/Permissions/PermissionAttributes.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/PermissionState.cs b/src/mscorlib/src/System/Security/Permissions/PermissionState.cs
index 5cbd0ad1f1..ea0f1a0ac2 100644
--- a/src/mscorlib/src/System/Security/Permissions/PermissionState.cs
+++ b/src/mscorlib/src/System/Security/Permissions/PermissionState.cs
@@ -1,5 +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.
//
// The Runtime policy manager. Maintains a set of IdentityMapper objects that map
diff --git a/src/mscorlib/src/System/Security/Permissions/ReflectionPermission.cs b/src/mscorlib/src/System/Security/Permissions/ReflectionPermission.cs
index 5873ad17b1..2bc3c08ff9 100644
--- a/src/mscorlib/src/System/Security/Permissions/ReflectionPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/ReflectionPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/RegistryPermission.cs b/src/mscorlib/src/System/Security/Permissions/RegistryPermission.cs
index c6394c6279..bf801d625b 100644
--- a/src/mscorlib/src/System/Security/Permissions/RegistryPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/RegistryPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/SecurityPermission.cs b/src/mscorlib/src/System/Security/Permissions/SecurityPermission.cs
index 350999c6fe..b359cc530d 100644
--- a/src/mscorlib/src/System/Security/Permissions/SecurityPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/SecurityPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/SiteIdentityPermission.cs b/src/mscorlib/src/System/Security/Permissions/SiteIdentityPermission.cs
index 0596f38f19..ed241ec23d 100644
--- a/src/mscorlib/src/System/Security/Permissions/SiteIdentityPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/SiteIdentityPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/StrongNameIdentityPermission.cs b/src/mscorlib/src/System/Security/Permissions/StrongNameIdentityPermission.cs
index 2217231dcd..5f5de0ef80 100644
--- a/src/mscorlib/src/System/Security/Permissions/StrongNameIdentityPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/StrongNameIdentityPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs b/src/mscorlib/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs
index 514bdb87ff..e0aacaf80c 100644
--- a/src/mscorlib/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs
+++ b/src/mscorlib/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/UIPermission.cs b/src/mscorlib/src/System/Security/Permissions/UIPermission.cs
index 2cf909fcf0..bb122b734c 100644
--- a/src/mscorlib/src/System/Security/Permissions/UIPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/UIPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/URLIdentityPermission.cs b/src/mscorlib/src/System/Security/Permissions/URLIdentityPermission.cs
index e34a9deda5..04528f0e9b 100644
--- a/src/mscorlib/src/System/Security/Permissions/URLIdentityPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/URLIdentityPermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions
{
diff --git a/src/mscorlib/src/System/Security/Permissions/ZoneIdentityPermission.cs b/src/mscorlib/src/System/Security/Permissions/ZoneIdentityPermission.cs
index 33f632008e..af8eb23ff6 100644
--- a/src/mscorlib/src/System/Security/Permissions/ZoneIdentityPermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/ZoneIdentityPermission.cs
@@ -1,5 +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/mscorlib/src/System/Security/Permissions/keycontainerpermission.cs b/src/mscorlib/src/System/Security/Permissions/keycontainerpermission.cs
index 8d93677024..9691c03da3 100644
--- a/src/mscorlib/src/System/Security/Permissions/keycontainerpermission.cs
+++ b/src/mscorlib/src/System/Security/Permissions/keycontainerpermission.cs
@@ -1,5 +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.
namespace System.Security.Permissions {
using System;
diff --git a/src/mscorlib/src/System/Security/Policy/ApplicationTrust.cs b/src/mscorlib/src/System/Security/Policy/ApplicationTrust.cs
index 2a9a8b79d7..4b6d8b18b3 100644
--- a/src/mscorlib/src/System/Security/Policy/ApplicationTrust.cs
+++ b/src/mscorlib/src/System/Security/Policy/ApplicationTrust.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/Evidence.cs b/src/mscorlib/src/System/Security/Policy/Evidence.cs
index c45f939884..29d7682ae3 100644
--- a/src/mscorlib/src/System/Security/Policy/Evidence.cs
+++ b/src/mscorlib/src/System/Security/Policy/Evidence.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/EvidenceBase.cs b/src/mscorlib/src/System/Security/Policy/EvidenceBase.cs
index 2563f311c0..f142ebea2a 100644
--- a/src/mscorlib/src/System/Security/Policy/EvidenceBase.cs
+++ b/src/mscorlib/src/System/Security/Policy/EvidenceBase.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/EvidenceTypeDescriptor.cs b/src/mscorlib/src/System/Security/Policy/EvidenceTypeDescriptor.cs
index 9ac3e3bf89..bccf39218b 100644
--- a/src/mscorlib/src/System/Security/Policy/EvidenceTypeDescriptor.cs
+++ b/src/mscorlib/src/System/Security/Policy/EvidenceTypeDescriptor.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
using System.Diagnostics.Contracts;
diff --git a/src/mscorlib/src/System/Security/Policy/IDelayEvaluatedEvidence.cs b/src/mscorlib/src/System/Security/Policy/IDelayEvaluatedEvidence.cs
index ff496cc89f..5bd36485db 100644
--- a/src/mscorlib/src/System/Security/Policy/IDelayEvaluatedEvidence.cs
+++ b/src/mscorlib/src/System/Security/Policy/IDelayEvaluatedEvidence.cs
@@ -1,5 +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.
namespace System.Security.Policy {
@@ -31,4 +32,4 @@ namespace System.Security.Policy {
/// </summary>
void MarkUsed();
}
-} \ No newline at end of file
+}
diff --git a/src/mscorlib/src/System/Security/Policy/IIdentityPermissionFactory.cs b/src/mscorlib/src/System/Security/Policy/IIdentityPermissionFactory.cs
index d6ee1adfc2..a46f39602d 100644
--- a/src/mscorlib/src/System/Security/Policy/IIdentityPermissionFactory.cs
+++ b/src/mscorlib/src/System/Security/Policy/IIdentityPermissionFactory.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/IRuntimeEvidenceFactory.cs b/src/mscorlib/src/System/Security/Policy/IRuntimeEvidenceFactory.cs
index 05d50c6874..98467fe367 100644
--- a/src/mscorlib/src/System/Security/Policy/IRuntimeEvidenceFactory.cs
+++ b/src/mscorlib/src/System/Security/Policy/IRuntimeEvidenceFactory.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/PolicyException.cs b/src/mscorlib/src/System/Security/Policy/PolicyException.cs
index e159dab896..68e87f780d 100644
--- a/src/mscorlib/src/System/Security/Policy/PolicyException.cs
+++ b/src/mscorlib/src/System/Security/Policy/PolicyException.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/PolicyStatement.cs b/src/mscorlib/src/System/Security/Policy/PolicyStatement.cs
index 5a1486cfc2..72c07d1246 100644
--- a/src/mscorlib/src/System/Security/Policy/PolicyStatement.cs
+++ b/src/mscorlib/src/System/Security/Policy/PolicyStatement.cs
@@ -1,5 +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.
//
// Represents the policy associated with some piece of evidence
diff --git a/src/mscorlib/src/System/Security/Policy/Site.cs b/src/mscorlib/src/System/Security/Policy/Site.cs
index ab92994454..e7c6cd3d83 100644
--- a/src/mscorlib/src/System/Security/Policy/Site.cs
+++ b/src/mscorlib/src/System/Security/Policy/Site.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/StrongName.cs b/src/mscorlib/src/System/Security/Policy/StrongName.cs
index 6e2d572e32..c49f2b0674 100644
--- a/src/mscorlib/src/System/Security/Policy/StrongName.cs
+++ b/src/mscorlib/src/System/Security/Policy/StrongName.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/URL.cs b/src/mscorlib/src/System/Security/Policy/URL.cs
index 4ea0becb2c..d3ad4f8724 100644
--- a/src/mscorlib/src/System/Security/Policy/URL.cs
+++ b/src/mscorlib/src/System/Security/Policy/URL.cs
@@ -1,5 +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/mscorlib/src/System/Security/Policy/Zone.cs b/src/mscorlib/src/System/Security/Policy/Zone.cs
index 9dfb52eacc..c999abe340 100644
--- a/src/mscorlib/src/System/Security/Policy/Zone.cs
+++ b/src/mscorlib/src/System/Security/Policy/Zone.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/GenericIdentity.cs b/src/mscorlib/src/System/Security/Principal/GenericIdentity.cs
index 85672fcbc9..0cc80f296c 100644
--- a/src/mscorlib/src/System/Security/Principal/GenericIdentity.cs
+++ b/src/mscorlib/src/System/Security/Principal/GenericIdentity.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/GenericPrincipal.cs b/src/mscorlib/src/System/Security/Principal/GenericPrincipal.cs
index ef421acb17..582ae536b3 100644
--- a/src/mscorlib/src/System/Security/Principal/GenericPrincipal.cs
+++ b/src/mscorlib/src/System/Security/Principal/GenericPrincipal.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/IIdentity.cs b/src/mscorlib/src/System/Security/Principal/IIdentity.cs
index 965fbcaef4..2bda6c6e3d 100644
--- a/src/mscorlib/src/System/Security/Principal/IIdentity.cs
+++ b/src/mscorlib/src/System/Security/Principal/IIdentity.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/IPrincipal.cs b/src/mscorlib/src/System/Security/Principal/IPrincipal.cs
index 35c7fd03ca..449cfb50b2 100644
--- a/src/mscorlib/src/System/Security/Principal/IPrincipal.cs
+++ b/src/mscorlib/src/System/Security/Principal/IPrincipal.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/PrincipalPolicy.cs b/src/mscorlib/src/System/Security/Principal/PrincipalPolicy.cs
index 336986808c..5391c36114 100644
--- a/src/mscorlib/src/System/Security/Principal/PrincipalPolicy.cs
+++ b/src/mscorlib/src/System/Security/Principal/PrincipalPolicy.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/TokenAccessLevels.cs b/src/mscorlib/src/System/Security/Principal/TokenAccessLevels.cs
index 3023ab72f1..fb94a6276f 100644
--- a/src/mscorlib/src/System/Security/Principal/TokenAccessLevels.cs
+++ b/src/mscorlib/src/System/Security/Principal/TokenAccessLevels.cs
@@ -1,5 +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/mscorlib/src/System/Security/Principal/TokenImpersonationLevel.cs b/src/mscorlib/src/System/Security/Principal/TokenImpersonationLevel.cs
index bd3d98e51f..fa77ac50f9 100644
--- a/src/mscorlib/src/System/Security/Principal/TokenImpersonationLevel.cs
+++ b/src/mscorlib/src/System/Security/Principal/TokenImpersonationLevel.cs
@@ -1,5 +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.
//
@@ -16,4 +17,4 @@ namespace System.Security.Principal
Impersonation = 3,
Delegation = 4
}
-} \ No newline at end of file
+}
diff --git a/src/mscorlib/src/System/Security/SafeSecurityHandles.cs b/src/mscorlib/src/System/Security/SafeSecurityHandles.cs
index 36753733d1..ea9cd4be0f 100644
--- a/src/mscorlib/src/System/Security/SafeSecurityHandles.cs
+++ b/src/mscorlib/src/System/Security/SafeSecurityHandles.cs
@@ -1,5 +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.
namespace Microsoft.Win32.SafeHandles {
using System;
using System.Runtime.CompilerServices;
diff --git a/src/mscorlib/src/System/Security/SecurityContext.cs b/src/mscorlib/src/System/Security/SecurityContext.cs
index df714160a3..4b482b6c09 100644
--- a/src/mscorlib/src/System/Security/SecurityContext.cs
+++ b/src/mscorlib/src/System/Security/SecurityContext.cs
@@ -1,5 +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/mscorlib/src/System/Security/SecurityDocument.cs b/src/mscorlib/src/System/Security/SecurityDocument.cs
index 6577b94535..71f69599ef 100644
--- a/src/mscorlib/src/System/Security/SecurityDocument.cs
+++ b/src/mscorlib/src/System/Security/SecurityDocument.cs
@@ -1,5 +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/mscorlib/src/System/Security/SecurityElement.cs b/src/mscorlib/src/System/Security/SecurityElement.cs
index 6ee3f04d1a..aa63029422 100644
--- a/src/mscorlib/src/System/Security/SecurityElement.cs
+++ b/src/mscorlib/src/System/Security/SecurityElement.cs
@@ -1,5 +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/mscorlib/src/System/Security/SecurityException.cs b/src/mscorlib/src/System/Security/SecurityException.cs
index 5948142b5f..407ea0a536 100644
--- a/src/mscorlib/src/System/Security/SecurityException.cs
+++ b/src/mscorlib/src/System/Security/SecurityException.cs
@@ -1,5 +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/mscorlib/src/System/Security/SecurityManager.cs b/src/mscorlib/src/System/Security/SecurityManager.cs
index 552e987899..5c46dfcbfc 100644
--- a/src/mscorlib/src/System/Security/SecurityManager.cs
+++ b/src/mscorlib/src/System/Security/SecurityManager.cs
@@ -1,5 +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/mscorlib/src/System/Security/SecurityRuntime.cs b/src/mscorlib/src/System/Security/SecurityRuntime.cs
index ecfde405f2..9d776affd3 100644
--- a/src/mscorlib/src/System/Security/SecurityRuntime.cs
+++ b/src/mscorlib/src/System/Security/SecurityRuntime.cs
@@ -1,5 +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/mscorlib/src/System/Security/SecurityState.cs b/src/mscorlib/src/System/Security/SecurityState.cs
index 04d50f4b1d..bd23acd813 100644
--- a/src/mscorlib/src/System/Security/SecurityState.cs
+++ b/src/mscorlib/src/System/Security/SecurityState.cs
@@ -1,5 +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.
using System;
using System.Security;
using System.Security.Permissions;
diff --git a/src/mscorlib/src/System/Security/SecurityZone.cs b/src/mscorlib/src/System/Security/SecurityZone.cs
index 8cb909aa75..a74b637846 100644
--- a/src/mscorlib/src/System/Security/SecurityZone.cs
+++ b/src/mscorlib/src/System/Security/SecurityZone.cs
@@ -1,5 +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/mscorlib/src/System/Security/Util/Config.cs b/src/mscorlib/src/System/Security/Util/Config.cs
index fc645255fb..988a39a9d6 100644
--- a/src/mscorlib/src/System/Security/Util/Config.cs
+++ b/src/mscorlib/src/System/Security/Util/Config.cs
@@ -1,5 +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.
namespace System.Security.Util {
using System;
diff --git a/src/mscorlib/src/System/Security/Util/Hex.cs b/src/mscorlib/src/System/Security/Util/Hex.cs
index 67413ac97f..709744f2a2 100644
--- a/src/mscorlib/src/System/Security/Util/Hex.cs
+++ b/src/mscorlib/src/System/Security/Util/Hex.cs
@@ -1,5 +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/mscorlib/src/System/Security/Util/Parser.cs b/src/mscorlib/src/System/Security/Util/Parser.cs
index c6415ce4ea..49c9a266f6 100644
--- a/src/mscorlib/src/System/Security/Util/Parser.cs
+++ b/src/mscorlib/src/System/Security/Util/Parser.cs
@@ -1,5 +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/mscorlib/src/System/Security/Util/StringExpressionSet.cs b/src/mscorlib/src/System/Security/Util/StringExpressionSet.cs
index b38a56a880..ae4554665c 100644
--- a/src/mscorlib/src/System/Security/Util/StringExpressionSet.cs
+++ b/src/mscorlib/src/System/Security/Util/StringExpressionSet.cs
@@ -1,5 +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.
namespace System.Security.Util {
using System.Text;
diff --git a/src/mscorlib/src/System/Security/Util/TokenBasedSet.cs b/src/mscorlib/src/System/Security/Util/TokenBasedSet.cs
index 6b85b00411..6870567e68 100644
--- a/src/mscorlib/src/System/Security/Util/TokenBasedSet.cs
+++ b/src/mscorlib/src/System/Security/Util/TokenBasedSet.cs
@@ -1,5 +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.
namespace System.Security.Util
{
diff --git a/src/mscorlib/src/System/Security/Util/TokenBasedSetEnumerator.cs b/src/mscorlib/src/System/Security/Util/TokenBasedSetEnumerator.cs
index 05a0f37630..9c868d3c53 100644
--- a/src/mscorlib/src/System/Security/Util/TokenBasedSetEnumerator.cs
+++ b/src/mscorlib/src/System/Security/Util/TokenBasedSetEnumerator.cs
@@ -1,5 +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.
namespace System.Security.Util
{
diff --git a/src/mscorlib/src/System/Security/Util/Tokenizer.cs b/src/mscorlib/src/System/Security/Util/Tokenizer.cs
index 172f4bb456..39cfed3a71 100644
--- a/src/mscorlib/src/System/Security/Util/Tokenizer.cs
+++ b/src/mscorlib/src/System/Security/Util/Tokenizer.cs
@@ -1,5 +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/mscorlib/src/System/Security/Util/URLString.cs b/src/mscorlib/src/System/Security/Util/URLString.cs
index c6f351b338..b09e1c429e 100644
--- a/src/mscorlib/src/System/Security/Util/URLString.cs
+++ b/src/mscorlib/src/System/Security/Util/URLString.cs
@@ -1,5 +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.
// URLString
//
diff --git a/src/mscorlib/src/System/Security/Util/XMLUtil.cs b/src/mscorlib/src/System/Security/Util/XMLUtil.cs
index 0c47f441b4..df8f0c4670 100644
--- a/src/mscorlib/src/System/Security/Util/XMLUtil.cs
+++ b/src/mscorlib/src/System/Security/Util/XMLUtil.cs
@@ -1,5 +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/mscorlib/src/System/Security/Util/sitestring.cs b/src/mscorlib/src/System/Security/Util/sitestring.cs
index b6a129f020..28f23742ec 100644
--- a/src/mscorlib/src/System/Security/Util/sitestring.cs
+++ b/src/mscorlib/src/System/Security/Util/sitestring.cs
@@ -1,5 +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.
namespace System.Security.Util {
using System;
diff --git a/src/mscorlib/src/System/Security/VerificationException.cs b/src/mscorlib/src/System/Security/VerificationException.cs
index 24670a4a0d..c740c1b87f 100644
--- a/src/mscorlib/src/System/Security/VerificationException.cs
+++ b/src/mscorlib/src/System/Security/VerificationException.cs
@@ -1,5 +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/mscorlib/src/System/Security/XMLSyntaxException.cs b/src/mscorlib/src/System/Security/XMLSyntaxException.cs
index 1e4441412f..bb332907d6 100644
--- a/src/mscorlib/src/System/Security/XMLSyntaxException.cs
+++ b/src/mscorlib/src/System/Security/XMLSyntaxException.cs
@@ -1,5 +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/mscorlib/src/System/Security/securestring.cs b/src/mscorlib/src/System/Security/securestring.cs
index 13e2fe5af4..b53d0db5b4 100644
--- a/src/mscorlib/src/System/Security/securestring.cs
+++ b/src/mscorlib/src/System/Security/securestring.cs
@@ -1,5 +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.
namespace System.Security {
using System.Security.Cryptography;
using System.Runtime.InteropServices;