Fix some license headers across the repo (dotnet/corefx#27039)
authorStephen Toub <stoub@microsoft.com>
Sun, 11 Feb 2018 13:55:26 +0000 (08:55 -0500)
committerGitHub <noreply@github.com>
Sun, 11 Feb 2018 13:55:26 +0000 (08:55 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/7f19e761b7400521030707df2e6fac10daa36f26

71 files changed:
src/libraries/Common/tests/Tests/System/PasteArgumentsTests.cs
src/libraries/System.ComponentModel.Primitives/src/FxCopBaseline.cs
src/libraries/System.Console/src/FxCopBaseline.cs
src/libraries/System.Data.Common/src/System/Data/Common/NameValuePermission.cs
src/libraries/System.Data.SqlClient/tests/ManualTests/SQL/AsyncTest/XmlReaderAsyncTest.cs
src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PrivilegedConfigurationManager.cs
src/libraries/System.Diagnostics.Process/src/FxCopBaseline.cs
src/libraries/System.Diagnostics.TextWriterTraceListener/src/FxCopBaseline.cs
src/libraries/System.Diagnostics.TraceSource/src/FxCopBaseline.cs
src/libraries/System.DirectoryServices.AccountManagement/tests/testobj.cs
src/libraries/System.Drawing.Common/src/System/Drawing/ColorConverter.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/IPropertyValueUIService.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/IToolboxItemProvider.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/IToolboxService.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/IToolboxUser.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/PaintValueEventArgs.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/PropertyValueUIHandler.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/PropertyValueUIItem.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/PropertyValueUIItemInvokeHandler.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxComponentsCreatedEventArgs.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxComponentsCreatedEventHandler.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxComponentsCreatingEventArgs.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxComponentsCreatingEventHandler.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxItem.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxItemCollection.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/ToolboxItemCreatorCallback.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/UITypeEditor.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Design/UITypeEditorEditStyle.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.Unix.cs
src/libraries/System.Drawing.Common/src/System/Drawing/PointConverter.cs
src/libraries/System.Drawing.Common/src/System/Drawing/RectangleConverter.cs
src/libraries/System.Drawing.Common/src/System/Drawing/SizeConverter.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAuditRuleTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs
src/libraries/System.Net.Requests/src/FxCopBaseline.cs
src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/SurrogateDataContract.cs
src/libraries/System.Private.Uri/src/FxCopBaseline.cs
src/libraries/System.Runtime/tests/System/TypedReferenceTests.cs
src/libraries/System.Security.Cryptography.Xml/tests/AssertCrypto.cs
src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/DataObjectTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/DataReferenceTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNameTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNodeTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoRetrievalMethodTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoX509DataTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/ReferenceTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignatureTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/TransformChainTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDecryptionTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigBase64TransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NWithCommentsTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigEnvelopedSignatureTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NWithCommentsTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXPathTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXsltTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlLicenseTransformTest.cs
src/libraries/System.Threading.Channels/tests/BoundedChannelTests.cs
src/libraries/System.Threading.Channels/tests/ChannelClosedExceptionTests.cs
src/libraries/System.Threading.Channels/tests/ChannelTestBase.cs

index db554f1..592455f 100644 (file)
@@ -1,4 +1,8 @@
-using System;
+// Licensed to the .NET Foundation under one or more 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 Xunit;
 
index b702751..4175d27 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.ComponentModel.Component.#Dispose(System.Boolean)")]
index c49b860..fd02c4d 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.IO.SyncTextReader.#Dispose(System.Boolean)")]
@@ -48,4 +52,4 @@ using System.Diagnostics.CodeAnalysis;
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.ConsolePal.#EnsureInitializedCore()")]
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.ConsolePal.#WriteStdoutAnsiString(System.String)")]
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.ConsolePal.#ForegroundColor")]
-[assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.ConsolePal.#BackgroundColor")]
\ No newline at end of file
+[assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.ConsolePal.#BackgroundColor")]
index 1deeb51..fa091e2 100644 (file)
@@ -1,6 +1,6 @@
-//// Licensed to the .NET Foundation under one or more agreements.
-//// The .NET Foundation licenses this file to you under the MIT license.
-//// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more 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.Data.Common
 //{
index 14cd523..0c6c723 100644 (file)
@@ -1,4 +1,8 @@
-using System;
+// Licensed to the .NET Foundation under one or more 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.Collections.Generic;
 using System.Linq;
 using System.Text;
index 8cad71c..546c6d2 100644 (file)
@@ -1,9 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="PrivilegedConfigurationManager.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>
-//------------------------------------------------------------------------------
-
+// Licensed to the .NET Foundation under one or more 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.Configuration {
 
index 2fed8d3..2e370b5 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.Diagnostics.Process.#EnsureWatchingForExit()")]
index 9be0eb5..d7c7e4f 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.Diagnostics.DelimitedListTraceListener.#set_Delimiter(System.String)")]
index 8a2b79b..89cdfb8 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 [assembly: SuppressMessage("Microsoft.Reliability", "CA2002:DoNotLockOnObjectsWithWeakIdentity", Scope = "member", Target = "System.Diagnostics.TraceInternal.#Flush()")]
index 71eb00e..6ca7ceb 100644 (file)
@@ -1,6 +1,8 @@
-/*++
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
-Copyright (c) 2004  Microsoft Corporation
+/*++
 
 Module Name:
 
@@ -11,10 +13,6 @@ Abstract:
     Exposes test hooks.
 
     Only present in TESTHOOK builds.
-    
-History:
-
-    06-May-2004    MattRim     Created
 
 --*/
 
index decb4ee..8824280 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="ColorConverter.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
-
-/*
- */
+// Licensed to the .NET Foundation under one or more 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.Drawing {
     using System.Runtime.Serialization.Formatters;
     using System.Runtime.InteropServices;
index 062e900..d1234c1 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="IPropertyValueUIService.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
 
     using System.Diagnostics;
index 15aa59a..2dfebab 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="IToolboxItemProvider.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
 
index b8ff1bd..d3894a7 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="IToolboxService.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
 /*
  */
index 7d2cb9d..b804d7a 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="IToolboxUser.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
 /*
  */
index 5c45524..958d711 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="PaintValueEventArgs.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
 /*
  */
index a7c3621..1d63033 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="PropertyValueUIHandler.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
 /*
  */
index 298f7a7..9854a00 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="PropertyValueUIItem.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
 /*
  */
index 62a44bd..d70b799 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="PropertyValueUIItemInvokeHandler.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
 /*
  */
index f21ce8b..f79373e 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="ToolboxComponentsCreatedEventArgs.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
     using System;
index fa34f68..183923c 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="ToolboxComponentsCreatedEventHandler.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
     using System;
index 12247e2..6e2ccd8 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="ToolboxComponentsCreatingEventArgs.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
     using System;
index 6c5ddef..573951d 100644 (file)
@@ -1,8 +1,6 @@
-//------------------------------------------------------------------------------
-// <copyright file="ToolboxComponentsCreatingEventHandler.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
     using System;
index 8fde796..ecac2d2 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="ToolboxItem.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
-
-/*
- */
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
     using System.Configuration.Assemblies;
     using System.Runtime.InteropServices;
index 3cfd526..a076399 100644 (file)
@@ -1,9 +1,7 @@
-// ------------------------------------------------------------------------------
-// <copyright file="ToolboxItemCollection.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright> 
-// ------------------------------------------------------------------------------
-// 
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
 
     using System;
index 0777594..ef11d48 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="ToolboxItemCreatorCallback.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
 
     /// <include file='doc\ToolboxItemCreatorCallback.uex' path='docs/doc[@for="ToolboxItemCreatorCallback"]/*' />
index 4d1498c..18defcf 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="UITypeEditor.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
     using System.Runtime.InteropServices;
     using System.ComponentModel;
index 49a3f6c..8667cc9 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="UITypeEditorEditStyle.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing.Design {
 
     using System.Diagnostics;
index 1260c98..bcc999c 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information.
 //
 // System.Drawing.Drawing2D.GraphicsPath.cs
 //
index 5fad16e..016f259 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="PointConverter.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
-
-/*
- */
+// Licensed to the .NET Foundation under one or more 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.Drawing {
     using System.Runtime.Serialization.Formatters;
     using System.Runtime.InteropServices;
index 32746ca..d2d9790 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="RectangleConverter.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more 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.Drawing {
     using System.Runtime.Serialization.Formatters;
     using System.Runtime.InteropServices;
index ba37bc5..de0ce31 100644 (file)
@@ -1,11 +1,7 @@
-//------------------------------------------------------------------------------
-// <copyright file="SizeConverter.cs" company="Microsoft">
-//     Copyright (c) Microsoft Corporation.  All rights reserved.
-// </copyright>                                                                
-//------------------------------------------------------------------------------
-
-/*
- */
+// Licensed to the .NET Foundation under one or more 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.Drawing {
     using System.Runtime.Serialization.Formatters;
     using System.Runtime.InteropServices;
index 126bf39..bd5ae83 100644 (file)
@@ -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.DirectoryServices;
 using System.Security.Principal;
index 23d8ade..60af704 100644 (file)
@@ -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.Security.AccessControl;
 using System.Security.Principal;
index 09f6631..db275f4 100644 (file)
@@ -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.Security.AccessControl;
 using Xunit;
index 00d87a8..afb2609 100644 (file)
@@ -1,6 +1,6 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information
 
 using System.Security.Principal;
 using Xunit;
index 14e223b..fc43cf0 100644 (file)
@@ -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.Collections.Generic;
index 864b3c5..555bfde 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 [assembly: SuppressMessage("Microsoft.Design", "CA2237", Scope = "type", Target = "System.Net.FtpWebRequest")]
index 0a5bc4c..68bee7f 100644 (file)
@@ -1,6 +1,7 @@
-//-----------------------------------------------------------------------------
-// Copyright (c) Microsoft Corporation.  All rights reserved.
-//-----------------------------------------------------------------------------
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information
+
 namespace System.Runtime.Serialization
 {
     using System;
index 5207ad7..dc2623d 100644 (file)
@@ -1,3 +1,7 @@
+// Licensed to the .NET Foundation under one or more 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.CodeAnalysis;
 
 // TODO: Remove this once https://github.com/dotnet/corefx/issues/13107 is fixed
index 6f44d35..aba8ccf 100644 (file)
@@ -1,3 +1,6 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
+
 //
 // TypedReferenceTest.cs
 //
index e34ed93..35f0223 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // MonoTests.System.Security.Cryptography.Xml.AssertCrypto.cs
 //
index 0bd33ca..005b7ca 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // DSAKeyValueTest.cs - Test Cases for DSAKeyValue
 //
index b6a6c5b..f8190fe 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // DataObjectTest.cs - Test Cases for DataObject
 //
index 83e3fa2..86cfc46 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // DataReferenceTest.cs
 //
index 7e9f2ff..b004fcd 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // EncryptedXmlTest.cs
 //
index cc58e45..eff7bad 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // KeyInfoNameTest.cs - Test Cases for KeyInfoName
 //
index 6ef942a..790fa8b 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // KeyInfoNodeTest.cs - Test Cases for KeyInfoNode
 //
index 4ddbb34..4a46d47 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // KeyInfoRetrievalMethodTest.cs - Test Cases for KeyInfoRetrievalMethod
 //
index 96ef5ef..4fc06bb 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // KeyInfoTest.cs - Test Cases for KeyInfo
 //
index a4b70fc..f80b991 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // KeyInfoX509DataTest.cs - Test Cases for KeyInfoX509Data
 //
index 52463f0..2048a48 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // RSAKeyValueTest.cs - Test Cases for RSAKeyValue
 //
index ba6d4f3..0cbec07 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // ReferenceTest.cs - Test Cases for Reference
 //
index 874e7de..60415eb 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // SignatureTest.cs - Test Cases for SignedXml
 //
index f2d64da..2e1502a 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // SignedInfoTest.cs - Test Cases for SignedInfo
 //
index bdbf97d..d18ed6b 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // SignedXmlTest.cs - Test Cases for SignedXml
 //
index cccf97b..4421363 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // TransformChainTest.cs - Test Cases for TransformChain
 //
index 3f5ce53..24927f3 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // Unit tests for Transform
 //
index adcc6dc..5b2051e 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // Unit tests for XmlDecryptionTransform
 //
index 262f92c..e47c9c7 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigBase64TransformTest.cs - Test Cases for XmlDsigBase64Transform
 //
index fd5366f..8943993 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigC14NTransformTest.cs - Test Cases for XmlDsigC14NTransform
 //
index d5889ac..7802020 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigC14NWithCommentsTransformTest.cs 
 //     - Test Cases for XmlDsigC14NWithCommentsTransform
index 9bc2bb0..3c8278e 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigEnvelopedSignatureTransformTest.cs
 //
index 26f82ff..bb4bdd5 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigExcC14NTransformTest.cs - Test Cases for XmlDsigExcC14NTransform
 //
index 5454d6f..0b9683c 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigExcC14NWithCommentsTransformTest.cs - Test Cases for
 // XmlDsigExcC14NWithCommentsTransform
index d088954..8075df3 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigXPathTransformTest.cs - Test Cases for XmlDsigXPathTransform
 //
index 90abb49..027143b 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlDsigXsltTransformTest.cs - Test Cases for XmlDsigXsltTransform
 //
index 0f6e611..480ed17 100644 (file)
@@ -1,3 +1,5 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// See the LICENSE file in the project root for more information
 //
 // XmlLicenseTransformTest.cs - Test Cases for XmlLicenseTransform
 //
index ba5f055..fc264e8 100644 (file)
@@ -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.Threading.Tasks;
 using Xunit;
index 38a1e9b..01a3b34 100644 (file)
@@ -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 Xunit;
 
index fc93c3b..4719d93 100644 (file)
@@ -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.Collections.Generic;
 using System.Diagnostics;