From 1789775d0722bd2344fc026e9111d2a49adb0da0 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 3 Sep 2020 01:43:29 -0700 Subject: [PATCH] Update license headers (#41783) --- src/coreclr/src/ilasm/portable_pdb.cpp | 1 - src/coreclr/src/ilasm/portable_pdb.h | 1 - src/coreclr/src/md/enc/pdbheap.cpp | 1 - src/coreclr/src/md/inc/pdbheap.h | 1 - src/coreclr/src/md/inc/portablepdbmdds.h | 1 - src/coreclr/src/md/inc/portablepdbmdi.h | 1 - .../DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs | 1 - src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp | 1 - src/coreclr/src/vm/processdiagnosticsprotocolhelper.h | 1 - .../Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs | 1 - .../Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs | 1 - .../Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs | 1 - .../Cryptography/AlgorithmImplementations/DES/DESContractTests.cs | 1 - .../Cryptography/AlgorithmImplementations/RC2/RC2ContractTests.cs | 1 - .../AlgorithmImplementations/TripleDES/TripleDESContractTests.cs | 1 - .../ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs | 1 - .../tests/DI.Specification.Tests/Fakes/AbstractClass.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassImplementingIComparable.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassImplementingIEnumerable.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassInheritingAbstractClass.cs | 1 - .../DI.Specification.Tests/Fakes/ClassWithAbstractClassConstraint.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassWithClassConstraint.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassWithInterfaceConstraint.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassWithNewConstraint.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassWithNoConstraint.cs | 1 - .../DI.Specification.Tests/Fakes/ClassWithSelfReferencingConstraint.cs | 1 - .../tests/DI.Specification.Tests/Fakes/ClassWithStructConstraint.cs | 1 - .../DI.Specification.Tests/Fakes/ConstrainedFakeOpenGenericService.cs | 1 - .../tests/nonentrypointassembly/NonEntryPointClass.cs | 1 - src/libraries/Native/Unix/System.Native/pal_threading.c | 1 - src/libraries/Native/Unix/System.Native/pal_threading.h | 1 - .../src/System/Diagnostics/ActivityTagsCollection.cs | 1 - .../src/System/Net/Http/Json/HttpContentJsonExtensions.netcoreapp.cs | 1 - .../src/System/Net/Http/Json/HttpContentJsonExtensions.netstandard.cs | 1 - .../tests/FunctionalTests/JsonContentTests.netcoreapp.cs | 1 - .../tests/UnitTests/Fakes/FakeNameResolutionTelemetry.cs | 1 - .../System.Net.Security/src/System/Net/Security/SslClientHelloInfo.cs | 1 - .../src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs | 1 - .../System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.cs | 1 - .../src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs | 1 - .../System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.cs | 1 - .../System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs | 1 - .../src/System/Threading/LowLevelMonitor.Windows.cs | 1 - .../System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs | 1 - .../tests/System/Runtime/InteropServices/JavaScript/MapTests.cs | 1 - .../src/System/Text/Encodings/Web/AdvSimdHelper.cs | 1 - .../Serialization/TestClasses/TestClasses.SimpleTestClassWithFields.cs | 1 - .../Serialization/TestClasses/TestClasses.SimpleTestStructWithFields.cs | 1 - .../src/System/Net/Http/Utf8StringContent.netcoreapp.cs | 1 - .../tests/System/Net/Http/Utf8StringContentTests.netcoreapp.cs | 1 - src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.cs | 1 - src/tests/JIT/Regression/JitBlue/Runtime_38920/Runtime_38920.cs | 1 - src/tests/JIT/Regression/JitBlue/Runtime_620/Runtime_620.cs | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_unix.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_win.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes1.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes2.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes3.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes4.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory1.il | 1 - src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory2.il | 1 - src/tests/tracing/eventpipe/gcdump/gcdump.cs | 1 - src/tests/tracing/eventpipe/processenvironment/processenvironment.cs | 1 - src/tests/tracing/eventpipe/processinfo/processinfo.cs | 1 - 64 files changed, 64 deletions(-) diff --git a/src/coreclr/src/ilasm/portable_pdb.cpp b/src/coreclr/src/ilasm/portable_pdb.cpp index f283ad0..8da13f2 100644 --- a/src/coreclr/src/ilasm/portable_pdb.cpp +++ b/src/coreclr/src/ilasm/portable_pdb.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #include "portable_pdb.h" #include diff --git a/src/coreclr/src/ilasm/portable_pdb.h b/src/coreclr/src/ilasm/portable_pdb.h index 0685842..46bd1f1 100644 --- a/src/coreclr/src/ilasm/portable_pdb.h +++ b/src/coreclr/src/ilasm/portable_pdb.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #ifndef PORTABLE_PDB_H #define PORTABLE_PDB_H diff --git a/src/coreclr/src/md/enc/pdbheap.cpp b/src/coreclr/src/md/enc/pdbheap.cpp index 8305986..962472a 100644 --- a/src/coreclr/src/md/enc/pdbheap.cpp +++ b/src/coreclr/src/md/enc/pdbheap.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #include "stdafx.h" #include "pdbheap.h" diff --git a/src/coreclr/src/md/inc/pdbheap.h b/src/coreclr/src/md/inc/pdbheap.h index 0f5d25a9..92cc3b2 100644 --- a/src/coreclr/src/md/inc/pdbheap.h +++ b/src/coreclr/src/md/inc/pdbheap.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #ifndef _PDBHEAP_H_ #define _PDBHEAP_H_ diff --git a/src/coreclr/src/md/inc/portablepdbmdds.h b/src/coreclr/src/md/inc/portablepdbmdds.h index ddaa8a8..10c82d3 100644 --- a/src/coreclr/src/md/inc/portablepdbmdds.h +++ b/src/coreclr/src/md/inc/portablepdbmdds.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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/coreclr/src/md/inc/portablepdbmdi.h b/src/coreclr/src/md/inc/portablepdbmdi.h index 26a1cb9..d1785bc 100644 --- a/src/coreclr/src/md/inc/portablepdbmdi.h +++ b/src/coreclr/src/md/inc/portablepdbmdi.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs index b0463ee..e450f81 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; diff --git a/src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp b/src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp index 52562c3..272cce0 100644 --- a/src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp +++ b/src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #include "common.h" #include "fastserializer.h" diff --git a/src/coreclr/src/vm/processdiagnosticsprotocolhelper.h b/src/coreclr/src/vm/processdiagnosticsprotocolhelper.h index f2de0d7..fe75369 100644 --- a/src/coreclr/src/vm/processdiagnosticsprotocolhelper.h +++ b/src/coreclr/src/vm/processdiagnosticsprotocolhelper.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #ifndef __PROCESS_PROTOCOL_HELPER_H__ #define __PROCESS_PROTOCOL_HELPER_H__ diff --git a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs index b887630..1d75888 100644 --- a/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs +++ b/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs b/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs index b6a9335..683be9f 100644 --- a/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs +++ b/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices; diff --git a/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs b/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs index dd9f650..864d5578 100644 --- a/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs +++ b/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices; diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DES/DESContractTests.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DES/DESContractTests.cs index 16ce108..34eed4d 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DES/DESContractTests.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DES/DESContractTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RC2/RC2ContractTests.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RC2/RC2ContractTests.cs index bbf9b7f..85000ab 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RC2/RC2ContractTests.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RC2/RC2ContractTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.IO; diff --git a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/TripleDES/TripleDESContractTests.cs b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/TripleDES/TripleDESContractTests.cs index c2b8e87..a36167b 100644 --- a/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/TripleDES/TripleDESContractTests.cs +++ b/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/TripleDES/TripleDESContractTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Text; using Test.Cryptography; diff --git a/src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs b/src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs index 1d2d2cc..d510a18 100644 --- a/src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs +++ b/src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IAsyncDisposable))] [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.IAsyncEnumerable<>))] diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/AbstractClass.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/AbstractClass.cs index c6ccfd3..412a042 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/AbstractClass.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/AbstractClass.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIComparable.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIComparable.cs index 02ffe2e..62ec471 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIComparable.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIComparable.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIEnumerable.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIEnumerable.cs index 20fe4e2..1c97aa7 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIEnumerable.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIEnumerable.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassInheritingAbstractClass.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassInheritingAbstractClass.cs index ec37f2b..fcb0cc5 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassInheritingAbstractClass.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassInheritingAbstractClass.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithAbstractClassConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithAbstractClassConstraint.cs index e551986..5408d64 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithAbstractClassConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithAbstractClassConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithClassConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithClassConstraint.cs index b180203..b471aad 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithClassConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithClassConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithInterfaceConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithInterfaceConstraint.cs index efd2c9c..0c4b093 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithInterfaceConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithInterfaceConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNewConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNewConstraint.cs index 143986c..4b6d574 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNewConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNewConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNoConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNoConstraint.cs index 848e755..fc2ab62 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNoConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNoConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithSelfReferencingConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithSelfReferencingConstraint.cs index 0e46429..eb7e7c5 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithSelfReferencingConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithSelfReferencingConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithStructConstraint.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithStructConstraint.cs index 06355eb..2c172db 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithStructConstraint.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithStructConstraint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ConstrainedFakeOpenGenericService.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ConstrainedFakeOpenGenericService.cs index 940e362..c5079c4 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ConstrainedFakeOpenGenericService.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ConstrainedFakeOpenGenericService.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Extensions.DependencyInjection.Specification.Fakes { diff --git a/src/libraries/Microsoft.Extensions.DependencyModel/tests/nonentrypointassembly/NonEntryPointClass.cs b/src/libraries/Microsoft.Extensions.DependencyModel/tests/nonentrypointassembly/NonEntryPointClass.cs index 283734e..74f80b6 100644 --- a/src/libraries/Microsoft.Extensions.DependencyModel/tests/nonentrypointassembly/NonEntryPointClass.cs +++ b/src/libraries/Microsoft.Extensions.DependencyModel/tests/nonentrypointassembly/NonEntryPointClass.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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/libraries/Native/Unix/System.Native/pal_threading.c b/src/libraries/Native/Unix/System.Native/pal_threading.c index 972bfa2..8e657c1 100644 --- a/src/libraries/Native/Unix/System.Native/pal_threading.c +++ b/src/libraries/Native/Unix/System.Native/pal_threading.c @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #include "pal_threading.h" diff --git a/src/libraries/Native/Unix/System.Native/pal_threading.h b/src/libraries/Native/Unix/System.Native/pal_threading.h index 9853e7d..0731347 100644 --- a/src/libraries/Native/Unix/System.Native/pal_threading.h +++ b/src/libraries/Native/Unix/System.Native/pal_threading.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #pragma once diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs index 74bdc49..2069de9 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Collections; diff --git a/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netcoreapp.cs b/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netcoreapp.cs index 0abdbc9..ceca142 100644 --- a/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netcoreapp.cs +++ b/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netcoreapp.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.IO; using System.Text; diff --git a/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netstandard.cs b/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netstandard.cs index 4b64d05..4198cc3 100644 --- a/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netstandard.cs +++ b/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netstandard.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.IO; using System.Text; diff --git a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/JsonContentTests.netcoreapp.cs b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/JsonContentTests.netcoreapp.cs index dcbece5..698a418 100644 --- a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/JsonContentTests.netcoreapp.cs +++ b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/JsonContentTests.netcoreapp.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.IO; using System.Net.Http.Headers; diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionTelemetry.cs b/src/libraries/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionTelemetry.cs index cd409cb..894c7e8 100644 --- a/src/libraries/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionTelemetry.cs +++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionTelemetry.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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 Microsoft.Extensions.Internal; diff --git a/src/libraries/System.Net.Security/src/System/Net/Security/SslClientHelloInfo.cs b/src/libraries/System.Net.Security/src/System/Net/Security/SslClientHelloInfo.cs index 16a1993..c8ee0cb 100644 --- a/src/libraries/System.Net.Security/src/System/Net/Security/SslClientHelloInfo.cs +++ b/src/libraries/System.Net.Security/src/System/Net/Security/SslClientHelloInfo.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Authentication; diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs index a1b430e..ba98097 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #pragma warning disable IDE0060 // unused parameters using System.Runtime.CompilerServices; diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.cs index a1cb07c..0358b76 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.CompilerServices; diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs index 0c91d3b..114fbf8 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #pragma warning disable IDE0060 // unused parameters using System.Runtime.CompilerServices; diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.cs index 3d37ecf..0d1203e 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.CompilerServices; diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs index 50da37b..92485a3 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Windows.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Windows.cs index 463fc42..ab4dedc 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Windows.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Windows.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; using System.Runtime.InteropServices; diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs index 4af4bc9..e10c63e 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; using System.Runtime.InteropServices; diff --git a/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MapTests.cs b/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MapTests.cs index 2cff780..e5d04fb 100644 --- a/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MapTests.cs +++ b/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MapTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; using System.Collections.Generic; diff --git a/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs b/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs index bd1b91a..f7d8b3b 100644 --- a/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs +++ b/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; using System.Numerics; diff --git a/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestClassWithFields.cs b/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestClassWithFields.cs index 73256d2..677f24f 100644 --- a/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestClassWithFields.cs +++ b/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestClassWithFields.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; using System.Collections.Generic; diff --git a/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestStructWithFields.cs b/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestStructWithFields.cs index 61b9a02..9adedf5 100644 --- a/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestStructWithFields.cs +++ b/src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestStructWithFields.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Linq; diff --git a/src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.netcoreapp.cs b/src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.netcoreapp.cs index d8a7b51..15eba26 100644 --- a/src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.netcoreapp.cs +++ b/src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.netcoreapp.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Buffers; using System.IO; diff --git a/src/libraries/System.Utf8String.Experimental/tests/System/Net/Http/Utf8StringContentTests.netcoreapp.cs b/src/libraries/System.Utf8String.Experimental/tests/System/Net/Http/Utf8StringContentTests.netcoreapp.cs index 8df8b1e..249bd06 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System/Net/Http/Utf8StringContentTests.netcoreapp.cs +++ b/src/libraries/System.Utf8String.Experimental/tests/System/Net/Http/Utf8StringContentTests.netcoreapp.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.IO; using System.Text; diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.cs b/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.cs index cb06c86..46718c9 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.cs +++ b/src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices; diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_38920/Runtime_38920.cs b/src/tests/JIT/Regression/JitBlue/Runtime_38920/Runtime_38920.cs index 7a91e70..410086d 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_38920/Runtime_38920.cs +++ b/src/tests/JIT/Regression/JitBlue/Runtime_38920/Runtime_38920.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_620/Runtime_620.cs b/src/tests/JIT/Regression/JitBlue/Runtime_620/Runtime_620.cs index 4178337..fdf81da 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_620/Runtime_620.cs +++ b/src/tests/JIT/Regression/JitBlue/Runtime_620/Runtime_620.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Runtime.CompilerServices; diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_unix.il b/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_unix.il index 43c6728..9c89794 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_unix.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_unix.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_win.il b/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_win.il index 329d660..6c487ff 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_win.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_win.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes1.il b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes1.il index 7e378d9..168a7ad 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes1.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes1.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes2.il b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes2.il index 53ab933..ddf64f4 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes2.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes2.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes3.il b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes3.il index a25d724..c900157 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes3.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes3.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes4.il b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes4.il index 23e0a9d..1824576 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes4.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes4.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory1.il b/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory1.il index b6ef6ed..deb3dd0 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory1.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory1.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory2.il b/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory2.il index 01ec268..c2fec43 100644 --- a/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory2.il +++ b/src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory2.il @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. .assembly extern System.Runtime { diff --git a/src/tests/tracing/eventpipe/gcdump/gcdump.cs b/src/tests/tracing/eventpipe/gcdump/gcdump.cs index 963544d..9175098 100644 --- a/src/tests/tracing/eventpipe/gcdump/gcdump.cs +++ b/src/tests/tracing/eventpipe/gcdump/gcdump.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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.Tracing; diff --git a/src/tests/tracing/eventpipe/processenvironment/processenvironment.cs b/src/tests/tracing/eventpipe/processenvironment/processenvironment.cs index 12212cb..f0d648d 100644 --- a/src/tests/tracing/eventpipe/processenvironment/processenvironment.cs +++ b/src/tests/tracing/eventpipe/processenvironment/processenvironment.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; diff --git a/src/tests/tracing/eventpipe/processinfo/processinfo.cs b/src/tests/tracing/eventpipe/processinfo/processinfo.cs index 5762691..d79e814 100644 --- a/src/tests/tracing/eventpipe/processinfo/processinfo.cs +++ b/src/tests/tracing/eventpipe/processinfo/processinfo.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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; -- 2.7.4